Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Kenesto - Login Detect

By kannthu

informative
Vidoc logoVidoc Module
#login#tech#kenesto#panel
Description

Kenesto - Login Detect

What is the Kenesto - Login Detect module?

The Kenesto - Login Detect module is a test case designed for the Vidoc platform. It aims to detect the presence of the Kenesto login panel. Kenesto is a document management software that provides a secure way for businesses to manage and collaborate on their documents.

This module has an informative severity level, which means it provides valuable information but does not pose a direct threat to the system.

Impact

The Kenesto - Login Detect module does not have any direct impact on the system. It is purely a detection module and does not perform any actions that could cause harm or compromise the system.

How the module works?

The Kenesto - Login Detect module works by sending an HTTP GET request to the "/Kenesto/Account/LogOn?ReturnUrl=%2fkenesto" endpoint. It then applies two matching conditions to determine if the Kenesto login panel is present:

    - The module checks if the response body contains the HTML tag "<title>Welcome To Kenesto®</title>". This indicates that the login panel is present. - The module also checks if the response status code is 200, indicating a successful request.

If both conditions are met, the module reports a successful detection of the Kenesto login panel.

For more information about the Vidoc platform and its modules, please visit the Vidoc website.

Concurrent Requests (1)
1. HTTP Request template
GET/Kenesto/Account/Log...
Matching conditions
word: <title>Welcome To Kenesto&reg;</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability