DNS Hunting
massdns : DNS brute-force. It's very fast however it's prone to false positives.
gobuster : 1 resolver/layer
shuffledns : wrapper around massdns
massdns
puredns : It also uses massdns
.
massdns
.aiodnsbrute : uses asyncio to brute force domain names asynchronously.
Second Round DNS Brute-Force
dnsgen : Given the domains and subdomains generate permutations.
VHOST
CORS Brute Force
Sometimes you will find pages that only return the header Access-Control-Allow-Origin when a valid domain/subdomain is set in the Origin header. In these scenarios, you can abuse this behaviour to discover new subdomains.
Wordlists
https://gist.github.com/jhaddix/86a06c5dc309d08580a018c66354a056
Last updated