nuclei-templates/misconfiguration/postgres-exporter-metrics.yaml

29 lines
500 B
YAML

id: postgres-exporter-metrics
info:
name: Postgres Exporter Metrics
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: title:"Postgres exporter"
tags: postgres,exposure,debug
requests:
- method: GET
path:
- "{{BaseURL}}/metrics"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "postgres"
- "# HELP"
condition: and
- type: status
status:
- 200