Giter Club home page Giter Club logo

python-bot-net's Introduction

Python3 GUI Reverse Shell

Welcome to the Python3 GUI Reverse shell, this project was made, developed and documented by me. If you find any issues or bugs with the project dont be afraid to message me

Known Bugs

  • File browser does not properly recieve data
  • PyQt5 will sometimes randomly freeze/crash(I suspect this is to do with having all my proccesing on one thread)

Setup

Client

  1. Run(python 3.7 required, do this on any PC, this is to compile the package) pip install pyinstaller pathlib
  2. Configure settings in client.py with your server's ip and port
  3. Package client into an exe with pyinstaller --onefile --windowed client.py
  4. Run client.exe on your target machine

Server

  1. Requires Python 3.7, run pip install pyqt5 pyinstaller
  2. If you want to just run from python skip to step 4
  3. Run pyinstaller --onefile master.py
  4. Run either master.py or master.exe depending on which one you chose to use

TODO

  • Add Shell
  • Add File Broswer
  • Fix Shell
  • Fix File Browser
  • Put all windows on a seperate thread to avoid crashing
  • Use the logging feature properly
  • Add timestamps to log
  • Make a reciever manager(so you dont try to recieve from the same thread twice at the same time)
  • Allow client to hold other clients(like a botnet)

python-bot-net's People

Contributors

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