{% extends 'frontend/base.html' %} {% load app_icon %} {% block title %} W12SCAN 网络资产发现引擎{% endblock %} {% block content %}

   端口服务

  国家

{% for app in statistics.countrys %} {{ app.key }} {{ app.doc_count }} {% endfor %}

  服务

{% for app in statistics.names %} {{ app.key }} {{ app.doc_count }} {% endfor %}

  端口

{% for app in statistics.ports %} {{ app.key }} {{ app.doc_count }} {% endfor %}

  组件

{% for app in statistics.apps %} {{ app.key }} {{ app.doc_count }} {% endfor %}

{% for item in keyword %}

{{ item.1 }}="{{ item.2 }}"
{% endfor %}

找到{{ count }}条结果,用时{{ second }}秒

{% for data in datas %}
{% if data.doc_type == "ips" %}

{{ data.target }}

{% for info in data.info_tags %}

{{ info }}
{% endfor %} {% if data.bugs %} {% endif %}

{% if data.location %} {{ data.location.country }} {{ data.location.region }}  {% endif %} {% for pp in data.proper %} {{ pp.0 }} {% endfor %}

{{ data.published_from }}

{{ data.infos }}
{% elif data.doc_type == "domains" %}

{{ data.target }}

{% for app in data.app %} {{ app|app_icon|safe }} {% endfor %} {% if data.bugs %} {% endif %}

{% if data.location %} {{ data.location.country }} {{ data.location.region }}  {% endif %} {% if data.proper %} {% for pp in data.proper %} {{ pp.0 }} {% endfor %} {% endif %}

{{ data.url }}
{{ data.published_from }}

{{ data.headers }}

{{ data.body }}
{% endif %}
{% endfor %}
{% endblock %} {% block extrascript %} {% endblock %}