nuclei-templates/misconfiguration/prometheus/prometheus-exporter.yaml

30 lines
604 B
YAML
Raw Normal View History

2021-11-27 22:09:10 +00:00
id: prometheus-exporter
info:
name: Prometheus exporter detect
2020-10-02 16:33:03 +00:00
author: jarijaas
severity: info
description: Prometheus exporter detector
reference:
- https://github.com/prometheus/prometheus/wiki/Default-port-allocations
2021-11-27 22:09:10 +00:00
tags: prometheus
requests:
- method: GET
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
2021-11-27 22:09:10 +00:00
- 'Exporter'
- '<a href="/metrics">Metrics</a>'
condition: and
2021-11-27 22:09:10 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
2020-10-01 21:18:22 +00:00
- "<title>(.*?)</title>"