add some MSB numbers that were missing, rename ms08-070 msmask32 module
git-svn-id: file:///home/svn/framework3/trunk@9532 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
d5c981f16e
commit
a040b3708a
|
@ -52,8 +52,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[ 'CVE', '2006-4777' ],
|
||||
[ 'OSVDB', '28842' ],
|
||||
[ 'BID', '20047' ],
|
||||
[ 'URL', 'https://www.blackhat.com/presentations/bh-eu-07/Sotirov/Sotirov-Source-Code.zip' ],
|
||||
[ 'URL', 'http://www.microsoft.com/technet/security/Bulletin/MS06-067.mspx' ]
|
||||
[ 'MSB', 'MS06-067' ],
|
||||
[ 'URL', 'https://www.blackhat.com/presentations/bh-eu-07/Sotirov/Sotirov-Source-Code.zip' ]
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
|
|
@ -30,9 +30,10 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2008-3704' ],
|
||||
[ 'OSVDB', '47475'],
|
||||
[ 'CVE', '2008-3704' ],
|
||||
[ 'OSVDB', '47475' ],
|
||||
[ 'BID', '30674' ],
|
||||
[ 'MSB', 'MS08-070' ]
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
|
@ -49,6 +49,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
['CVE', '2008-4844'],
|
||||
['OSVDB', '50622'],
|
||||
['BID', '32721'],
|
||||
['MSB', 'MS08-078'],
|
||||
['URL', 'http://www.microsoft.com/technet/security/advisory/961051.mspx'],
|
||||
['URL', 'http://taossa.com/archive/bh08sotirovdowd.pdf'],
|
||||
],
|
||||
|
|
|
@ -40,7 +40,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2009-0075' ],
|
||||
[ 'OSVDB', '51839'],
|
||||
[ 'OSVDB', '51839' ],
|
||||
[ 'MSB', 'MS09-002' ]
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
|
|
@ -31,8 +31,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2007-4776' ],
|
||||
[ 'OSVDB', '36936'],
|
||||
[ 'BID', '25629' ],
|
||||
[ 'OSVDB', '36936' ],
|
||||
[ 'BID', '25629' ]
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
|
|
@ -35,6 +35,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[ 'CVE', '2001-0333' ],
|
||||
[ 'OSVDB', '556' ],
|
||||
[ 'BID', '2708' ],
|
||||
[ 'MSB', 'MS01-026' ],
|
||||
[ 'URL', 'http://marc.info/?l=bugtraq&m=98992056521300&w=2' ]
|
||||
],
|
||||
'Platform' => 'win',
|
||||
|
|
Loading…
Reference in New Issue