nuclei-templates/exposed-panels/redis-enterprise-panel.yaml

29 lines
556 B
YAML

id: redis-enterprise-panel
info:
name: Redis Enterprise - Detect
author: tess
severity: info
metadata:
verified: "true"
shodan-query: title:"Enterprise-Class Redis for Developers"
tags: panel,redis,enterprise
requests:
- method: GET
path:
- "{{BaseURL}}/#/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Enterprise-Class Redis for Developers'
- 'cm/config/environment'
condition: and
- type: status
status:
- 200