Merge pull request #8276 from projectdiscovery/shopware-installer
Create shopware-installer.yamlpatch-1
commit
ba23b0da91
|
@ -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
|
Loading…
Reference in New Issue