Fix a typo
git-svn-id: file:///home/svn/framework3/trunk@7015 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
56b2ab3f63
commit
eeefc4dd27
|
@ -18,7 +18,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Author' => [ 'Colin Ames <amesc[at]attackresearch.com>' ],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 1024
|
||||
'Space' => 1024,
|
||||
'DisableNops' => true,
|
||||
'StackAdjustment' => -3500,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue