nuclei-templates/iot/octoprint-3dprinter-detect....

30 lines
622 B
YAML

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}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'OctoPrint'
- type: status
status:
- 200