rubeus_hash
Compute Kerberos encryption keys from a password, including NTLM and AES hashes, for ticket requests and Kerberos authentication.
Instructions
Calculate Kerberos password hashes from plaintext.
Computes the various Kerberos encryption keys from a password:
RC4_HMAC (NTLM)
AES128_CTS_HMAC_SHA1
AES256_CTS_HMAC_SHA1
DES_CBC_MD5
These hashes can be used for ticket requests and other operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | Password to hash | |
| user | No | Username (required for AES salt) | |
| domain | No | Domain (required for AES salt) |