2021-03-30 23:44:50 +00:00
|
|
|
id: shopware-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Shopware CMS detect
|
2022-10-06 05:30:05 +00:00
|
|
|
author: cyllective,pascalheidmann
|
2021-03-30 23:44:50 +00:00
|
|
|
severity: info
|
|
|
|
description: Detects Shopware CMS
|
2021-08-18 11:29:20 +00:00
|
|
|
reference:
|
2021-03-30 23:44:50 +00:00
|
|
|
- https://github.com/shopware/shopware
|
|
|
|
- https://github.com/shopware/platform
|
2022-07-10 09:04:36 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"shopware AG"
|
2022-01-31 07:56:08 +00:00
|
|
|
tags: tech,shopware,cms
|
2021-03-30 23:44:50 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/admin"
|
|
|
|
- "{{BaseURL}}/backend"
|
|
|
|
|
2022-07-10 09:04:36 +00:00
|
|
|
stop-at-first-match: true
|
2022-01-31 07:56:08 +00:00
|
|
|
matchers-condition: and
|
2021-03-30 23:44:50 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'Realisiert mit Shopware'
|
|
|
|
- 'Realised with Shopware'
|
|
|
|
- 'Shopware Administration (c) shopware AG'
|
2022-01-31 07:56:08 +00:00
|
|
|
- '<title>Shopware 5 - Backend (c) shopware AG</title>'
|
2022-10-05 21:16:46 +00:00
|
|
|
- 'Shopware.Application.start'
|
2022-01-31 07:56:08 +00:00
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2022-07-10 09:04:36 +00:00
|
|
|
- 200
|