Add OctoPrint panel detection
parent
e9ec3bf8c1
commit
492c8480ca
|
@ -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
|
Loading…
Reference in New Issue