Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
This module is designed to detect the presence of the Symantec Endpoint Protection Manager login panel. It is named 'Symantec Endpoint Protection Manager Login Panel - Detect' and is a JSON definition for the Vidoc platform. The module's primary objective is to identify if the login panel for Symantec Endpoint Protection Manager is accessible.
The Symantec Endpoint Protection Manager is software that provides centralized management and control to protect endpoints against malware and other security threats. This module focuses on detecting the login panel of this specific software.
The severity of this module is categorized as informative, meaning it provides information about the presence of the login panel but does not indicate a vulnerability or misconfiguration.
The module works by sending HTTP requests and analyzing the responses based on predefined matching conditions. For example, it checks if the response body contains the "<title>Symantec Endpoint Protection Manager</title>
" tag and if the HTTP status code is 200 (OK).
An example of an HTTP request that may be sent by this module:
GET /login HTTP/1.1
Host: example.com
In order for this module to identify the Symantec Endpoint Protection Manager login panel, the response must contain the "<title>Symantec Endpoint Protection Manager</title>
" tag and the HTTP status code must be 200 (OK).