Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Symantec PGP Global Directory Panel - Detect" module is designed to detect the presence of the Symantec PGP Global Directory panel. This module focuses on identifying misconfigurations, vulnerabilities, or software fingerprints related to the Symantec PGP Global Directory.
The severity of this module is classified as informative, meaning it provides valuable information without indicating an immediate security threat.
This module was authored by princechaddha.
The impact of the Symantec PGP Global Directory panel detection module is primarily informational. It helps users identify the presence of the Symantec PGP Global Directory panel, which can be useful for understanding the security posture of a system.
The module works by sending an HTTP GET request to the "/vkd/GetWelcomeScreen.event" path. It then applies matching conditions to determine if the response indicates the presence of the Symantec PGP Global Directory panel.
The matching conditions include:
- Checking if the response body contains the "<TITLE>PGP Global Directory</TITLE>
" HTML tag.
- Verifying that the response status code is 200 (OK).
If both conditions are met, the module considers the Symantec PGP Global Directory panel to be detected.
It's important to note that this module is just one test case within the Vidoc platform, which utilizes multiple modules for scanning purposes.