Land #6996 : Fix unused session types

bug/bundler_fix
OJ 2016-06-20 16:21:11 +10:00
commit bbaa3ad9f9
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ class MetasploitModule < Msf::Exploit::Local
'Donny Maasland <donny.maasland[at]fox-it.com>',
],
'Platform' => [ 'win' ],
'SessionTypes' => [ 'meterpreter', 'cmd' ],
'SessionTypes' => [ 'meterpreter', 'shell' ],
'Targets' =>
[
[ 'Automatic', { } ]

View File

@ -38,7 +38,7 @@ class MetasploitModule < Msf::Post
},
'Author' => ['OJ Reeves'],
'Platform' => ['win'],
'SessionTypes' => ['meterpreter', 'cmd'],
'SessionTypes' => ['meterpreter', 'shell'],
'Actions' => [
['ADD', {'Description' => 'Add the backdoor to the target.'}],
['REMOVE', {'Description' => 'Remove the backdoor from the target.'}]