PyDoor
PyDoor copied to clipboard
Multi-client Cross-platform Python Backdoor/Reverse Shell/RAT with AES Encryption
PyDoor
Encrypted Backdoor/Reverse Shell/RAT written in Python.
Cross-Platform Features
- 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
Windows Specific Features
- Lock Client Machines
Windows Specific Features can be done manually on other OS's
Feature Roadmap
- Threaded Shell
- Broadcasting commands
- Keylogger
- Adding Client to Startup (Windows)
Installation
You will need:
- Download the repository via github or git eg.
git clone https://github.com/Y4hL/PyDoor - Install the required modules by running
python -m pip install -r requirements.txt
Usage
Run server:
python3 server.py
Run client:
python3 client.py
FAQ
Setup Remote Server
Read setup.md
Connect to Remote Server
Read setup.md
See available commands
type help
Run commands as root
echo SUDOPASSWORD | sudo -S COMMAND
See Importable packages in python interpreter
help("modules")
Help
If you need any help at all, feel free to post a "help" issue.
Contributing
Contributing is encouraged and will help make a better program. Please refer to this before contributing.
Disclaimer
For educational purposes only! I am not responsible for anything you do with it.
License
Project heavily inspired by buckyroberts/Turtle and xp4xbox/Python-Backdoor