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

29 lines
500 B
YAML
Raw Normal View History

2022-11-18 05:39:01 +00:00
id: postgres-exporter-metrics
info:
2022-11-24 07:45:33 +00:00
name: Postgres Exporter Metrics
2022-11-18 05:39:01 +00:00
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:
2022-11-24 07:45:33 +00:00
- "postgres"
- "# HELP"
2022-11-18 05:39:01 +00:00
condition: and
- type: status
status:
- 200