Skip to content

Sitecore Login Panel - Detect

ID: sitecore-login

Severity: info

Author: dhiyaneshDK

Tags: panel,sitecore

Sitecore login panel was detected.

id: sitecore-login
info:
name: Sitecore Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Sitecore login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:sitecore:experience_platform:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"Welcome to Sitecore"
product: experience_platform
vendor: sitecore
tags: panel,sitecore
http:
- method: GET
path:
- '{{BaseURL}}/sitecore/login/default.aspx'
matchers-condition: and
matchers:
- type: word
words:
- '/sitecore/shell/Themes/Standard/Default/Login.css'
- type: status
status:
- 200
# digest: 4a0a00473045022100e88c16d1ba3038e8086a6241f0d2602c8e4e3bae0dff97b783c2897ef36cc61c02202901d6213b6805ef2d64cdf0cc89adafaa398de8b045d0d2826fecb04781525d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/sitecore-login.yaml"

View on Github