BMC Remedy SSO Login Panel - Detect
ID: bmc-remedy-sso-panel
Severity: info
Author: righettod
Tags: panel,bmc,login,detect
Description
Section titled “Description”BMC Remedy Single Sign-On domain data entry login panel was detected.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/bmc/bmc-remedy-sso-panel.yaml"