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

37 lines
725 B
YAML
Raw Normal View History

2020-12-28 13:40:39 +00:00
id: owncloud-config
info:
name: owncloud Config - Detect
2023-02-06 18:01:04 +00:00
severity: info
2020-12-28 13:40:39 +00:00
author: Mahendra Purbia (Mah3Sec_)
description: owncloud configuration information was detected.
2023-02-06 18:01:04 +00:00
reference:
- https://owncloud.com/
classification:
2023-03-03 15:27:54 +00:00
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
2023-02-06 20:47:29 +00:00
cwe-id: CWE-200
2021-04-06 06:46:11 +00:00
tags: config,exposure
metadata:
max-request: 1
2020-12-28 13:40:39 +00:00
http:
2020-12-28 13:40:39 +00:00
- 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
2023-02-06 18:01:04 +00:00
part: body
2020-12-28 13:40:39 +00:00
words:
2020-12-28 14:52:24 +00:00
- 'Index of'
- 'owncloud/config'
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2023/02/05