Executing and interacting with ./havoc container tasks can be done through the ./havoc CLI console or the ./havoc Python SDK. The ./havoc CLI console allows for command based control of ./havoc container tasks while the Python SDK allows for programmatic control of ./havoc container tasks.

The ./havoc CLI console is useful for getting information about ./havoc container tasks and other resources, which can be used to configure playbooks that perform advanced sequences of automated attack activities.

The ./havoc Python SDK can be used to develop playbooks that perform advanced sequences of automated attack activities.

For more information about interacting with ./havoc container tasks through the ./havoc CLI console, see the Usage Through CLI Console page.

For more information about interacting with ./havoc container tasks through the ./havoc Python SDK, see the Usage Through SDK page.