36 lines
989 B
YAML
36 lines
989 B
YAML
id: exposed-svn
|
|
|
|
info:
|
|
name: SVN Configuration - Detect
|
|
author: udit_thakkur,dwisiswant0
|
|
severity: medium
|
|
description: SVN configuration was detected.
|
|
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
|
|
metadata:
|
|
max-request: 1
|
|
tags: config,exposure,svn
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.svn/entries"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "(^\\d\\s*dir|\\.svn-base|has-props|svn:\\/\\/|([\\da-f]{32}[\\S+\\r\\n\\s]+[\\d]{4}-[\\d]{2}-[\\d]{2}T[\\d]{2}:[\\d]{2}:[\\d]{2}.[\\d]{6}Z))"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/plain"
|
|
# digest: 4b0a0048304602210085def8b89dd34b928302560c1e4b5980c9231c233b541e454590377c610d1ebe022100a180164c7ed1a32499d5c357edcec100f5246d4ed474109790b414cb93059018:922c64590222798bb761d5b6d8e72950 |