Agents

You must deploy at least 1 agent in order to run an operation.Groups are collections of agents so hosts can be compromised simultaneously.

You have {{ agents|length}} agents
{% for a in agents %} {% if a.trusted %} {% if a.watchdog > 0 and a.watchdog < a.sleep_min %} {% set agentStatus = "yellow" %} {% else %} {% set agentStatus = "" %} {% endif %} {% else %} {% set agentStatus = "maroon" %} {% endif %} {% endfor %}
id (paw) host contact pid privilege

{{ a.paw }}

{{ a.host }}

{{ a.contact }}

{{ a.privilege }}