From 98afb8e32db0cb88da06bd468ed63fec65b9e9a6 Mon Sep 17 00:00:00 2001 From: jopravil Date: Mon, 29 Jul 2019 09:38:37 +0200 Subject: [PATCH] http-get better log --- hydra-http.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hydra-http.c b/hydra-http.c index bae18a7..3489b38 100644 --- a/hydra-http.c +++ b/hydra-http.c @@ -441,7 +441,8 @@ int32_t service_http_init(char *ip, int32_t sp, unsigned char options, char *mis } //copy condition witout starting string (F= or S= 2char) strncpy(end_condition, start+2,condition_len-2); - hydra_report(stderr, "End condition is %s, mod is %d\n",end_condition,end_condition_type); + if(debug) + hydra_report(stderr, "End condition is %s, mod is %d\n",end_condition,end_condition_type); if(*(start-1)==' ') start--;