diff --git a/technologies/home-assistant.yaml b/technologies/home-assistant.yaml new file mode 100644 index 0000000000..f160ce0b0a --- /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"