mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
fix
This commit is contained in:
parent
9fcde9f9bb
commit
5a1a66d2a3
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ int start_svn(int s, char *ip, int port, unsigned char options, char *miscptr, F
|
|||
return 4; //error
|
||||
} else {
|
||||
if (strstr(err->message, "Username not found")) {
|
||||
if (verbose)
|
||||
printf("[INFO] user %s does not exist, skipping\n", login);
|
||||
//if (verbose)
|
||||
//printf("[INFO] user %s does not exist, skipping\n", login);
|
||||
hydra_completed_pair_skip();
|
||||
if (memcmp(hydra_get_next_pair(), &HYDRA_EXIT, sizeof(HYDRA_EXIT)) == 0)
|
||||
return 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue