feat: added version detection nextcloud

patch-1
Muhammad Daffa 2022-10-06 10:50:59 +07:00 committed by GitHub
parent 515a74f482
commit 011eb7c967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 3 deletions

View File

@ -4,9 +4,8 @@ info:
name: Nextcloud Detect
author: skeltavik
severity: info
description: Detects Nextcloud
reference:
- https://nextcloud.com
description: Nextcloud is a suite of client-server software for creating and using file hosting services
reference: https://nextcloud.com
tags: tech,nextcloud,storage
requests:
@ -24,3 +23,15 @@ requests:
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.]+)",'