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 @@ -12,7 +12,7 @@ class MetasploitModule < Msf::Exploit::Remote
12
12
13
13
def initialize ( info = { } )
14
14
super ( update_info ( info ,
15
- 'Name' => 'TrueOnline / Billion 5200W-T router Unauthenticated Command Injection' ,
15
+ 'Name' => 'TrueOnline / Billion 5200W-T Router Unauthenticated Command Injection' ,
16
16
'Description' => %q{
17
17
TrueOnline is a major ISP in Thailand, and it distributes a customised version of
18
18
the Billion 5200W-T router. This customised version has at least two command injection
@@ -34,7 +34,7 @@ def initialize(info = {})
34
34
'References' =>
35
35
[
36
36
[ 'URL' , 'GITHUB' ] ,
37
- [ 'URL' , 'FULLDISC ' ] ,
37
+ [ 'URL' , 'https://raw.githubusercontent.com/pedrib/PoC/master/advisories/zyxel_trueonline.txt ' ] ,
38
38
[ 'URL' , 'https://blogs.securiteam.com/index.php/archives/2910' ]
39
39
] ,
40
40
'Targets' =>
@@ -44,7 +44,7 @@ def initialize(info = {})
44
44
'Privileged' => true ,
45
45
'Arch' => ARCH_CMD ,
46
46
'DefaultOptions' => { 'PAYLOAD' => 'cmd/unix/interact' } ,
47
- 'DisclosureDate' => 'TBD ' ,
47
+ 'DisclosureDate' => 'Dec 26 2016 ' ,
48
48
'DefaultTarget' => 0 ) )
49
49
register_options (
50
50
[
You can’t perform that action at this time.
0 commit comments