{% extends "base.html" %} {% block body %}

Global C2 Profile Configurations


[[p.name]]


Supported Payloads: [[p.payload_types.join(", ")]]

Author: [[p.author]]

[[p.description]]



{% if view_mode != 'spectator' %} {% endif %}



{% if view_mode == 'developer' %} {% endif %} {% if view_mode == 'operator' %} {% endif %}

Saved instances:

{% endblock %} {% block scripts %} {% include "c2profile_management.js" %} {% endblock %} {% block body_config %} .datepicker { background-color: white; } {% endblock %}