Merge pull request #6644 from fabaff/openhap-detect

Support to detect OpenHAB instance
patch-1
Dhiyaneshwaran 2023-01-31 10:31:40 +05:30 committed by GitHub
commit e9cabb0b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: opnhap-detect
info:
name: OpenHAP Detection
author: fabaff
severity: info
reference:
- https://www.openhab.org/
metadata:
verified: "true"
shodan-query: http.title:"openHAB"
tags: tech,iot,openhab
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'openHAB'
- type: status
status:
- 200