Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "CudaTel Login Panel - Detect" module is designed to detect the presence of the CudaTel login panel. CudaTel is a communications server software. This module focuses on identifying the login panel specifically. The severity of this module is informative.
This module does not have any direct impact on the target system. It is purely designed to detect the presence of the CudaTel login panel and provide information about its existence.
The "CudaTel Login Panel - Detect" module works by sending HTTP requests to the target system and analyzing the responses. It uses specific matching conditions to determine if the CudaTel login panel is present.
One example of an HTTP request sent by this module is:
GET /login HTTP/1.1
Host: target-system.com
The module uses the following matching conditions:
- Global Matchers: The module checks if the response contains either the phrase "CudaTel Communications Server" or the attribute "alt" with the value "CudaTel". - Status Matcher: The module checks if the response status code is 200.If both matching conditions are met, the module considers the CudaTel login panel to be present.