Subdomains wordlist generted from subdomains of public bug bounty programs
- The most frequent subdomains (i.e. more than 5 occurrences) (recommended)
curl https://raw.githubusercontent.com/shriyanss/subdomains_wordlist/main/frequent.txt -o frequent.txt
- Everything filtered (less possibility of noise)
curl https://raw.githubusercontent.com/shriyanss/subdomains_wordlist/main/filtered_subdomain_wordlist.txt -o filtered_subdomain_wordlist.txt
- Raw wordlist
curl https://raw.githubusercontent.com/shriyanss/subdomains_wordlist/main/wordlist.txt -o wordlist.txt
- Wordlist without subdomains that are only numbers (e.g.
1
,10000
, and nota100
)
curl https://raw.githubusercontent.com/shriyanss/subdomains_wordlist/main/no_number.txt -o no_number.txt
- Wordlist without UUIDs
curl https://raw.githubusercontent.com/shriyanss/subdomains_wordlist/main/no_uuid.txt -o no_uuid.txt
The wordlist is generated with my tool @shriyanss/subdomain_wordlist_gen (aka subgen) used over a list of subdomains gathered with @projectdiscovery/subfinder run on domains from bug bounty programs obtained from @arkadiyt/bounty-targets-data/data/domains.txt
Also, you can check out detailed blog related to this on my site at https://shriyanss.github.io/categories/subdomains-wordlist/
If you have found any new pattern for noise in the wordlist, feel free to create a new issue.