2020-06-27 13:00:25 +00:00
|
|
|
id: exposed-svn
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Exposed SVN Directory
|
2020-07-02 11:26:21 +00:00
|
|
|
author: udit_thakkur & dwisiswant0
|
2020-06-27 13:00:25 +00:00
|
|
|
severity: medium
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.svn/entries"
|
2020-07-02 11:31:10 +00:00
|
|
|
- "{{BaseURL}}/.svn/prop-base/"
|
|
|
|
- "{{BaseURL}}/.svn/text-base/"
|
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:
|
|
|
|
- "(^10\\s*dir|\\.svn-base|has-props|svn:\\/\\/|[0-9a-f]{32}|[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{6}Z)"
|
2020-06-27 18:49:52 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|