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

{{ server[2] }} - {{ server[1] }}

{% for tag in tags %}
{{ tag['name'] }}
{% endfor %} +
{% for user in users %} {% endfor %}
Username Password Type Permisions Action
{{ user[2] }} {{ user[3] }} {{ user[1] }} {{ user[4] }}
{% for vuln in vulns %} {% endfor %}
Vulnerability Description Fix Action
{{ vuln[1] }} {{ vuln[2] }} {{ vuln[3] }}

Description

{{ attain }}

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