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

30 lines
515 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:
max-request: 1
2022-11-18 05:39:01 +00:00
verified: true
shodan-query: title:"Postgres exporter"
tags: postgres,exposure,debug
http:
2022-11-18 05:39:01 +00:00
- 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