diff --git a/technologies/sitecore-cms.yaml b/technologies/sitecore-cms.yaml new file mode 100644 index 0000000000..813b8a8d52 --- /dev/null +++ b/technologies/sitecore-cms.yaml @@ -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 \ No newline at end of file