Skip to content

Commit

Permalink
Update http_digest_bruteforce.py
Browse files Browse the repository at this point in the history
  • Loading branch information
toxydose authored Feb 19, 2017
1 parent b9f389d commit e97c53d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion routersploit/modules/creds/http_digest_bruteforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ class Exploit(exploits.Exploit):
'description': 'Module performs bruteforce attack 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
],
'references': [
'',
Expand Down

0 comments on commit e97c53d

Please sign in to comment.