Update shopware-detect.yaml
parent
b2fedfbc55
commit
897c341bbf
|
@ -8,6 +8,9 @@ info:
|
|||
reference:
|
||||
- https://github.com/shopware/shopware
|
||||
- https://github.com/shopware/platform
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"shopware AG"
|
||||
tags: tech,shopware,cms
|
||||
|
||||
requests:
|
||||
|
@ -16,6 +19,7 @@ requests:
|
|||
- "{{BaseURL}}/admin"
|
||||
- "{{BaseURL}}/backend"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
|
@ -29,4 +33,4 @@ requests:
|
|||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue