Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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.