Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
Subhunter — Scanner rápido de tomada de subdomínios que verifica registros DNS CNAME contra impressões digitais conhecidas para detectar subdomínios vulneráveis. Construído em Go com varredura multi-threaded e atualização automática. | Kitploit
Ferramentas/GitHubGitHub/umutcamliyurt/subhunter
Scanners de VulnerabilidadesSegurança WebTestes de PenetraçãoEnumeração de Subdomínios
GitHubumutcamliyurt/subhunter

Subhunter

Scanner rápido de tomada de subdomínios que verifica registros DNS CNAME contra impressões digitais conhecidas para detectar subdomínios vulneráveis. Construído em Go com varredura multi-threaded e atualização automática.

Ver Repositório
8821há 3 mesesRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

Subhunter

Uma ferramenta rápida de takeover de subdomínios

Descrição:

O takeover de subdomínio é uma vulnerabilidade comum que permite que um atacante obtenha controle sobre um subdomínio de um domínio alvo e redirecione os usuários destinados ao domínio de uma organização para um site que executa atividades maliciosas, como campanhas de phishing, roubo de cookies de usuários, etc. Ocorre quando um atacante ganha controle sobre um subdomínio de um domínio alvo. Tipicamente, isso acontece quando o subdomínio possui um CNAME no DNS, mas nenhum host está fornecendo conteúdo para ele. O Subhunter recebe uma lista de subdomínios e os escaneia para verificar essa vulnerabilidade.

Características:

  • Atualização automática
  • Usa agentes de usuário aleatórios
  • Construído em Go
  • Usa um fork de dados de impressão digital de fontes conhecidas (can-i-take-over-xyz)

Instalação:

Opção 1:

Baixe dos lançamentos

Opção 2:

Compilar a partir do código fonte:

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

Uso:

Opções:

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)

Demonstração (Adicionada impressão digital 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


Baixar ferramenta