42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
id: pma-server-import
|
|
|
|
info:
|
|
name: PhpMyAdmin Server Import Page - Detect
|
|
author: Cristi vlad (@cristivlad25)
|
|
severity: high
|
|
description: Multiple phpMyAdmin server import pages were detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cwe-id: CWE-200
|
|
tags: phpmyadmin,misconfig
|
|
metadata:
|
|
max-request: 10
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/pma/server_import.php"
|
|
- "{{BaseURL}}/phpmyadmin/server_import.php"
|
|
- "{{BaseURL}}/phpMyAdmin 2/server_import.php"
|
|
- "{{BaseURL}}/db/server_import.php"
|
|
- "{{BaseURL}}/server_import.php"
|
|
- "{{BaseURL}}/PMA/server_import.php"
|
|
- "{{BaseURL}}/admin/server_import.php"
|
|
- "{{BaseURL}}/admin/pma/server_import.php"
|
|
- "{{BaseURL}}/phpMyAdmin/server_import.php"
|
|
- "{{BaseURL}}/admin/phpMyAdmin/server_import.php"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
condition: and
|
|
words:
|
|
- "File to import"
|
|
- "Location of the text file"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|