Skip to content

Symantec Phishing Readiness Platform Console

ID: symantec-phishing-panel

Severity: info

Author: andreluna

Tags: symantec,panel,login

Management Console for Symantec Phishing Readiness Platform

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: true
variables:
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: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-phishing-panel.yaml"

View on Github