Compute Kerberos Hashes (Invoke-RubeusHash)

Description

Computes Kerberos keys (RC4, AES128, AES256) from a plaintext password.

Overview

Computes Kerberos encryption keys (RC4/NTLM, AES128, AES256) from a plaintext password. The computed hashes can be used with other Rubeus commands that require key-based authentication instead of passwords.

Arguments

Parameter Type Description
Password string The plaintext password to compute hashes for.
UserName string The username (required for AES key derivation).
Domain string The domain (required for AES key derivation).

Dependencies

  • AD

Operating Systems

  • Windows
Scroll to Top