-
Updated
Oct 4, 2020
penetration-testing
Here are 844 public repositories matching this topic...
-
Updated
Nov 29, 2020 - Python
-
Updated
Nov 11, 2020
-
Updated
Nov 30, 2020 - Python
-
Updated
Nov 3, 2020
-
Updated
Nov 29, 2020 - Python
-
Updated
Nov 30, 2020 - Python
-
Updated
Nov 2, 2020 - PowerShell
-
Updated
Oct 19, 2020
-
Updated
Oct 20, 2020 - PowerShell
-
Updated
Nov 8, 2020
-
Updated
Oct 1, 2020
-
Updated
Oct 4, 2020
-
Updated
Sep 6, 2020
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Jan 28, 2020 - Ruby
-
Updated
Nov 8, 2020 - Python
-
Updated
Nov 25, 2020 - Ruby
-
Updated
Jul 10, 2019
-
Updated
Sep 30, 2020
-
Updated
Nov 30, 2020 - Shell
-
Updated
Nov 30, 2020 - PowerShell
Context
Please select one:
- I use the docker image
ullaakut/cameradar
- I use my own build of the docker image
- I use the pre-compiled binary
- I use my own build of the binary
- None of the above / I don't know
Please select one:
- I use a specific version:
- I use the latest commit of the master branch
- I use the latest comm
-
Updated
Aug 30, 2020
-
Updated
Nov 30, 2020 - PowerShell
-
Updated
Aug 7, 2020
What's the issue?
Overwritten test scenario, can be summarized and link to payload lists from other repos
How do we solve it?
Chop down the content to the required and needed information, link to payload lists instead of enumerating all possible usernames and passwords, provide further guidance on how to test.
If no one is up to handle it, I can take care of it
-
Updated
May 22, 2020 - Lua
-
Updated
Nov 30, 2020 - Python
Improve this page
Add a description, image, and links to the penetration-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the penetration-testing 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