Commit 0bf8f262 by Marcin Bury Committed by GitHub

Merge pull request #182 from toxydose/patch-1

Update http_digest_bruteforce.py
parents a6c8fddc de4ff66c
...@@ -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