PKINITtools : Tools For Kerberos PKINIT And Relaying To AD CS

PKINITtools repository contains some utilities for playing with PKINIT and certificates.The tools are built on minikerberos and impacket. Accompanying blogpost with more context: https://dirkjanm.io/ntlm-relaying-to-ad-certificate-services/ Installation These tools are only compatible with Python 3.5+. Clone the repository from GitHub, install the dependencies and you should be good to go: git clone https://github.com/dirkjanm/PKINITtoolspip3 install impacket minikerberos Using a virtualenv for this …