File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/msf/ui/console/command_dispatcher Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,10 @@ def cmd_creds_help
131
131
user : 'Public, usually a username' ,
132
132
password : 'Private, private_type Password.' ,
133
133
ntlm : 'Private, private_type NTLM Hash.' ,
134
- 'ssh-key' : 'Private, private_type SSH key, must be a file path.' ,
134
+ 'ssh-key' => 'Private, private_type SSH key, must be a file path.' ,
135
135
hash : 'Private, private_type Nonreplayable hash' ,
136
136
realm : 'Realm, ' ,
137
- 'realm-type' : "Realm, realm_type (#{ Metasploit ::Model ::Realm ::Key ::SHORT_NAMES . keys . join ( ' ' ) } ), defaults to domain."
137
+ 'realm-type' => "Realm, realm_type (#{ Metasploit ::Model ::Realm ::Key ::SHORT_NAMES . keys . join ( ' ' ) } ), defaults to domain."
138
138
} . each_pair do |keyword , description |
139
139
print_line " #{ keyword . to_s . ljust 10 } : #{ description } "
140
140
end
You can’t perform that action at this time.
0 commit comments