Ethical Hacking Automation

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

Intelbras Router Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#edb
Description

What is the "Intelbras Router Login Panel - Detect?" module?

The "Intelbras Router Login Panel - Detect" module is designed to detect the presence of the Intelbras router login panel. It targets Intelbras routers and checks for the existence of the login page. The severity of this module is classified as informative, meaning it provides information rather than identifying a vulnerability or misconfiguration. The original author of this module is DhiyaneshDK.

Impact

This module does not have a direct impact on the target system. It simply detects the presence of the Intelbras router login panel, providing information about the router's login page.

How does the module work?

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

- The module checks if the response contains the HTML title tag "<title>Intelbras</title>". - The module checks if the response status code is 200 (OK).

If both conditions are met, the module considers the Intelbras router login panel to be detected.

For example, the module sends an HTTP GET request to the target system's "/login.html" path and expects a response with a status code of 200 and the HTML title tag "<title>Intelbras</title>".

Module preview

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