EvilShell its a bash script that simplifies the creation of reverse shells
git clone https://github.com/whitexnd/EvilShell
By default takes the ip from the iface tun0 and the port 443
You can specify the ip with -i and the port with -p also you can select the shell with -s parameter
If u want to encode the payload u can use
-e <encoder>
Current encoders are b64 (base64) and url
I suggest you to add it into your $PATH with the following commands:
-
chmod +x evilshell.sh
-
sudo mv evilshell.sh /bin/evilshell
Then u can use it like this:
evilshell -s python