pentest-tool
Here are 387 public repositories matching this topic...
-
Updated
Nov 29, 2020 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Nov 30, 2020 - Shell
-
Updated
Dec 3, 2020 - Python
-
Updated
Mar 5, 2020 - Python
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Dec 3, 2020 - Python
-
Updated
Sep 5, 2020 - Python
-
Updated
Dec 3, 2020 - Go
-
Updated
Dec 7, 2019 - Objective-C
-
Updated
Apr 23, 2020 - Python
I have been using this tool for awhile and i noticed 50% of the results are false positive. for i,e after cloudflair dump a list of ip addresses for the site origin server it can't detect which one is working so i after i take those ip addresses i test them manually on the both ports 443 & 80 some they work on 443 port and some they only work at 80 port.
Thank you so much for this amazing tool
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 23, 2020 - Go
-
Updated
Jun 21, 2020 - Python
-
Updated
Nov 18, 2020 - Python
-
Updated
Nov 29, 2020 - PowerShell
-
Updated
Dec 23, 2018 - Python
-
Updated
Nov 23, 2020 - PowerShell
-
Updated
Nov 8, 2020 - Shell
-
Updated
Dec 11, 2019 - HTML
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Dec 4, 2020 - Python
-
Updated
May 10, 2020 - JavaScript
-
Updated
Aug 23, 2020 - Shell
-
Updated
Dec 4, 2020 - Python
-
Updated
Nov 4, 2020 - Python
-
Updated
Nov 23, 2020 - Python
-
Updated
May 27, 2020 - Python
Improve this page
Add a description, image, and links to the pentest-tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pentest-tool 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 admin
I see the following r