Method: Metasploit::Credential::KrbEncKey#salt

Defined in:
app/models/metasploit/credential/krb_enc_key.rb

#saltString?

The salt used as part of creating the key. This is normally derived from the Kerberos principal name/Realm. For windows the following convention is used to create the salt: learn.microsoft.com/en-us/openspecs/windows_protocols/ms-kile/7a7b081d-c0c6-46f4-acbf-a439664270b8

This value can be nil if the salt is not known

Returns:

  • (String, nil)

    The key salt if available



130
131
132
# File 'app/models/metasploit/credential/krb_enc_key.rb', line 130

def salt
  parsed_data[:salt]
end