Skip to content

BMC Discovery Outpost Admin Panel - Detect

ID: bmc-panel-detect

Severity: info

Author: pikpikcu

Tags: panel,bmc

BMC Discovery Outpost admin panel was detected.

id: bmc-panel-detect
info:
name: BMC Discovery Outpost Admin Panel - Detect
author: pikpikcu
severity: info
description: BMC Discovery Outpost admin panel was detected.
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
metadata:
max-request: 1
tags: panel,bmc
http:
- method: GET
path:
- "{{BaseURL}}/adminlogin"
matchers:
- type: word
part: body
words:
- "<title>BMC Discovery Outpost: Login</title>"
# digest: 4a0a0047304502204969b0f0063fc089cc0b07eca0ecf5501e2c55ed51035c09dfbdc46257840406022100edfe40442f5fce444c059321382247e781db1299a7b00002795184d7a3fb4589: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-panel-detect.yaml"

View on Github