Skip to content

Commit

Permalink
Update http_digest_default.py
Browse files Browse the repository at this point in the history
  • Loading branch information
toxydose authored Feb 19, 2017
1 parent e97c53d commit a1a54ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion routersploit/modules/creds/http_digest_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ class Exploit(exploits.Exploit):
'description': 'Module perform dictionary attack with default credentials against HTTP Digest Auth service. '
'If valid credentials are found, they are displayed to the user.',
'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': [
'',
Expand Down

0 comments on commit a1a54ba

Please sign in to comment.