Skip to content

MaMad4Ever/BruteS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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:
  -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))

Releases

No releases published

Packages

No packages published

Languages