# hash

`kerberos::hash` computes the different types of Kerberos keys for a given password. It has the following command line arguments:

* `/user`: the `sAMAccountName` of the user
* `/password`: the plaintext password
* `/domain`: the active directory domain
* `/count`: number of iterations

```
mimikatz # kerberos::hash /user:m3g9tr0n /domain:hacklab.local /password:Super_SecretPass1!
        * rc4_hmac_nt       b09a14d2d325026f8986d4a874fbcbc7
        * aes128_hmac       f99e642fe29c8aa84e047876d29fc4f7
        * aes256_hmac       f5b77681af657ccec49e707c2e2f8fc1dc958088f8dc99f09ce3818183cf2392
        * des_cbc_md5       d3f89befcb43ce52
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tools.thehacker.recipes/mimikatz/modules/kerberos/hash.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
