From 64565188127686a03d41633d0fbe35192b302ebf Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 24 May 2020 20:20:48 +0200 Subject: [PATCH] Add support for detecting a Home Assistant instance --- technologies/home-assistant.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 technologies/home-assistant.yaml diff --git a/technologies/home-assistant.yaml b/technologies/home-assistant.yaml new file mode 100644 index 0000000000..39ef34817a --- /dev/null +++ b/technologies/home-assistant.yaml @@ -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: + - "Home Assistant"