DACLs Enumeration
To enumerate DACLs we can use a number of tools and methods: here are some
DSACLS
To get all the DACLs for a domain user we can use the following
but if we need to be more specific about what user has which DACLs on the target user we can filter it with powershell
Powershell
To get the DACLs that involve the user otter
we use
and, as always, we can filter for a specific user
Impacket's dacledit
dacledit
Read the DACL of a user
BloodHound
Of course this makes the whole process much easier and allows us to easily visualize the ACLs as well.
Last updated