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
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://craftcms.com
|
2021-09-02 11:41:01 +00:00
|
|
|
tags: tech,craftcms
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
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)'
|