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
httpdoom — Analizador rápido y multihilo de la superficie de ataque HTTP que captura pantallas, inspecciona respuestas y resuelve dominios en listas grandes de hosts para reconocimiento rápido. | Kitploit
Herramientas/GitHubGitHub/filipi86/httpdoom
ReconocimientoAnálisis de VulnerabilidadesRecopilación de InformaciónSeguridad Web
GitHubfilipi86/httpdoom

httpdoom

Analizador rápido y multihilo de la superficie de ataque HTTP que captura pantallas, inspecciona respuestas y resuelve dominios en listas grandes de hosts para reconocimiento rápido.

Ver Repositorio
234hace 5 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

HttpDoom - Analizador de superficie de ataque HTTP

Valide grandes superficies de ataque basadas en HTTP de forma rápida y fiable. Inspirado en Aquatone.

WTFPL License GitHub code size in bytes

Instalación

Debe tener el SDK dotnet en la versión 6+:

root@kitploit:~
$ dotnet pack -c Release -o nupkg
$ dotnet tool install --global --add-source .\nupkg\ httpdoom.console

Desinstalación:

root@kitploit:~
$ dotnet tool uninstall -g httpdoom.console

¿Cómo funciona?

La descripción (--help) de la CLI es todo lo que necesita saber:

root@kitploit:~
HttpDoom.Console
  Minimalist (and VERY fast) HTTP-based attack surface analysis tool

Usage:
  HttpDoom.Console [options]

Options:
  -H, --headers <headers>                               Headers to be used in every request
  -p, --ports <ports>                                   Default ports for testing (default is 80, 443).
  -w, --wordlist <wordlist> (REQUIRED)                  Path to the wordlist with targets to flyover against
  -o, --output <output>                                 Directory to save all the enumerated information
  -sR, --screenshot-resolution <screenshot-resolution>  If -S, the resolution of the screenshot (default is 1920x1080)
  -a, --allow-automatic-redirect                        If HttpDoom will follow HTTP redirects (default is true)
  -S, --screenshot                                      If HttpDoom will take screenshots from the website (default is false)
  -v, --verbose                                         If HttpDoom will print errors, only useful for debugging (default is false)
  -s, --show-details                                    If HttpDoom will print with details in stdout all the information got (default is false)
  -i, --ignore-tls                                      If HttpDoom will ignore invalid TLS for HTTPS requests (default is true)
  -r, --resolve                                         Resolve the domain enumerating the nameservers (default is false)
  -aL, --max-allowed-redirect <max-allowed-redirect>    Set the limit of automatic redirects if -a is true (default is 4)
  -T, --timeout <timeout>                               Set the timeout for HTTP responses (default is 4000)
  -t, --threads <threads>                               Set how many threads will HttpDoom utilize in runtime (default is 4)
  --version                                             Show version information
  -?, -h, --help                                        Show help and usage information

Licencias

Los iconos del proyecto HttpDoom fueron creados por Freepik de Flaticon. El código fuente está licenciado bajo WTFPL.

Descargar herramienta