-
Updated
Jun 12, 2020 - Python
bruteforce
Here are 406 public repositories matching this topic...
-
Updated
May 7, 2020 - Python
-
Updated
Jan 10, 2020 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Feb 24, 2020 - Python
I've read the docs, and it seems you can pass through knex instances, but I didn't see if it supports SQLite3 - could you clarify please?
-
Updated
Feb 20, 2020 - Shell
I did a basic line edit of the "Usage" section, but next it needs reorganization and more information.
Would anyone want to spend time on a call or two to help me understand some of the commands? Some of them aren't obvious to me from the command line help, so they might benefit from better explanation.
(I'll continue to work on this section, but having a technical expert to answer some of
-
Updated
Sep 8, 2019
-
Updated
May 5, 2019 - Python
-
Updated
May 9, 2020 - Python
-
Updated
Jun 8, 2020 - C
How about some instructions on using your software? Some, ANY kind of instructions. It looks like you put a good bit of time into this so some decent instructions would be awesome please...
-
Updated
Jun 8, 2020 - C#
-
Updated
May 7, 2020 - Python
-
Updated
May 15, 2020 - Python
-
Updated
Oct 21, 2018 - JavaScript
-
Updated
Jun 12, 2020 - Python
I tested on a WP setup I have and when it tries the correct password, the app just closes. Does not save to Result.txt even when I created that textfile in the directory.
Please look into this.
Thanks!
-
Updated
Jan 18, 2020
-
Updated
May 5, 2019 - Ruby
-
Updated
Apr 24, 2020 - Python
-
Updated
Oct 14, 2019 - Python
-
Updated
May 29, 2020 - Python
-
Updated
Jun 3, 2020 - Python
Improve this page
Add a description, image, and links to the bruteforce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bruteforce 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