A tool to run PSEXEC over NegoEX protocol against Azure AD joined machine
The code is compatible with Python 3.6+ Clone the repository from GitHub, install the dependencies and you should be good to go
https://github.com/morRubin/AzureADJoinedMachinePTC
pip3 install impacket minikerberos cryptography==3.1.1 pyasn1
Main.py [-h] --usercert USERCERT --certpass CERTPASS --remoteip
REMOTEIP
Main.py --usercert "Gadmin.pfx" --certpass mor --remoteip 192.168.1.2
MIT
- Benjamin Delpy for implementing Kerberos parts in kekeo
- SkelSec for minikerberos
- Alberto Solino and the team at SecureAuthCorp for impacket
- Dirk Jan for implementing PKINIT on Python3 PKINITtools