SubBrute is one of the most popular sub-domain brute forcing tool through which we can easily enumerate the best possible sub-domains of any domain along with all DNS records.
It is one of the fastest sub-domain enumeration tool based on python language.
The best thing about SubBrute is that, it uses open resolvers as a kind of proxy to circumvent DNS rate-limiting and it does not send traffic directly to the target’s name servers. More than 2,000 high quality nameservers were added to resolvers.txt, these servers will resolve multiple queries in under 1 sec.
To install SubBrute, you can directly use the following command:
Command: git clone https://github.com/TheRook/subbrute.git
To use this tool, just open the terminal and type “python subbrute.py google.com”
To save the output in a file, you can use the -o parameter followed by the name of the file where you want to save the output/result.
You may also like:- Most Common DNS Record Types and Their Roles
- Top Skills Needed to Become a Cybersecurity Analyst
- Mastering Windows Management with WMIC Commands – Top 20 Examples
- Edit and Compile Code with the Best 5 Code Editors
- 50+ Top DevSecOps Tools You Need To Know
- Learn How to Add Proxy and Multiple Accounts in MoreLogin
- Some Useful PowerShell Cmdlets
- Create Free SSL Certificate – ZEROSSL.COM [2020 Tutorial]
- Generate Self-Signed SSL Certificate with OPENSSL in Kali Linux
- RDP – CredSSP Encryption Oracle Remediation Solution 2020