We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048163e commit 0b68476Copy full SHA for 0b68476
modules/exploits/multi/persistence/ssh_key.rb
@@ -35,7 +35,7 @@ def initialize(info = {})
35
'h00die <mike@shorebreaksecurity.com>', # linux
36
'Dean Welch <dean_welch[at]rapid7.com>' # windows
37
],
38
- 'Platform' => [], # this is used for payload selection but we don't use a payload
+ 'Platform' => %w[linux unix win], # this must be defined despite the module not using a payload
39
'Arch' => ARCH_ALL, # doesn't matter because we don't use the payload
40
'SessionTypes' => [ 'meterpreter', 'shell' ],
41
'References' => [
0 commit comments