2021-02-25 14:24:57 +05:30
|
|
|
id: phpmyadmin-setup
|
|
|
|
|
|
|
|
|
|
info:
|
|
|
|
|
name: Publicly Accessible Phpmyadmin Setup
|
2022-07-25 12:46:48 +05:30
|
|
|
author: sheikhrishad,thevillagehacker,Kr1shna4garwal,ArjunChandarana
|
2021-02-25 14:24:57 +05:30
|
|
|
severity: medium
|
2022-07-25 13:17:50 +05:30
|
|
|
metadata:
|
|
|
|
|
verified: true
|
|
|
|
|
shodan-query: http.html:"phpMyAdmin"
|
2021-11-11 22:04:45 +05:30
|
|
|
tags: phpmyadmin,misconfig
|
2021-02-25 14:24:57 +05:30
|
|
|
|
|
|
|
|
requests:
|
|
|
|
|
- method: GET
|
|
|
|
|
path:
|
|
|
|
|
- "{{BaseURL}}/phpmyadmin/scripts/setup.php"
|
|
|
|
|
- "{{BaseURL}}/_phpmyadmin/scripts/setup.php"
|
|
|
|
|
- "{{BaseURL}}/forum/phpmyadmin/scripts/setup.php"
|
|
|
|
|
- "{{BaseURL}}/php/phpmyadmin/scripts/setup.php"
|
|
|
|
|
- "{{BaseURL}}/typo3/phpmyadmin/scripts/setup.php"
|
|
|
|
|
- "{{BaseURL}}/web/phpmyadmin/scripts/setup.php"
|
|
|
|
|
- "{{BaseURL}}/xampp/phpmyadmin/scripts/setup.php"
|
|
|
|
|
- "{{BaseURL}}/sysadmin/phpMyAdmin/scripts/setup.php"
|
2021-11-11 11:14:21 -05:00
|
|
|
- "{{BaseURL}}/phpmyadmin/setup/index.php"
|
2022-02-15 11:22:01 +05:30
|
|
|
- "{{BaseURL}}/pma/setup/index.php"
|
2022-06-27 20:28:22 +05:30
|
|
|
- "{{BaseURL}}/phpmyadmin/setup/"
|
2022-07-25 12:46:48 +05:30
|
|
|
- "{{BaseURL}}/setup/index.php"
|
2021-02-25 14:24:57 +05:30
|
|
|
|
2021-09-02 17:29:10 +05:30
|
|
|
stop-at-first-match: true
|
2021-02-25 14:24:57 +05:30
|
|
|
matchers-condition: and
|
|
|
|
|
matchers:
|
|
|
|
|
- type: word
|
2022-06-28 18:20:13 +05:30
|
|
|
part: body
|
2021-02-25 14:24:57 +05:30
|
|
|
words:
|
|
|
|
|
- "You want to configure phpMyAdmin using web interface"
|
2021-11-11 11:14:21 -05:00
|
|
|
- "<title>phpMyAdmin setup</title>"
|
|
|
|
|
condition: or
|
2021-02-25 14:24:57 +05:30
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
|
status:
|
2021-11-11 11:14:21 -05:00
|
|
|
- 200
|