nuclei-templates/misconfiguration/phpmyadmin/phpmyadmin-setup.yaml

41 lines
1.2 KiB
YAML
Raw Normal View History

2021-02-25 08:54:57 +00:00
id: phpmyadmin-setup
info:
name: Publicly Accessible Phpmyadmin Setup
2022-07-25 07:16:48 +00:00
author: sheikhrishad,thevillagehacker,Kr1shna4garwal,ArjunChandarana
2021-02-25 08:54:57 +00:00
severity: medium
2022-07-25 07:47:50 +00:00
metadata:
verified: true
shodan-query: http.html:"phpMyAdmin"
2021-11-11 16:34:45 +00:00
tags: phpmyadmin,misconfig
2021-02-25 08:54:57 +00:00
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"
- "{{BaseURL}}/phpmyadmin/setup/index.php"
- "{{BaseURL}}/pma/setup/index.php"
2022-06-27 14:58:22 +00:00
- "{{BaseURL}}/phpmyadmin/setup/"
2022-07-25 07:16:48 +00:00
- "{{BaseURL}}/setup/index.php"
2021-02-25 08:54:57 +00:00
stop-at-first-match: true
2021-02-25 08:54:57 +00:00
matchers-condition: and
matchers:
- type: word
2022-06-28 12:50:13 +00:00
part: body
2021-02-25 08:54:57 +00:00
words:
- "You want to configure phpMyAdmin using web interface"
- "<title>phpMyAdmin setup</title>"
condition: or
2021-02-25 08:54:57 +00:00
- type: status
status:
- 200