mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
Update hydra-redis.c
This commit is contained in:
parent
3658f3a6ad
commit
093f172ee3
1 changed files with 2 additions and 2 deletions
|
@ -32,6 +32,7 @@ int start_redis(int s, char *ip, int port, unsigned char options, char *miscptr,
|
|||
return 4;
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (buf[0] == '-') {
|
||||
if (verbose > 1)
|
||||
hydra_report(stderr, "[VERBOSE] Authentication failed for password %s\n", pass);
|
||||
|
@ -45,9 +46,8 @@ int start_redis(int s, char *ip, int port, unsigned char options, char *miscptr,
|
|||
free(buf);
|
||||
return 3;
|
||||
}
|
||||
|
||||
+ /* not reached */
|
||||
|
||||
/* not reached */
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue