dissect.target.plugins.os.unix.bsd.citrix.generic¶
Module Contents¶
Classes¶
Generic Citrix plugin. |
- class dissect.target.plugins.os.unix.bsd.citrix.generic.GenericPlugin(target: dissect.target.target.Target)¶
Bases:
dissect.target.plugin.PluginGeneric Citrix plugin.
- check_compatible() None¶
Perform a compatibility check with the target.
This function should return
Noneif 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.
- install_date() datetime.datetime | None¶
Return the likely install date of Citrix Netscaler.