Hosts

{% if analysis.network.hosts %} {% for host in analysis.network.hosts %} {% if host|slice:":7" != "192.168" and ":" not in host %} {% endif %} {% endfor %}
IP
{{ host }} {% if host|isdeadip:analysis %} (dead IP/port - was unable to connect during analysis) {% endif %}
{% else %}

No hosts contacted.

{% endif %}