dissect.target.loaders.velociraptor
#
Module Contents#
Classes#
Load Rapid7 Velociraptor forensic image files. |
Functions#
Attributes#
- dissect.target.loaders.velociraptor.FILESYSTEMS_ROOT = 'uploads'#
- dissect.target.loaders.velociraptor.find_fs_directories(path: pathlib.Path) tuple[dissect.target.plugin.OperatingSystem | None, list[pathlib.Path] | None] #
- class dissect.target.loaders.velociraptor.VelociraptorLoader(path: pathlib.Path, **kwargs)#
Bases:
dissect.target.loaders.dir.DirLoader
Load Rapid7 Velociraptor forensic image files.
References
- static detect(path: pathlib.Path) bool #
Detects wether this
Loader
class can load this specificpath
.- Parameters:
path – The target path to check.
- Returns:
True
if thepath
can be loaded by aLoader
instance.False
otherwise.
- map(target: dissect.target.Target) None #
Maps the loaded path into a
Target
.- Parameters:
target – The target that we’re mapping into.