Skip to content

AVTECH Room Alert Login Panel - Detect

ID: room-alert-detect

Severity: info

Author: gy741

Tags: panel,room-alert,avtech

AVTECH Room Alert login panel was detected.

id: room-alert-detect
info:
name: AVTECH Room Alert Login Panel - Detect
author: gy741
severity: info
description: AVTECH Room Alert login panel was detected.
reference:
- https://avtech.com/articles/166/how-to-access-a-room-alert-monitors-settings-pages-2/
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:avtech:room_alert_3e:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: title:"Room Alert"
product: room_alert_3e
vendor: avtech
tags: panel,room-alert,avtech
http:
- method: GET
path:
- "{{BaseURL}}/index.html"
- "{{BaseURL}}/gateway"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Room Alert - Account Log In'
- 'AVTECH Software, Inc. - Room Alert'
- 'alt="Room Alert"'
condition: or
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# digest: 4a0a00473045022056df9ee973c07ac95922bc9f6a03d544394f89ea5aba277a75699efa7d151875022100f8a8cc867d0563330a54f8455b636ba451dd7858033cf37ccd19667afdc800fc: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/room-alert-detect.yaml"

View on Github