UP
Open All
Close All
{% include 'header.html' %}
{{ scan.name }}
{% for port in scan.ports %}
{{ port.port }}
{{ port.amount }}
{% for ip in port.hosts %}
{{ ip }}
{% endfor %}
{% endfor %}