HTTP-Reverse-Shell
HTTP-Reverse-Shell copied to clipboard
An HTTP Reverse Shell in Python
HTTP-Reverse-Shell
A reverse shell over HTTP (dodges deep packet inspection). Using Python 3 and no external dependencies needed.
Prerequisites
- Python 3 (on both the attacker and the target machine
Usage
- Change
ATTACKER_IPto the actual IP of the attacker onclient.py - Change
ATTACKER_PORTon bothclient.pyandserver.py(or you can just use the default) - Transfer
client.pyto the target machine - Run
server.pyon the attacker machine
python3 server.py
- Run
client.pyon the target machine
python3 client.py
- Connection will be established