This is a Python-based subdomain enumeration tool that uses brute force to find subdomains.
- Clone the repository:
git clone https://github.com/sh3bu/SubHound.git
- Navigate to the cloned directory:
cd SubHound
- Run the script and enter the path of the wordlist file:
python subhound.py
Enter the path of the wordlist file: /path/to/wordlist.txt
- Wait for the script to finish running. Any discovered subdomains will be printed to the console.