Skip to content

Commit ba8dfbd

Browse files
author
Pedro Ribeiro
committed
fix msftidy stuff
1 parent af2516d commit ba8dfbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/linux/http/trueonline_p660hn_v1_rce.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info = {})
3232
'References' =>
3333
[
3434
['URL', 'GITHUB'],
35-
['URL', 'FULLDISC'],
35+
['URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/advisories/zyxel_trueonline.txt'],
3636
['URL', 'https://blogs.securiteam.com/index.php/archives/2910']
3737
],
3838
'Targets' =>
@@ -42,7 +42,7 @@ def initialize(info = {})
4242
'Privileged' => true,
4343
'Arch' => ARCH_CMD,
4444
'DefaultOptions' => { 'PAYLOAD' => 'cmd/unix/interact' },
45-
'DisclosureDate' => 'TBD',
45+
'DisclosureDate' => 'Dec 26 2016',
4646
'DefaultTarget' => 0))
4747
register_options(
4848
[

0 commit comments

Comments
 (0)