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

34 lines
704 B
YAML
Raw Normal View History

2020-12-28 13:40:39 +00:00
id: owncloud-config
info:
name: owncloud Config Disclosure - Detect
2020-12-28 13:40:39 +00:00
author: Mahendra Purbia (Mah3Sec_)
description: owncloud configuration disclosure was detected.
reference: https://owncloud.com/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2020-12-28 14:52:24 +00:00
severity: info
2021-04-06 06:46:11 +00:00
tags: config,exposure
2020-12-28 13:40:39 +00:00
requests:
- method: GET
path:
2020-12-28 14:52:24 +00:00
- "{{BaseURL}}/owncloud/config/"
matchers-condition: and
2020-12-28 13:40:39 +00:00
matchers:
- type: word
words:
2020-12-28 14:52:24 +00:00
- 'Index of'
- 'owncloud/config'
condition: and
2020-12-28 13:40:39 +00:00
part: body
2020-12-28 14:52:24 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2023/02/05