Last of the style fixes
parent
db7fadfc36
commit
ebdbb179ce
|
@ -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'
|
||||
))
|
||||
|
|
Loading…
Reference in New Issue