28 lines
428 B
YAML
28 lines
428 B
YAML
|
id: opnhap-detect
|
||
|
|
||
|
info:
|
||
|
name: OpenHAP Detection
|
||
|
author: fabaff
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://www.openhab.org/
|
||
|
metadata:
|
||
|
shodan-query: http.title:"openHAB"
|
||
|
tags: tech,iot
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'openHAB'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|