35 lines
693 B
YAML
35 lines
693 B
YAML
id: owncloud-config
|
|
|
|
info:
|
|
name: owncloud Config - Detect
|
|
severity: info
|
|
author: Mahendra Purbia (Mah3Sec_)
|
|
description: owncloud configuration information was detected.
|
|
reference:
|
|
- https://owncloud.com/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
tags: config,exposure
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/owncloud/config/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Index of'
|
|
- 'owncloud/config'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|