Custom Container Tasks
Overview
Custom container tasks can be added to a ./havoc Campaign without having to wait for it to be published as an official ./havoc container task. Adding a custom container task consists of the following steps:
- Build a custom container task from the Skeleton container task base. See the Container Task Development page for more information about developing container tasks.
- Make the custom container task's Docker image available on a public registry.
- Register the task type with your Campaign via the Campaign API. See the Task Types section of the Administration Through CLI Console page or the Task Types section of the Administration Through SDK page for more information about registering task types.
Updated about 1 year ago