2021-04-26 08:29:45 +00:00
|
|
|
id: svnserve-config
|
|
|
|
|
|
|
|
info:
|
2023-02-23 21:35:23 +00:00
|
|
|
name: Svnserve Configuration File - Detect
|
2021-04-26 08:29:45 +00:00
|
|
|
author: sheikhrishad
|
2023-03-02 19:54:29 +00:00
|
|
|
severity: info
|
2023-02-23 21:35:23 +00:00
|
|
|
description: Svnserve configuration file was detected.
|
2023-03-02 19:54:29 +00:00
|
|
|
reference: https://linux.die.net/man/8/svnserve
|
|
|
|
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
|
2023-03-17 16:22:31 +00:00
|
|
|
metadata:
|
|
|
|
verified: "true"
|
|
|
|
google-query: intext:"configuration of the svnserve daemon"
|
2021-04-26 08:29:45 +00:00
|
|
|
tags: config,exposure,svnserve
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/svnserve.conf"
|
2021-04-26 08:36:32 +00:00
|
|
|
|
2021-04-26 08:29:45 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "This file controls the configuration of the svnserve daemon"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2023-02-23 21:35:23 +00:00
|
|
|
- 200
|
|
|
|
|
2023-03-02 19:54:29 +00:00
|
|
|
# Enhanced by cs on 2023/03/02
|