Giter Site home page Giter Site logo

curiousavenger / pyreverseshell Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 57 KB

A Reverse Shell, also known as a remote shell or "connect-back shell" is process used to gain access a victim's remote system by initiating a shell session. The Py-ReverseShell is a shell code written in python that is able to establish a remote connection and upload KeyLoggers and Camera Monitoring onto the Victims systems.

Home Page: https://github.com/CuriousAvenger/Py-ReverseShell

License: GNU General Public License v3.0

Python 100.00%
networking-in-python reverse-shell

pyreverseshell's Introduction

Py-ReverseShell

A Reverse Shell, also known as a remote shell or "connect-back shell" is process used to gain access a victim's remote system by initiating a shell session. The Py-ReverseShell is a shell code written in python that is able to establish a remote connection and upload KeyLoggers and Camera Monitoring onto the Victims systems. Everything Above is for educational purposes only.

How To Install

How To Use

  • A host is required to run RS-Server.py, while a victim connects
  • Change the IP address in RS-Client.py to the server's address
  • Use ipconfig or ifconfig to get the IP address of host machine.
  • After client connect, type help to see available commands

Additional Payloads

  • Convert CamCapture.py and Keylogger.py into exe files using below code
  • pyinstaller --onefile --noconsole -i <icon> <filename> -n <output.exe>
  • Upload & run these payloads using upload & start features in shell
  • All required information will be stored in appdata as system.dll

Error Handling

  • Make sure the two users are not from the same device, else shell will crash.
  • Make sure victim and server are connected to same Wifi. Enable port forwarding otherwise.
  • If you run into a forever loop use task manager to kill the python task.
  • Make sure no other program uses the port 4444 or change it if it does
  • Payloads by default are not initalized on purpose. Highly recommend to mess with them before using.

pyreverseshell's People

Contributors

curiousavenger avatar

Stargazers

 avatar

Watchers

 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.