Skip to content

Tixeo Login Panel - Detect

ID: tixeo-panel

Severity: info

Author: righettod

Tags: panel,tixeo,login,detect

Tixeo login panel was detected.

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: 4a0a00473045022100bbd307f45f1bd6fc570b47675e0a79eb45e0751c9919e5f00e16dcc151e81fa9022051bdae2bf1baf8c199c16a6a8c020f199e0c56f39c8b471257032195aacfdc5a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/tixeo-panel.yaml"

View on Github