2023-03-29 11:28:16 +00:00
|
|
|
id: sitecore-cms
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Sitecore CMS - Detect
|
|
|
|
author: RandomDhiraj
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Detect Sitecore Content Management System (CMS) websites based on a redirect from the sitecore media handler URL pattern to the notfound.aspx page.
|
|
|
|
reference: |
|
|
|
|
https://www.sitecore.com
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-03-29 11:28:16 +00:00
|
|
|
shodan-query: title:"sitecore"
|
|
|
|
tags: cms,sitecore
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-03-29 11:28:16 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/-/media/doo-doo.ashx"
|
|
|
|
|
|
|
|
host-redirects: true
|
2023-04-05 03:46:57 +00:00
|
|
|
matchers-condition: and
|
2023-03-29 11:28:16 +00:00
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: header
|
|
|
|
regex:
|
|
|
|
- "Location: /sitecore/service/notfound.aspx"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2023-04-05 03:46:57 +00:00
|
|
|
- 302
|