dissect.target.plugins.os.windows.dpapi.dpapi
¶
Module Contents¶
Classes¶
Windows Data Protection API (DPAPI) plugin. |
- class dissect.target.plugins.os.windows.dpapi.dpapi.DPAPIPlugin(target: dissect.target.target.Target)¶
Bases:
dissect.target.plugin.InternalPlugin
Windows Data Protection API (DPAPI) plugin.
- Resources:
- __namespace__ = 'dpapi'¶
Defines the plugin namespace.
- RE_MASTER_KEY¶
- SYSTEM_SID = 'S-1-5-18'¶
- keychain¶
- check_compatible() None ¶
Perform a compatibility check with the target.
This function should return
None
if the plugin is compatible with the current target (self.target
). For example, check if a certain file exists. Otherwise it should raise anUnsupportedPluginError
.- Raises:
UnsupportedPluginError – If the plugin could not be loaded.
- property master_keys: dict[str, dict[str, dissect.target.plugins.os.windows.dpapi.master_key.MasterKeyFile]]¶
Returns dict of found DPAPI master keys on the Windows target for SYSTEM and regular users.