Regipy

Latest version: v4.2.1

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 9

2.3.2

2.3.1

2.3.0

2.2.2

Added wdigest plugin, Thanks kamnon!

2.2.0

New plugins and fixes by ravenexp

* Support for BCD registry hive and Boot Entry List plugin
* Support for Security hive and Domain SID plugin
* Host Domain Name Plugin (System hive)
* Windows boot key plugin (System hive)
* Machine Local SID plugin (SAM hive)
* Fix key and value names parsing

2.1.0

- 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

Page 5 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.