hydra -m help

This commit is contained in:
van Hauser 2019-05-29 08:54:16 +02:00
parent 0f70ca75d1
commit d24d7a8665
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@ Changelog for hydra
Release 9.1-dev
* your patch? :)
* forgot to have the -m option in the hydra help output
Release 9.0

View file

@ -475,7 +475,7 @@ void help(int32_t ext) {
#ifdef HAVE_MATH_H
" [-x MIN:MAX:CHARSET]"
#endif
" [-c TIME] [-ISOuvVd46] "
" [-c TIME] [-ISOuvVd46] [-m MODULE_OPT] "
//"[server service [OPT]]|"
"[service://server[:PORT][/OPT]]\n");
PRINT_NORMAL(ext, "\nOptions:\n");
@ -512,6 +512,7 @@ void help(int32_t ext) {
MAXTASKS, WAITTIME, conwait
);
PRINT_NORMAL(ext, " -U service module usage details\n"
" -m OPT options specific for a module, see -U output for information\n"
" -h more command line options (COMPLETE HELP)\n"
" server the target: DNS, IP or 192.168.0.0/24 (this OR the -M option)\n"
" service the service to crack (see below for supported protocols)\n"