Skip to content

Commit

Permalink
Create shopware-installer.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DhiyaneshGeek authored Sep 27, 2023
1 parent 627e654 commit 4efec2d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions http/misconfiguration/installer/shopware-installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
id: shopware-installer

info:
name: Shopware Installer
author: DhiyaneshDk
severity: high
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

0 comments on commit 4efec2d

Please sign in to comment.