pentest
Here are 511 public repositories matching this topic...
-
Updated
Jul 2, 2020 - Python
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
-
Updated
Apr 12, 2020
-
Updated
Jul 2, 2020 - Shell
-
Updated
Jul 2, 2020
-
Updated
Jul 1, 2020 - PowerShell
-
Updated
May 14, 2020
According to the documentation in the wiki:
Frida scripts loaded with the import command are also run as jobs automatically
Describe the bug
When loading a script with the import command, the script is successfully loaded but no jobs is created.
To Reproduce
- import test.js
- jobs list
Expected behavior
The job should be listed when running jobs list
**E
-
Updated
Jun 9, 2020 - Ruby
-
Updated
Apr 6, 2019 - Shell
default creds:
guest/guest
Try to access http://target.com:15672/ with your browser, and login with the creds. If it is on, please disable it with the following method.
$ rabbitmq-plugins disable rabbit
If I install dependencies listed in patator.py and compile with information from README.md, I still need to install python and all dependencies to use exe file.
Whats the matter compile it, if it does not contains all dependencies?
-
Updated
Feb 13, 2020
-
Updated
Feb 5, 2020 - JavaScript
-
Updated
Jul 1, 2020 - C#
so if the password is correct it accepts it .... and if it's wrong it says the entered password is wrong .. and asks for the password again .. just like what the real sites do :)
-
Updated
May 25, 2020 - Python
-
Updated
Jan 10, 2020 - Python
On running python setup.py develop a ModuleNotFoundError is thrown.
We have to manually install the following Modules Tornado, PyYAML, Six.
This issue is present in both manual and docker installation process
Expected Behavior
-
Updated
Jun 20, 2020 - Ruby
-
Updated
Jun 29, 2020
-
Updated
Jan 28, 2020 - Python
-
Updated
Jun 22, 2020 - C
-
Updated
Nov 3, 2018 - Python
-
Updated
Jan 2, 2020 - Python
-
Updated
Jun 27, 2020 - Python
Improve this page
Add a description, image, and links to the pentest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pentest topic, visit your repo's landing page and select "manage topics."

It would be great if we add solution to each section that protects your code/server.
For example a PHP script that sanitises request strings against all attacks