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

37 lines
759 B
YAML

id: kenesto-login
info:
name: Kenesto - Login Detect
author: pussycat0x
severity: info
description: Kenesto login panel was discovered.
metadata:
max-request: 1
fofa-query: 'app="kenesto"'
tags: login,tech,kenesto,panel
reference:
- https://www.kenesto.com/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
http:
- method: GET
path:
- "{{BaseURL}}/Kenesto/Account/LogOn?ReturnUrl=%2fkenesto"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Welcome To Kenesto&reg;</title>'
condition: and
- type: status
status:
- 200
# Enhanced by cs 04/25/2023