From d24d7a86657e9e880ddf2c7ba139dae960a774fb Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 29 May 2019 08:54:16 +0200 Subject: [PATCH] hydra -m help --- CHANGES | 1 + hydra.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 6ef0ff4..627882f 100644 --- a/CHANGES +++ b/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 diff --git a/hydra.c b/hydra.c index 2b6e3a7..3b5aa3a 100644 --- a/hydra.c +++ b/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"