This commit is contained in:
vanhauser-thc 2022-03-18 10:48:52 +01:00
parent 7dfedbb43a
commit 584be39d13

View file

@ -104,6 +104,8 @@ int32_t start_rtsp(int32_t s, char *ip, int32_t port, unsigned char options, cha
} else {
create_core_packet(1, ip, port);
printf("[DEBUG] checking for auth type\n");
if (use_Digest_Auth(lresp) == 1) {
char aux[500] = "", dbuf[500] = "", *result = NULL;
char *pbuffer = hydra_strcasestr(lresp, "WWW-Authenticate: Digest ");