Add bugtraq reference

bug/bundler_fix
Pedro Ribeiro 2016-08-05 21:53:08 +01:00 committed by GitHub
parent 2aca610095
commit 746ba4d76c
1 changed files with 1 additions and 3 deletions

View File

@ -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',