Skip to content

OctoPrint Login Panel - Detect

ID: octoprint-panel

Severity: info

Author: affix

Tags: octoprint,panel

OctoPrint login panel was detected.

id: octoprint-panel
info:
name: OctoPrint Login Panel - Detect
author: affix
severity: info
description: OctoPrint login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:octoprint:octoprint:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: octoprint
product: octoprint
tags: octoprint,panel
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login/"
matchers-condition: and
matchers:
- type: word
words:
- '<title>OctoPrint Login</title>'
- type: status
status:
- 200
# digest: 490a00463044022019f518740370153bbf12143af9060ab29f07e8128141a2904ed4218a6f0e1918022028f924cd0104be5409628d104dea00ad9f1633de1a1452a79b2ddc4be5b9bbab:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/octoprint-login.yaml"

View on Github