28 lines
510 B
YAML
28 lines
510 B
YAML
id: kraken-cluster-monitoring
|
|
|
|
info:
|
|
name: Kraken Cluster Monitoring - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"Kraken dashboard"
|
|
tags: panel,kraken,cluster
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Kraken dashboard"
|
|
- "Kraken cluster monitoring"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|