add osvdb ref

git-svn-id: file:///home/svn/framework3/trunk@12147 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Steve Tornio 2011-03-26 12:05:48 +00:00
parent ff3659aa37
commit 81fae13258
1 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
'References' =>
[
['CVE', 'CVE-2010-3275'],
['OSVDB', '71277'],
['URL', 'http://www.coresecurity.com/content/vlc-vulnerabilities-amv-nsv-files'],
],
'Payload' =>
@ -163,4 +164,4 @@ class Metasploit3 < Msf::Exploit::Remote
print_status("Sending malicious page to #{cli.peerhost}:#{cli.peerport}...")
send_response( cli, html, {'Content-Type' => 'text/html'} )
end
end
end