17 lines
447 B
YAML
17 lines
447 B
YAML
id: prometheus-exposed-panel
|
|
info:
|
|
name: Prometheus.io exposed panel
|
|
author: organiccrap
|
|
severity: low
|
|
# usually runs on port http/9090
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/graph'
|
|
headers:
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- <title>Prometheus Time Series Collection and Processing Server</title>
|