nuclei-templates/http/misconfiguration/installer/magento-installer.yaml

35 lines
668 B
YAML

id: magento-installer
info:
name: Magento Installation Wizard
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
verified: true
shodan-query: html:"Magento Installation"
tags: misconfig,magento,install,exposure
http:
- 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