Skip to content

Kenesto - Login Detect

ID: kenesto-login

Severity: info

Author: pussycat0x

Tags: login,tech,kenesto,panel

Kenesto login panel was discovered.

id: kenesto-login
info:
name: Kenesto - Login Detect
author: pussycat0x
severity: info
description: Kenesto login panel was discovered.
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
cwe-id: CWE-200
metadata:
max-request: 1
fofa-query: app="kenesto"
tags: login,tech,kenesto,panel
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
# digest: 4a0a00473045022100d51d1a522142ceebd8a0666f84dc3cf2c9734db98f3f370e1c86f7ea787ddc1b022049fda763ad638c18d3114e026813a987c28366b33eb06262b844edf554c814d8: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/kenesto-login.yaml"

View on Github