Skip to content

Tracer SC Login Panel - Detect

ID: tracer-sc-login

Severity: info

Author: geeknik

Tags: tracer,trane,iot,panel,login

Tracer SC login panel was detected.

id: tracer-sc-login
info:
name: Tracer SC Login Panel - Detect
author: geeknik
severity: info
description: Tracer SC login panel was detected.
reference:
- https://www.trane.com/commercial/north-america/us/en/products-systems/building-management---automation/building-automation-systems/tracer-sc-plus.html
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:h:trane:tracer_sc:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: trane
product: tracer_sc
tags: tracer,trane,iot,panel,login
http:
- method: GET
path:
- "{{BaseURL}}/hui/index.html"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Tracer SC</title>"
- type: word
part: header
words:
- "text/html"
# digest: 4a0a00473045022100ccc43aef06b01aeff377261f714052d17c483632cee60cf9d66962cf1c07b97602204a8be5b6c691699c73e53722c5112f7359ec1d5499e560a8dd44250cd5ddc240: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/tracer-sc-login.yaml"

View on Github