changed_msg_and_Changelog

This commit is contained in:
van Hauser 2014-10-24 15:54:18 +02:00
commit aff97db1c7
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ Changelog for hydra
Release 8.1-pre 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! * 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) * 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 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! * Added xhydra gtk patch by Petar Kaleychev to support -e r reverse login attempt, thanks!

View file

@ -2858,7 +2858,7 @@ int main(int argc, char *argv[]) {
} }
if (strstr(hydra_options.miscptr, "\\:") != NULL) { 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 { } else {
sprintf(bufferurl, "%.1000s", hydra_options.miscptr); sprintf(bufferurl, "%.1000s", hydra_options.miscptr);
url = strtok(bufferurl, ":"); url = strtok(bufferurl, ":");