Skip to content
Extracts Key Values from .keytab files
Python
Branch: master
Clone or download
sosdave Merge pull request #1 from twosevenzero/int-fix
shebang and int update to allow hex value.
Latest commit 8614ef4 Apr 16, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.DS_Store Updated code to be able to extract NTLM hashes when other encryption … Mar 21, 2019
.gitattributes
README.md Update README.md Mar 18, 2019
keytabextract.py Updated shbang line to make it work with python in other locations. Apr 16, 2019

README.md

KeyTabExtract

Description

KeyTabExtract is a little utility to help extract valuable information from 502 type .keytab files, which may be used to authenticate Linux boxes to Kerberos. The script will extract information such as the realm, Service Principal, Encryption Type and NTLM Hash.

Usage

./keytabextract.py [file.keytab]

To Do

  • Associate keytype values with their encryption type
  • Associate Principal Type values with their names
  • Add support for 0501 kerberos type files
You can’t perform that action at this time.