Skip to content

Symantec Identity Manager Management Console

ID: symantec-iam-console

Severity: info

Author: therealtoastycat

Tags: symantec,panel,login,broadcom

Management Console to administrate Symantec Identity Manager environment, authentication is sometimes disabled.

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
classification:
cpe: cpe:2.3:a:broadcom:symantec_identity_manager:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: broadcom
product: symantec_identity_manager
tags: symantec,panel,login,broadcom
http:
- 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
# digest: 4b0a00483046022100ec5789835d46ee61d42be2b32c4b7937e3837f1b3b879ed7ca25b9ebb272f35b022100ce22e3b359b52dd975efffd965cf7614d68ac669086523acf718f4a43cb31af4: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-iam-console.yaml"

View on Github