Add files via upload

patch-1
pussycat0x 2022-12-06 00:11:19 +05:30 committed by GitHub
parent 6330e4f473
commit 39c69cc753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -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