Merge pull request #9840 from projectdiscovery/octoprint-installer

Create octoprint-installer.yaml
patch-2
Ritik Chaddha 2024-05-22 14:43:59 +05:30 committed by GitHub
commit 09afa01eb7
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