44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
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: 4b0a00483046022100a5f459ce5172273e0ee3b0208f15dbeb58f6588a0d9e8dbf55d28e27076150fd022100b74e5b597b914e0685074dff040bbac98821d484449865bfce4ad61b53c464a4:922c64590222798bb761d5b6d8e72950
|