Update Nvidia module with an OSVDB ref
The paper is really good, but could use a more traditional reference. [See #4884]bug/bundler_fix
parent
cd992d5ea6
commit
99494328d2
|
@ -31,7 +31,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
],
|
||||
'References' =>
|
||||
[
|
||||
[ 'URL', 'http://revuln.com/files/ReVuln_NVIDIA_mental_ray.pdf' ]
|
||||
[ 'URL', 'http://revuln.com/files/ReVuln_NVIDIA_mental_ray.pdf' ],
|
||||
[ 'OSVDB', '100827' ]
|
||||
],
|
||||
'Stance' => Msf::Exploit::Stance::Aggressive,
|
||||
'Platform' => 'win',
|
||||
|
|
Loading…
Reference in New Issue