Ethical Hacking Automation

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

Keenetic Web Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#keenetic#edb
Description

What is the "Keenetic Web Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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:

    - The module checks if the response contains the HTML title tag with the value "<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

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login#goto=%2Fdashb...
Matching conditions
word: <title ng-bind="$root.title">Keenetic We...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability