Skip to content

Symantec Encryption Server Login Panel - Detect

ID: symantec-ewep-login

Severity: info

Author: johnk3r

Tags: panel,symantec,login

Symantec Encryption Server login panel was detected.

id: symantec-ewep-login
info:
name: Symantec Encryption Server Login Panel - Detect
author: johnk3r
severity: info
description: Symantec Encryption Server 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
metadata:
max-request: 1
shodan-query: http.title:"Symantec Encryption Server"
tags: panel,symantec,login
http:
- method: GET
path:
- "{{BaseURL}}/b/l.e"
matchers-condition: and
matchers:
- type: word
words:
- "<TITLE>Symantec Encryption Server: Web Email Protection - Login</TITLE>"
part: body
- type: status
status:
- 200
# digest: 4a0a00473045022100eed1a8923ea2451b0c525d9364b9bf808d3b69aa8665d029adb2a90f014ebab0022004e2903119364b42d87bd468c6b9286182b63ea0fa2ef6521408c1ca0b647b93: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-ewep-login.yaml"

View on Github