{% extends "base.html" %} {% block title %}Scan - Hermetic Suite{% endblock %} {% block content %}

Scan Individual Server

{% if servers %}
{% else %}

No servers available for scanning. Discover servers first.

{% endif %}

Batch Scan

{{ total_count }} targets will be scanned (only items with scanning enabled)
{% if profiles %}

Scan Profiles

{% for profile in profiles %} {% endfor %}
Name Type Ports nmap Args
{{ profile.name }} {{ profile.scan_type.value }} {{ profile.port_range }} {{ profile.nmap_args }}
{% endif %} {% endblock %}