{% extends "main.html" %} {% from 'bootstrap5/utils.html' import render_icon %} {% from 'bootstrap5/utils.html' import render_messages %} {% from "macros.html" import shorten_string %} {% block title %}Capture of {{info.url}}{% endblock %} {% block card %} {% endblock %} {% block scripts %} {{ super() }} {% if auto_trigger_modules %} {% endif%} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %} {{super()}} {{ render_messages(container=True, dismissible=True) }}
Legend

Insecure requests Unencrypted requests
Empty responses Empty responses
Cookie received Cookie received
Cookie read Cookie read
Redirect Redirect
iFrame iFrame
JavaScript Javascript
Font Font
HTML HTML
JSON JSON
CSS CSS
EXE EXE
Image Image
Video Video
Content type not set/unknown Unknown content
{% if enable_context_by_users %} {% endif %} {% if enable_monitoring %} {% endif %}