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

28 lines
516 B
YAML
Raw Normal View History

2022-02-27 14:19:55 +00:00
id: raspberrymatic-panel
info:
name: RaspberryMatic Panel Detect
author: princechaddha
severity: info
metadata:
shodan-query: http.favicon.hash:-578216669
2022-02-27 14:41:39 +00:00
tags: panel,raspberrymatic,iot
2022-02-27 14:19:55 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login.htm"
host-redirects: true
2022-02-27 14:19:55 +00:00
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>RaspberryMatic WebUI</title>"
- type: status
status:
- 200