Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.07 KB

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