Less alignment

bug/bundler_fix
sinn3r 2013-09-09 09:39:02 -05:00
parent 992bdcf530
commit 6ab905e9e0
1 changed files with 2 additions and 3 deletions

View File

@ -68,10 +68,9 @@ class Metasploit3 < Msf::Exploit::Remote
],
'Payload' =>
{
'BadChars' => "\x00",
'StackAdjustment' => -3500
'BadChars' => "\x00"
},
'DefaultOptions' =>
'DefaultOptions' =>
{
'InitialAutoRunScript' => 'migrate -f'
},