A reverse shell over HTTP (dodges deep packet inspection). Using Python 3 and no external dependencies needed.
- Python 3 (on both the attacker and the target machine
- Change
ATTACKER_IP
to the actual IP of the attacker onclient.py
- Change
ATTACKER_PORT
on bothclient.py
andserver.py
(or you can just use the default) - Transfer
client.py
to the target machine - Run
server.py
on the attacker machine
python3 server.py
- Run
client.py
on the target machine
python3 client.py
- Connection will be established