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

28 lines
611 B
YAML
Raw Normal View History

2021-05-23 12:30:46 +00:00
id: phppgadmin-panel
2021-05-23 12:30:46 +00:00
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/
2022-02-09 22:11:53 +00:00
classification:
cwe-id: CWE-200
remediation: Ensure proper access.
tags: panel,phppgadmin
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