Skip to content

Zentral Panel - Detect

ID: zentral-panel

Severity: info

Author: Adam Crosser

Tags: panel,zentral,oss

Zentral panel was detected.

id: zentral-panel
info:
name: Zentral Panel - Detect
author: Adam Crosser
severity: info
description: Zentral panel was detected.
reference:
- https://github.com/zentralopensource/zentral
- https://zentral.io
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,zentral,oss
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<title>Zentral</title>'
- '<div class="panel-footer btn-group btn-group-justified"'
condition: and
# digest: 490a00463044022016e122667e5b6180f635b13ae59a6c086fd73574e4c85f11ccdd84f2897e8bf00220318610be0d3f068ec62024d03fe269f9f10bdb566aa9b41debcfcedd2f2c8f80:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/zentral-panel.yaml"

View on Github