2021-09-21 08:48:34 +00:00
|
|
|
id: sitecore-version
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Sitecore version detection
|
|
|
|
author: bernardofsr
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.cvedetails.com/vulnerability-list/vendor_id-9609/Sitecore.html
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: sitecore,tech
|
2021-09-21 08:48:34 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-09-21 08:48:34 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/sitecore/shell/sitecore.version.xml"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Sitecore Corporation"
|
|
|
|
part: body
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "<major>([0-9]+)</major>"
|
2022-09-14 17:26:54 +00:00
|
|
|
|
2022-09-12 15:43:02 +00:00
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "<minor>([0-9]+)</minor>"
|
2022-09-14 17:26:54 +00:00
|
|
|
|
2022-09-12 15:43:02 +00:00
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "<build>([0-9]+)</build>"
|
2022-09-14 17:26:54 +00:00
|
|
|
|
2022-09-12 15:43:02 +00:00
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "<revision>([0-9]+)</revision>"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502210088716c595b77a89f541e7eccb401ec7a791f8be721a53410bec7c04ec13dadb70220659bc8c9488c0c78b0bbc20b4c5bcfdd3e90c0bb24342aff2d9439af166bf213:922c64590222798bb761d5b6d8e72950
|