Skip to content

BMC Control-M MFT Login Panel - Detect

ID: bmc-controlm-mft-panel

Severity: info

Author: righettod

Tags: panel,bmc,login,detect

BMC Control-M MFT products was detected.

id: bmc-controlm-mft-panel
info:
name: BMC Control-M MFT Login Panel - Detect
author: righettod
severity: info
description: |
BMC Control-M MFT products was detected.
reference:
- https://documents.bmc.com/supportu/9.0.21/en-US/Documentation/Managed_File_Transfer.htm
- https://documents.bmc.com/supportu/9.0.21/en-US/Documentation/home.htm
metadata:
max-request: 1
verified: true
shodan-query: http.title:"File Exchange"
tags: panel,bmc,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "file exchange</title>")'
- 'contains_any(to_lower(body), "main-b2b-icon.png", "fileexchange.ico")'
condition: and
# digest: 4a0a00473045022045dc48cdcc75b9e1d1b95097f028d7bb71a549c8f1aaeeca4d10297784f1a405022100bb1bb5ba46a0ddb740650f7510b2ef75fd98358b1b1fc1a27f7e366c0de889e2: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-controlm-mft-panel.yaml"

View on Github