unstable
sinn3r 2012-03-01 22:31:08 -06:00
parent fd2d9ae0ea
commit 67f788768d
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ class Metasploit3 < Msf::Exploit::Remote
],
'Payload' =>
{
'Space' => 1900,
'DisableNops' => true,
'BadChars' => "\x00\x22\x0a",
'Space' => 1900,
'DisableNops' => true,
'BadChars' => "\x00\x22\x0a",
'PrependEncoder' => "\x81\xc4\x54\xf2\xff\xff" # Stack adjustment # add esp, -3500
},
'Platform' => 'win',