Create sitecore-default-page.yaml
parent
2d2811433f
commit
6025bac3a1
|
@ -0,0 +1,23 @@
|
|||
id: sitecore-default-page
|
||||
info:
|
||||
name: Sitecore Default Page
|
||||
author: DhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: http.title:"Welcome to Sitecore"
|
||||
tags: tech
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Welcome to Sitecore"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue