Skip to content

Commit

Permalink
Merge pull request #8276 from projectdiscovery/shopware-installer
Browse files Browse the repository at this point in the history
Create shopware-installer.yaml
  • Loading branch information
pussycat0x authored Sep 29, 2023
2 parents a248bcf + d008a02 commit ba23b0d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions http/misconfiguration/installer/shopware-installer.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ba23b0d

Please sign in to comment.