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

31 lines
522 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
2021-09-02 11:41:01 +00:00
tags: tech,craftcms
metadata:
max-request: 1
2021-09-02 11:41:01 +00:00
http:
2021-09-02 11:41:01 +00:00
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
2021-09-02 12:37:40 +00:00
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)'