Greybox Assessment Report

Generated {{ generated_at }}
Scope{{ session.scope }}
Session ID{{ session.id }}
Started{{ session.created_at }}
Checks run{{ session.findings|length }}
{% if severity_counts %}
{% for item in severity_counts %} {{ item.count }} {{ item.severity }} {% endfor %}
{% endif %}

Executive Summary

{{ summary }}
{% if analysis.methodology or analysis.findings %}

Vulnerability Analysis

{% if analysis.methodology %}

Methodology

{{ analysis.methodology }}

{% endif %} {% if analysis.findings %}

Key Findings

{% for item in analysis.findings %} {% endfor %}
{{ item.severity }} {{ item.text }}
{% endif %} {% if analysis.fixes %}

Recommended Fixes

    {% for fix in analysis.fixes %}
  1. {{ fix }}
  2. {% endfor %}
{% endif %} {% endif %}

Findings

{% if session.findings %} {% for f in session.findings %}
{{ f.tool }} {{ f.target }} {{ f.timestamp }}
{% if tool_descriptions.get(f.tool) %}
{{ tool_descriptions[f.tool] }}
{% endif %}
{{ f.summary or "(no output captured)" }}
{% endfor %} {% else %}

No findings were logged for this session.

{% endif %}