{% extends "base.html" %} {% block title %}New Mission{% endblock %} {% block content %}
MARK ACQUISITION
TARGET IDENTIFIER
MISSION PROFILE
RECON MODULES
SCAN TYPE
ADVANCED CONFIG
2
API ARSENAL
{% for api in api_status %}
{{ api.name }} {{ api.tier }} {% if not api.is_configured %} SETUP {% endif %}
{% endfor %}

Only scan targets you have explicit authorization to test. You assume all legal responsibility.

{% endblock %} {% block scripts %} {% endblock %}