Land #6283, increase the amount of space needed for ms08_067

This commit is contained in:
wchen-r7 2015-11-25 19:37:25 -06:00
commit 7dc268d601
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Privileged' => true,
'Payload' =>
{
'Space' => 400,
'Space' => 410,
'BadChars' => "\x00\x0a\x0d\x5c\x5f\x2f\x2e\x40",
'Prepend' => "\x81\xE4\xF0\xFF\xFF\xFF", # stack alignment
'StackAdjustment' => -3500,