2022-10-03 05:59:18 +00:00
|
|
|
id: room-alert-detect
|
|
|
|
|
|
|
|
info:
|
2022-10-04 09:45:53 +00:00
|
|
|
name: AVTECH Room Alert - Panel Detect
|
2022-10-03 05:59:18 +00:00
|
|
|
author: gy741
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://avtech.com/articles/166/how-to-access-a-room-alert-monitors-settings-pages-2/
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"Room Alert"
|
2022-10-04 09:45:53 +00:00
|
|
|
tags: panel,room-alert,avtech
|
2022-10-03 05:59:18 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-10-04 09:50:25 +00:00
|
|
|
- "{{BaseURL}}/index.html"
|
2022-10-03 22:06:14 +00:00
|
|
|
- "{{BaseURL}}/gateway"
|
2022-10-03 05:59:18 +00:00
|
|
|
|
2022-10-04 09:50:25 +00:00
|
|
|
stop-at-first-match: true
|
2022-10-03 05:59:18 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-10-04 09:50:25 +00:00
|
|
|
- 'Room Alert - Account Log In'
|
|
|
|
- 'AVTECH Software, Inc. - Room Alert'
|
2022-10-04 09:45:53 +00:00
|
|
|
- 'alt="Room Alert"'
|
|
|
|
condition: or
|
2022-10-03 05:59:18 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|