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