Skip to content

Commit f88e68d

Browse files
author
Pedro Ribeiro
committed
fix msftidy stuff
1 parent 2827a7e commit f88e68d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/linux/http/trueonline_p660hn_v2_rce.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class MetasploitModule < Msf::Exploit::Remote
1414

1515
def initialize(info = {})
1616
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',
1818
'Description' => %q{
1919
TrueOnline is a major ISP in Thailand, and it distributes a customised version of
2020
the ZyXEL P660HN-T v2 router. This customised version has an authenticated command injection
@@ -36,7 +36,7 @@ def initialize(info = {})
3636
'References' =>
3737
[
3838
['URL', 'GITHUB'],
39-
['URL', 'FULLDISC'],
39+
['URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/advisories/zyxel_trueonline.txt'],
4040
['URL', 'https://blogs.securiteam.com/index.php/archives/2910']
4141
],
4242
'Targets' =>
@@ -46,7 +46,7 @@ def initialize(info = {})
4646
'Privileged' => true,
4747
'Arch' => ARCH_MIPSBE,
4848
'DefaultOptions' => { 'PAYLOAD' => 'linux/mipsbe/shell_reverse_tcp' },
49-
'DisclosureDate' => 'TBD',
49+
'DisclosureDate' => 'Dec 26 2016',
5050
'DefaultTarget' => 0))
5151
register_options(
5252
[

0 commit comments

Comments
 (0)