This tool is developed solely for educational purposes as part of the Computer Hacking course. The author is not responsible for any misuse or harm caused by this tool.
This project is a Remote Access Tool (RAT) developed as part of the Computer Hacking course. It is a simple proof-of-concept tool that includes basic features such as:
- Screenshot capturing
- Keystroke logging
- Runs on Windows operating systems.
- Communicates using the socket protocol over a local network.
- The tool is currently implemented as a Python script.
- When compiled into a
.exefile usingpy2installer, the file may be flagged as a virus by antivirus software. - Requires an open port for communication and may not work if the target system has a firewall enabled.
- Python 3.x installed
- Required modules:
- socket
- ImageGrab form PIL
- keyboard from pynput
- threading
- ipaddress
- pyinstaller (if compiling to .exe)
Contributions, issues, and feature requests are welcome!
Feel free to open an issue or submit a pull request.