Files
nuclei-templates/technologies/nextcloud-detect.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

27 lines
500 B
YAML

id: nextcloud-detect
info:
name: Nextcloud Detect
author: skeltavik
severity: info
description: Detects Nextcloud
reference:
- https://nextcloud.com
tags: tech,nextcloud,storage
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'