Commit de4ff66c by Alexander Bridges Committed by GitHub

Update http_digest_bruteforce.py

my mistake, did not changed the program response in the line 65 from the basic script
parent 283f6f9f
...@@ -62,7 +62,7 @@ class Exploit(exploits.Exploit): ...@@ -62,7 +62,7 @@ class Exploit(exploits.Exploit):
return return
if response.status_code != 401: if response.status_code != 401:
print_status("Target is not protected by Basic Auth") print_status("Target is not protected by Digest Auth")
return return
if self.usernames.startswith('file://'): if self.usernames.startswith('file://'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment