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
Subhunter — Escáner rápido de toma de control de subdominios que verifica registros DNS CNAME contra huellas conocidas para detectar subdominios vulnerables. Desarrollado en Go con escaneo multihilo y actualización automática. | Kitploit
Herramientas/GitHubGitHub/umutcamliyurt/subhunter
Escáneres de VulnerabilidadesSeguridad WebPruebas de PenetraciónEnumeración de Subdominios
GitHubumutcamliyurt/subhunter

Subhunter

Escáner rápido de toma de control de subdominios que verifica registros DNS CNAME contra huellas conocidas para detectar subdominios vulnerables. Desarrollado en Go con escaneo multihilo y actualización automática.

Ver Repositorio
88214hace 3 mesesRevisado 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

Subhunter

Una herramienta rápida de toma de subdominios

Descripción:

La toma de subdominios es una vulnerabilidad común que permite a un atacante obtener el control sobre un subdominio de un dominio objetivo y redirigir a los usuarios destinados al dominio de una organización a un sitio web que realiza actividades maliciosas, como campañas de phishing, robo de cookies de usuario, etc. Ocurre cuando un atacante obtiene el control sobre un subdominio de un dominio objetivo. Normalmente, esto sucede cuando el subdominio tiene un CNAME en el DNS, pero ningún host proporciona contenido para él. Subhunter toma una lista dada de subdominios y los escanea para verificar esta vulnerabilidad.

Características:

  • Actualización automática
  • Usa agentes de usuario aleatorios
  • Construido en Go
  • Usa un fork de datos de huellas digitales de fuentes conocidas (can-i-take-over-xyz)

Instalación:

Opción 1:

Descargar desde los lanzamientos

Opción 2:

Construir desde el código fuente:

root@kitploit:~
$ git clone https://github.com/umutcamliyurt/Subhunter.git
$ go build subhunter.go

Uso:

Opciones:

root@kitploit:~
Usage of subhunter:
  -l string
    	File including a list of hosts to scan
  -o string
    	File to save results
  -t int
    	Number of threads for scanning (default 50)
  -timeout int
    	Timeout in seconds (default 20)

Demo (Se añadió huella falsa para POC):

root@kitploit:~
./Subhunter -l subdomains.txt -o test.txt

  ____            _       _                       _
 / ___|   _   _  | |__   | |__    _   _   _ __   | |_    ___   _ __
 \___ \  | | | | | '_ \  | '_ \  | | | | | '_ \  | __|  / _ \ | '__|
  ___) | | |_| | | |_) | | | | | | |_| | | | | | | |_  |  __/ | |
 |____/   \__,_| |_.__/  |_| |_|  \__,_| |_| |_|  \__|  \___| |_|


A fast subdomain takeover tool

Created by umutcamliyurt

Loaded 88 fingerprints for current scan

-----------------------------------------------------------------------------

[+] Nothing found at www.ubereats.com: Not Vulnerable
[+] Nothing found at testauth.ubereats.com: Not Vulnerable
[+] Nothing found at apple-maps-app-clip.ubereats.com: Not Vulnerable
[+] Nothing found at about.ubereats.com: Not Vulnerable
[+] Nothing found at beta.ubereats.com: Not Vulnerable
[+] Nothing found at ewp.ubereats.com: Not Vulnerable
[+] Nothing found at edgetest.ubereats.com: Not Vulnerable
[+] Nothing found at guest.ubereats.com: Not Vulnerable
[+] Google Cloud: Possible takeover found at testauth.ubereats.com: Vulnerable
[+] Nothing found at info.ubereats.com: Not Vulnerable
[+] Nothing found at learn.ubereats.com: Not Vulnerable
[+] Nothing found at merchants.ubereats.com: Not Vulnerable
[+] Nothing found at guest-beta.ubereats.com: Not Vulnerable
[+] Nothing found at merchant-help.ubereats.com: Not Vulnerable
[+] Nothing found at merchants-beta.ubereats.com: Not Vulnerable
[+] Nothing found at merchants-staging.ubereats.com: Not Vulnerable
[+] Nothing found at messages.ubereats.com: Not Vulnerable
[+] Nothing found at order.ubereats.com: Not Vulnerable
[+] Nothing found at restaurants.ubereats.com: Not Vulnerable
[+] Nothing found at payments.ubereats.com: Not Vulnerable
[+] Nothing found at static.ubereats.com: Not Vulnerable

Subhunter exiting...
Results written to test.txt


Descargar herramienta