Overview
Convert between different Kerberos ticket formats including .kirbi files, base64-encoded tickets, and other ticket representations. This utility command facilitates ticket format conversion for various operational requirements.Syntax
Input Options
Base64-encoded ticket data or path to .kirbi file
Input file containing ticket data
Output Options
Save converted ticket to file
Output format (kirbi, base64, hex)
Don’t wrap base64 output
Examples
Supported Formats
Input Formats
Input Formats
.kirbi Files:
- Binary Kerberos ticket format
- Standard Windows credential cache format
- Used by Mimikatz and other tools
- Native Rubeus ticket format
- Text representation of binary tickets
- Suitable for command-line operations
- Easy to transfer and store
- Standard Rubeus output format
- Hex representation of ticket data
- Useful for analysis and debugging
- Alternative text encoding
- Support for various tools
Use Cases
Format Compatibility
Format Compatibility
Tool Integration:
- Convert tickets for different tools
- Enable cross-tool ticket usage
- Support various input/output requirements
- Facilitate ticket sharing and storage
- Convert formats for specific use cases
- Adapt to environment constraints
- Support automated processing
- Enable batch operations
Data Processing
Data Processing
Analysis Preparation:
- Convert tickets for analysis tools
- Prepare data for forensic examination
- Enable reverse engineering efforts
- Support research activities
- Convert for efficient storage
- Prepare tickets for network transfer
- Support backup and archival
- Enable data portability
Integration Workflows
Cross-Tool Operations
Cross-Tool Operations
Tool Chain Integration:
Batch Processing
Batch Processing
Multiple Ticket Conversion:
Format Specifications
Technical Details
Technical Details
.kirbi Format:
- Binary ASN.1 DER-encoded tickets
- Standard Kerberos credential cache format
- Maintains full ticket structure
- Preserves all ticket attributes
- RFC 4648 base64 encoding
- Optional line wrapping at 64 characters
- Portable text representation
- Command-line friendly
- Lowercase hexadecimal representation
- No separators or formatting
- Direct binary representation
- Analysis-friendly format
Quality Assurance
Conversion Validation
Conversion Validation
Integrity Verification:
- Validate ticket structure after conversion
- Check for data corruption
- Verify format compliance
- Test functional compatibility
- Invalid input formats
- Corrupted ticket data
- Encoding/decoding errors
- Structure validation failures
Related Commands
describe- Analyze converted ticketsptt- Use converted ticketsdump- Extract tickets for conversionasrep2kirbi- Specialized AS-REP conversion