nuclei-templates/exposed-panels/room-alert-detect.yaml

39 lines
810 B
YAML

id: room-alert-detect
info:
name: AVTECH Room Alert - Panel Detect
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"
tags: panel,room-alert,avtech
requests:
- 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