37 lines
729 B
YAML
37 lines
729 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: 4
|
|
shodan-query: product:"redis"
|
|
verified: true
|
|
tags: network,redis
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "*1\r\n$4\r\ninfo\r\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
- "{{Host}}:6379"
|
|
- "tls://{Hostname}}"
|
|
- "tls://{{Host}}:6380"
|
|
read-size: 1024
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "DENIED Redis"
|
|
- "CONFIG REWRITE"
|
|
- "NOAUTH Authentication"
|
|
condition: or
|
|
|
|
# Enhanced by md on 2023/02/06
|