Acquire

Latest version: v3.17

Safety actively analyzes 681748 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

3.17

What's Changed
* Add BitLocker and LUKS support to Acquire by larsbehrens1 in https://github.com/fox-it/acquire/pull/193
* Make encryption work with zip files by twiggler in https://github.com/fox-it/acquire/pull/196
* Acquire device list by cecinestpasunepipe in https://github.com/fox-it/acquire/pull/198
* Add collection of Docker logs by Paradoxis in https://github.com/fox-it/acquire/pull/199
* Fix regression in OSError handling logic by pyrco in https://github.com/fox-it/acquire/pull/203
* Make acquire more robust against missing collection profiles by pyrco in https://github.com/fox-it/acquire/pull/201
* Add collection of individual user search indexes on Windows by reece394 in https://github.com/fox-it/acquire/pull/200

New Contributors
* larsbehrens1 made their first contribution in https://github.com/fox-it/acquire/pull/193
* Paradoxis made their first contribution in https://github.com/fox-it/acquire/pull/199
* reece394 made their first contribution in https://github.com/fox-it/acquire/pull/200

**Full Changelog**: https://github.com/fox-it/acquire/compare/3.16...3.17

3.16

Note
`acquire` is no longer supported on Windows with pypy 3.9.

The release of pypy 3.9 for windows has a vendored-in cffi library that depends on deprecated and now removed features in distutil. This cffi library is used by the minio dependency of `acquire` and thus testcases for `acquire` for pypy 3.9 on Windows will fail.

The pypy maintainers have indicated there will be no more updates for pypy3.9. This means we can no longer enforce a successful run of the testcases for pypy 3.9 on Windows.

Currently pypy 3.10 suffers from the same issue, but that version will get a fix at some point.

What's Changed
* Improve logging successful and failed acquire runs by pyrco in https://github.com/fox-it/acquire/pull/177
* Add collection of notepad tab directories by joost-j in https://github.com/fox-it/acquire/pull/164
* Add exit codes and summary to acquire-decrypt by Poeloe in https://github.com/fox-it/acquire/pull/186
* Add optional boolean value to all store_true instances by Miauwkeru in https://github.com/fox-it/acquire/pull/179
* Fix compression in zip outputs when compress option is supplied by ruzzle in https://github.com/fox-it/acquire/pull/182
* Make acquire compression configurable by Horofic in https://github.com/fox-it/acquire/pull/185
* Added Windows Update Agent's DataStore for collection by michoebey in https://github.com/fox-it/acquire/pull/187
* Add MacOS and Linux log paths to TeamViewer module by Poeloe in https://github.com/fox-it/acquire/pull/190
* Fix inconsistent error messages involving `output-file` by twiggler in https://github.com/fox-it/acquire/pull/191

New Contributors
* joost-j made their first contribution in https://github.com/fox-it/acquire/pull/164
* ruzzle made their first contribution in https://github.com/fox-it/acquire/pull/182
* michoebey made their first contribution in https://github.com/fox-it/acquire/pull/187
* twiggler made their first contribution in https://github.com/fox-it/acquire/pull/191

**Full Changelog**: https://github.com/fox-it/acquire/compare/3.15...3.16

3.15

What's Changed
* Compatibility with cstruct v4 by pyrco in https://github.com/fox-it/acquire/pull/170
* Bump the version of virtualenv in tox.ini to pull in the correct version of pip by pyrco in https://github.com/fox-it/acquire/pull/172
* Bump dissect.ctruct dependency to version 4 by pyrco in https://github.com/fox-it/acquire/pull/173
* Add an EDR (Endpoint Detection and Response) log collection module by pyrco in https://github.com/fox-it/acquire/pull/176
* Fix shard issue by cecinestpasunepipe in https://github.com/fox-it/acquire/pull/175


**Full Changelog**: https://github.com/fox-it/acquire/compare/3.14...3.15

3.14

What's Changed
* Run CI on pushed tags by Schamper in https://github.com/fox-it/acquire/pull/135
* Check for existing decompressed acquire when decrypting by Poeloe in https://github.com/fox-it/acquire/pull/158
* Bump minimal tox version by Schamper in https://github.com/fox-it/acquire/pull/157
* Add `output-file` command line argument by Poeloe in https://github.com/fox-it/acquire/pull/160
* Update github action versions by Miauwkeru in https://github.com/fox-it/acquire/pull/163
* Add AnyDesk paths by Poeloe in https://github.com/fox-it/acquire/pull/165
* Add a pull request template by Miauwkeru in https://github.com/fox-it/acquire/pull/167
* Allow multiple targets with acquire by cecinestpasunepipe in https://github.com/fox-it/acquire/pull/162
* New collection and de-duplication logic by pyrco in https://github.com/fox-it/acquire/pull/161


**Full Changelog**: https://github.com/fox-it/acquire/compare/3.13...3.14

3.13

What's Changed
* Map all Windows sysvol paths to their drive letter by Schamper in https://github.com/fox-it/acquire/pull/119
* Only run CI on PR and main branch pushes by Schamper in https://github.com/fox-it/acquire/pull/123
* Collect additional McAfee paths by Poeloe in https://github.com/fox-it/acquire/pull/124
* GUI for Acquire by cecinestpasunepipe in https://github.com/fox-it/acquire/pull/121
* Refactor history module and add cookies for Chrome by Poeloe in https://github.com/fox-it/acquire/pull/127
* Add 'Media History' to history module by Poeloe in https://github.com/fox-it/acquire/pull/128
* Start GUI before log configuration by cecinestpasunepipe in https://github.com/fox-it/acquire/pull/131
* Add Brave support by JSCU-CNI in https://github.com/fox-it/acquire/pull/129
* Bugfixes for esxi image and volatile-profiles by Miauwkeru in https://github.com/fox-it/acquire/pull/130
* Remove redundant McAfee Security log entry by Miauwkeru in https://github.com/fox-it/acquire/pull/133
* Fix issue with len on generator by cecinestpasunepipe in https://github.com/fox-it/acquire/pull/134

New Contributors
* JSCU-CNI made their first contribution in https://github.com/fox-it/acquire/pull/129

**Full Changelog**: https://github.com/fox-it/acquire/compare/3.12...3.13

3.12

What's Changed
* Properly name special NTFS file in the collected output by pyrco in https://github.com/fox-it/acquire/pull/112
* Add miscellaneous Unix artefacts by Poeloe in https://github.com/fox-it/acquire/pull/114
* Add miscellaneous Windows artefacts by Poeloe in https://github.com/fox-it/acquire/pull/113
* Add Startup module to minimal profile by Poeloe in https://github.com/fox-it/acquire/pull/115
* Properly acquire virtual NTFS filesystems by pyrco in https://github.com/fox-it/acquire/pull/116
* Add default SearchIndex database file location by DevJoost in https://github.com/fox-it/acquire/pull/117
* Fix deduplication of collected files on case insensitive targets by pyrco in https://github.com/fox-it/acquire/pull/118
* Add additional SchedLgU.txt paths by Horofic in https://github.com/fox-it/acquire/pull/122

New Contributors
* DevJoost made their first contribution in https://github.com/fox-it/acquire/pull/117

**Full Changelog**: https://github.com/fox-it/acquire/compare/3.11...3.12

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.