{% extends 'base.html' %} {% block head %} {% endblock %} {% block content %}

Host detail

{% if host[6] == "Windows" %} {% elif host[6] == "Linux" %} {% elif host[6] == "MacOS" %} {% else %} {% endif %}

IP : {{ host[1] }}

MAC : {{ host[2] }}

OS : {{ host[7] }}

Hostname :

State : {{ host[4] }}

OS :


Services

{% for port in ports %} {% endfor %}
Port Proto State Service Vercion Info
{{ port[3] }} {{ port[2] }} {{ port[4] }} {{ port[5] }} {{ port[6] }} {{ port[7] }} {{ port[8] }}
{% endblock %}