{% extends "base.html" %} {% from "_macros_ssl_tls.html" import ssl_tls_card %} {% block title %}Scan Results{% endblock %} {% block content %}
Submitted URL: {{ submitted_url }}
Final URL: {{ final_url }}
Permalink: {{ request.host_url }}results/{{ uuid }}
| Field | Value |
|---|---|
| {{ k.replace('_', ' ').title() }} | {{ v }} |
{{ enrichment.raw_whois }}
{% endif %}
{% if enrichment.geoip %}
| {{ key.replace('_', ' ').title() }} | {{ val }} |
No enrichment data available.
{% endif %}| Status | URL |
|---|---|
| {{ r.status }} | {{ r.url }} |
No redirects detected.
{% endif %}| Action | Method | Inputs | Matches (Rules) | Form Snippet |
|---|---|---|---|---|
| {% if f.action %} {{ f.action[:80] }}{% if f.action|length > 80 %}…{% endif %} {% else %} (no action) {% endif %} | {{ (f.method or 'get')|upper }} |
{% if f.inputs and f.inputs|length > 0 %}
{% for inp in f.inputs %}
{{ inp.name or '(unnamed)' }} : {{ (inp.type or 'text') }}
{% endfor %}
{% else %}
None
{% endif %}
|
{% if f.rules and f.rules|length > 0 %}
|
{% if f.content_snippet %}
View snippet ({{ f.content_snippet|length }} chars){{ f.content_snippet }}
|
No form issues detected.
{% endif %}| Type | Source URL | Matches (Rules & Heuristics) | Content Snippet |
|---|---|---|---|
| {{ s.type or 'unknown' }} | {% if s.src %} {{ s.src[:100] }}{% if s.src|length > 100 %}…{% endif %} {% else %} N/A {% endif %} |
{% set has_rules = s.rules and s.rules|length > 0 %}
{% set has_heur = s.heuristics and s.heuristics|length > 0 %}
{% if has_rules %}
Rules
Heuristics
|
{% if s.content_snippet %}
View snippet ({{ s.content_snippet|length }} chars){{ s.content_snippet }}
|
No suspicious scripts detected.
{% endif %}