34 lines
994 B
YAML
34 lines
994 B
YAML
id: nextcloud-install
|
|
|
|
info:
|
|
name: Nextcloud Exposed Installation
|
|
author: skeltavik
|
|
severity: high
|
|
description: Nextcloud installation is exposed.
|
|
reference:
|
|
- https://docs.nextcloud.com/server/latest/admin_manual/installation/installation_wizard.html
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,nextcloud,storage,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<fieldset id="adminaccount"><legend>Create an <strong>admin account</strong></legend>'
|
|
- '<legend><a id="showAdvanced" tabindex="0" href="#">Storage & database'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100dd627b1e5e4e18ab0deefc8ab1f59bf6113b3676fb4d7d61db816efe83fb1fab02206adc1418f36074fb9c58eb3e1cc1180d3b72a15b3be142e4c4bc2b6b14277d96:922c64590222798bb761d5b6d8e72950 |