Mastering the domain of Windows networks
Enumeration, exploitation, lateral movement, persistence, and privilege escalation — compiled from real engagements and continuous training.
Back to Notes| Component | Description |
|---|---|
| Domain Controller | Hosts AD database, handles authentication |
| NTDS.dit | Database with all AD objects & password hashes |
| Kerberos | Primary authentication protocol |
| LDAP | Directory access protocol (port 389/636) |
| Task | Command |
|---|---|
| Find DCs | nltest /dclist:domain.local |
| List users | net user /domain |
| List Domain Admins | net group "Domain Admins" /domain |
| Password policy | net accounts /domain |
| Trust relationships | nltest /domain_trusts |
| Current user | whoami /all |