Git Product home page Git Product logo

python-backdoor's Introduction

Python Backdoor

This project is a cross-platform (Windows/Linux/MacOS) open source, backdoor/reverse tcp/RAT made in Python3 which contains many features such as multi-client support.

image image

Installation

You will need:

  • Python 3.10+
  • One of the following
    • Windows (Add python to PATH during installation)
    • MacOS Big Sur or higher (earlier versions may not work with pyinstaller)
    • Linux
  1. Download the repository via GitHub or git eg. git clone https://github.com/xp4xbox/Python-Backdoor
  2. If on Linux install python3.10-dev eg. sudo apt-get install python3.10-dev
  3. Install the required modules by running python -m pip install -r requirements.txt

Features

Currently, this program has several features, notably:

  • Multi-client support
  • Cross-platform server and client
  • Fernet encryption
  • Built-in keylogger
  • Ability to send commands to all clients
  • Ability to capture screenshots
  • Ability to upload/download files
  • Ability to open remote shell or python interpreter
  • Ability to disable a process*
  • Ability to inject shellcode*
  • VM/sandboxie check*
  • Add to startup*
  • Ability to melt file*

Asterisk means only supported on Windows

Quick Usage

  1. Open src/setup.py in python and configure options to build the client
  2. Check the dist folder for the binary.
  3. Disable your firewall on the server or configure your firewall to allow the port chosen.
  4. Run the src/main_server.py -p <port> to start the server and accept connections.

If you plan on using the program with DNS hostname or external IP, you must port forward your chosen port.

image

Common problems & Solutions

  • On linux, if there are any problems with pip modules while building with pyinstaller, uninstall then re-install them using python3.10
  • Injecting shellcode requires the architecture specified by the command. eg. x64: msfvenom windows/x64/meterpreter/reverse_tcp
  • For use outside of network specified port is not open, check specified port with a port scanner
  • Keylogger, and screencapture required permissions in MacOS

Disclaimer

This program is for educational purposes only. I take no responsibility or liability for own personal use.

License

License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.