2020-06-27 13:00:25 +00:00
|
|
|
id: exposed-svn
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Exposed SVN Directory
|
2021-06-09 12:20:56 +00:00
|
|
|
author: udit_thakkur,dwisiswant0
|
2020-06-27 13:00:25 +00:00
|
|
|
severity: medium
|
2021-06-04 14:29:41 +00:00
|
|
|
tags: config,exposure,svn
|
2020-06-27 13:00:25 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.svn/entries"
|
2020-10-27 19:02:15 +00:00
|
|
|
|
2020-07-03 03:26:33 +00:00
|
|
|
matchers-condition: and
|
2020-06-27 13:00:25 +00:00
|
|
|
matchers:
|
2020-07-02 11:26:21 +00:00
|
|
|
- type: regex
|
|
|
|
part: body
|
2020-07-02 11:56:51 +00:00
|
|
|
regex:
|
2020-07-03 03:26:33 +00:00
|
|
|
- "(^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"
|