Skip to content

Commit bbaa3ad

Browse files
committed
Land rapid7#6996 : Fix unused session types
2 parents 3413059 + 6cb2a69 commit bbaa3ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/exploits/windows/local/registry_persistence.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize(info = {})
2929
'Donny Maasland <donny.maasland[at]fox-it.com>',
3030
],
3131
'Platform' => [ 'win' ],
32-
'SessionTypes' => [ 'meterpreter', 'cmd' ],
32+
'SessionTypes' => [ 'meterpreter', 'shell' ],
3333
'Targets' =>
3434
[
3535
[ 'Automatic', { } ]

modules/post/windows/manage/sticky_keys.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(info = {})
3838
},
3939
'Author' => ['OJ Reeves'],
4040
'Platform' => ['win'],
41-
'SessionTypes' => ['meterpreter', 'cmd'],
41+
'SessionTypes' => ['meterpreter', 'shell'],
4242
'Actions' => [
4343
['ADD', {'Description' => 'Add the backdoor to the target.'}],
4444
['REMOVE', {'Description' => 'Remove the backdoor from the target.'}]

0 commit comments

Comments
 (0)