Merge pull request #9840 from projectdiscovery/octoprint-installer
Create octoprint-installer.yamlpatch-2
commit
09afa01eb7
|
@ -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
|
Loading…
Reference in New Issue