Ethical Hacking Automation

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

Tenda Web Master Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#tenda#router
Description

What is the "Tenda Web Master Login Panel - Detect?"

The "Tenda Web Master Login Panel - Detect" module is designed to detect the presence of the Tenda Web Master login panel. Tenda Web Master is a software used for managing Tenda 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 Tenda Web Master login panel. However, the detection of this login panel may indicate potential misconfigurations or vulnerabilities that could be further investigated.

How does the module work?

The module works by sending an HTTP GET request to the "/login.html" path of the target website. It then applies two matching conditions to determine if the Tenda Web Master login panel is present:

- The module checks if the response body contains the HTML title tag "<title>Tenda Web Master</title>". - The module verifies that the HTTP response status code is 200 (OK).

If both conditions are met, the module reports a successful detection of the Tenda Web Master login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login.html
Matching conditions
word: <title>Tenda Web Master</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability