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