25 lines
411 B
YAML
25 lines
411 B
YAML
id: sitecore-default-page
|
|
|
|
info:
|
|
name: Sitecore Default Page
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.title:"Welcome to Sitecore"
|
|
tags: tech,sitecore
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Welcome to Sitecore"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|