mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
moved help to modules
This commit is contained in:
parent
88aae59227
commit
51d881353b
31 changed files with 208 additions and 207 deletions
|
@ -291,3 +291,10 @@ int service_http_proxy_urlenum_init(char *ip, int sp, unsigned char options, cha
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void usage_http_proxy_urlenum(const char* service) {
|
||||
printf("Module http-proxy-urlenum only uses the -L option, not -x or -p/-P option.\n"
|
||||
"The -L loginfile must contain the URL list to try through the proxy.\n"
|
||||
"The proxy credentials cann be put as the optional parameter, e.g.\n"
|
||||
" hydra -L urllist.txt -s 3128 target.com http-proxy-urlenum user:pass\n" " hydra -L urllist.txt http-proxy-urlenum://target.com:3128/user:pass\n\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue