Reputation: 25
I have an application that stores object permissions in what they call "NT Security Descriptor"
I'm not sure if this is some windows standard. It looks like this:
0x04000000001C00000000000000000000000000000000000105000000000005150000006A5B007F2501AD5CA912B91E16E400000100000000001C000000000003310F00010500000000000515000000F4680D03A5124B6B881C6A372E290000
How can I read it? I know there must be SIDs of AD users and stuff inside.
Edit: At the end I want to find duplicates. I have thousands of permissions and I know many (most) are equal. But the binaries are not identical.
Upvotes: 0
Views: 210