Skip to content

Remedy Axis Login Panel - Detect

ID: remedy-axis-login

Severity: info

Author: tess

Tags: panel,remedy,bmc

id: remedy-axis-login
info:
name: Remedy Axis Login Panel - Detect
author: tess
severity: info
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:bmc:remedy_action_request_system:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 3
shodan-query: http.html:"BMC Remedy"
product: remedy_action_request_system
vendor: bmc
tags: panel,remedy,bmc
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/arsys/shared/login.jsp'
- '{{BaseURL}}/rsso/admin/'
stop-at-first-match: true
redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- "BMC Remedy Mid Tier "
- "Remedy Login Page"
- "BMC Remedy"
- "BMC Smart Reporting"
condition: or
# digest: 4a0a00473045022015e720720498f50220f0600d06f5aabd058c5ac1e424def64c1aff5f46015f78022100ae90be89a39f51dd690cb9b6d4599e833f02471fb1f258fbb8d0012de1005b6b: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/remedy-axis-login.yaml"

View on Github