Active Implant Information: {{ campaign }}
Dev note: This is an early work in process to allow users to review all data collected by an active implant.
{% if imp %}
{% else %}
No active implants found. Phish harder.
{% endif%}
{% if render %}
- Generated Title: {{ render.generated_title }}
- Description: {{ render.description }}
- Callback URL: {{ render.callback_url }}
- Initial callback delay: {{ render.initial_delay }}
- Obfuscation level: {{ render.obfuscation_level }}
Implant code
{{ render.implant_copy }}
Records for implant:
{% endif %}
{% endblock %}