22 lines
416 B
YAML
22 lines
416 B
YAML
id: svnserve-config
|
|
|
|
info:
|
|
name: svnserve config file disclosure
|
|
author: sheikhrishad
|
|
severity: low
|
|
tags: config,exposure,svnserve
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/svnserve.conf"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "This file controls the configuration of the svnserve daemon"
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |