nuclei-templates/exposures/configs/exposed-svn.yaml

36 lines
798 B
YAML
Raw Normal View History

id: exposed-svn
info:
name: SVN Configuration - Detect
2021-06-09 12:20:56 +00:00
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
2021-06-04 14:29:41 +00:00
tags: config,exposure,svn
requests:
- method: GET
path:
- "{{BaseURL}}/.svn/entries"
2020-10-27 19:02:15 +00:00
matchers-condition: and
matchers:
2020-07-02 11:26:21 +00:00
- type: regex
part: body
regex:
- "(^10\\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))"
2021-06-04 14:29:41 +00:00
2020-06-27 18:49:52 +00:00
- type: status
status:
- 200
2020-10-11 09:30:16 +00:00
2021-06-04 14:29:41 +00:00
- type: word
part: header
words:
- "text/plain"
# Enhanced by md on 2023/02/09