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

27 lines
686 B
YAML
Raw Normal View History

2021-05-23 12:30:46 +00:00
id: phppgadmin-panel
info:
name: phpPgAdmin Panel
description: phpPgAdmin is a third-party tool that you can use to manipulate PostgreSQL databases.
2021-05-23 12:30:46 +00:00
author: Ganofins
severity: info
2022-01-03 16:06:23 +00:00
tags: panel,phppgadmin
2022-02-09 22:11:53 +00:00
remediation: Ensure proper access.
reference: https://docs.cpanel.net/cpanel/databases/phppgadmin/
2022-02-09 22:11:53 +00:00
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
2021-05-23 12:30:46 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/phppgadmin/"
matchers:
- type: word
words:
- "phpPgAdmin"
2021-05-23 20:04:40 +00:00
- "browser.php"
- "intro.php"
condition: and
# Enhanced by mp on 2022/02/09