-
Updated
Oct 16, 2020 - Python
brute-force-attacks
Here are 148 public repositories matching this topic...
-
Updated
Oct 27, 2020
-
Updated
Oct 3, 2020 - Python
-
Updated
May 15, 2020 - Python
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Mar 21, 2020 - Perl
-
Updated
Oct 15, 2020 - Shell
-
Updated
Oct 15, 2020 - Shell
-
Updated
Feb 15, 2020 - Python
-
Updated
May 12, 2020 - Python
-
Updated
Nov 9, 2019 - Python
-
Updated
Sep 9, 2020 - Python
-
Updated
Oct 14, 2020 - PHP
-
Updated
Mar 19, 2020 - JavaScript
-
Updated
Jan 15, 2018
-
Updated
May 24, 2018 - PHP
-
Updated
Sep 11, 2018 - Go
-
Updated
May 2, 2017 - Python
-
Updated
Dec 6, 2017 - Perl
-
Updated
May 2, 2018 - Go
-
Updated
Sep 18, 2020 - Python
-
Updated
Feb 20, 2019 - Python
-
Updated
Jan 9, 2020 - PHP
-
Updated
Mar 23, 2015 - Python
-
Updated
Feb 18, 2020 - Python
-
Updated
Mar 17, 2020 - PHP
Improve this page
Add a description, image, and links to the brute-force-attacks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the brute-force-attacks topic, visit your repo's landing page and select "manage topics."


Hi All,
So I'm trying to use hydra to bruteforce a login on a system that uses custom http headers to receive the username and password. Hydra does not seem to be doing substitution of ^USER^ and ^PASS^ when used as HTTP headers. If I issue issuing a call to hydra like this:
hydra "http-post://0.0.0.0:8000/:H=username\:^USER^:H=password\:^PASS^" -l admin -p adminI see the following r