Lennart Haagsma
Lennart Haagsma
Acquire is able to collect information from sub-targets (VMs) with the --children flag. It is also possible to specify a single child with --child. However for the various hypervisor platforms...
Added a new command line flag "--list-children" that from acquire's main function only returns a human readable list of child targets and exits. Aims to close #239 Example output on...
Currently the Dissect Loaders for various virtualization layers only return the path/config of a child without returning a display name. This is not very user-friendly. Proxmox for example internally uses...
Target-info currently returns a list of children, however it does not expose the index of the child that can be used by --child. I've created a PR (https://github.com/fox-it/acquire/pull/240) for Dissect...
For system users, (IE: systemprofile) its files are stored not in /users/ but in: sysvol\Windows\\***system32**\*\config\systemprofile'>. However, these these system users also seem to exist in: /sysvol/Windows/\***SysWOW64**\*/config/systemprofile/. I have encountered that...
This PR adds a --list-children flag to target-query similar to https://github.com/fox-it/acquire/issues/239. Test output looks like this: ``` $ target-query --list-children Processing target: local (hostname=pve) - [#0]: type=proxmox, path=/etc/pve/qemu-server/101.conf - [#1]:...
Lets consider creating Dissect support for Citrix NetScaler techsupport collector packages (tar.gz) and parse them as Targets. > Generates a gzipped tar archive of system configuration data and statistics. To...
Adds loader for NetScaler 'techsupport' Collector files. These are tar files so a TarSubLoader was created. Added test data thanks to @yunzheng. Closes: https://github.com/fox-it/dissect.target/issues/1291
While running target info against a debian/ubuntu target it encounters a ~~seemingly~~ broken journal file. This exception is unhandled and stops the execution of target-info entirely. So these are two...