nuclei-templates/exposures/logs/exposed-prometheus-log.yaml

25 lines
426 B
YAML

id: exposed-prometheus-log
info:
name: Exposed Prometheus
author: dhiyaneshDK
severity: low
tags: exposure,prometheus,logs
requests:
- method: GET
path:
- "{{BaseURL}}/prometheus"
matchers-condition: and
matchers:
- type: word
words:
- 'gateway_request_total'
- 'logback_events_total'
condition: or
- type: status
status:
- 200