Fix indentation

bug/bundler_fix
OJ 2015-07-24 08:08:01 +10:00
parent 616e1ddd68
commit db7fadfc36
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ class Metasploit4 < Msf::Post
'Platform' => ['win'],
'SessionTypes' => ['meterpreter', 'cmd'],
'Actions' => [
[ 'ADD', { 'Description' => 'Add the backdoor to the target.' } ],
[ 'REMOVE', { 'Description' => 'Remove the backdoor from the target' } ]
[ 'ADD', { 'Description' => 'Add the backdoor to the target.' } ],
[ 'REMOVE', { 'Description' => 'Remove the backdoor from the target' } ]
],
'DefaultAction' => 'ADD'
))