Hi, i am trying to learn with hydra (version 7.6) on the cli in Kali linux (latest version).
I use this online test site for trying it out.
http://testasp.vulnweb.comI registered as user opera and tried to crack my password.
It doesnt work. Before i tried hydra on my router too. Nothing.
The problem is that i get false positives. The password is the last
in the list and hydra tells for every password from the list that
it is the right one. Which is not.
This is the command i use:
hydra -vV -l opera -P testwordlist -o found -t5 87.230.29.167 http-post-form "/Login.asp?RetURL=/Default.asp?:tfUName=^USER^&tfUPass=^PASS^:Invalid login"
I tried it with higher waiting response time but still get the false positive results.
What am i missing ?