28 lines
473 B
YAML
28 lines
473 B
YAML
id: redis-detect
|
|
|
|
info:
|
|
name: Redis Detection
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: product:"redis"
|
|
tags: network,redis
|
|
|
|
network:
|
|
- inputs:
|
|
- data: "*1\r\n$4\r\ninfo\r\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
- "{{Host}}:6379"
|
|
read-size: 1024
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "DENIED Redis"
|
|
- "CONFIG REWRITE"
|
|
- "NOAUTH Authentication"
|
|
condition: or
|