mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
beautifications
This commit is contained in:
parent
2246030c21
commit
7f456cb1dc
2 changed files with 86 additions and 3 deletions
|
@ -125,7 +125,8 @@ int start_rtsp(int s, char *ip, int port, unsigned char options, char *miscptr,
|
|||
}
|
||||
|
||||
if (use_Digest_Auth(lresp) == 1) {
|
||||
char *dbuf = dbuffer[500] = "";
|
||||
char *dbuf;
|
||||
char dbuffer[500] = "";
|
||||
char aux[500] = "";
|
||||
|
||||
char *pbuffer = hydra_strcasestr(lresp, "WWW-Authenticate: Digest ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue