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

33 lines
637 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:
2023-03-28 12:19:44 +00:00
name: Sitecore Default Page - Detect
2023-03-28 12:17:49 +00:00
author: DhiyaneshDK,RandomDhiraj
2021-11-03 15:43:02 +00:00
severity: info
2023-03-28 12:19:44 +00:00
description: |
Detect Sitecore Content Management System (CMS).
reference: |
https://www.sitecore.com/
2021-11-03 15:43:02 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2021-11-03 15:43:02 +00:00
shodan-query: http.title:"Welcome to Sitecore"
2023-03-28 12:19:44 +00:00
tags: tech,sitecore,cms
2021-11-03 15:43:02 +00:00
http:
2021-11-03 15:43:02 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "Welcome to Sitecore"
2023-03-28 12:17:49 +00:00
- 'alt="Sitecore"'
condition: or
2021-11-03 15:43:02 +00:00
- type: status
status:
- 200