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

25 lines
532 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
cvss-score: 0.0
cwe-id: CWE-200
2021-09-09 13:38:13 +00:00
tags: panel,prometheus
2020-07-02 13:53:41 +00:00
requests:
- 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>'
# Enhanced by md on 2022/12/06