show form 401 option

This commit is contained in:
vanhauser-thc 2023-12-07 15:54:02 +01:00
parent 438e4fa537
commit 8c4165a83b

View file

@ -1477,6 +1477,7 @@ void usage_http_form(const char *service) {
" Note that using invalid login condition checks can result in false positives!\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" "\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" " 2= 302 page forward return codes identify a successful attempt\n"
" (c|C)=/page/uri to define a different page to gather initial " " (c|C)=/page/uri to define a different page to gather initial "
"cookies from\n" "cookies from\n"