From aff97db1c7e27cf9011224af42ebf1d7f87219c5 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 24 Oct 2014 15:54:18 +0200 Subject: [PATCH] changed_msg_and_Changelog --- CHANGES | 2 +- hydra.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 9e73a7f..cad4fbd 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ Changelog for hydra Release 8.1-pre * David Maciejak, my co-maintainer moved to a different job and country and can not help with Hydra anymore - sadly! Wish you all the best! -* Added patch Strunk18 which adds h/H header options for http-form-*, still buggy though +* Added patch from Strunk18 which adds h/H header options for http-form-*, great work, thanks! * Fixed for cisco-enable if an intial Login/Password is used (thanks to joswr1te for reporting) * Added patch by tux-mind for better MySQL compilation and an Android patches and Makefile. Thanks! * Added xhydra gtk patch by Petar Kaleychev to support -e r reverse login attempt, thanks! diff --git a/hydra.c b/hydra.c index e055fa6..0236dc6 100644 --- a/hydra.c +++ b/hydra.c @@ -2858,7 +2858,7 @@ int main(int argc, char *argv[]) { } if (strstr(hydra_options.miscptr, "\\:") != NULL) { - fprintf(stderr, "[WARNING] escape sequence \\: detected in module option, no parameter verification is performed.\n"); + fprintf(stderr, "[INFORMATION] escape sequence \\: detected in module option, no parameter verification is performed.\n"); } else { sprintf(bufferurl, "%.1000s", hydra_options.miscptr); url = strtok(bufferurl, ":");