Skip to content

Kerberos keytab command

skelsec edited this page Apr 16, 2021 · 2 revisions

What it does

Parses keytab file and shows the stored kerberos keys. Those can be used for authentication in other commands.

Remarks

None

Requirements

You will need the following things:

  • The keytab file. Sometimes you can find those on the domain controller NETLOGON share for some reason.

Subcommands

None

Switches

None

Examples

  • pypykatz kerberos keytab app1.keytab: Parses the keytab file and prints the secrets to the console
Clone this wiki locally