mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 10:37:27 -07:00
fix typo
This commit is contained in:
parent
b0fc44daa2
commit
88637abe26
1 changed files with 1 additions and 1 deletions
2
hydra.c
2
hydra.c
|
@ -3353,7 +3353,7 @@ int main(int argc, char *argv[]) {
|
|||
// script kiddie patch
|
||||
if (hydra_options.server != NULL && (hydra_strcasestr(hydra_options.server, ".outlook.com") != NULL || hydra_strcasestr(hydra_options.server, ".hotmail.com") != NULL || hydra_strcasestr(hydra_options.server, ".yahoo.") != NULL || hydra_strcasestr(hydra_options.server, ".gmx.") != NULL || hydra_strcasestr(hydra_options.server, ".web.de") != NULL || hydra_strcasestr(hydra_options.server, ".gmail.") != NULL || hydra_strcasestr(hydra_options.server, "googlemail.") != NULL)) {
|
||||
fprintf(stderr, "[WARNING] Google Mail and others have bruteforce and "
|
||||
"hydra detection and sends false positives. You are not "
|
||||
"hydra detection and send false positives. You are not "
|
||||
"doing anything illegal right?!\n");
|
||||
fprintf(stderr, "[WARNING] !read the above!\n");
|
||||
sleep(5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue