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

32 lines
720 B
YAML
Raw Normal View History

2022-03-07 19:52:18 +00:00
id: kentico-login
2022-03-07 15:59:37 +00:00
info:
name: Kentico Login Panel - Detect
2022-03-07 15:59:37 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-03-07 19:52:18 +00:00
tags: panel,login,kentico
2022-03-07 15:59:37 +00:00
requests:
- method: GET
path:
2022-03-07 19:52:18 +00:00
- "{{BaseURL}}/CMSPages/logon.aspx"
2022-03-07 15:59:37 +00:00
host-redirects: true
max-redirects: 2
matchers-condition: and
2022-03-07 15:59:37 +00:00
matchers:
2022-03-07 19:52:18 +00:00
- type: dsl
dsl:
- "status_code==200"
- "contains(tolower(body), 'cmspages/getresource.ashx')"
condition: and
# Enhanced by md on 2022/11/22