Skip to content

Commit bcbbc91

Browse files
dledda-r7dwelch-r7
andcommitted
fix(core): fix migrate to pass the debug_build flag.
Co-authored-by: dwelch-r7 <[email protected]>
1 parent 52fb857 commit bcbbc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/client_core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ def generate_migrate_windows_payload(target_process)
965965
# Create the migrate stager
966966
migrate_stager = c.new()
967967

968-
migrate_stager.stage_meterpreter
968+
migrate_stager.stage_meterpreter({datastore: {'MeterpreterDebugBuild' => client.debug_build}})
969969
end
970970

971971
#

0 commit comments

Comments
 (0)