{% extends "base.html" %} {% 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 }} |
| Word |
|---|
| {{ word }} |
No enrichment data available.
{% endif %}| Status | URL |
|---|---|
| {{ r.status }} | {{ r.url }} |
No redirects detected.
{% endif %}| Input Name | Type |
|---|---|
| {{ inp.name }} | {{ inp.type }} |
Flag Reasons:
No forms detected.
{% endif %}| Type | Source URL | Content Snippet | Matches (Rules & Heuristics) |
|---|---|---|---|
| {{ s.type or 'unknown' }} | {% if s.src %} {{ s.src[:50] }} {% else %} N/A {% endif %} |
{% if s.content_snippet %}
View snippet ({{ s.content_snippet|length }} chars)({{ s.content_snippet}}
|
{% set has_rules = s.rules and s.rules|length > 0 %}
{% set has_heur = s.heuristics and s.heuristics|length > 0 %}
{% if has_rules %}
Rules
|
No suspicious scripts detected.
{% endif %}