Skip to content

TIBCO BusinessConnect - Detect

ID: tibco-businessconnect-detect

Severity: info

Author: righettod

Tags: tibco,detect,tech

TIBCO BusinessConnect technology was detected.

id: tibco-businessconnect-detect
info:
name: TIBCO BusinessConnect - Detect
author: righettod
severity: info
description: |
TIBCO BusinessConnect technology was detected.
reference:
- https://www.tibco.com/products/tibco-businessconnect
classification:
cpe: cpe:2.3:a:tibco:businessconnect:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: tibco
product: businessconnect
shodan-query: http.html:"TIBCO BusinessConnect"
tags: tibco,detect,tech
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(header, "TIBCO BusinessConnect")'
condition: and
# digest: 4b0a00483046022100c753426dfb0c592407a2542c911e96e9b4215cf13d25870ddd2ac64cb1d62687022100957f7f7dfb91f51fe245779c449c02ec8665ffac59d2dde7cf491482ddd72eaa: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/technologies/tibco-businessconnect-detect.yaml"

View on Github