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

28 lines
611 B
YAML

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