Sitecore CMS - Detect

patch-1
pussycat0x 2023-03-29 16:58:16 +05:30 committed by GitHub
parent 58b28353b6
commit 0f0e58c8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -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