feat: added documentation

This commit is contained in:
xh4vm 2025-03-14 19:28:04 +05:00
parent ad286790ca
commit ba45db1496
2 changed files with 10 additions and 0 deletions

View file

@ -473,6 +473,11 @@ 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",
service);