dftimewolf icon indicating copy to clipboard operation
dftimewolf copied to clipboard

A framework for orchestrating forensic collection, processing and data export

Results 51 dftimewolf issues
Sort by recently updated
recently updated
newest added

Given that recipes are starting to mushroom, tags and categories can be a good way to classify / group them.

It would be nice to have a preflight for workspace auth, as I can see this being used by future modules.

Some tests (e.g. tests/lib/collectors/aws_snapshot_s3_copy.py) build parameters dynamically from test / mock values, or complex control structures. Fore readability, ease of debug, etc. tests should be as literal and simple as...

Followed the documentation instructions to install dftimewolf and it fails with the following error: > $ pip3 install -e . > Obtaining file:///home/user/dftimewolf > ERROR: Command errored out with exit...

- [ ] Delete the temporary directory in cleanup() - [ ] Doctring says """"Execute the grep command""" though that's not happening =) - [ ] _final_output is never used?...

enhancement

The section in the documentation describing how to create recipes contained two links that didn't work. These habe been fixed. However, recipe `local_plaso` mentioned in the text no longer exists....

Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.0 to 3.2.1. Release notes Sourced from oauthlib's releases. 3.2.1 In short OAuth2.0 Provider: #803 : Metadata endpoint support of non-HTTPS CVE-2022-36087 OAuth1.0: #818 : Allow IPv6...

dependencies

Added a handler for signal.SIGWINCH (terminal resizing) that redraws the screen.

After clean installation of all requirements `pip install -r requirements.txt` in a new python environment: ``` Successfully installed adal-1.2.7 aiohttp-3.8.1 aiosignal-1.2.0 altair-4.2.0 amqp-5.1.1 async-timeout-4.0.2 attrs-21.4.0 azure-common-1.1.28 azure-core-1.24.2 azure-identity-1.10.0 azure-mgmt-compute-23.1.0 azure-mgmt-core-1.3.1...