{% include 'header.html' %} {% include 'wrapper.html' %}

-

{% if server[0] %} {% endif %}
{% for user in users %} {% endfor %} {% if server[0] %} {% endif %}
Username Password Permissions Action
{{ user[2] }} {{ user[3] }} {{ user[4] }}
{% for vuln in vulns %} {% endfor %} {% if server[0] %} {% endif %}
Vulnerability Description Fix Action
{{ vuln[1] }} {{ vuln[2] }} {{ vuln[3] }}

Attain

{% for port in ports %} {% endfor %} {% if server[0] %} {% endif %}
Port Service State Vulnerable Action
{{ port[1] }} {{ port[2] }} {{ port[3] }} {{ port[4] }}
{% for file in files %} {% endfor %} {% if server[0] %} {% endif %}
Filename Path Description
{{ file[1] }} {{ file[2] }}
{% include 'wrapper_end.html' %} {% include 'footer.html' %}