43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: alfresco-detect
|
|
|
|
info:
|
|
name: Alfresco CMS Detection
|
|
author: pathtaga
|
|
severity: info
|
|
description: Alfresco CMS was discovered.
|
|
reference:
|
|
- https://www.alfresco.com/
|
|
classification:
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
vendor: alfresco
|
|
product: alfresco
|
|
max-request: 1
|
|
tags: alfresco,tech,panel
|
|
|
|
http:
|
|
- 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]+)'
|
|
# digest: 4a0a0047304502210092d1e4b9709b5c51e9900bfcb88ad70da53017a26ecbd6cbf077df84d1000acd0220476dcb9adf53d2620a2f957bf7ae77801e81b45459025d626d83c1f37db1361f:922c64590222798bb761d5b6d8e72950 |