Aaron Peterson
Aaron Peterson
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...
Here's another webshell scanner tool: https://github.com/nsacyber/Mitigating-Web-Shells AFAICT, the license should be compatible as it is waived via creative commons, but we should double check that: https://github.com/nsacyber/Mitigating-Web-Shells/blob/master/LICENSE.md
Going to close this since the new client handles json output differently and we'll be deprecating this part of turbiniactl.
Similar issue for the `TMP_DIR` as well. For tmp we can probably use a temp cleaner cron job.
I think now that we have a better way of collecting the worker logs that as long as we're logging the relevant errors to the task (via `self.log`) that we...
I don't think we really need this anymore given the way that Celery works.
@jleaniz I do think that we should have some kind of functionality that gives us insight into the actual running workers. Now that we have just Celery, I think we...
This will likely be handled by https://github.com/google/turbinia/pull/1128
The functionality to close local tasks has been added, but now we need to add this to `turbinia-client` since we don't use `turbiniactl` for this kind of thing anymore.
FYI @jleaniz