Skip to content

Redis Configuration File - Detect

ID: redis-config

Severity: medium

Author: geeknik

Tags: redis,exposure,config

Redis configuration file was detected.

id: redis-config
info:
name: Redis Configuration File - Detect
author: geeknik
severity: medium
description: Redis configuration file was detected.
reference:
- https://redis.io/docs/manual/config/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
cpe: cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: html:"redis.conf"
product: redis
vendor: redis
tags: redis,exposure,config
http:
- method: GET
path:
- "{{BaseURL}}/redis.conf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "bind"
- "protected-mode"
- "port "
condition: and
- type: word
part: header
words:
- "application/octet-stream"
- type: status
status:
- 200
# digest: 4a0a0047304502200a9b314565684f90f6b6ae5ca8b51f29ee851c6774f9d7762d6130231059380802210086df1c1c4521427dec5e54263329027598cd59ffa502e69bf041d417b2e7c046: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/exposures/configs/redis-config.yaml"

View on Github