Skip to content

Druid Monitor Login Panel - Detect

ID: druid-panel

Severity: info

Author: pikpikcu,daffainfo

Tags: panel,druid,apache

Druid Monitor login panel was detected.

id: druid-panel
info:
name: Druid Monitor Login Panel - Detect
author: pikpikcu,daffainfo
severity: info
description: Druid Monitor login 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
cwe-id: CWE-200
cpe: cpe:2.3:a:apache:druid:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: apache
product: druid
tags: panel,druid,apache
http:
- method: GET
path:
- "{{BaseURL}}/druid/login.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>druid monitor</title>"
- type: status
status:
- 200
# digest: 490a0046304402202a89c657482a3d7b13e15af13599a4991484409939ed2b592f2aa7a1d6f2a269022058d3c82ea6ad08d1ef074e556ab3073f831178a976e065fc1c9d7f92dc46dd6d: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/druid-panel.yaml"

View on Github