{%if implants|length > 0 %} {% for implant in implants %} {% endfor %}
#Last seenProcess nameProcess IDSleepUsername@machineArchitectureImplant typeLabelAction
{{implant.numeric_id}} {{implant.last_seen}} {{implant.process_name}} {{implant.process_id}} {{implant.sleep}} {{implant.domain}}\{{implant.user}}@{{implant.hostname}} {{implant.architecture}} {{implant.type}} {{implant.label}} Kill implant
{% else %}
There are no active implants yet
{%endif %}