Add OctoPrint panel detection

patch-1
Keiran Smith 2021-07-01 14:17:40 +01:00
parent e9ec3bf8c1
commit 492c8480ca
No known key found for this signature in database
GPG Key ID: 5D6A72BC5BB92721
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: octoprint-panel
info:
name: OctoPrint Login
author: affix
severity: info
tags: octoprint,panel
requests:
- method: GET
path:
- "{{BaseURL}}/login/"
matchers-condition: and
matchers:
- type: word
words:
- '<title>OctoPrint Login</title>'
- type: status
status:
- 200