Create sitecore-debug-page.yaml
parent
e761c8856b
commit
be871b155c
|
@ -0,0 +1,24 @@
|
||||||
|
id: sitecore-debug-page
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: SiteCore Debug Page
|
||||||
|
author: dhiyaneshDK
|
||||||
|
severity: low
|
||||||
|
metadata:
|
||||||
|
shodan-query: 'http.title:"Welcome to Sitecore"'
|
||||||
|
tags: debug,sitecore
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/sitecore/'"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- 'extranet\Anonymous'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 404
|
Loading…
Reference in New Issue