nuclei-templates/http/exposed-panels/tibco-spotfire-panel.yaml

27 lines
629 B
YAML
Raw Normal View History

2024-04-13 07:58:45 +00:00
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