GitPedia

PyDoor

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

From tidely·Updated June 23, 2026·View on GitHub·
·Archived

**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.

Latest release: v1.1PyDoor v1.1
May 23, 2020View Changelog →

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

Contributors

Showing top 2 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from tidely/PyDoor via the GitHub API.Last fetched: 6/28/2026