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

32 lines
516 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:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-01-30 22:20:13 +00:00
shodan-query: http.title:"openHAB"
2023-01-31 04:46:07 +00:00
tags: tech,iot,openhab
2023-01-30 22:20:13 +00:00
http:
2023-01-30 22:20:13 +00:00
- method: GET
path:
- "{{BaseURL}}"
2023-01-31 04:57:49 +00:00
host-redirects: true
max-redirects: 2
2023-01-30 22:20:13 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'openHAB'
- type: status
status:
- 200