Create redis-enterprise-detect.yaml

patch-1
Arman 2023-01-27 12:49:22 -05:00 committed by GitHub
parent c26b803445
commit 4ac569cfc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: redis-enterprise-detect
info:
name: Redis Enterprise Detect
author: tess
severity: info
metadata:
verified: "true"
shodan-query: http.title:"Enterprise-Class Redis for Developers"
tags: exposure,redis
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: word
part: header
words:
- text/html
- type: status
status:
- 200