Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Cisco Secure Desktop Installation Panel - Detect" module is designed to detect the presence of the Cisco Secure Desktop installation panel. This module focuses on identifying the specific panel used for installation purposes. The severity of this detection is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by pdteam.
This module does not have a direct impact on the system or network. It solely aims to identify the presence of the Cisco Secure Desktop installation panel.
The module works by sending an HTTP GET request to the "/CACHE/sdesktop/install/start.htm" path. It then applies two matching conditions to determine if the installation panel is present:
- The response body must contain the words "Installation" and "WebLaunch". - The response status code must be 200 (OK).If both conditions are met, the module reports the detection of the Cisco Secure Desktop installation panel.
Here is an example of the HTTP request sent by the module:
GET /CACHE/sdesktop/install/start.htm
The module's matching conditions ensure that the response body contains the words "Installation" and "WebLaunch" and that the response status code is 200.