2022-01-25 07:27:56 +00:00
|
|
|
id: alfresco-detect
|
|
|
|
|
|
|
|
info:
|
2022-01-25 07:29:19 +00:00
|
|
|
name: Alfresco CMS Detection
|
2022-01-25 07:27:56 +00:00
|
|
|
author: pathtaga
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
description: Alfresco CMS was discovered.
|
2022-03-17 17:01:45 +00:00
|
|
|
reference:
|
|
|
|
- https://www.alfresco.com/
|
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: alfresco,tech,panel
|
2022-01-25 07:27:56 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/alfresco/api/-default-/public/cmis/versions/1.1/atom"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'org\/alfresco\/api\/opencmis\/OpenCMIS.get'
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'Enterprise v.*([0-9]\.[0-9]+\.[0-9]+)'
|
|
|
|
- 'Community v.*([0-9]\.[0-9]+\.[0-9]+)'
|
|
|
|
- 'Community Early Access v.*([0-9]\.[0-9]+\.[0-9]+)'
|
2022-03-17 17:01:45 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/03/16
|