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

29 lines
576 B
YAML
Raw Normal View History

2021-03-24 17:29:44 +00:00
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
metadata:
max-request: 1
2021-03-24 17:29:44 +00:00
http:
2021-03-24 17:29:44 +00:00
- 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