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-masstest — Herramienta multihilo para escanear muchos hosts en busca de CVE-2014-0160. | Kitploit
Herramientas/GitHubGitHub/musalbas/heartbleed-masstest
ReconocimientoEscáneres de VulnerabilidadesScripting y AutomatizaciónRecopilación de InformaciónSeguridad de RedesPruebas de Penetración
GitHubmusalbas/heartbleed-masstest

heartbleed-masstest

Herramienta multihilo para escanear muchos hosts en busca de CVE-2014-0160.

Ver Repositorio
572207hace 11 añosRevisado por Kitploit

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

Esta herramienta permite escanear varios hosts en busca de Heartbleed, de manera eficiente y multihilo.

Esto comprueba las versiones de OpenSSL vulnerables a Heartbleed sin explotar el servidor, por lo que la solicitud de heartbeat no hace que el servidor filtre datos de la memoria ni exponga información de manera no autorizada. Esta entrada de blog de Mozilla describe el método utilizado.

root@kitploit:~
Usage: ssltest.py  [network2] [network3] ...

Test for SSL heartbleed vulnerability (CVE-2014-0160) on multiple domains

Options:
  -h, --help            show this help message and exit
  -p PORT, --port=PORT  Port to scan on all hosts or networks, default 443
  -i INPUT_FILE, --input=INPUT_FILE
                        Optional input file of networks or ip addresses, one
                        address per line
  -o LOG_FILE, --logfile=LOG_FILE
                        Optional logfile destination
  --resume              Do not rescan hosts that are already in the logfile
  -t TIMEOUT, --timeout=TIMEOUT
                        How long to wait for remote host to respond before
                        timing out
  --threads=THREADS     If specific, run X concurrent threads
  --json=JSON_FILE      Save data as json into this file
  --only-vulnerable     Only scan hosts that have been scanned before and were
                        vulnerable
  --only-unscanned      Only scan hosts that appear in the json file but have
                        not been scanned
  --summary             Useful with --json. Don't scan, just print old results
  --verbose             Print verbose information to screen
  --max=MAX             Exit program after scanning X hosts. Useful with
                        --only-unscanned
Descargar herramienta