Skip to content

BMC Remedy SSO Login Panel - Detect

ID: bmc-remedy-sso-panel

Severity: info

Author: righettod

Tags: panel,bmc,login,detect

BMC Remedy Single Sign-On domain data entry login panel was detected.

id: bmc-remedy-sso-panel
info:
name: BMC Remedy SSO Login Panel - Detect
author: righettod
severity: info
description: |
BMC Remedy Single Sign-On domain data entry login panel was detected.
reference:
- https://www.bmc.com/it-solutions/remedy-itsm.html
metadata:
verified: true
max-request: 2
shodan-query: http.title:"BMC Remedy Single Sign-On domain data entry"
tags: panel,bmc,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/arsys/"
- "{{BaseURL}}/webUI/userHome.do"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "<title>bmc remedy single sign-on domain data entry")'
condition: and
# digest: 4b0a00483046022100c3f542e2d5e0e2858a632ed91b907abd9f24a69d76444b77bbe7509e5f65977b022100b8849ba0dbc78e0d6bac5f1959f47dcf9210d63ea99a1a480a6423e3561ab5ef: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/bmc/bmc-remedy-sso-panel.yaml"

View on Github