Skip to content

Commit

Permalink
Land rapid7#19355, Fix migrate to pass the debug_build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 authored Aug 6, 2024
2 parents 8fa437e + bcbbc91 commit f3214d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rex/post/meterpreter/client_core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ def generate_migrate_windows_payload(target_process)
# Create the migrate stager
migrate_stager = c.new()

migrate_stager.stage_meterpreter
migrate_stager.stage_meterpreter({datastore: {'MeterpreterDebugBuild' => client.debug_build}})
end

#
Expand Down

0 comments on commit f3214d6

Please sign in to comment.