Coder Social home page Coder Social logo

reverseshelllist's Introduction

reverseShellList

curl https://raw.githubusercontent.com/AbelChe/reverseShellList/main/reverseShell.py > reverseShell.py
python3 reverseShell.py 192.168.12.14:7761

if report 'no moudle named prettytable' or 'no module named colorama', just install prettytable and colorama.

pip install prettytable colorama

more options see '-h'

➜  python reverseShell.py -h                                                               (base) [22:40:16]
usage: reverseShell.py [-h] [--nocolor] [--table] [--maxrow MAXROW] [--maxline MAXLINE] 192.168.1.1:7777

Quick generate reverse shell payload. By AbelChe.

positional arguments:
  192.168.1.1:7777   c2ip:port

optional arguments:
  -h, --help         show this help message and exit

normal mode display:
  --nocolor          don't display color.

table mode display:
  --table            display with table mode.
  --maxrow MAXROW    set the max length of each 'command' table line when displaying
  --maxline MAXLINE  set the max length of each 'command' table line when displaying

Normal Mode

python reverseShell.py 127.0.0.1:1212

Table Mode

python reverseShell.py 127.0.0.1:1212 --table

And you can set --maxrow and --maxline to change 'command' display size. Default row size 60, line size 2

python reverseShell.py 127.0.0.1:1212 --table --maxrow 200 --maxline 1

No Color Mode

support Normal mode and Table mode.

python reverseShell.py 127.0.0.1:1212 --table --nocolor --maxrow 40 --maxline 1

use --nocolor mode write to file

reverseshelllist's People

Contributors

abelche avatar

Stargazers

AVA avatar

Watchers

James Cloos avatar iefuzzer avatar  avatar

Forkers

30579096

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.