{% extends "base.html" %} {% block title %}New Scan{% endblock %} {% block content %}
TARGET
TARGET IDENTIFIER
SCAN PROFILE
MODULES
SCAN TYPE
ADVANCED OPTIONS
2
🕸 ATTACK-SURFACE PIPELINE

Auto-expand: feed discovered IPs, subdomains & emails back in as new targets.

Run Nuclei-style exposure signatures + GHDB dork templates over the findings.

DATA SOURCES
{% 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 %}