git clone https://github.com/MaMad4Ever/Brutes.gitpip3 install -r requirements.txt- n0kovo's wordlists: Can be downloaded from here
- assetnote wordlists: Can be downloaded from here
- megalist wordlists: Can be downloaded from here
- SecLists wordlists: Can be downloaded from here
python3 brutes.py -d example.compython3 brutes.py -d example.com -m httpSwitch:
-h, --help (show this help message and exit)
-d DOMAIN, --domain (DOMAIN Enter the Domain Name)
-u, --show-unreachable (Show unreachable URLs)
-t THREADS, --threads THREADS (Number of threads to use (default: 10))
-w WORDLIST, --wordlist WORDLIST (Path to the wordlist file (default:subdomain_names.txt)
-m {http,https}, --mode {http,https} (Protocol to use (default: https))
-s, --silent (Run scanner silently)
-o OUTPUT, --output OUTPUT (Save reachable subdomains to a file)
--timeout TIMEOUT (Request timeout in seconds (default: 5))