mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
fix: hydra-http documentation
This commit is contained in:
parent
ba45db1496
commit
aae8baae83
1 changed files with 7 additions and 6 deletions
13
hydra-http.c
Normal file → Executable file
13
hydra-http.c
Normal file → Executable file
|
@ -473,12 +473,13 @@ void usage_http(const char *service) {
|
|||
"present the\n"
|
||||
" combination is invalid. Note: this must be the last option "
|
||||
"supplied.\n"
|
||||
"Note: to attack multiple targets, you only need to pass the path to the file containing the targets with parameters,\n"
|
||||
"for example, a file with targets:\n\n"
|
||||
" localhost:5000/protected:A=BASIC\n"
|
||||
" localhost:5002/protected:A=NTLM\n"
|
||||
" ...\n\n"
|
||||
"For example: \"/secret\" or \"http://bla.com/foo/bar:H=Cookie\\: "
|
||||
"sessid=aaaa\" or \"https://test.com:8080/members:A=NTLM\"\n\n",
|
||||
"sessid=aaaa\" or \"https://test.com:8080/members:A=NTLM\"\n"
|
||||
"To attack multiple targets, you can use the -M option with a file "
|
||||
"containing the targets and their parameters.\n"
|
||||
"Example file content:\n"
|
||||
" localhost:5000/protected:A=BASIC\n"
|
||||
" localhost:5002/protected_path:A=NTLM\n"
|
||||
" ...\n\n",
|
||||
service);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue