Added sitecore-version detection

patch-1
sandeep 2021-09-21 14:18:34 +05:30
parent 5219dd00b8
commit 321d816b15
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: sitecore-version
info:
name: Sitecore version detection
author: bernardofsr
severity: info
tags: sitecore,tech
reference: https://www.cvedetails.com/vulnerability-list/vendor_id-9609/Sitecore.html
requests:
- 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>"