Awesome
AzureADJoinedMachine
A tool to run PSEXEC over NegoEX protocol against Azure AD joined machine
Installation
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
Usage
Main.py [-h] --usercert USERCERT --certpass CERTPASS --remoteip
REMOTEIP
Example
Main.py --usercert "Gadmin.pfx" --certpass mor --remoteip 192.168.1.2
License
MIT
Credits
- 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