Skip to content

Commit

Permalink
show form 401 option
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Dec 7, 2023
1 parent 438e4fa commit 8c4165a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hydra-http-form.c
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,8 @@ void usage_http_form(const char *service) {
" the sent/received data!\n"
" Note that using invalid login condition checks can result in false positives!\n"
"\nThe following parameters are optional and are put between the form parameters\n"
" and the condition string; seperate them too with colons:\n"
"and the condition string; seperate them too with colons:\n"
" 1= 401 error response is interpreted as user/pass wrong\n"
" 2= 302 page forward return codes identify a successful attempt\n"
" (c|C)=/page/uri to define a different page to gather initial "
"cookies from\n"
Expand Down

0 comments on commit 8c4165a

Please sign in to comment.