Giter VIP home page Giter VIP 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

Installation

You will need:

  • Python
  • One of the following
    • Windows
    • MacOS Big Sur or higher (earlier versions may not work with pyinstaller)
    • Linux
  1. Download via git git clone https://github.com/xp4xbox/Python-Backdoor --recursive
  2. Install the project requirements by running python -m pip install -r requirements.txt
  3. Install each submodule requirements by running the following:
  • python -m pip install -r src/submodule/LaZagne/requirements.txt
  • python -m pip install -r src/submodule/wesng/requirements.txt (Windows only)

Features

Currently, this program has several features, notably:

  • Multi-client support
  • Cross-platform server and client
  • Fernet encryption
  • Built-in keylogger
  • Send commands to all clients
  • Capture screenshots
  • Upload/download files
  • Download directories recursively
  • Open remote shell or python interpreter
  • Find vulnerability(s) with wesng and linux-exploit-suggester
  • Dump various passwords with LaZagne
  • UAC Bypass with WinPwnage*
  • Disable a process*
  • 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 -h in python to view build args
  2. Run src/setup.py with desired args, eg. -hI 192.168.10.92 -p 3003
  3. Check the dist folder for the binary.
  4. Disable your firewall on the server or configure your firewall to allow the port chosen.
  5. 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.

Command Arguments

  • Arrows <> represent mandatory argument
  • Square brackets [] represents optional argument
  • Brackets (arg) in either above mean arg is the exact argument

eg.

  • I Interact with a connection <index> i 1
  • L List all connections [(inactive)] l or l inactive

Common problems & Solutions

  • 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

Disclaimer

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

License

License

python-backdoor's People

Contributors

alperencode avatar gitdev-bash avatar hugolb0 avatar monovon avatar xp4xbox avatar y4hl avatar

Forkers

summsitup

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.