Land #7981, allow handler launched by the handler command to persist
Merge remote-tracking branch 'upstream/pr/7981' into upstream-masterbug/bundler_fix
commit
bbf271f6b0
|
@ -321,7 +321,9 @@ module Msf
|
|||
'ExitOnSession' => exit_on_session,
|
||||
'RunAsJob' => true
|
||||
}
|
||||
|
||||
handler.datastore.reverse_merge!(payload_datastore)
|
||||
handler.datastore.merge!(handler_opts)
|
||||
|
||||
# Launch our Handler and get the Job ID
|
||||
handler.exploit_simple(handler_opts)
|
||||
|
|
Loading…
Reference in New Issue