nuclei-templates/technologies/nextcloud-detect.yaml

26 lines
494 B
YAML

id: nextcloud-detect
info:
name: Nextcloud Detect
author: skeltavik
severity: info
description: Detects Nextcloud
tags: tech,nextcloud,storage
reference: https://nextcloud.com
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/login'
- '{{BaseURL}}/nextcloud/index.php/login'
stop-at-first-match: true
redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- 'var nc_lastLogin'