mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -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
|
||||
* your patch? :)
|
||||
* forgot to have the -m option in the hydra help output
|
||||
|
||||
|
||||
Release 9.0
|
||||
|
|
3
hydra.c
3
hydra.c
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue