Create magento-installer.yaml

patch-1
Dhiyaneshwaran 2022-10-26 03:16:50 +05:30 committed by GitHub
parent 2bc756b7e1
commit 6856a216c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

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