Stefan de Reuver

Results 7 issues of Stefan de Reuver

When a `/proc` or `/sys` folder exists in the root of a Windows target the `LinuxPlugin` incorrectly classifies it as a Linux target, even though the `WindowsPlugin` also classifies it...

bug

Support for Chromium based browser Snapshots was added in #680. This PR just adds support for Windows Snapshot folders. Additional support for Linux and MacOS is wanted. Some research into...

enhancement
good first issue
research
linux
epic:snapshot support

Currently no test cases exist in `dissect.target` to test `CIMPlugin` functionality.

epic:testing

Issue #994 revealed that not all Windows Prefetch versions where included in the `prefetch` plugin. This was implemented in #1005, but revealed that the `prefetch` plugin is in need of...

enhancement
help wanted
plugin
windows

During `Loader` registration some loaders incorrectly fail to import due to `ImportError`'s caused by circular imports, such as the `RemoteLoader` (remote.py). ```python \*\*\* ImportError: Failed to lazily import dissect.target.loaders.remote: cannot...

bug
core
loader

In PR #965 support for parsing NetworkManager and dhclient leases was added in the old Linux `network_managers` Plugin and closed issue #960. This functionality should also exists in the new...

enhancement
epic:network interfaces plugin
core