Open In App

SubBrute – Tool For Subdomain Brute Force

Last Updated : 14 Sep, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

SubBrute is a free and open-source tool available on GitHub. SubBrute uses DNS Scan for finding subdomains of the target domain. This feature of SubBrute provides an extra layer of anonymity for security researchers. This tool is free means you can download and use this tool free of cost. SubBrute is used for reconnaissance of subdomains. SubBrute is used for finding the subdomain of the target website. This tool is used to find subdomains from a website/web application.  SubBrute tool is written in python language you must have python language installed into your Kali Linux in order to use this tool. 

Installation

Step1: Open your kali Linux operating system and use the following command to install the tool from GitHub.

git clone https://github.com/TheRook/subbrute.git

Step 2: The tool has been downloaded into your Kali Linux. Use the following command to move into the directory of the tool.

cd subbrute

Step 3: Now you are in the directory of the tool. Use the following command to run the tool.

./subbrute.py --help

The tool is running successfully. Now we will see examples to run the tool.

Usage

 Use the SubBrute tool to find subdomains of a domain.

./subbrute.py <domain>

You can see that the tool is giving all the subdomains of the domain google.com. You can use your own domain to find subdomains.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads