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

27 lines
549 B
YAML

id: sitefinity-login
info:
name: Sitefinity Login
author: dhiyaneshDK
severity: info
description: This template identifies the Sitefinity login page.
reference:
- https://www.exploit-db.com/ghdb/6722
tags: sitefinity,edb,panel
requests:
- method: GET
path:
- '{{BaseURL}}/Sitefinity/Authenticate/SWT'
matchers-condition: and
matchers:
- type: word
words:
- 'Telerik.Sitefinity.Web.UI.UserPreferences'
- type: status
status:
- 200
# Enhanced by cs on 2022/02/28