Added OSVDB references from Steve Tornio

git-svn-id: file:///home/svn/framework3/trunk@6546 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-05-12 19:03:25 +00:00
parent 6f2ff2d1d5
commit 0ab728c6a5
4 changed files with 10 additions and 5 deletions

View File

@ -26,8 +26,9 @@ class Metasploit3 < Msf::Exploit::Remote
'Version' => '$Revision$', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'BID', '23620' ],
[ 'CVE', '2007-2193' ], [ 'CVE', '2007-2193' ],
[ 'OSVDB', '35236' ],
[ 'BID', '23620' ],
], ],
'DefaultOptions' => 'DefaultOptions' =>
{ {

View File

@ -33,6 +33,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Version' => '$Revision$', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
[ 'CVE', '2005-0277'],
[ 'OSVDB', '12810'], [ 'OSVDB', '12810'],
[ 'OSVDB', '12811'], [ 'OSVDB', '12811'],
[ 'BID', '12155'], [ 'BID', '12155'],
@ -111,4 +112,4 @@ class Metasploit3 < Msf::Exploit::Remote
disconnect disconnect
end end
end end

View File

@ -32,8 +32,9 @@ class Metasploit3 < Msf::Exploit::Remote
'Version' => '$Revision$', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['BID', '18906'],
['CVE', '2006-3524'], ['CVE', '2006-3524'],
['OSVDB', '27122' ]
['BID', '18906'],
], ],
'DefaultOptions' => 'DefaultOptions' =>
{ {
@ -88,4 +89,4 @@ class Metasploit3 < Msf::Exploit::Remote
end end
end end

View File

@ -30,6 +30,8 @@ class Metasploit3 < Msf::Exploit::Remote
'Version' => '$Revision$', 'Version' => '$Revision$',
'References' => 'References' =>
[ [
['CVE', '2006-6183'],
['OSVDB', '30758'],
['BID', '21301'], ['BID', '21301'],
['URL', 'http://secunia.com/advisories/23113/'], ['URL', 'http://secunia.com/advisories/23113/'],
], ],
@ -69,4 +71,4 @@ class Metasploit3 < Msf::Exploit::Remote
disconnect_udp disconnect_udp
end end
end end