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

40 lines
909 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 Login Panel - Detect
2022-08-16 19:27:16 +00:00
author: Ganofins,Nullfuzz
2021-05-23 12:30:46 +00:00
severity: info
2022-08-16 19:27:16 +00:00
description: |
phpPgAdmin login ipanel was detected.
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
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
2022-08-16 17:22:07 +00:00
metadata:
2022-08-16 19:27:16 +00:00
verified: true
2023-10-14 11:27:55 +00:00
max-request: 2
2022-08-16 17:22:07 +00:00
shodan-query: http.title:phpPgAdmin
tags: panel,phppgadmin
http:
2021-05-23 12:30:46 +00:00
- method: GET
path:
2022-08-16 17:22:07 +00:00
- "{{BaseURL}}"
2022-08-16 19:27:16 +00:00
- "{{BaseURL}}/phppgadmin/"
matchers-condition: or
2021-05-23 12:30:46 +00:00
matchers:
2022-08-16 19:27:16 +00:00
- type: dsl
dsl:
2022-08-20 09:33:02 +00:00
- "status_code == 200"
2022-08-16 19:27:16 +00:00
- "contains(body, 'intro.php') && contains(body, 'browser.php')"
condition: and
- type: dsl
dsl:
2022-08-20 09:33:02 +00:00
- "status_code == 200"
2022-08-16 19:27:16 +00:00
- "contains(body, '<title>phpPgAdmin')"
2021-05-23 20:04:40 +00:00
condition: and