Skip to content

Financial Transaction Manager Login Panel - Detect

ID: ftm-manager-panel

Severity: info

Author: idealphase

Tags: panel,ftm,ibm

Financial Transaction Manager login panel was detected.

id: ftm-manager-panel
info:
name: Financial Transaction Manager Login Panel - Detect
author: idealphase
severity: info
description: Financial Transaction Manager login 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
cpe: cpe:2.3:a:ibm:financial_transaction_manager:*:*:*:*:digital_payments:*:*:*
metadata:
verified: true
max-request: 1
vendor: ibm
product: financial_transaction_manager
shodan-query:
- http.html:"FTM manager"
- http.html:"ftm manager"
- http.title:"ftm manager"
google-query:
- intitle:"FTM manager"
- intitle:"ftm manager"
fofa-query:
- title="ftm manager"
- body="ftm manager"
tags: panel,ftm,ibm
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'FTM Manager'
- 'login-panel'
condition: and
- type: status
status:
- 200
# digest: 490a0046304402205e229ac961ce73a06688798696cbdf22aa6e205d3521b1c2c7713f45da848eb602205337e55313b1fccd1f309cb501439014f425da74371cb523e260212d7c254166: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/ftm-manager-panel.yaml"

View on Github