{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block title %}Action Builder{% endblock %} {% block content %}

Live Action Builder

Create and execute custom actions dynamically. Build actions that mirror your workflow.yaml structure.

Action Definition

Define the basic action properties and command

Unique identifier for this action
Full command — Placeholders: {{IP}} {{PORT}} {{URL}} {{PROTOCOL}} — per-instance: {{SERVICE_PORT}} {{HTTP_URL}} {{HTTP_PORT}} {{HTTP_PROTOCOL}}
Maximum execution time per host

Execution Conditions

Define when this action should execute

Port Conditions

Use AND/OR logic for multiple ports
Exact and strict port match, ex : 22 -> host with only port 22 opened will be targeted !

Tag Conditions

Use AND/OR logic for multiple tags

Service Conditions

Single name → per-port fan-out. Use exact name: mssql, rdp, smb, ftp… AND/OR = boolean gate only.

Output Tag Patterns

Define what tags to apply based on text found in command output

Target Preview

Hosts that will be targeted by this action

0 Hosts will be targeted
{% endblock %}