Example Usage
# Clone the repository git clone https://github.com/duyet/bruteforce-database.git cd bruteforce-database # Example: Test SSH login (authorized testing only!) hydra -L usernames.txt -P 1000000-password-seclists.txt ssh://target.example.com # Example: Web directory brute-forcing gobuster dir -u https://example.com -w forced-browsing/all.txt # Example: Subdomain enumeration ffuf -u https://FUZZ.example.com -w subdomains-10000.txt
See also
25000-syllabified-words-list
Free
A word list containing 25,000 of the most common English words, divided into syllables.…
John the Ripper
Open Source
Kali
Fast password cracker available for many operating systems. Auto-detects hash types, supports dictio…
Crunch
Open Source
Kali
Wordlist generator that creates wordlists based on specified criteria including character sets, patt…
Hashid
Open Source
Kali
Identifies different types of hashes used to encrypt data. Supports over 220 hash types and provides…
Hydra
Open Source
Kali
Fast and flexible online password brute-forcing tool supporting 50+ protocols including FTP, SSH, Te…
XArchiver
Free
XArchiver 是一款基于大数据的压缩包密码破解软件,它并不穷举所有可能性,而仅遍历那些网上经常出现的解压密码,在大幅提升破解效率的同时成功率也远高于传统的暴力破解方式。…