Skip to content

TIBCO Spotfire Login Panel - Detect

ID: tibco-spotfire-panel

Severity: info

Author: righettod

Tags: panel,tibco,login,detect

TIBCO Spotfire login panel was detected.

id: tibco-spotfire-panel
info:
name: TIBCO Spotfire Login Panel - Detect
author: righettod
severity: info
description: |
TIBCO Spotfire login panel was detected.
reference:
- https://www.tibco.com/products/tibco-spotfire
classification:
cpe: cpe:2.3:a:tibco:spotfire_server:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: "TIBCO Spotfire Server"
product: spotfire_server
vendor: tibco
tags: panel,tibco,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/spotfire/login.html"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- '<title>TIBCO Spotfire Server'
- 'content="TIBCO Spotfire'
- '/spotfire/ui/'
condition: or
# digest: 4b0a0048304602210084c1fa89de8361f144b3f59bfaf3f882fdcbbdc939bc407f70fc9c7c2afb8fcf02210092f2baac970d911246a9c85c988984a832e31792b589c134e00dac76f7fcf28a: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-spotfire-panel.yaml"

View on Github