27 lines
809 B
YAML
27 lines
809 B
YAML
|
id: raspberry-shake-config
|
||
|
|
||
|
info:
|
||
|
name: Raspberry Shake Config Detection
|
||
|
author: pussycat0x
|
||
|
severity: medium
|
||
|
description: |
|
||
|
The Shake Board digitizer receives, processes, and interprets the sensor data in real-time, allowing for the Raspberry Pi computer to export the data for easy access.
|
||
|
The data output can be displayed and analyzed using our own comprehensive set of web tools or any standard seismological software.
|
||
|
metadata:
|
||
|
shodan-query: title:"Raspberry Shake Config"
|
||
|
tags: misconfig,unauth,iot,raspberry
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "Raspberry Shake Config"
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|