nuclei-templates/exposed-panels/homematic-panel.yaml

30 lines
525 B
YAML
Raw Normal View History

2022-02-27 14:16:45 +00:00
id: homematic-panel
info:
name: Homematic Panel Detect
author: princechaddha
severity: info
metadata:
shodan-query: http.html:"Homematic"
2022-02-27 14:41:34 +00:00
tags: panel,homematic,iot
2022-02-27 14:16:45 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "HomeMatic Logo"
- "<title>HomeMatic WebUI</title>"
condition: or
- type: status
status:
- 200