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.