nuclei-templates/exposed-panels/sitecore-login-panel.yaml

23 lines
382 B
YAML
Raw Normal View History

2021-06-28 12:07:58 +00:00
id: sitecore-login-panel
info:
name: Sitecore Login Panel
author: b4uh0lz
severity: info
tags: panel,sitecore
requests:
- method: GET
path:
- "{{BaseURL}}/sitecore/admin/login.aspx"
2021-06-28 12:16:50 +00:00
2021-06-28 12:07:58 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Sitecore Login"
part: body