Files
SneakyScan/app/web/templates/webhook_presets/ntfy.j2
2025-11-18 15:29:23 -06:00

10 lines
275 B
Django/Jinja

{{ alert.message }}
Scan: {{ scan.title }}
Rule: {{ rule.name }}
Severity: {{ alert.severity|upper }}{% if alert.ip_address %}
IP: {{ alert.ip_address }}{% endif %}{% if alert.port %}
Port: {{ alert.port }}{% endif %}
Scan Status: {{ scan.status }}
Alert ID: {{ alert.id }}