nuclei-templates/misconfiguration/magento-installer.yaml

34 lines
653 B
YAML
Raw Normal View History

2022-10-25 21:46:50 +00:00
id: magento-installer
info:
name: Magento Installation Wizard
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: html:"Magento Installation"
2022-10-26 07:26:13 +00:00
tags: misconfig,magento,install,exposure
2022-10-25 21:46:50 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/index.php/install/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Magento Installation Wizard"
- "Welcome to Magento's Installation Wizard!"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200