28 lines
751 B
YAML
28 lines
751 B
YAML
id: symantec-iam-console
|
|
|
|
info:
|
|
name: Symantec Identity Manager Management Console
|
|
author: therealtoastycat
|
|
severity: info
|
|
description: |
|
|
Management Console to administrate Symantec Identity Manager environment, authentication is sometimes disabled.
|
|
reference:
|
|
- https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-manager/14-4/configuring/environments-overview/management-console.html
|
|
tags: symantec,panel,login
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/iam/immanage/login.jsp"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Management Console</title>"
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|