nuclei-templates/exposed-panels/symantec/symantec-iam-console.yaml

28 lines
751 B
YAML
Raw Normal View History

2023-02-10 12:53:27 +00:00
id: symantec-iam-console
2022-09-20 09:47:40 +00:00
info:
name: Symantec Identity Manager Management Console
author: therealtoastycat
severity: info
2023-02-10 12:53:27 +00:00
description: |
Management Console to administrate Symantec Identity Manager environment, authentication is sometimes disabled.
2022-09-20 09:47:40 +00:00
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