2022-03-16 07:42:50 +00:00
|
|
|
id: octoprint-3dprinter
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Octoprint 3D Printer Detection
|
|
|
|
author: Matthew Nickerson (b0than) @ Layer 8 Security
|
|
|
|
severity: info
|
|
|
|
description: Searches for Internet-Exposed 3d Printers running Octoprint
|
|
|
|
metadata:
|
|
|
|
shodan-query:
|
|
|
|
- http.favicon.hash:1307375944
|
|
|
|
- http.title:"OctoPrint"
|
|
|
|
tags: iot,octoprint,panel
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-03-16 07:42:50 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'OctoPrint'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|