Skip to content

Redis Commander Panel - Detect

ID: redis-commander-exposure

Severity: info

Author: dahse89

Tags: panel,redis

Redis Commander panel was detected.

id: redis-commander-exposure
info:
name: Redis Commander Panel - Detect
author: dahse89
severity: info
description: Redis Commander panel was detected.
reference:
- https://joeferner.github.io/redis-commander/
- https://github.com/joeferner/redis-commander
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,redis
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
condition: and
words:
- "<title>Redis Commander"
- "redisCommanderBearerToken"
# digest: 4a0a0047304502210091e39941fc273ab5dae83c09c3119c868204f955a7c68f1e229ac1b5005aafb40220424de86298fd1b792404836024b76e84ac28180ff4472e041db506475fd2305c: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/redis-commander-exposure.yaml"

View on Github