nuclei-templates/exposed-panels/zentral-panel.yaml

30 lines
645 B
YAML

id: zentral-panel
info:
name: Zentral Panel - Detect
author: Adam Crosser
severity: info
description: Zentral panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://github.com/zentralopensource/zentral
- https://zentral.io
tags: panel,zentral,oss
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<title>Zentral</title>'
- '<div class="panel-footer btn-group btn-group-justified"'
condition: and
# Enhanced by mp on 2023/01/29