nuclei-templates/network/detection/redis-detect.yaml

35 lines
704 B
YAML
Raw Normal View History

2022-12-05 18:41:19 +00:00
id: redis-detect
info:
name: Redis Service - Detect
2022-12-05 18:41:19 +00:00
author: pussycat0x
severity: info
description: Redis service was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
2022-12-05 18:41:19 +00:00
metadata:
max-request: 4
2022-12-05 18:41:19 +00:00
shodan-query: product:"redis"
verified: true
2023-07-24 18:27:05 +00:00
tags: network,redis,detect
2022-12-05 18:41:19 +00:00
tcp:
2022-12-05 18:41:19 +00:00
- inputs:
- data: "*1\r\n$4\r\ninfo\r\n"
host:
- "{{Hostname}}"
- "{{Host}}:6379"
- "tls://{Hostname}}"
- "tls://{{Host}}:6380"
2022-12-05 18:41:19 +00:00
read-size: 1024
matchers:
- type: word
words:
- "DENIED Redis"
- "CONFIG REWRITE"
- "NOAUTH Authentication"
2022-12-05 18:44:56 +00:00
condition: or