Skip to content

Temenos Transact Login Panel - Detect

ID: temenos-t24-login

Severity: info

Author: korteke

Tags: panel,exposure,temenos

Temenos Transact login panel was detected.

id: temenos-t24-login
info:
name: Temenos Transact Login Panel - Detect
author: korteke
severity: info
description: Temenos Transact login panel was detected.
reference:
- https://www.temenos.com/products/transact/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:temenos:t24:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"t24 sign in"
verified: true
product: t24
vendor: temenos
tags: panel,exposure,temenos
http:
- method: GET
path:
- "{{BaseURL}}/servlet/BrowserServlet"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>T24 Sign in</title>'
- 'value="CREATE.SESSION"'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100ee086644573067ca56620792bfb481a591624217b088b7d6b780383e854dec2e022024b7a99895291c51e3d846f4f5979ffd921acf5e788d4637390c6e34ae75d026: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/temenos-t24-login.yaml"

View on Github