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