rubeus_asrep2kirbi
Convert an AS-REP response to a kirbi ticket format using the provided decryption key.
Instructions
Convert an AS-REP response to kirbi ticket format.
Takes a raw AS-REP response and converts it to a usable kirbi ticket using the provided key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asrep | Yes | Base64 AS-REP or file path | |
| key | No | Decryption key (password) | |
| keyhex | No | Decryption key (hex) | |
| enctype | No | Encryption type | |
| ptt | No | Pass-the-ticket after conversion | |
| luid | No | Target LUID for PTT | |
| outfile | No | Output file for kirbi | |
| nowrap | No | Don't wrap base64 output |