2022-09-15 10:15:51 +00:00
|
|
|
id: redis-config
|
|
|
|
|
|
|
|
info:
|
2023-02-23 19:41:12 +00:00
|
|
|
name: Redis Configuration File - Detect
|
2022-09-15 10:15:51 +00:00
|
|
|
author: geeknik
|
|
|
|
severity: medium
|
2023-02-23 19:41:12 +00:00
|
|
|
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:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-09-15 10:15:51 +00:00
|
|
|
shodan-query: html:"redis.conf"
|
|
|
|
tags: redis,exposure,config
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
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
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 490a00463044022011e1c22bdba32f91460c631c4a3b89f47cdf3e9826fc3dd2c789c87dfd1725c90220296413dc2c242c894ad8ef2017d64bdce91a2b9fb8ee0fbde35f43a09f4c52cc:922c64590222798bb761d5b6d8e72950
|