Umbraco Login Panel - Detect
ID: umbraco-login
Severity: info
Author: ola456,stvnhrlnd
Tags: panel,umbraco,detect
Description
Section titled “Description”Umbraco login panel was detected.
YAML Source
Section titled “YAML Source”id: umbraco-login
info: name: Umbraco Login Panel - Detect author: ola456,stvnhrlnd severity: info description: Umbraco login panel was detected. reference: - https://our.umbraco.com/documentation/Fundamentals/Backoffice/Login/ 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:umbraco:umbraco_cms:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: umbraco product: umbraco_cms shodan-query: - http.title:"Umbraco" - http.title:"umbraco" fofa-query: title="umbraco" google-query: intitle:"umbraco" tags: panel,umbraco,detect
http: - method: GET path: - "{{BaseURL}}/umbraco" - "{{BaseURL}}/umbraco/login"
host-redirects: true max-redirects: 3
matchers-condition: and matchers: - type: word part: body words: - 'Umbraco.Sys' - '<umb-auth' condition: or
- type: status status: - 200# digest: 4a0a00473045022100c6b42f5cab11756b76b3d86c55c76731c082fe18f991953b06a6e8427e6ef7b1022034011f2be37f20a826188ac3eae55385a24c6b67f79ef3a438ce8190b1e9ed82:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/umbraco-login.yaml"