add osvdb ref

git-svn-id: file:///home/svn/framework3/trunk@12092 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Steve Tornio 2011-03-23 11:19:45 +00:00
parent 8233030184
commit 89ec6ab5da
1 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ class Metasploit3 < Msf::Exploit::Remote
'References' =>
[
['CVE', '2011-0609'],
['OSVDB', '71254'],
['URL', 'http://bugix-security.blogspot.com/2011/03/cve-2011-0609-adobe-flash-player.html'],
['URL', 'http://www.adobe.com/devnet/swf.html'],
['URL', 'http://www.adobe.com/support/security/advisories/apsa11-01.html']
@ -135,4 +136,4 @@ EOS
print_status("Sending #{self.name} HTML to #{cli.peerhost}:#{cli.peerport}")
send_response(cli, html, { 'Content-Type' => 'text/html' })
end
end
end