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

26 lines
435 B
YAML
Raw Normal View History

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