nuclei-templates/technologies/craft-cms-detect.yaml

28 lines
484 B
YAML
Raw Normal View History

2021-09-02 11:41:01 +00:00
id: craft-cms-detect
info:
name: Craft CMS Detect
author: skeltavik
severity: info
description: Detects Craft CMS
reference: https://craftcms.com
tags: tech,craftcms
requests:
- method: GET
path:
- '{{BaseURL}}'
2021-09-02 12:37:40 +00:00
redirects: true
max-redirects: 2
2021-09-02 11:41:01 +00:00
matchers:
- type: word
part: header
words:
- 'X-Powered-By: Craft CMS'
2021-09-02 12:32:49 +00:00
- type: regex
part: header
regex:
- 'Set-Cookie: (Craft|CRAFT)'