Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Kae's File Manager Admin Login Panel - Detect" module is designed to detect the presence of the admin login panel for Kae's File Manager. This module targets the Kae's File Manager software and aims to identify any potential misconfigurations or vulnerabilities in the admin login panel.
This module has an informative severity level, which means it provides valuable information but does not indicate a critical security issue.
This module was authored by princechaddha.
The detection of the admin login panel for Kae's File Manager can provide insights into the security posture of the application. It can help identify potential weaknesses or misconfigurations that may be exploited by attackers.
The module works by sending an HTTP GET request to the "/kfm/admin/" path. It then applies two matching conditions to determine if the admin login panel is present:
- The first matching condition checks if the response body contains the words "KFM Login" and "password". - The second matching condition verifies that the response status is 200 (OK).If both matching conditions are met, the module reports the detection of the admin login panel for Kae's File Manager.
Here is an example of the HTTP request sent by the module:
GET /kfm/admin/ HTTP/1.1
Host: [target host]
The module provides valuable information about the presence of the admin login panel, allowing users to assess the security of their Kae's File Manager installation.