/Python-Backdoor

This program is an opensource, hidden and undetectable backdoor/reverse shell/RAT for Windows made in Python 3 which contains many features such as multi-client support and cross-platform server.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Simple Python Backdoor

Build status

This program is an opensource, hidden and undetectable backdoor/reverse shell/RAT for Windows made in Python 3 which contains many features such as multi-client support and cross-platform server.

Installation

You will needs:

Latest release can be found here.

Features

Currently this program has several features such as:

  • Multi-client support
  • Cross-platform server
  • Built-in keylogger
  • Ability to capture screenshots/webcam snapshots
  • Ability to upload/download files
  • Ability to send messages
  • Ability to run at startup
  • Ability to browse files
  • Ability to dump user info
  • Ability to open remote cmd
  • Ability to disable task manager
  • Ability to shutdown/restart/lock pc
  • Checking for multiple instances
  • And more...

Quick Usage

  1. Open client with IDLE or any other editor.
  2. Set your IP address in the quotes on line 8 for strHost to use for the server or if you plan to use DNS server, on the line below put in your dns hostname such as: strHost = socket.gethostbyname("myserver113.ddns.net").
  3. You must also disable your firewall on the server or configure your firewall to allow port 3000

If you plan on using the program outside of your network, you must port forward port 3000.

For more information please refer to the instructable.

Compiling Client To .exe

Pyinstaller

  1. Install Pyinstaller.
  2. Open command prompt and run pyinstaller client.py --exclude-module FixTk --exclude-module tcl --exclude-module tk --exclude-module _tkinter --exclude-module tkinter --exclude-module Tkinter --onefile --windowed

Help

If you need any help at all, feel free to post a "help" issue or a comment on my instructable.

Contributing

Contributing is encouraged and will help make a better program. Please refer to this before contributing.

Disclaimer

This program must be used for legal purposes! I am not responsible for anything you do with it.

License

License