Ethical Hacking Automation

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

Symantec PGP Global Directory Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#symantec#panel
Description

What is the "Symantec PGP Global Directory Panel - Detect?" module?

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/vkd/GetWelcomeScree...
Matching conditions
word: <TITLE>PGP Global Directory</TITLE>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability