nuclei-templates/http/exposed-panels/prometheus-exposed-panel.yaml

25 lines
525 B
YAML
Raw Normal View History

2020-07-02 13:53:41 +00:00
id: prometheus-exposed-panel
2021-09-09 13:38:13 +00:00
2020-07-02 13:53:41 +00:00
info:
name: Prometheus Panel - Detect
2020-07-02 13:53:41 +00:00
author: organiccrap
severity: info
description: Prometheus panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: panel,prometheus
2021-09-09 13:38:13 +00:00
http:
2020-07-02 13:53:41 +00:00
- method: GET
path:
- '{{BaseURL}}/graph'
2020-07-02 13:53:41 +00:00
matchers:
- type: word
words:
- '<title>Prometheus Time Series Collection and Processing Server</title>'