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

25 lines
441 B
YAML
Raw Normal View History

2020-12-28 13:40:39 +00:00
id: owncloud-config
info:
name: owncloud config Disclosure
author: Mahendra Purbia (Mah3Sec_)
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