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

35 lines
736 B
YAML
Raw Normal View History

2022-08-12 11:12:22 +00:00
id: pghero-dashboard-exposure
info:
name: PgHero Dashboard Exposure Panel - Detect
2022-08-12 11:12:22 +00:00
author: DhiyaneshDk
severity: low
2023-02-02 21:51:33 +00:00
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
2022-08-12 11:12:22 +00:00
reference:
- https://github.com/ankane/pghero
metadata:
verified: true
shodan-query: title:"PgHero"
2022-08-12 23:45:28 +00:00
tags: exposure,panel,pghero
2022-08-12 11:12:22 +00:00
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