Add files via upload
parent
30146e6369
commit
4731207ed7
|
@ -0,0 +1,27 @@
|
|||
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
|
Loading…
Reference in New Issue