Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 937 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 937 Bytes

Installation

git clone https://github.com/MaMad4Ever/Brutes.git
pip3 install -r requirements.txt

Wordlist recommendations

Usage

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)