add cve and osvdb refs

git-svn-id: file:///home/svn/framework3/trunk@12816 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Steve Tornio 2011-06-02 12:24:25 +00:00
parent 7458abc8b3
commit 6890ec5610
1 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,8 @@ class Metasploit3 < Msf::Exploit::Remote
'Version' => '$Revision$',
'References' =>
[
[ 'CVE', '2006-6576'],
[ 'OSVDB', '35951'],
[ 'BID', '45957 '],
[ 'URL', 'http://www.exploit-db.com/exploits/16036/'],
],
@ -87,4 +89,4 @@ class Metasploit3 < Msf::Exploit::Remote
rescue EOFError
end
end
end
end