git clone https://github.com/MaMad4Ever/Brutes.git
pip3 install -r requirements.txt
- n0kovo's wordlists: Can be downloaded from here
- assetnote wordlists: Can be downloaded from here
- SecLists wordlists: Can be downloaded from here
python3 brutes.py -d example.com
python3 brutes.py -d example.com -m http
Switch:
-d, --domain Enter the Domain Name
-u, --show-unreachable Show unreachable URLs
-t, --threads Number of threads to use (default: 10)
-w, --wordlist Path to the wordlist file (default: subdomain_names.txt)
-m', --mode Protocol to use (default: https)