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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,craftcms
|
2021-09-02 11:41:01 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-09-02 11:41:01 +00:00
|
|
|
- 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)'
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 4a0a0047304502204f6b2c85008f4164a82afc69a4884d67ff9128ce854b6614483a7e15c751f907022100c13433f312e87f37f94ba24b5c6f3239311b005e50e4d7680c388b89b3f420a0:922c64590222798bb761d5b6d8e72950
|