Stefan de Reuver
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...
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...
Currently no test cases exist in `dissect.target` to test `CIMPlugin` functionality.
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...
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...
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...