mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -07:00
hydra -m help
This commit is contained in:
parent
0f70ca75d1
commit
d24d7a8665
2 changed files with 3 additions and 1 deletions
1
CHANGES
1
CHANGES
|
@ -3,6 +3,7 @@ Changelog for hydra
|
||||||
|
|
||||||
Release 9.1-dev
|
Release 9.1-dev
|
||||||
* your patch? :)
|
* your patch? :)
|
||||||
|
* forgot to have the -m option in the hydra help output
|
||||||
|
|
||||||
|
|
||||||
Release 9.0
|
Release 9.0
|
||||||
|
|
3
hydra.c
3
hydra.c
|
@ -475,7 +475,7 @@ void help(int32_t ext) {
|
||||||
#ifdef HAVE_MATH_H
|
#ifdef HAVE_MATH_H
|
||||||
" [-x MIN:MAX:CHARSET]"
|
" [-x MIN:MAX:CHARSET]"
|
||||||
#endif
|
#endif
|
||||||
" [-c TIME] [-ISOuvVd46] "
|
" [-c TIME] [-ISOuvVd46] [-m MODULE_OPT] "
|
||||||
//"[server service [OPT]]|"
|
//"[server service [OPT]]|"
|
||||||
"[service://server[:PORT][/OPT]]\n");
|
"[service://server[:PORT][/OPT]]\n");
|
||||||
PRINT_NORMAL(ext, "\nOptions:\n");
|
PRINT_NORMAL(ext, "\nOptions:\n");
|
||||||
|
@ -512,6 +512,7 @@ void help(int32_t ext) {
|
||||||
MAXTASKS, WAITTIME, conwait
|
MAXTASKS, WAITTIME, conwait
|
||||||
);
|
);
|
||||||
PRINT_NORMAL(ext, " -U service module usage details\n"
|
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"
|
" -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"
|
" 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"
|
" service the service to crack (see below for supported protocols)\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue