🟢Shadow Credentials
Shadow Credentials: An Overview
Sign up to our mailing list to receive updates!
Abusing User Object
1. Enumerate the permissions
Find-InterestingDomainAcl -ResolveGUIDs | ?{$_.IdentityReferenceName -match "StudentUsers"}2. Add the Shadow Credential
3. Using PowerView, see if the Shadow Credential is added.
4. Request the TGT by leveraging the certificate
5. Inject the TGT in the current session or use the NTLM hash
Last updated