Add bugtraq reference
parent
2aca610095
commit
746ba4d76c
|
@ -3,8 +3,6 @@
|
|||
# Current source: https://github.com/rapid7/metasploit-framework
|
||||
##
|
||||
|
||||
# - test v_web_login_login_type string in NVRmini
|
||||
|
||||
require 'msf/core'
|
||||
|
||||
class MetasploitModule < Msf::Exploit::Remote
|
||||
|
@ -34,7 +32,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
['CVE', '2016-5675'],
|
||||
['US-CERT-VU', '856152'],
|
||||
['URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/advisories/nuuo-nvr-vulns.txt'],
|
||||
['URL', 'TODO_FULLDISC_URL']
|
||||
['URL', 'http://seclists.org/bugtraq/2016/Aug/45']
|
||||
],
|
||||
'DefaultOptions' => { 'WfsDelay' => 5 },
|
||||
'Platform' => 'unix',
|
||||
|
|
Loading…
Reference in New Issue