39 lines
1.0 KiB
YAML
39 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: 1
|
|
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: 4a0a0047304502207ab83c4a0b6187c4f2be204e3c263e15be7ba3dbbf8b7594ac6aa32140abc143022100d6671e94006b3b069262cd413a26ecec8785b2c8a744fb3ef3f5af00377a7921:922c64590222798bb761d5b6d8e72950 |