Giter Club home page Giter Club logo

python-backdoor's Introduction

A backdoor / trojan written in python

(also known as a Reverse TCP Shell)

Description

Main program

  • backdoorServer.py

    • The code for the attacker
    • Server is accepting connections and sending command
  • backdoorClient.py

    • The client / victim code
    • Client is connecting to the Server(must be active) and waiting for commands
  • Packed exefiles

    • There are packed files in the dist-folder using pyinstaller

Classes & Functions

  • classes.py

    • Contains 2 classes (Server & Client) with the network funtions
    • For example sending and receiving data
  • modules/

    • Contains all the other functions
    • For example the help-Message and the shell-command execution

Commands

exit                                            ---   Closes the connection to the selected target

encryption on|off|status                        ---   Control the AES-encryption (enabled by standard)

download remote_filename [local_filename]       ---   Download a file from the target to the server
                                                      If no local filename is specified the
                                                      remote filename will be used
                                                      
upload local_filename [remote_filename]         ---   Upload a file from server to the target
                                                      If no remote filename is specified the
                                                      local filename will be used
downHTTP url [remote_filename]                  ---   Download a file from web

                                                      If not remote filename is specified the
                                                      filename will be extracted from the url
                                                      
screenshot                                      ---   Takes a screenshot
                                                      The picture will be saved as the current time

sendKeys keystrokes                             ---   Exexutes the given keystrokes on the client

activateApp                                     ---   Brings an opened application in the foreground
                                                      Useful for screenshots

Screenshots

Main Screen

Main Screen

Interactive Shell

Interactive Shell

Screenshot Command

Screenshot on the Client

python-backdoor's People

Contributors

lukcod3 avatar

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.