turbinia
turbinia copied to clipboard
Automation and Scaling of Digital Forensics Tools
Add functionality to help generate a list of attributes for each Evidence type. To be used by command-line tools to generate cli arguments during runtime.
**Assumption:** We may want to start enforcing REQUIRED_ATTRIBUTES by calling ```Evidence.validate()``` in the ```__init__() ```method to ensure the required attributes are passed to the constructors. **Expected result:** Creating objects that...
Create a Python client library for the API server. Use the API library to create a command-line tool that replaces most turbiniactl functionality that can now be provided by the...
Currently we scale on pods, but it would be nice to scale on nodes as well.
The current turbiniactl is a thick client, it contains all worker and server dependencies as it's also used to run the server and workers. As workers contain many tasks with...
We now have EWF support from https://github.com/google/turbinia/pull/1112, but we should also add some tests as well. We should be able to use test disks from dfVFS for this: https://github.com/log2timeline/dfvfs/tree/main/test_data, and...
### Description of the change This PR removes deprecated Google PSQ/Pubsub code and associated unit tests. ### Applicable issues - fixes #640 - fixes #215 (deprecated) ### Additional information Documentation...
### Description of the change - Added back ewfmount command in worker docker - Added tests for EWF support. Test data was taken from https://github.com/log2timeline/dfvfs/tree/main/test_data as advised in #1116 ###...
### Description of the change ### Applicable issues - fixes # ### Additional information ### Checklist - [ ] All tests were successful. - [ ] Unit tests added. -...