34 lines
653 B
YAML
34 lines
653 B
YAML
id: magento-installer
|
|
|
|
info:
|
|
name: Magento Installation Wizard
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
shodan-query: html:"Magento Installation"
|
|
tags: misconfig,magento,install,exposure
|
|
|
|
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
|