Create octoprint-installer.yaml
parent
3aefc062b2
commit
164bf43349
|
@ -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