2024-04-21 08:03:50 +00:00
|
|
|
id: tixeo-panel
|
|
|
|
|
2024-06-07 10:04:29 +00:00
|
|
|
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
|
2024-04-21 08:03:50 +00:00
|
|
|
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:
|
2024-04-22 10:30:43 +00:00
|
|
|
- 'contains(header, "Tixeo")'
|
|
|
|
- 'contains_any(to_lower(body), "tixeo-button", "tixeoclient")'
|
|
|
|
condition: or
|
2024-04-21 08:03:50 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-04-22 10:30:43 +00:00
|
|
|
- '"applicationVersion"\s*:\s*"([0-9.]+)"'
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 4b0a00483046022100d21690e6e59e18b820352eef10c434367d1c67e099bca4eed2f3cbfff59ef6d9022100ad8085b5405193d0939ff1698c31010bedcc7536059d6a7ff828f021608c7582:922c64590222798bb761d5b6d8e72950
|