Sitecore CMS - Detect
parent
58b28353b6
commit
0f0e58c8c3
|
@ -0,0 +1,30 @@
|
||||||
|
id: sitecore-cms
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Sitecore CMS - Detect
|
||||||
|
author: RandomDhiraj
|
||||||
|
severity: info
|
||||||
|
description: |
|
||||||
|
Detect Sitecore Content Management System (CMS) websites based on a redirect from the sitecore media handler URL pattern to the notfound.aspx page.
|
||||||
|
reference: |
|
||||||
|
https://www.sitecore.com
|
||||||
|
metadata:
|
||||||
|
verified: "true"
|
||||||
|
shodan-query: title:"sitecore"
|
||||||
|
tags: cms,sitecore
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/-/media/doo-doo.ashx"
|
||||||
|
|
||||||
|
host-redirects: true
|
||||||
|
matchers:
|
||||||
|
- type: regex
|
||||||
|
part: header
|
||||||
|
regex:
|
||||||
|
- "Location: /sitecore/service/notfound.aspx"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 302
|
Loading…
Reference in New Issue