{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block title %}{{ host.ip }}{% endblock %} {% block content %}
| Port | Protocol | State | Service | Version / Info |
|---|---|---|---|---|
| {{ port.port }} | {{ port.protocol }} | {{ port.state }} | {{ port.service }} |
{% if port.version != "" %}{{ port.version }}{% endif %}
{% if port.extrainfo != "" %}({{ port.extrainfo }}){% endif %}
{% if port.cpe != "" %}{{ port.cpe }}{% endif %}
|
{{ url }}
{% endfor %}
{{ f.description }}
{% endif %} {% if f.references.len() > 0 %}{{ action.command }}
{{ action.output }}
{{ action.command }}
{{ action.output }}
{{ host.nmap_scan_raw }}