Skip to content

Sitecore Default Page - Detect

ID: sitecore-default-page

Severity: info

Author: DhiyaneshDK,RandomDhiraj

Tags: tech,sitecore,cms

Detect Sitecore Content Management System (CMS).

id: sitecore-default-page
info:
name: Sitecore Default Page - Detect
author: DhiyaneshDK,RandomDhiraj
severity: info
description: |
Detect Sitecore Content Management System (CMS).
reference: |
https://www.sitecore.com/
classification:
cpe: cpe:2.3:a:sitecore:experience_platform:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: sitecore
product: experience_platform
shodan-query: http.title:"Welcome to Sitecore"
tags: tech,sitecore,cms
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "Welcome to Sitecore"
- 'alt="Sitecore"'
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100a1dfd44aa1a717b6cd06a0f9f8c896e4d9e4e83cc2e3302d21564b0c095f65f4022100c29c313ef7c754ac3732f5e707b8afa55cd2ef05a3b4c6fec253487243194b40:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/default-sitecore-page.yaml"

View on Github