Update Nvidia module with an OSVDB ref

The paper is really good, but could use a more traditional reference.

[See #4884]
bug/bundler_fix
Tod Beardsley 2015-03-11 19:51:22 -05:00
parent cd992d5ea6
commit 99494328d2
No known key found for this signature in database
GPG Key ID: BD63D0A3EA19CAAC
1 changed files with 2 additions and 1 deletions

View File

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