Merge pull request #103 from fabaff/home-assistant

Add support for detecting a Home Assistant instance
patch-1
bauthard 2020-05-25 10:17:39 +05:30 committed by GitHub
commit 0a93e3ff5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
id: home-assistant
info:
name: Detect Home Assistant
author: fabaff
severity: low
requests:
- method: GET
path:
- "{{BaseURL}}:8123/"
- "{{BaseURL}}/"
matchers:
- type: word
words:
- "<title>Home Assistant</title>"