Skip to content

root-tanishq/autorev.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autorev.sh

banner

The Python Script will generate a (.) extension file with reverse shell codes then you can execute the script on the target [support windows and linux both]

Usage

Generating linux

python3 <path to autorev>/autorev.py -i 192.168.1.1 -p 443 -s 8000

linux

Generating Windows bat

python3 <path to autorev>/autorev.py -i 192.168.1.1 -p 443 -s 8000 -f winc

winc

Generating Windows ps1

python3 <path to autorev>/autorev.py -i 192.168.1.1 -p 443 -s 8000 -f winp

winp

Generating SCF

python3 autorev.sh -i <your-ip> -p <your-port> -o <scf-file-name> -f scf

scf generator

All Usage commands will be also generated and print according to the given switches

HELP Menu

-h,        --help   HELP   show this help message and exit
-i IPADDR, --ipaddr IPADDR LHOST Attacker IP address
-p PORT,   --port   PORT   LPORT Port to get reverse shell on [Default 9001]
-o OUT,    --out    OUT    Output File Name [Excluding (.)extension Extension][OPTIONAL]
-f FORMAT, --format FORMAT Define Format for generator [lin | win[c/p](c = cmd | p = powershell) | scf][Default=lin]
-s SERVER, --server SERVER Port to use for generating commands (http://[your-ip]:[PORT]) (Default 80)

help menu

About

Autorev.sh generates reverse shell codes for reverse shell . Supports linux and windows

Resources

Stars

Watchers

Forks