{% extends "ImplantMain.html" %} {% block main2 %}

Existing Implants & Stagers

{% if implantList %} {% for implant in implantList %}

Name: {{ implant }}
Description: {{ implantList[implant].description }}
URL: {{ implantList[implant].url }}

Click to show stager

Powershell


{{ implantList[implant].powershell_stager }}

Docm Macro


{{ implantList[implant].docm_macro_stager }}

{% endfor %} {% else %}

There are no implant associated with this campaign yet.

{% endif %}
{% endblock %}