Simple DNS Brute using a dictionary
python -m dnsbrute -h
usage: -m dnsbrute [-h] [-d DOMAIN] [-e ENGINE] -w WORDLIST [-o OUTPUT] [-v VERBOSE]
DNS bruteforce
optional arguments: -h, --help show this help message and exit -d DOMAIN domain -e ENGINE Search domains using dorks [y/n] -w WORDLIST Wordlist to use in bruteforce -o OUTPUT write results in file -v VERBOSE Verbosity none/full
docker run -it interhack/dnsbrute -d domain -w wordlist
- bitquark-subdomains-top100K.txt
- deepmagic.com-top500prefixes.txt
- deepmagic.com-top50kprefixes.txt
- fierce-hostlist.txt
- namelist.txt
- sortedcombied-knock-dnsrecon-fierce-reconng.txt
- subdomains-top1mil-110000.txt
- subdomains-top1mil-20000.txt
- subdomains-top1mil-5000.txt
docker run -it -v path_dictionaries:/domains/ interhack/dnsbrute -d domain -w wordlist