nuclei-templates/technologies/nextcloud-detect.yaml

45 lines
940 B
YAML
Raw Normal View History

2021-09-05 17:22:45 +00:00
id: nextcloud-detect
info:
name: Nextcloud Detect
author: skeltavik
severity: info
2022-10-06 05:35:52 +00:00
description: |
Nextcloud is a suite of client-server software for creating and using file hosting services
reference:
- https://nextcloud.com
2022-10-06 03:52:04 +00:00
metadata:
verified: true
shodan-query: http.title:"Nextcloud"
2021-09-05 17:22:45 +00:00
tags: tech,nextcloud,storage
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/login'
- '{{BaseURL}}/nextcloud/login'
- '{{BaseURL}}/nextcloud/index.php/login'
2021-09-05 17:22:45 +00:00
stop-at-first-match: true
host-redirects: true
2021-09-05 17:22:45 +00:00
max-redirects: 2
matchers-condition: and
2021-09-05 17:22:45 +00:00
matchers:
- type: word
part: body
words:
- 'var nc_lastLogin'
- 'var nc_pageLoad'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '(?m)"version":"([0-9.]+)",'