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
patch-openssl-CVE-2014-0160 — Parche openssl #heartbleed con ansible | Kitploit
Herramientas/GitHubGitHub/jdauphant/patch-openssl-cve-2014-0160
Seguridad de Infraestructura en la NubeAnálisis de VulnerabilidadesScripting y AutomatizaciónAuditoría de ConfiguraciónDevSecOps
GitHubjdauphant/patch-openssl-cve-2014-0160

patch-openssl-CVE-2014-0160

Parche openssl #heartbleed con ansible

Ver Repositorio
1982hace 11 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

patch-openssl-CVE-2014-0160

Parchea openssl #heartbleed con ansible

Uso :

root@kitploit:~
pip install ansible
ansible-playbook -i your_inventory_file patch-openssl-CVE-2014-0160.yml

your_inventory_file solo necesita contener tu lista de servidores :

root@kitploit:~
192.168.0.10
webserver1.example.com
webserver2.example.com
db1.example.com

Soporte

  • Actualiza openssl en sistemas familia Debian
  • Reinicia algunos servicios afectados

Por Hacer

  • Reiniciar más servicios
  • Regenerar certificados SSL
  • Soporte para más SO

Prueba si necesitas parchear

root@kitploit:~
% openssl version -a
OpenSSL 1.0.1 14 Mar 2012
built on: Tue Aug 21 05:18:48 UTC 2012
-> you need to patch (the date of build is before 7 april 2014)
% openssl version -a
OpenSSL 1.0.1 14 Mar 2012
built on: Mon Apr  7 20:33:29 UTC 2014
-> you system is normaly patched (the date of build is after 7 april 2014)

# openssl s_client -connect twitter.com:443  -tlsextdebug 2>&1| grep 'server extension "heartbeat" (id=15)'
TLS server extension "heartbeat" (id=15), len=1 
-> If you use openssl, you have heartbeat activated, you could need to patch

# openssl s_client -connect cloudflare.com:443  -tlsextdebug 2>&1| grep 'server extension "heartbeat" (id=15)'
-> cloudflare is patched

Más información

  • CVE-2014-0160
  • http://heartbleed.com/
  • https://www.openssl.org/news/secadv_20140407.txt

Autor

Julien DAUPHANT

Descargar herramienta