diff --git a/modules/auxiliary/gather/windows_secrets_dump.rb b/modules/auxiliary/gather/windows_secrets_dump.rb index a26da15340e1..de87a184bb0f 100644 --- a/modules/auxiliary/gather/windows_secrets_dump.rb +++ b/modules/auxiliary/gather/windows_secrets_dump.rb @@ -442,6 +442,12 @@ def get_machine_kerberos_keys(raw_secret, _machine_name) salt: salt } + secret << { + enctype: Rex::Proto::Kerberos::Crypto::Encryption::RC4_HMAC, + key: OpenSSL::Digest::MD4.digest(raw_secret), + salt: nil + } + secret end