33 lines
771 B
YAML
33 lines
771 B
YAML
id: postgres-exporter-metrics
|
|
|
|
info:
|
|
name: Postgres Exporter Metrics
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
description: Postgres Exporter Metrics is exposed.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Postgres exporter"
|
|
tags: postgres,exposure,debug,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/metrics"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "postgres"
|
|
- "# HELP"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402203effcb1561c4ef6bbe052f4282e745ae396c9f01b1846ba0e4828d1a397176b002207ea1eafe53e152d2572d850a944208949147f5b2fb828efe567c108b2849a12f:922c64590222798bb761d5b6d8e72950
|