Skip to content

Tenemos T24 Login Panel - Detect

ID: tenemos-t24-panel

Severity: info

Author: righettod

Tags: panel,tenemos,login

Tenemos T24 products was detected.

id: tenemos-t24-panel
info:
name: Tenemos T24 Login Panel - Detect
author: righettod
severity: info
description: |
Tenemos T24 products was detected.
reference:
- https://www.temenos.com/products/core-banking
metadata:
max-request: 1
verified: true
shodan-query: http.title:"T24 Sign in"
tags: panel,tenemos,login
http:
- method: GET
path:
- "{{BaseURL}}/servlet/BrowserServlet"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(to_lower(body), "t24 sign in", "about temenos")'
condition: and
# digest: 4a0a00473045022100f454150d0425c05eb1a03a2e7ed47841b08ff6e75d06085c4f5aa7b27b47ecd302201ace89823d501d81dffc7294dd4cb048d4194d748a74e3136d07ea690d8a25f0: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/tenemos-t24-panel.yaml"

View on Github