Skip to content

Kentico Login Panel - Detect

ID: kentico-login

Severity: info

Author: d4vy

Tags: panel,login,kentico

Kentico login panel was detected.

id: kentico-login
info:
name: Kentico Login Panel - Detect
author: d4vy
severity: info
description: Kentico login panel was detected.
reference:
- https://docs.xperience.io/k8/using-the-kentico-interface
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,login,kentico
http:
- method: GET
path:
- "{{BaseURL}}/CMSPages/logon.aspx"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: dsl
dsl:
- "status_code==200"
- "contains(tolower(body), 'cmspages/getresource.ashx')"
condition: and
# digest: 490a0046304402203f7acdc276c0d6112eb2870b2394e1a6a2c26452dc03cbb7fa7029705ca2440c0220432133312cf43dd22c2783bff5aa800aee1667772a9a82f62df5e5dd553b26b6: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/kentico-login.yaml"

View on Github