nuclei-templates/technologies/sitecore-cms.yaml

32 lines
710 B
YAML

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:
verified: "true"
shodan-query: title:"sitecore"
tags: cms,sitecore
requests:
- method: GET
path:
- "{{BaseURL}}/-/media/doo-doo.ashx"
host-redirects: true
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- "Location: /sitecore/service/notfound.aspx"
- type: status
status:
- 302