Commit 761cf45f by 0BuRner Committed by GitHub

Update dwg855_authbypass.py

parent 2d2b24c2
...@@ -18,14 +18,14 @@ class Exploit(exploits.Exploit): ...@@ -18,14 +18,14 @@ class Exploit(exploits.Exploit):
__info__ = { __info__ = {
'name': 'Technicolor DWG-855 Authentication Bypass vulnerability.', 'name': 'Technicolor DWG-855 Authentication Bypass vulnerability.',
'description': 'Module exploits Technicolor DWG-855 Authentication Bypass vulnerability which allows changing administrator\'s password.\n\nNOTE: This module will errase previous username&pass, this is NOT stealty.', 'description': 'Module exploits Technicolor DWG-855 Authentication Bypass vulnerability which allows changing administrator\'s password.\n\nNOTE: This module will errase previous username&pass, this is NOT stealty.',
'author': [ 'authors': [
'JPaulMora <https://JPaulMora.GitHub.io>', 'JPaulMora <https://JPaulMora.GitHub.io>',
# vulnerability discovery,routersploit module # vulnerability discovery,routersploit module
], ],
'references': [ 'references': [
'No references, at time of write its a 0day. Check my page though I probably wrote something about it.', 'No references, at time of write its a 0day. Check my page though I probably wrote something about it.',
], ],
'targets': [ 'devices': [
'Technicolor DWG-855', 'Technicolor DWG-855',
] ]
} }
......
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