Rapid7 Vulnerability & Exploit Database

Kerberos Ticket Inspecting

Back to Search

Kerberos Ticket Inspecting

Created
01/27/2023

Description

This module outputs the contents of a ccache/kirbi file and optionally (when provided with the appropriate key) decrypts and displays the encrypted content too. Can be used for inspecting tickets that aren't working as intended in an effort to debug them.

Author(s)

  • Dean Welch

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/admin/kerberos/inspect_ticket
msf auxiliary(inspect_ticket) > show actions
    ...actions...
msf auxiliary(inspect_ticket) > set ACTION < action-name >
msf auxiliary(inspect_ticket) > show options
    ...show and set options...
msf auxiliary(inspect_ticket) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;