38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
id: tixeo-panel
|
|
|
|
info:
|
|
name: Tixeo Login Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
Tixeo login panel was detected.
|
|
reference:
|
|
- https://www.tixeo.com/en/
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
shodan-query: "http.title:\"tixeo\""
|
|
tags: panel,tixeo,login,detect
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/meet/services/json/v1/settings"
|
|
- "{{BaseURL}}/meet/login.html"
|
|
- "{{BaseURL}}/meet/"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains(header, "Tixeo")'
|
|
- 'contains_any(to_lower(body), "tixeo-button", "tixeoclient")'
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '"applicationVersion"\s*:\s*"([0-9.]+)"'
|
|
# digest: 4b0a00483046022100ddf52b8c77b6f1b5122c2364a8171b48426f64ee785349fc66bd07992e44ae5002210081cb032d43589069b5c1383b3caef71390d6457db14f1b5df049fe1b1d9603f3:922c64590222798bb761d5b6d8e72950 |