Skip to content

Commit 106f265

Browse files
author
Pedro Ribeiro
authored
Add bugtraq reference
1 parent 036d050 commit 106f265

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/auxiliary/admin/http/nuuo_nvrmini_reset.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
require 'msf/core'
77

88
class MetasploitModule < Msf::Auxiliary
9-
Rank = ExcellentRanking
10-
9+
1110
include Msf::Exploit::Remote::HttpClient
1211
include Msf::Auxiliary::Report
1312

@@ -33,7 +32,7 @@ def initialize(info = {})
3332
['CVE', '2016-5676'],
3433
['US-CERT-VU', '856152'],
3534
['URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/advisories/nuuo-nvr-vulns.txt'],
36-
['URL', 'TODO_FULLDISC_URL']
35+
['URL', 'http://seclists.org/bugtraq/2016/Aug/45']
3736
],
3837
'DefaultTarget' => 0,
3938
'DisclosureDate' => 'Aug 4 2016'))

0 commit comments

Comments
 (0)