nuclei-templates/exposed-panels/phppgadmin-panel.yaml

27 lines
686 B
YAML

id: phppgadmin-panel
info:
name: phpPgAdmin Panel
description: phpPgAdmin is a third-party tool that you can use to manipulate PostgreSQL databases.
author: Ganofins
severity: info
tags: panel,phppgadmin
remediation: Ensure proper access.
reference: https://docs.cpanel.net/cpanel/databases/phppgadmin/
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
requests:
- method: GET
path:
- "{{BaseURL}}/phppgadmin/"
matchers:
- type: word
words:
- "phpPgAdmin"
- "browser.php"
- "intro.php"
condition: and
# Enhanced by mp on 2022/02/09