35 lines
830 B
YAML
35 lines
830 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
|
|
max-request: 1
|
|
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: 490a0046304402206b0002615fd8de5ad50ccbe0fbff31092eaf902cab71b4e408f60f08052df1a202206e16fd0e04ce91761ab29cd8c268939227f39a6494925175e6775305051000f5:922c64590222798bb761d5b6d8e72950
|