Skip to content

Commit 746ba4d

Browse files
author
Pedro Ribeiro
authored
Add bugtraq reference
1 parent 2aca610 commit 746ba4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/exploits/linux/http/nuuo_nvrmini_auth_rce.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

6-
# - test v_web_login_login_type string in NVRmini
7-
86
require 'msf/core'
97

108
class MetasploitModule < Msf::Exploit::Remote
@@ -34,7 +32,7 @@ def initialize(info = {})
3432
['CVE', '2016-5675'],
3533
['US-CERT-VU', '856152'],
3634
['URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/advisories/nuuo-nvr-vulns.txt'],
37-
['URL', 'TODO_FULLDISC_URL']
35+
['URL', 'http://seclists.org/bugtraq/2016/Aug/45']
3836
],
3937
'DefaultOptions' => { 'WfsDelay' => 5 },
4038
'Platform' => 'unix',

0 commit comments

Comments
 (0)