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
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