google / turbinia

Automation and Scaling of Digital Forensics Tools
Apache License 2.0
731 stars 160 forks source link

Generic binary executor Task #30

Open aarontp opened 7 years ago

aarontp commented 7 years ago

Once we have a generic task, we can use a recipe to specify the command and parameters.

aarontp commented 1 year ago

To add a little more detail here: This would mean that the task would not need to implement the run() method because the generic task would basically just run the TurbiniaTask.execute() with the parameters defined in the recipe that matches the generic TASK_CONFIG parameter names.