26 lines
493 B
YAML
26 lines
493 B
YAML
id: symantec-pgp-global-directory
|
|
|
|
info:
|
|
name: Symantec PGP Global Directory
|
|
author: princechaddha
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.title:"PGP Global Directory"
|
|
tags: symantec,panel
|
|
|
|
requests:
|
|
- 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
|