mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 13:53:59 -07:00
changed_msg_and_Changelog
This commit is contained in:
parent
27ec8ebdf4
commit
aff97db1c7
2 changed files with 2 additions and 2 deletions
2
CHANGES
2
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!
|
||||
|
|
2
hydra.c
2
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, ":");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue