Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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>
".