{% include 'project/hosts/notepopup.html' %} {% include 'header.html' %}
{{ scan.name }}
{% include 'project/hosts/search.html' %}
{% for host in scan.hosts %}
{% include 'project/hosts/style.html' %}
Actions
Update host note
Show domains
Run masscan
Run nmap
Mark as
checked
Mark as
hacked
Mark as
suspicious
Mark as
default
Delete
{{ host.note }}
{% for port in host.ports %}
{{ port.port }}
{{ port.state }}
{{ port.service }}
{{ port.version}}
{{ port.note }}
{% endfor %}
{% endfor %}
{% include 'project/hosts/pagination.html' %}