nuclei-templates/http/exposures/configs/redis-config.yaml

43 lines
852 B
YAML
Raw Normal View History

2022-09-15 10:15:51 +00:00
id: redis-config
info:
name: Redis Configuration File - Detect
2022-09-15 10:15:51 +00:00
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
2022-09-15 10:15:51 +00:00
metadata:
max-request: 1
2022-09-15 10:15:51 +00:00
verified: true
shodan-query: html:"redis.conf"
tags: redis,exposure,config
http:
2022-09-15 10:15:51 +00:00
- method: GET
path:
- "{{BaseURL}}/redis.conf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "bind"
- "protected-mode"
2022-09-15 13:35:01 +00:00
- "port "
2022-09-15 10:15:51 +00:00
condition: and
- type: word
part: header
words:
- "application/octet-stream"
- type: status
status:
- 200