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

34 lines
987 B
YAML
Raw Normal View History

2021-02-25 08:54:57 +00:00
id: phpmyadmin-setup
info:
name: Publicly Accessible Phpmyadmin Setup
2021-11-11 16:34:45 +00:00
author: sheikhrishad,thevillagehacker
2021-02-25 08:54:57 +00:00
severity: medium
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"
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
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