You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm playing with OWSAP juice shop project.
Trying to guess admin's password on the website using hydra(v9.5).
The login page will response 401 status code when I failed to login.
Hydra seems to go crazy in this case (401). He try to perform a http get then a http post then a http get ... over and over again.
Of course, if I give a right user/password nothing wrong would happen.
Also, the hidden option parameter ’1‘ mentioned somewhere does not recognized by hydra.
right user/password
wrong user/password => 401
endless loop
parameter '1' does not recognized
The text was updated successfully, but these errors were encountered:
Your hydra syntax is almost correct, but there are a few adjustments to make it work properly. Specifically:
Syntax for http-post-form:
Ensure the URL format is correct.
Use the proper delimiters : for separating the URL and parameters.
The -I option (capital I) stands for "insane mode," which is usually not needed. You might want to use -V (verbose) or -f (stop on the first successful attempt) instead.
I'm playing with OWSAP juice shop project.
Trying to guess admin's password on the website using hydra(v9.5).
The login page will response 401 status code when I failed to login.
Hydra seems to go crazy in this case (401). He try to perform a http get then a http post then a http get ... over and over again.
Of course, if I give a right user/password nothing wrong would happen.
Also, the hidden option parameter ’1‘ mentioned somewhere does not recognized by hydra.
right user/password
wrong user/password => 401
endless loop
parameter '1' does not recognized
The text was updated successfully, but these errors were encountered: