Skip to content

TIBCO Managed File Transfer - Panel

ID: tibco-mft-panel

Severity: info

Author: Th3l0newolf

Tags: tibco,mft,login,web,panel

TIBCO Managed File Transfer Login Panel was discovered.

id: tibco-mft-panel
info:
name: TIBCO Managed File Transfer - Panel
author: Th3l0newolf
severity: info
description: |
TIBCO Managed File Transfer Login Panel was discovered.
reference:
- https://www.tibco.com/products/managed-file-transfer
metadata:
verified: true
max-request: 1
shodan-query: html:"TIBCO Managed"
tags: tibco,mft,login,web,panel
http:
- method: GET
path:
- "{{BaseURL}}/cfcc/login/login.jsp"
- "{{BaseURL}}/login/login.jsp"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>TIBCO Managed File Transfer</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100d0c17d8c02794825e34843d64039b0d10194ec7ad8d8709a2f5277246a4bffdc0221009c3b89ef8e77f618303a21a520a8f67f542051cc2aac80440343df2c8a4d4eaf: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/tibco-mft-panel.yaml"

View on Github