runningā¦
{% if source_note(result.source_id) %}{{ source_note(result.source_id) }}
{% endif %} {% if result.state == "ok" %} {# crtsh returns up to 500 subdomains and wmn hundreds of hits, so long lists get the filter links have #} {# -list so the ul's id differs from the panel div's, which shares this dom_id and would otherwise be filtered #} {% set findings_id = ([t or '', v or '', result.source_id] | dom_id) ~ '-list' %} {% if result.findings | length > 8 %} {% endif %}{{ source_name(result.source_id) }} found nothing for this
{% elif result.state == "needs_key" %}needs a key: {{ result.detail }}
{% else %}{{ result.detail or result.state }}
{% endif %} {% if result.source_id == wmn.id and result.state in ("ok", "empty") %}{{ wmn.credit }} WhatsMyName
{% endif %}