diff --git a/http/misconfiguration/installer/shopware-installer.yaml b/http/misconfiguration/installer/shopware-installer.yaml new file mode 100644 index 00000000000..6e99754fa89 --- /dev/null +++ b/http/misconfiguration/installer/shopware-installer.yaml @@ -0,0 +1,31 @@ +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