mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
http-get better log
This commit is contained in:
parent
c639f21a72
commit
98afb8e32d
1 changed files with 2 additions and 1 deletions
|
@ -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--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue