dissect.target.plugins.os.unix.bsd.citrix.locale

Module Contents

Classes

CitrixLocalePlugin

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.LocalePlugin

Citrix Netscaler locale plugin.

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 an UnsupportedPluginError.

Raises:

UnsupportedPluginError – If the plugin could not be loaded.

timezone() str | None

Return configured timezone.

language() list[str] | None

Return configured UI language(s).