vanhauser-thc / thc-hydra

hydra
GNU Affero General Public License v3.0
9.54k stars 1.99k forks source link

hydra giving wrong passwords #955

Open narutocraft opened 4 months ago

narutocraft commented 4 months ago

@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 commented 3 months ago

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 commented 2 months ago

Are you testing the password on some login form online?