commit
6e5afae8ce
|
@ -0,0 +1,33 @@
|
||||||
|
id: alfresco-detect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Alfresco CMS Detection
|
||||||
|
author: pathtaga
|
||||||
|
severity: info
|
||||||
|
tags: alfresco,tech,panel
|
||||||
|
|
||||||
|
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]+)'
|
Loading…
Reference in New Issue