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
heartbleed — CVE-2014-0160 OpenSSL Heartbleed Prueba de concepto | Kitploit
Herramientas/GitHubGitHub/guillermoescobero/heartbleed
Análisis de VulnerabilidadesExplotaciónRecopilación de InformaciónSeguridad WebPruebas de Penetración
GitHubguillermoescobero/heartbleed

heartbleed

CVE-2014-0160 OpenSSL Heartbleed Prueba de concepto

Ver Repositorio
2hace 5 añosAún no revisado

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

heartbleed

CVE-2014-0160 OpenSSL Heartbleed Prueba de concepto

Descarga y ejecuta el contenedor Docker (servidor Nginx vulnerable)

root@kitploit:~
docker run -p 4443:443 -it --rm --name hb gescobero/heartbleed:1.0

Compila el ataque Heartbleed

root@kitploit:~
gcc heartbleed.c -o heartbleed

Ejecútalo con el servidor Nginx como objetivo

root@kitploit:~
./heartbleed 127.0.0.1 4443
Descargar herramienta