Documentation
README
Coercion + NTLM Relay
Two techniques that combine into one of the most reliable domain-compromise chains: force a target (usually a Domain Controller's machine account) to authenticate to a host you control, then relay that authentication to a service that lacks the protection to reject it. No credential cracking involved; you are borrowing a live authentication.
The chain only works when a relay target is unprotected:
- Relay to LDAP/LDAPS requires LDAP signing not enforced and channel binding (EPA) absent.
- Relay to SMB requires SMB signing not enforced on the destination.
- Relay to AD CS web enrollment (ESC8) requires the HTTP enrollment endpoint up without EPA.
This is the opening of the README. Read the full README on GitHub.