Symantec Phishing Readiness Platform Console
ID: symantec-phishing-panel
Severity: info
Author: andreluna
Tags: symantec,panel,login
Description
Section titled “Description”Management Console for Symantec Phishing Readiness Platform
YAML Source
Section titled “YAML Source”id: symantec-phishing-panel
info: name: Symantec Phishing Readiness Platform Console author: andreluna severity: info description: Management Console for Symantec Phishing Readiness Platform reference: - https://www.broadcom.com/products/cybersecurity/email/phishing-readiness metadata: verified: true max-request: 1 tags: symantec,panel,login
self-contained: truevariables: company: "{{company}}"
http: - raw: - | GET /users/sign_in HTTP/1.1 Host: {{company}}.securitytraining.io
redirects: true
matchers-condition: and matchers: - type: word part: body words: - "<title>Symantec Phishing Readiness Platform</title>"
- type: status status: - 200
extractors: - type: dsl dsl: - company# digest: 4a0a0047304502206b03da1152ca4ed626915917e6611536ebfc0eded9d1f170c4deb0dd234b0927022100dada57a597db20f6dc35259e3a39d77116877a89481f2ecacd2dd87bb4b9ee35:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/symantec/symantec-phishing-panel.yaml"