Skip to content

Commit f3214d6

Browse files
authored
Land rapid7#19355, Fix migrate to pass the debug_build flag
2 parents 8fa437e + bcbbc91 commit f3214d6

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)