Add files via upload
parent
6330e4f473
commit
39c69cc753
|
@ -0,0 +1,27 @@
|
|||
id: redis-detect
|
||||
|
||||
info:
|
||||
name: Redis Detection
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: product:"redis"
|
||||
tags: network,redis,unauth
|
||||
|
||||
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
|
Loading…
Reference in New Issue