{% extends 'frontend/base.html' %} {% load app_icon %} {% block title %} W12SCAN 网络资产发现引擎{% endblock %} {% block content %}
{% for item in keyword %}
找到{{ count }}条结果,用时{{ second }}秒
{% for info in data.info_tags %}
{% if data.location %}
{{ data.location.country }}
{{ data.location.region }}
{% endif %}
{% for pp in data.proper %}
{{ data.published_from }}
{{ data.infos }}{% elif data.doc_type == "domains" %}
{% 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 %}
{{ data.url }}
{{ data.published_from }}
{{ data.headers }}{% endif %}
{{ data.body }}