35 lines
712 B
YAML
35 lines
712 B
YAML
id: opnhap-detect
|
|
|
|
info:
|
|
name: OpenHAP Detection
|
|
author: fabaff
|
|
severity: info
|
|
reference:
|
|
- https://www.openhab.org/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"openHAB"
|
|
tags: tech,iot,openhab
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'openHAB'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100c1cfe61f485de1a9fce7a1e4b342a8f9234f7efbcd947136a77ed7fbd24137e9022068177e79dacbfbc9385b152d9ef6ac967b144380602ef152f1c20f9940f1ca09:922c64590222798bb761d5b6d8e72950
|