Skip to content

Symantec PGP Global Directory Panel - Detect

ID: symantec-pgp-global-directory

Severity: info

Author: princechaddha

Tags: symantec,panel

Symantec PGP Global Directory panel was detected.

id: symantec-pgp-global-directory
info:
name: Symantec PGP Global Directory Panel - Detect
author: princechaddha
severity: info
description: Symantec PGP Global Directory 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:"PGP Global Directory"
tags: symantec,panel
http:
- method: GET
path:
- '{{BaseURL}}/vkd/GetWelcomeScreen.event'
matchers-condition: and
matchers:
- type: word
words:
- "<TITLE>PGP Global Directory</TITLE>"
part: body
- type: status
status:
- 200
# digest: 4a0a00473045022100e8f671c655c54d473902197dc2ce9342e31f433c5ae4edcbc769a38f82680b5202201db8a0ced9a236f2583b92be4f28f34de93e5307053ef1d5dbc595aa22bca394: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-pgp-global-directory.yaml"

View on Github