Skip to content

MaMad4Ever/BruteS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)