nuclei-templates/misconfiguration/pghero-dashboard-exposure.yaml

35 lines
736 B
YAML

id: pghero-dashboard-exposure
info:
name: PgHero Dashboard Exposure Panel - Detect
author: DhiyaneshDk
severity: low
description: PgHero Dashboard Exposure panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://github.com/ankane/pghero
metadata:
verified: true
shodan-query: title:"PgHero"
tags: exposure,panel,pghero
requests:
- method: GET
path:
- "{{BaseURL}}/connections"
matchers-condition: and
matchers:
- type: word
words:
- "<title>PgHero / Connections</title>"
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29