nuclei-templates/technologies/default-sitecore-page.yaml

32 lines
624 B
YAML

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/
metadata:
verified: "true"
shodan-query: http.title:"Welcome to Sitecore"
tags: tech,sitecore,cms
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "Welcome to Sitecore"
- 'alt="Sitecore"'
condition: or
- type: status
status:
- 200