33 lines
637 B
YAML
33 lines
637 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:
|
|
max-request: 1
|
|
verified: true
|
|
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
|