Commit a1a54baa by Alexander Bridges Committed by GitHub

Update http_digest_default.py

parent e97c53df
...@@ -27,7 +27,10 @@ class Exploit(exploits.Exploit): ...@@ -27,7 +27,10 @@ class Exploit(exploits.Exploit):
'description': 'Module perform dictionary attack with default credentials against HTTP Digest Auth service. ' 'description': 'Module perform dictionary attack with default credentials against HTTP Digest Auth service. '
'If valid credentials are found, they are displayed to the user.', 'If valid credentials are found, they are displayed to the user.',
'authors': [ 'authors': [
'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module 'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit Http Basic auth module
'Alexander Yakovlev <https://github.com/toxydose>', # upgrading to perform bruteforce attack against HTTP Digest Auth service
33
],
], ],
'references': [ 'references': [
'', '',
......
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