Skip to content

Alibaba Druid Panel - Detect

ID: druid-console-exposure

Severity: info

Author: pdteam

Tags: panel,alibaba,druid

Alibaba Druid panel was detected.

id: druid-console-exposure
info:
name: Alibaba Druid Panel - Detect
author: pdteam
severity: info
description: Alibaba Druid 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:alibaba:druid:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: alibaba
product: druid
tags: panel,alibaba,druid
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- 'src="/druid.js"'
- 'href="/druid.css"'
condition: and
# digest: 490a0046304402204a335d83c9f06189f8e17814995bc2081ba86b928c872c3f0d1d33b44b56b8bc02202e90e004307dd7cec2c6b63397f181882ad60df2cc577c1e4428b2589f7168a4: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-console-exposure.yaml"

View on Github