nuclei-templates/exposed-panels/umbraco-login.yaml

30 lines
574 B
YAML

id: umbraco-login
info:
name: Umbraco Login Panel
author: ola456
severity: info
description: An Umbraco backoffice login screen was detected.
reference:
- https://our.umbraco.com/documentation/Fundamentals/Backoffice/Login/
metadata:
verified: true
shodan-query: http.title:"Umbraco"
tags: panel,umbraco
requests:
- method: GET
path:
- "{{BaseURL}}/umbraco"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Umbraco.Sys'
- type: status
status:
- 200