This python code creates a bash script called 'rev' listening for incoming tcp connections with several interpreters:
- bash
- php
- netcat
██████ ███████ ██ ██ ███████
██ ██ ██ ██ ██ ██
██████ █████ ██ ██ ███████
██ ██ ██ ██ ██ ██
██ ██ ███████ ████ ███████
- Reverse shell generator
IPAddress:
Port:
# This script is based on the revshell generator used by XCT in his CTF challenges.
# Since I could not find the source in his github repos, I wrote the above code instead.