Ethical Hacking Automation

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

Teradici PCoIP Zero Client Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#teradici#pcoip
Description

What is the "Teradici PCoIP Zero Client Login Panel - Detect?" module?

The "Teradici PCoIP Zero Client Login Panel - Detect" module is a test case designed to detect the presence of the Teradici PCoIP Zero Client login panel. 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 indicate a vulnerability or misconfiguration.

This module was authored by princechaddha.

Impact

The impact of this module is limited to providing information about the presence of the Teradici PCoIP Zero Client login panel. It does not indicate any vulnerabilities or misconfigurations.

How does the module work?

The module works by sending an HTTP GET request to the "/login.html" path. It then applies two matching conditions to determine if the Teradici PCoIP Zero Client login panel is present:

- The response body must contain the following words: "<h4>PCoIP&#174; Zero Client</h4>" and "terastyle.css". - The response status code must be 200 (OK).

If both conditions are met, the module reports a successful detection of the Teradici PCoIP Zero Client login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login.html
Matching conditions
word: <h4>PCoIP&#174 Zero Client</h4>, terasty...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability