Scalpy [bot]
Scalpy [bot]
Task 2/4 for network interface plugin, for background look into issue #774 - Create **Windows OS-specific class** since it’s a little easier and less chaotic (only one network manager!) -...
This issue is for following on the review for PR#749 Notes for reviewer: - Pay attention that you can walk using target path abs or fs, but fs doesn’t have...
Task 4/4 for network interface plugin - Create **linux OS-specific class** - separate DHCP and static IP - calculate network subnet (using method in base class) - Below is the...
Task 3/4 for network interface plugin - Create **macOS OS-specific class** - Below is the design scheme with notes for macOS: ``` windows/ _os.py network.py _os.py: Still has the ips...
At the moment, it is not yet known how the various file hints (PackageName vs. hint) are related to the digests that are present in catroot files (if there is...
Using both of these options together will cause acquire to fail. This is because at this point [https://github.com/fox-it/acquire/blob/3d7769606c3d999bb488840204b9ee97d38346b8/acquire/outputs/zip.py#L51](https://github.com/fox-it/acquire/blob/3d7769606c3d999bb488840204b9ee97d38346b8/acquire/outputs/zip.py#L51)([https://github.com/fox-it/acquire/blob/3d7769606c3d999bb488840204b9ee97d38346b8/acquire/outputs/zip.py#L51](https://github.com/fox-it/acquire/blob/3d7769606c3d999bb488840204b9ee97d38346b8/acquire/outputs/zip.py#L51)|smart-link) it uses the`fileobj` argument to assign the file, however this is not...
Extract proxy records that include the type, port and exclusions. Maybe also for other OSes?
TBD: AC and scope. Implementation requirement is basically the POC? Think if this can be broken down to smaller steps. **Problem statement:** Need to improve the defining method for scraping...
The new command type introduced an inconsistency in RecordDescriptors with fields named `command` using `string` type. Requirement: Change RecordDescriptor fields named `command`, to use `command` type instead of `string` type....
This issue is to follow up on PR #270