Skip to content
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

hydra giving wrong passwords #955

Open
narutocraft opened this issue May 19, 2024 · 2 comments
Open

hydra giving wrong passwords #955

narutocraft opened this issue May 19, 2024 · 2 comments

Comments

@narutocraft
Copy link

narutocraft commented May 19, 2024

@vanhauser-thc
hi I'm new to kali linux and hydra I wanted to test hydra on my own WIFI gateway and I used this command:
hydra http-get://192.168.100.1:80 -e ns -F -V -L Desktop/user.txt -P Desktop/pass.txt
but every time I run it it gives different password each time and it wrong can someone help me fix this issue

@wedet1806
Copy link

Hi, try this ( hydra http-get 192.168.100.1:80 -e ns -F -V -L Desktop/user.txt -P Desktop/pass.txt ) OR
( hydra -L /Desktop/user.txt -P /Desktop/pass.txt 192.168.100.1:80 http-get )

Make sure that the iP of the router is right, Mine 192.168.0.1, idk about you. Bye 👋🏻

@xmehulx
Copy link

xmehulx commented Jul 15, 2024

Are you testing the password on some login form online?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants