config/locales/en.yml in metasploit-credential-6.0.0 vs config/locales/en.yml in metasploit-credential-6.0.1
- old
+ new
@@ -54,10 +54,11 @@
username:
help: "Filters the results by public credentials that contain the specified username."
models:
metasploit/credential/ntlm_hash: "NTLM hash"
metasploit/credential/ssh_key: "SSH key"
+ metasploit/credential/krb_enc_key: 'Krb enc key'
errors:
models:
metasploit/credential/core:
attributes:
base:
@@ -76,9 +77,13 @@
untried: "can't be set if status is untried."
metasploit/credential/ntlm_hash:
attributes:
data:
format: "is not in the NTLMHash data format of <LAN Manager hex digest>:<NT LAN Manager hex digest>, where each hex digest is 32 lowercase hexadecimal characters."
+ metasploit/credential/krb_enc_key:
+ attributes:
+ data:
+ format: "is not in the KrbEncKey data format of 'msf_krbenckey:<ENCTYPE>:<KEY>:<SALT>', where the key and salt are in hexadecimal characters"
metasploit/credential/ssh_key:
attributes:
data:
encrypted: "is encrypted, but Metasploit::Credential::SSHKey only supports unencrypred private keys."
not_private: "is not a private key."