27 lines
629 B
YAML
27 lines
629 B
YAML
|
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
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
shodan-query: http.html:"TIBCO Spotfire"
|
||
|
verified: true
|
||
|
tags: panel,tibco,login,detect
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/spotfire/login.html"
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- 'status_code == 200'
|
||
|
- 'contains_any(to_lower(body), "content=\"tibco spotfire", "/spotfire/")'
|
||
|
condition: and
|