Skip to content

Sitefinity Login

ID: sitefinity-login

Severity: info

Author: dhiyaneshDK

Tags: sitefinity,edb,panel,progress

This template identifies the Sitefinity login page.

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
classification:
cpe: cpe:2.3:a:progress:sitefinity_cms:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: progress
product: sitefinity_cms
tags: sitefinity,edb,panel,progress
http:
- method: GET
path:
- '{{BaseURL}}/Sitefinity/Authenticate/SWT'
matchers-condition: and
matchers:
- type: word
words:
- 'Telerik.Sitefinity.Web.UI.UserPreferences'
- type: status
status:
- 200
# digest: 490a004630440220693333977ad7d8b3a1fb8fed09c76fd2756f7d6a93c3092ee1e1f253a2c9ed0502202398f9133b3ef93bae9938e1961a10d7a50e3b71e1296795f5242c1354342750:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/sitefinity-login.yaml"

View on Github