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

32 lines
603 B
YAML

id: shopware-installer
info:
name: Shopware Installer
author: DhiyaneshDk
severity: high
reference:
- https://www.shopware.com/en/
metadata:
max-request: 1
verified: true
fofa-query: title="Installation | Shopware 6"
tags: misconfig,shopware,install,exposure
http:
- method: GET
path:
- "{{BaseURL}}/public/recovery/install/index.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Setup | Shopware'
- 'install'
condition: and
- type: status
status:
- 200