Encrypted Backdoor/Reverse Shell/RAT written in Python.
This repository was archived because no real development has been happening for a long time. PyDoor was a great experience for learning python. It's quite outdated now and there are countless ways I would improve on the project if I made it today, but everybody starts somewhere right.
- Multi-client support
- TLSv1.3 Encryption
- Real-time Shell
- Python Interpreter
- File Transfer
- Copy/Paste Clipboard
- Capture Webcam
- Take Screenshots
- File Downloader
- Background Tasks
- Restart Sessions
- Lock Client Machines
Windows Specific Features can be done manually on other OS's
- Threaded Shell
- Broadcasting commands
- Keylogger
- Adding Client to Startup (Windows)
You will need:
- Download the repository via github or git eg.
git clone https://github.com/tidely/PyDoor
- Install the required modules by running
python3 -m pip install -r requirements.txt
Run server:
python3 server.py
Run client:
python3 client.py
Read setup.md
Read setup.md
type help
echo SUDOPASSWORD | sudo -S COMMAND
help("modules")
If you need any help at all, feel free to post a "help" issue.
Contributing is encouraged and will help make a better program. Please refer to this before contributing.
For educational purposes only! I am not responsible for anything you do with it.
Project heavily inspired by buckyroberts/Turtle and xp4xbox/Python-Backdoor