mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Merge pull request #6427 from projectdiscovery/Raspberry-Shake-Config-Detection
Raspberry Shake Config Detection
This commit is contained in:
28
iot/raspberry-shake-config.yaml
Normal file
28
iot/raspberry-shake-config.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
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:
|
||||
verified: true
|
||||
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
|
||||
Reference in New Issue
Block a user