Commit a6c8fddc by Marcin Bury Committed by GitHub

Merge pull request #184 from toxydose/patch-3

Update http_digest_default.py
parents 283f6f9f 018d89d4
......@@ -61,7 +61,7 @@ class Exploit(exploits.Exploit):
return
if response.status_code != 401:
print_status("Target is not protected by Basic Auth")
print_status("Target is not protected by Digest Auth")
return
if self.defaults.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