blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.08k stars 460 forks source link

Can you brute subdomain in batches? #93

Closed 0rzNuII closed 3 years ago

blechschmidt commented 3 years ago

I am not sure whether I understand that question correctly, but massdns gets a list of DNS names as input and resolves those. It currently does perform hierarchical subdomain enumeration on its own (i.e. automatically enumerating subdomains of sub.example.com after having identified sub as a subdomain of example.com). However, it should not be hard to leverage massdns to perform this kind of task by creating some wrapper script.