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

26 lines
539 B
YAML
Raw Normal View History

2021-03-24 17:29:44 +00:00
id: sitefinity-login
info:
name: Sitefinity Login
author: dhiyaneshDK
description: This template identifies the Sitefinity login page.
2021-03-24 17:29:44 +00:00
severity: info
reference: https://www.exploit-db.com/ghdb/6722
2022-01-03 16:06:23 +00:00
tags: panel,sitefinity
2021-03-24 17:29:44 +00:00
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