From bd70ea79c29dc460efd2c3672bee87cee9bdd909 Mon Sep 17 00:00:00 2001 From: raynull <51116855+raynull@users.noreply.github.com> Date: Tue, 28 May 2019 12:52:27 +0300 Subject: [PATCH] Update hydra-redis.c --- hydra-redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra-redis.c b/hydra-redis.c index c010577..e97dd1c 100644 --- a/hydra-redis.c +++ b/hydra-redis.c @@ -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); // authentication test 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); return 1; }