Commit 235446ad by Hassen

fix path and description for Comtrend CT 5361T Password Disclosure vulnerability

parent ed9feae3
...@@ -14,13 +14,13 @@ class Exploit(exploits.Exploit): ...@@ -14,13 +14,13 @@ class Exploit(exploits.Exploit):
'name': 'Comtrend CT 5361T Password Disclosure Vulnerability', 'name': 'Comtrend CT 5361T Password Disclosure Vulnerability',
'description': 'WiFi router Comtrend CT 5361T suffers from a Password Disclosure Vulnerability', 'description': 'WiFi router Comtrend CT 5361T suffers from a Password Disclosure Vulnerability',
'author': 'TUNISIAN CYBER', # routersploit module, 'author': 'TUNISIAN CYBER', # routersploit module,
'Software Version': 'A111-312SSG-T02_R01',
'Wireless Driver Version': '4.150.10.15.cpe2.2',
'references': [ 'references': [
'https://packetstormsecurity.com/files/126129/Comtrend-CT-5361T-Password-Disclosure.html' 'https://packetstormsecurity.com/files/126129/Comtrend-CT-5361T-Password-Disclosure.html'
], ],
'targets': [ 'targets': [
'Comtrend CT 5361T (more likely CT 536X)' 'Comtrend CT 5361T (more likely CT 536X)\n' +
'Software Version: A111-312SSG-T02_R01\n' +
'Wireless Driver Version: 4.150.10.15.cpe2.2'
] ]
} }
......
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