Skip to content

OpenBMCS Login Panel - Detect

ID: openbmcs-detect

Severity: info

Author: ffffffff0x

Tags: panel,openbmcs,detect

OpenBCMS login panel was detected.

id: openbmcs-detect
info:
name: OpenBMCS Login Panel - Detect
author: ffffffff0x
severity: info
description: OpenBCMS login panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,openbmcs,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'BMS - Login'
- 'Copyright all rights reserved by Open BMCS'
- 'OpenBMCS does not support Internet Explorer'
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100adef23225ba0697ab0ea017a5604c2690d66770da3d45fb183ddcbf61dd1be69022041b4adca3bd4721890bb4f11b6ca45b801cb386dd765050ab7821fc343938d92: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/openbmcs-detect.yaml"

View on Github