Add files via upload

patch-1
Dominique RIGHETTO 2024-04-13 09:58:45 +02:00 committed by GitHub
parent e8abd46745
commit 5104ce2625
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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