mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 05:13:51 -07:00
optimized oracle module and user not existing messages
This commit is contained in:
parent
7110837cf8
commit
2b02aa091b
6 changed files with 19 additions and 6 deletions
|
@ -69,7 +69,7 @@ int start_cvs(int s, char *ip, int port, unsigned char options, char *miscptr, F
|
|||
}
|
||||
} else if (strstr(buf, "no such user") || strstr(buf, "E PAM start error: Critical error - immediate abort\n")) {
|
||||
if (verbose) {
|
||||
hydra_report(stderr, "[VERBOSE] User %s does not exist\n", login);
|
||||
hydra_report(stderr, "[INFO] User %s does not exist, skipping\n", login);
|
||||
}
|
||||
hydra_completed_pair_skip();
|
||||
free(buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue