nuclei-templates/technologies/shopware-detect.yaml

38 lines
871 B
YAML
Raw Normal View History

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
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"
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
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>'
- 'Shopware.Application.start'
condition: or
- type: status
status:
2022-07-10 09:04:36 +00:00
- 200