-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing GET parameters and Hydra never ends #619
Comments
did you see #612 ? |
Thanks for the quick reply! EDIT: Even doing
EDIT 2: If I use a wrong destination IP:
So the problem seems to me to be the parameter :H= |
No this is the problem:
the target ip/port cannot be connected |
Yes, this was just a test with a wrong ip (on purpose, to see Hydra's output using the H: parameter as well). EDIT: I just read that I'm not the only one with this problem (#605, #584). Could it be a bug in version 9.1? |
have you tried a checkout and compilation of this github state? could be that your distro has a broken binary |
I can confirm that now it works! (Hydra v9.2-dev)
So I'll purge the pre-installed Hydra version (9.1) on Kali (I also tried to reinstall it but it doesn't work anyway). Thanks so much for the help! |
Hello there,
I'm trying to learn the basics of brute force, using DVWA.
I don't know if I'm missing something but I think I have a problem with :H option...
First of all (maybe it can help):
uname -a ==> Linux kali 5.10.0-kali4-amd64 #1 SMP Debian 5.10.19-1kali1 (2021-03-03) x86_64 GNU/Linux
The command I am using is very simple and it is the following (taken from #612):
hydra -l admin -p password 'http-get-form://192.168.32.129/vulnerabilities/brute/:username=^USER^&password=^PASS^&Login=Login:S=Welcome:H=Cookie\: PHPSESSID=59oimk975a2200fu3a0v63apo6; security=low' -vV
But the output is:
The line
[INFO] Using HTTP Proxy: http://127.0.0.1:8080
is there because not understanding what was happening, I tried to investigate using BurpSuite (I usedexport HYDRA_PROXY_HTTP="http://127.0.0.1:8080"
) and I encountered 2 major problems:hydra -l admin -p password 'http-get-form://192.168.32.129/vulnerabilities/brute/:username=^USER^&password=^PASS^&Login=Login:S=Welcome' -vV
), BurpSuite shows GET parameters are missing!Hit Forward and:
Hit Forward and:
and Hydra output
I've tried to change the command in so many different ways but the result doesn't change...
Am I doing something wrong? I would really like to understand and learn but unfortunately I'm stuck here and can't go on.
Thank you in advance and I apologize if I wrote something wrong or silly.
The text was updated successfully, but these errors were encountered: