{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block title %}Hosts{% endblock %} {% block content %}
| Domain | Tags | Status | Actions | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ host.ip }} | {% if !host.short_hostname.is_empty() %} {{ host.short_hostname }} {% else %} - {% endif %} | {% if !host.ad_domain.is_empty() %} {% else %} - {% endif %} | {% if host.ports_count > 0 %} {{ host.ports_count }} ports {% else %} No ports {% endif %} | {% if host.tags_with_source.len() > 0 %} {% else %} No tags {% endif %} | {% if host.http_services_count > 0 %} {{ host.http_services_count }} {% else %} - {% endif %} |
P
S
H
SC
|
{% if host.analyzed %}
Analyzed (undo)
{% else if host.full_scan_complete && host.service_scan_complete && host.http_discovery_complete && host.screenshots_complete %}
Mark Analyzed
{% else %}
In Progress
{% endif %}
|
{% if host.nuclei_reviewed %}
Reviewed (undo)
{% else if host.has_nuclei_findings %}
Mark Reviewed
{% else %}
N/A
{% endif %}
|
{% if host.interesting %} {% else %} {% endif %} | Details |