Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Keenetic Web Login Panel - Detect" module is designed to detect the presence of the Keenetic Web login panel. Keenetic Web is a software used for managing Keenetic routers. This module focuses on identifying the login panel and does not perform any further actions. The severity of this module is classified as informative, meaning it provides valuable information but does not pose a direct security risk. The original author of this module is dhiyaneshDK.
This module does not have any direct impact as it only detects the presence of the Keenetic Web login panel. However, the information obtained from this detection can be used to assess the security posture of the Keenetic router and potentially identify any misconfigurations or vulnerabilities.
The "Keenetic Web Login Panel - Detect" module works by sending an HTTP GET request to the "/login#goto=%2Fdashboard" path of the target Keenetic router. It then applies two matching conditions to determine if the login panel is present:
<title ng-bind="$root.title">Keenetic Web</title>
". This indicates that the page is the Keenetic Web login panel.
- The module verifies that the response status code is 200, indicating a successful request.
If both conditions are met, the module reports the detection of the Keenetic Web login panel.
Reference:
- https://www.exploit-db.com/ghdb/6817
Metadata:
max-request: 1