33 lines
834 B
YAML
33 lines
834 B
YAML
id: redis-detect
|
|
|
|
info:
|
|
name: Redis Service - Detect
|
|
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
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: product:"redis"
|
|
verified: true
|
|
tags: network,redis,detect
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "*1\r\n$4\r\ninfo\r\n"
|
|
|
|
host:
|
|
- "tls://{{Host}}"
|
|
port: 6380
|
|
read-size: 1024
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "DENIED Redis"
|
|
- "CONFIG REWRITE"
|
|
- "NOAUTH Authentication"
|
|
condition: or
|
|
# digest: 4b0a00483046022100ff0c9e1b31b570aebffb88efc242fee5e45db9bbee7a90035fa5382e28bba1b4022100ee2807ec727add20da8012d95569ed340459a2f244ee671764274ad0b7ba5b33:922c64590222798bb761d5b6d8e72950 |