nuclei-templates/technologies/openhap-detect.yaml

28 lines
428 B
YAML
Raw Normal View History

2023-01-30 22:20:13 +00:00
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