2021-09-05 17:22:45 +00:00
|
|
|
id: nextcloud-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Nextcloud Detect
|
|
|
|
author: skeltavik
|
|
|
|
severity: info
|
|
|
|
description: Detects Nextcloud
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://nextcloud.com
|
2021-09-05 17:22:45 +00:00
|
|
|
tags: tech,nextcloud,storage
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
|
|
|
- '{{BaseURL}}/login'
|
2021-09-05 17:26:47 +00:00
|
|
|
- '{{BaseURL}}/nextcloud/index.php/login'
|
2021-09-05 17:22:45 +00:00
|
|
|
|
2021-09-05 17:26:47 +00:00
|
|
|
stop-at-first-match: true
|
2021-09-05 17:22:45 +00:00
|
|
|
redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'var nc_lastLogin'
|