KeytabParser icon indicating copy to clipboard operation
KeytabParser copied to clipboard

Python script to parse Keytab files for macOS or *nix (typically /etc/krb5.keytab)

KeytabParser

Python script to parse macOS's Heimdal Keytab file (typically /etc/krb5.keytab)

For additional information on Keytabs, APIs, and structures, check out the following:

  • https://www.h5l.org/manual/HEAD/krb5/krb5_ccache_intro.html
  • http://web.mit.edu/~kerberos/krb5-1.5/krb5-1.5.4/doc/krb5-admin/Kerberos-V5-Library-Error-Codes.html
  • https://docs.oracle.com/cd/E19683-01/816-1331/kerberrs-2/index.html
  • https://web.mit.edu/Kerberos/www/krb5-1.16/doc/appdev/refs/api/index.html
  • https://web.mit.edu/Kerberos/www/krb5-1.16/doc/appdev/refs/types/index.html
  • https://www.h5l.org/manual/heimdal-1-5-branch/krb5/index.html