mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
Update hydra-redis.c
This commit is contained in:
parent
b9c5e7e125
commit
bd70ea79c2
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ int32_t service_redis_init(char *ip, int32_t sp, unsigned char options, char *mi
|
||||||
printf("[DEBUG] buf = %s\n", buf);
|
printf("[DEBUG] buf = %s\n", buf);
|
||||||
// authentication test
|
// authentication test
|
||||||
if (strstr(buf, "+PONG") != NULL) { // the server does not require password
|
if (strstr(buf, "+PONG") != NULL) { // the server does not require password
|
||||||
hydra_report(stderr, "[!] The server does not require password.\n");
|
hydra_report(stderr, "[!] The server %s does not require password.\n", hostname);
|
||||||
free(buf);
|
free(buf);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue