Skip to content

Commit d6acae8

Browse files
committed
feat: documented with multi handlers help in handler.rc
1 parent d19f9e7 commit d6acae8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vscode/metasploit_handler.rc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ setg payload windows/meterpreter/reverse_tcp
77
# setg RHOSTS 114.5.1.4
88

99
use multi/handler
10+
# set payload windows/meterpreter/reverse_tcp
1011
set ExitOnSession false
1112
set LHOST 0.0.0.0
12-
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+
#
1320

1421
# uncomment this for Automatically creating a job listener background
1522
# run -j

0 commit comments

Comments
 (0)