mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -07:00
debug
This commit is contained in:
parent
7dfedbb43a
commit
584be39d13
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ int32_t start_rtsp(int32_t s, char *ip, int32_t port, unsigned char options, cha
|
||||||
} else {
|
} else {
|
||||||
create_core_packet(1, ip, port);
|
create_core_packet(1, ip, port);
|
||||||
|
|
||||||
|
printf("[DEBUG] checking for auth type\n");
|
||||||
|
|
||||||
if (use_Digest_Auth(lresp) == 1) {
|
if (use_Digest_Auth(lresp) == 1) {
|
||||||
char aux[500] = "", dbuf[500] = "", *result = NULL;
|
char aux[500] = "", dbuf[500] = "", *result = NULL;
|
||||||
char *pbuffer = hydra_strcasestr(lresp, "WWW-Authenticate: Digest ");
|
char *pbuffer = hydra_strcasestr(lresp, "WWW-Authenticate: Digest ");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue