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

25 lines
411 B
YAML
Raw Normal View History

2021-11-03 15:43:02 +00:00
id: sitecore-default-page
2021-11-03 18:18:57 +00:00
2021-11-03 15:43:02 +00:00
info:
name: Sitecore Default Page
author: DhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"Welcome to Sitecore"
2021-11-03 18:18:57 +00:00
tags: tech,sitecore
2021-11-03 15:43:02 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "Welcome to Sitecore"
- type: status
status:
- 200