- Regipy can now parse the security key for each subkey, including owner & group SIDs,
DACLs and SACLs.
For example:
registry_hive = RegistryHive(ntuser_hive)
run_key = registry_hive.get_key(r'\Software\Microsoft\Windows\CurrentVersion\Run')
security_key = run_key.get_security_key_info()
![image](https://user-images.githubusercontent.com/18242935/127874101-8da8f14f-dd26-4aae-9a5d-6e41294044f3.png)
- Support for Security hive was added, and its first plugin: Domain SIDs! Thanks ravenexp