nuclei-templates/http/exposed-panels/kraken-cluster-monitoring.yaml

36 lines
753 B
YAML
Raw Normal View History

2023-02-10 06:43:50 +00:00
id: kraken-cluster-monitoring
info:
name: Kraken Cluster Monitoring Dashboard - Detect
2023-02-10 06:43:50 +00:00
author: pussycat0x
severity: info
description: Kraken Cluster Monitoring Dashboard was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-02-10 06:43:50 +00:00
metadata:
max-request: 1
2023-02-10 06:43:50 +00:00
verified: true
shodan-query: http.title:"Kraken dashboard"
tags: panel,kraken,cluster
http:
2023-02-10 06:43:50 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "Kraken dashboard"
- "Kraken cluster monitoring"
condition: and
- type: status
status:
2023-02-10 07:31:07 +00:00
- 200
# Enhanced by md on 2023/04/25