I'm using Hydra and I have trouble with this command:
hydra 123.123.123.123 http-form-post \
"/se/login:j_username^USER^&j_password=^PASS^&submit=Log+in:/se/invalidLogin" \
-L /root/Desktop/users -P /root/Desktop/list`
There are three passwords in the list. One is correct, the others are not.
When the password is incorrect, the user is redirected to /se/invalidLogin
.
How can I add this to the above, as the command right now is wrong?
It says every password is valid.