File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/exploits/linux/http Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class MetasploitModule < Msf::Exploit::Remote
14
14
15
15
def initialize ( info = { } )
16
16
super ( update_info ( info ,
17
- 'Name' => 'TrueOnline / ZyXEL P660HN-T v2 router Authenticated Command Injection' ,
17
+ 'Name' => 'TrueOnline / ZyXEL P660HN-T v2 Router Authenticated Command Injection' ,
18
18
'Description' => %q{
19
19
TrueOnline is a major ISP in Thailand, and it distributes a customised version of
20
20
the ZyXEL P660HN-T v2 router. This customised version has an authenticated command injection
@@ -36,7 +36,7 @@ def initialize(info = {})
36
36
'References' =>
37
37
[
38
38
[ 'URL' , 'GITHUB' ] ,
39
- [ 'URL' , 'FULLDISC ' ] ,
39
+ [ 'URL' , 'https://raw.githubusercontent.com/pedrib/PoC/master/advisories/zyxel_trueonline.txt ' ] ,
40
40
[ 'URL' , 'https://blogs.securiteam.com/index.php/archives/2910' ]
41
41
] ,
42
42
'Targets' =>
@@ -46,7 +46,7 @@ def initialize(info = {})
46
46
'Privileged' => true ,
47
47
'Arch' => ARCH_MIPSBE ,
48
48
'DefaultOptions' => { 'PAYLOAD' => 'linux/mipsbe/shell_reverse_tcp' } ,
49
- 'DisclosureDate' => 'TBD ' ,
49
+ 'DisclosureDate' => 'Dec 26 2016 ' ,
50
50
'DefaultTarget' => 0 ) )
51
51
register_options (
52
52
[
You can’t perform that action at this time.
0 commit comments