mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -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 4;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (buf[0] == '-') {
|
if (buf[0] == '-') {
|
||||||
if (verbose > 1)
|
if (verbose > 1)
|
||||||
hydra_report(stderr, "[VERBOSE] Authentication failed for password %s\n", pass);
|
hydra_report(stderr, "[VERBOSE] Authentication failed for password %s\n", pass);
|
||||||
|
@ -46,8 +47,7 @@ int start_redis(int s, char *ip, int port, unsigned char options, char *miscptr,
|
||||||
return 3;
|
return 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
+ /* not reached */
|
/* not reached */
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue