nuclei-templates/http/technologies/openhap-detect.yaml

32 lines
516 B
YAML

id: opnhap-detect
info:
name: OpenHAP Detection
author: fabaff
severity: info
reference:
- https://www.openhab.org/
metadata:
max-request: 1
verified: true
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