{% extends "base.html" %} {% block title %}Scan Results{% endblock %} {% block content %}

URL Overview

Submitted URL: {{ submitted_url }}

Final URL: {{ final_url }}

Permalink: {{ request.host_url }}results/{{ uuid }}

Back to top

{% include "partials/result_enrichment.html" %} {% from "partials/result_ssl_tls.html" import ssl_tls_card %} {{ ssl_tls_card(enrichment.ssl_tls) }}

Redirects

{% if redirects %}
{% for r in redirects %} {% endfor %}
Status URL
{{ r.status }} {{ r.url }}
{% else %}

No redirects detected.

{% endif %}

Back to top

{% include "partials/result_forms.html" %} {% include "partials/result_scripts.html" %}

Screenshot

Screenshot

Back to top

Source

View Source

Back to top

{% endblock %} {% block scripts %} {% endblock %}