ACL
For now don't know any methods from enumerating ACL's from Linux except BloodHound and PowerView, so yeah. No Windows / Linux sections here.
PowerView
Object
Get Info About an AD Object
This commands works like this. In $sid
we put sid of an object we want to know more about (doesn't matter if this user or group).
Get-DomainObjectACL - Identity *
retrieves all ACL's about all objects in AD. But we pipe this to command which filters our user mention to get info about ACL's related to our object.-ResolveGUIDs
parameter is for explaining what this GUID stands for.