Ethical Hacking Automation

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

Kae's File Manager Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#kaes#filemanager#kfm
Description

What is the "Kae's File Manager Login Panel - Detect?" module?

The "Kae's File Manager Login Panel - Detect" module is designed to detect the presence of the login panel for Kae's File Manager. Kae's File Manager is a software used for managing files and folders on a web server. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, meaning it provides information rather than indicating a vulnerability or misconfiguration.

This module was authored by princechaddha.

Impact

This module does not have a direct impact on the security of the system. It simply detects the presence of the login panel for Kae's File Manager.

How does the module work?

The module works by sending an HTTP GET request to the "/kfm/index.php" path. It then applies two matching conditions to determine if the login panel for Kae's File Manager is present:

- The body of the response must contain the phrase "File Manager - Kae's File Manager". - The response status code must be 200 (OK).

If both conditions are met, the module considers the login panel to be detected.

Here is an example of the HTTP request sent by the module:

GET /kfm/index.php

The module does not perform any further actions or interact with the login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/kfm/index.php
Matching conditions
word: File Manager - Kae's File Managerand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability