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

26 lines
539 B
YAML

id: sitefinity-login
info:
name: Sitefinity Login
author: dhiyaneshDK
description: This template identifies the Sitefinity login page.
severity: info
reference: https://www.exploit-db.com/ghdb/6722
tags: panel,sitefinity
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