curl https://raw.githubusercontent.com/AbelChe/reverseShellList/main/reverseShell.py > reverseShell.py python3 reverseShell.py 192.168.12.14:7761if report 'no moudle named prettytable' or 'no module named colorama', just install prettytable and colorama.
pip install prettytable coloramamore 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 python reverseShell.py 127.0.0.1:1212python reverseShell.py 127.0.0.1:1212 --tableAnd 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 1support Normal mode and Table mode.
python reverseShell.py 127.0.0.1:1212 --table --nocolor --maxrow 40 --maxline 1





