dissect.target.plugins.apps.remoteaccess.remoteaccess#

Module Contents#

Classes#

RemoteAccessPlugin

General Remote Access plugin.

Attributes#

dissect.target.plugins.apps.remoteaccess.remoteaccess.RemoteAccessRecord#
class dissect.target.plugins.apps.remoteaccess.remoteaccess.RemoteAccessPlugin(target: dissect.target.Target)#

Bases: dissect.target.plugin.NamespacePlugin

General Remote Access plugin.

This plugin groups the functions of all remote access plugins. For example, instead of having to run both teamviewer.remoteaccess and anydesk.remoteaccess, you only have to run remoteaccess.remoteaccess to get output from both tools.

__namespace__ = 'remoteaccess'#