Create octoprint-installer.yaml

patch-2
Dhiyaneshwaran 2024-05-21 14:39:47 +05:30 committed by GitHub
parent 3aefc062b2
commit 164bf43349
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: octoprint-installer
info:
name: OctoPrint Installation Page - Exposure
author: DhiyaneshDk
severity: high
description: |
Checks for the presence of a OctoPrint Installer Page.
metadata:
verified: true
max-request: 1
fofa-query: body="Thank you for installing OctoPrint"
tags: install,octoprint,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Thank you for installing OctoPrint"
- type: status
status:
- 200