dissect.target.plugins.os.windows.exchange.exchange¶
Module Contents¶
Classes¶
Microsoft Exchange Server plugin. |
- class dissect.target.plugins.os.windows.exchange.exchange.ExchangePlugin(target: dissect.target.target.Target)¶
Bases:
dissect.target.plugin.PluginMicrosoft Exchange Server plugin.
- __namespace__ = 'exchange'¶
Defines the plugin namespace.
- 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_paths() list[str]¶
- transport_agents() None¶
Print the content of the config file for Transport Agents for Microsoft Exchange.
A Transport Agent is additional software on a Microsoft Exchange server that allows for custom processing of email messages that go through the transport pipeline.
References