Reverse Shell with remote code execution written in python using sockets. Allows the attacker to execute native commands on the victim's machine remotely.
- Reverse connection
- Remote code execution
- Not compiled
- Change directory "cd" command crashes the program.
- set HOST = '[attacker's IP address]' in both client.py and server.py.
- execute server.py on attacker machine.
- execute client.py on victim machine.
extra
- compile client.py for professionalism.
caveat: obligatory, I DO NOT take resposibility for misuse of this script. This script is for educational purposes only.