Fix #7603, Race condition when loading auto_win32_multihandler.rc

bug/bundler_fix
wchen-r7 2016-11-23 15:08:54 -06:00
parent 3640e87a37
commit f082fd5399
1 changed files with 5 additions and 1 deletions

View File

@ -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}")