Skip to content

Sitecore Admin Login Panel - Detect

ID: sitecore-login-panel

Severity: info

Author: b4uh0lz

Tags: panel,sitecore,login

Sitecore admin login panel was detected.

id: sitecore-login-panel
info:
name: Sitecore Admin Login Panel - Detect
author: b4uh0lz
severity: info
description: Sitecore admin 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
metadata:
max-request: 1
tags: panel,sitecore,login
http:
- method: GET
path:
- "{{BaseURL}}/sitecore/admin/login.aspx"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Sitecore Login"
part: body
# digest: 4a0a00473045022015dbf779adce57f31bdd5bde0d1c07e5b5758eb0dbe44d801ccc33606724b699022100893060fc38bcc1de14b0d033878e14028cf73971b2f347cb2e4140af152f2d65: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-panel.yaml"

View on Github