Skip to content
GitHub no longer supports this web browser. Learn more about the browsers we support.
Proof-of-concept tools for my AD Forest trust research
Python
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md
getftST.py
kerberosv5.patch Initial commit Sep 24, 2018
keytab.py added keytab generation file Jan 22, 2020

README.md

Forest Trust Tools

These are Proof of Concept tools for playing with forest trusts and cross-realm kerberos tickets. For getftST.py you will need to apply the kerberosv5.patch to your local impacket install (I recommend running this in a virtualenv or pipenv).

Released as part of my blog series on Forest trusts: https://dirkjanm.io/active-directory-forest-trusts-part-one-how-does-sid-filtering-work/

getftST.py

Reads a TGT or TGS (TGS requires manual changes in the source code) and decrypts this using the NT hash or Kerberos key you put in the source code. It will print the PAC inside your ticket. Then it will request an ST for the specified SPN, at the DC you specify. It will decrypt this and print the PAC, then store it in a file.

keytab.py

Contains impacket compatible structures for keytab files. Allows you to write AES/RC4 keys to a keytab file, which can be loaded into Wireshark to automatically decrypt the encrypted parts of Kerberos exchanges. Great for debugging.

You can’t perform that action at this time.