Security Cipher

  1. Home
  2. Docs
  3. Security Resources
  4. Penetration Testing Trick...
  5. Subdomain Enumeration Tools

Subdomain Enumeration Tools

Below is a compilation of subdomain enumeration tools that can be used to discover subdomains associated with a specific domain. The identification of these subdomains can significantly expand the scope of your testing activities and enhance your testing effectiveness.

Table Format

Tools NameDescriptionURLCommand
subfinderFast passive subdomain enumeration tool.https://github.com/projectdiscovery/subfindersubfinder -d domain.com -all -silent
amassIn-depth attack surface mapping and asset discoveryhttps://github.com/OWASP/Amassamass enum -passive -d domain.com
Sublist3rFast subdomains enumeration tool for penetration testershttps://github.com/aboul3la/Sublist3rpython3 sublist3r.py -d domain.com
chaosGo client to communicate with Chaos DB API.https://github.com/projectdiscovery/chaos-clientchaos -d domain.com -silent
assetfinderFind domains and subdomains related to a given domainhttps://github.com/tomnomnom/assetfinderassetfinder –subs-only domain.com
gauFetch known URLs from AlienVault’s Open Threat Exchange, the Wayback Machine, and Common Crawl.https://github.com/lc/gaugau –subs domain.com | unfurl -u domains
github-subdomainsFind subdomains on GitHub.https://github.com/gwen001/github-subdomainsgithub-subdomains -d domain.com 
findomainThe fastest and complete solution for domain recognition. Supports screenshoting, port scan, HTTP check, data import from other tools, subdomain monitoring, alerts via Discord, Slack and Telegram, multiple API Keys for sources and much more.https://github.com/Findomain/Findomainfindomain -t domain.com --external-subdomains
OneForAllOneForAll is a powerful subdomain integration toolhttps://github.com/shmilylty/OneForAllpython3 oneforall.py --target domain.com run
purednsPuredns is a fast domain resolver and subdomain bruteforcing tool that can accurately filter out wildcard subdomains and DNS poisoned entries.https://github.com/d3mondev/purednspuredns bruteforce wordlist.txt domain.com
gobusterDirectory/File, DNS and VHost busting tool written in Gohttps://github.com/OJ/gobustergobuster dns -d domain.com -w wordlist.txt
shufflednsMassDNS wrapper written in go that allows you to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard handling and easy input-output support.https://github.com/projectdiscovery/shufflednsshuffledns -d domain.com -w wordlist.txt -r resolvers.txt

 

MindMap

Subdomain Enumeration Tools
Subdomain Enumeration Tools

Github

https://github.com/securitycipher/Bug-Bounty-Resources/blob/main/content/bounty-tips/subdomain%20enumeration.md

This Post Has One Comment

  1. MR. Z

    Hey guys this also subdomain enumeration tool which is developed by with inbuilt concurrency and good results than others and have modes like osint , passive, notification abilities to do enumerations for single or file of domains and it uses only free api services and guve better results visit here: https://github.com/sanjai-AK47/Subdominator

Leave a Reply