nuclei-templates/technologies/shopware-detect.yaml

32 lines
715 B
YAML
Raw Normal View History

2021-03-30 23:44:50 +00:00
id: shopware-detect
info:
name: Shopware CMS detect
author: cyllective
severity: info
description: Detects Shopware CMS
reference:
2021-03-30 23:44:50 +00:00
- https://github.com/shopware/shopware
- https://github.com/shopware/platform
tags: tech,shopware,cms
2021-03-30 23:44:50 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/admin"
- "{{BaseURL}}/backend"
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'
- '<title>Shopware 5 - Backend (c) shopware AG</title>'
condition: or
- type: status
status:
- 200