Skip to content

Symantec Endpoint Protection Manager Login Panel - Detect

ID: symantec-epm-login

Severity: info

Author: princechaddha

Tags: symantec,panel,login

Symantec Endpoint Protection Manager login panel was detected.

id: symantec-epm-login
info:
name: Symantec Endpoint Protection Manager Login Panel - Detect
author: princechaddha
severity: info
description: Symantec Endpoint Protection Manager login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:symantec:endpoint_protection_manager:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: symantec
product: endpoint_protection_manager
shodan-query:
- http.title:"Symantec Endpoint Protection Manager"
- http.title:"symantec endpoint protection manager"
fofa-query: title="symantec endpoint protection manager"
google-query: intitle:"symantec endpoint protection manager"
tags: symantec,panel,login
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Symantec Endpoint Protection Manager</title>"
part: body
- type: status
status:
- 200
# digest: 4a0a00473045022002efe348a9bd8bdd6adfe92054ed47643e8fbdc819c83a6171fe6794bcb2eebc022100916658261d21a3768b9fbead33dd8aa4d284b36adee04bf00f6d925bd9f7aade:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/symantec/symantec-epm-login.yaml"

View on Github