Fix the Space and mistyped StackAdjustment in the metaphish merge

git-svn-id: file:///home/svn/framework3/trunk@7014 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-09-09 00:55:13 +00:00
parent d6d7b0e43f
commit 56b2ab3f63
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ class Metasploit3 < Msf::Exploit::Remote
'Author' => [ 'Colin Ames <amesc[at]attackresearch.com>' ],
'Payload' =>
{
'Space' => 8192,
'Space' => 1024
'DisableNops' => true,
'StatckAdjustment' => -3500,
'StackAdjustment' => -3500,
},
'Platform' => 'win',
'Targets' =>