Support to detect OpenHAB instance

patch-1
Fabian Affolter 2023-01-30 23:20:13 +01:00
parent 16804234f4
commit 2a69ba9538
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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