Skip to content

Commit

Permalink
fix(core): fix migrate to pass the debug_build flag.
Browse files Browse the repository at this point in the history
Co-authored-by: dwelch-r7 <dean_welch@rapid7.com>
  • Loading branch information
dledda-r7 and dwelch-r7 committed Aug 1, 2024
1 parent 52fb857 commit bcbbc91
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 bcbbc91

Please sign in to comment.