DNS Brute force
Let's try to find new subdomains brute-forcing DNS servers using possible subdomain names.
Last updated
Let's try to find new subdomains brute-forcing DNS servers using possible subdomain names.
Last updated
The most recommended tools for DNS brute-force are:
Info: MassDNS is a simple high-performance DNS stub resolver targetting those who seek to resolve a massive amount of domain names in the order of millions or even billions. Without special configuration, MassDNS is capable of resolving over 350,000 names per second using publicly available resolvers.
Info: Directory/file & DNS busting tool written in Go Gobuster is a tool used to brute-force:
URIs (directories and files) in web sites.
DNS subdomains (with wildcard support).
A wrapper around massdns
, 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.
It also uses massdns
.
uses asyncio to brute force domain names asynchronously.