25 lines
442 B
YAML
25 lines
442 B
YAML
id: honeywell-building-control
|
|
|
|
info:
|
|
name: Honeywell Building Control
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
tags: panel,iot
|
|
metadata:
|
|
shodan-query: 'html:"Honeywell Building Control"'
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Honeywell Building Control</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|