35 lines
808 B
YAML
35 lines
808 B
YAML
id: phppgadmin-panel
|
|
|
|
info:
|
|
name: phpPgAdmin Panel
|
|
author: Ganofins,Nullfuzz
|
|
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/
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:phpPgAdmin
|
|
tags: panel,phppgadmin
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/phppgadmin/"
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code == 200"
|
|
- "contains(body, 'intro.php') && contains(body, 'browser.php')"
|
|
condition: and
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code == 200"
|
|
- "contains(body, '<title>phpPgAdmin')"
|
|
condition: and
|