33 lines
717 B
YAML
33 lines
717 B
YAML
id: craft-cms-detect
|
|
|
|
info:
|
|
name: Craft CMS Detect
|
|
author: skeltavik
|
|
severity: info
|
|
description: Detects Craft CMS
|
|
reference:
|
|
- https://craftcms.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,craftcms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'X-Powered-By: Craft CMS'
|
|
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- 'Set-Cookie: (Craft|CRAFT)'
|
|
|
|
# digest: 4a0a0047304502204f6b2c85008f4164a82afc69a4884d67ff9128ce854b6614483a7e15c751f907022100c13433f312e87f37f94ba24b5c6f3239311b005e50e4d7680c388b89b3f420a0:922c64590222798bb761d5b6d8e72950
|