Ethical Hacking Automation

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

CudaTel Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#cudatel
Description

What is the "CudaTel Login Panel - Detect?"

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.

Impact

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.

How the module works?

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.

Module preview

Concurrent Requests (0)
Passive global matcher
word: CudaTel Communications Server, alt="Cuda...and
status: 200
On match action
Report vulnerability