PyDoor
Multi-client Cross-platform Python Backdoor/Reverse Shell/RAT with AES Encryption
**PyDoor** is a Multi-client Cross-platform Python Backdoor/Reverse Shell/RAT with AES Encryption The project is written primarily in Python, distributed under the GNU General Public License v3.0 license, first published in 2020. Key topics include: aes-encryption, cross-platform, python-backdoor, python-interpreter, rat.
PyDoor
Encrypted Backdoor/Reverse Shell/RAT written in Python.
Repository is archived!
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.
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/tidely/PyDoor - Install the required modules by running
python3 -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
Contributors
Showing top 2 contributors by commit count.
