dissect.target.plugins.child.esxi

Module Contents

Classes

ESXiChildTargetPlugin

Child target plugin that yields from ESXi VM inventory.

class dissect.target.plugins.child.esxi.ESXiChildTargetPlugin(target: dissect.target.Target)

Bases: dissect.target.plugin.ChildTargetPlugin

Child target plugin that yields from ESXi VM inventory.

__type__ = 'esxi'
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.

list_children()

Yield ChildTargetRecord records of all possible child targets on this target.