nuclei-templates/exposures/configs/owncloud-config.yaml

35 lines
698 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
requests:
- 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
# Enhanced by mp on 2023/02/05