Merge pull request #8012 from ggranjus/add-redis-insight

Add RedisInsight
patch-1
pussycat0x 2023-08-19 13:40:32 +05:30 committed by GitHub
commit 179ffbcd56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: unauth-redis-insight
info:
name: RedisInsight - Unauthenticated Access
author: ggranjus
severity: high
description: |
RedisInsight was able to be accessed because no authentication was required.
reference:
- https://redis.com/redis-enterprise/redis-insight/
metadata:
verified: 'true'
shodan-query: title:"RedisInsight"
max-request: 1
tags: redis,redisinsight,unauth,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>RedisInsight</title>"
- type: status
status:
- 200