Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
/ PyDoor Public archive

Multi-client Cross-platform Python Backdoor/Reverse Shell/RAT with AES Encryption

License

Notifications You must be signed in to change notification settings

tidely/PyDoor

Repository files navigation

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:

  1. Download the repository via github or git eg. git clone https://github.com/tidely/PyDoor
  2. 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

License

Project heavily inspired by buckyroberts/Turtle and xp4xbox/Python-Backdoor