dissect.target.plugins.os.unix.bsd.citrix.locale¶
Module Contents¶
Classes¶
Citrix Netscaler locale plugin. |
Attributes¶
- dissect.target.plugins.os.unix.bsd.citrix.locale.RE_CONFIG_TIMEZONE¶
- class dissect.target.plugins.os.unix.bsd.citrix.locale.CitrixLocalePlugin(target: dissect.target.target.Target)¶
Bases:
dissect.target.plugins.os.default.locale.LocalePluginCitrix Netscaler locale 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.
- timezone() str | None¶
Return configured timezone.
- language() list[str] | None¶
Return configured UI language(s).