nuclei-templates/technologies/home-assistant-detect.yaml

26 lines
435 B
YAML
Raw Normal View History

id: home-assistant-detect
2021-07-27 07:13:08 +00:00
info:
name: Home Assistant Detect
author: fabaff,daffainfo
2021-07-27 07:13:08 +00:00
severity: info
metadata:
shodan-query: http.title:"Home Assistant"
tags: tech,iot
2021-07-27 07:13:08 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-07-27 07:13:08 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Home Assistant</title>'
2021-07-27 07:13:08 +00:00
- type: status
status:
- 200