sufa Vulnerability Report

Target: {{ scan.target_url }} | Scan: {{ scan.id[:8] }} | Type: {{ scan.scan_type.value }} | Generated: {{ generated_at }}
{{ findings|length }}
Total
{% for sev in severity_order %}
{{ count_by_severity.get(sev, 0) }}
{{ sev|upper }}
{% endfor %}

Findings

{% for f in findings %} {% endfor %}
SeverityTitleCWEURLParameterConfidence
{{ f.severity.value }} {{ f.title }} {% if f.cwe_id %}{{ f.cwe_id }}{% endif %} {{ f.url }} {{ f.parameter }} {{ f.confidence.value }} ({{ f.confidence_score }}%)

Details

{% for f in findings %}

{{ f.title }} {{ f.severity.value|upper }}

URL: {{ f.url }}

{% if f.parameter %}

Parameter: {{ f.parameter }}

{% endif %} {% if f.cwe_id %}

CWE: {{ f.cwe_id }}

{% endif %} {% if f.owasp_category %}

OWASP: {{ f.owasp_category }}

{% endif %} {% if f.description %}

Description: {{ f.description }}

{% endif %} {% if f.evidence %}

Evidence: {{ f.evidence }}

{% endif %} {% if f.remediation %}

Remediation: {{ f.remediation }}

{% endif %} {% if f.exploit_steps %}

Exploit Steps:

    {% for step in f.exploit_steps %}
  1. {{ step.description }}
  2. {% endfor %}
{% endif %}
{% endfor %}