commit
6a5db25bb9
|
@ -0,0 +1,27 @@
|
|||
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
|
Loading…
Reference in New Issue