hydra
Verified for current stable LTS
Hydra Commands
Hydra command syntax with verified terminal examples.
Commands
8 commands for Hydra
hydra Operations
Hydra Command: Guess Ftp Credentials
hydra -L <path/to/usernames.txt> -P <path/to/wordlist.txt> -t <n_tasks> <host_ip> <ftp> hydra HTTP
Hydra Command: Guess Https Webform Credentials
hydra -L <path/to/usernames.txt> -P <path/to/wordlist.txt> <host_ip> <https-post-form> "<url_without_host>:<https_post_request>:<login_failed_string>" hydra Operations
Hydra Command: Guess Imap Credentials Range
hydra -C <path/to/username_password_pairs.txt> {imap://[host_range_cidr]} hydra Operations
Hydra Command: Guess Mysql Credentials Exit On Success
hydra -l <username> -P <path/to/wordlist.txt> -f <host_ip> <mysql> hydra Operations
Hydra Command: Guess Pop3 Credentials Exit On Success
hydra -L <path/to/usernames.txt> -P <path/to/wordlist.txt> -M <path/to/hosts.txt> -F <pop3> hydra Operations
Hydra Command: Guess Rdp Credentials Show Attempts
hydra -l <username> -P <path/to/wordlist.txt> -V {rdp://host_ip} hydra Operations
Hydra Command: Guess Ssh Credentials
hydra -l <username> -P <path/to/wordlist.txt> <host_ip> <ssh> hydra Archive
Hydra Command: Start Hydra Wizard
hydra-wizard Suggest a Hydra Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Hydra workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.