commit
179ffbcd56
|
@ -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
|
Loading…
Reference in New Issue