http-get better log

This commit is contained in:
jopravil 2019-07-29 09:38:37 +02:00
parent c639f21a72
commit 98afb8e32d

View file

@ -441,6 +441,7 @@ 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);
if(debug)
hydra_report(stderr, "End condition is %s, mod is %d\n",end_condition,end_condition_type);
if(*(start-1)==' ')