nuclei-templates/files/exposed-svn.yaml

22 lines
515 B
YAML
Raw Normal View History

id: exposed-svn
info:
name: Exposed SVN Directory
2020-07-02 11:26:21 +00:00
author: udit_thakkur & dwisiswant0
severity: medium
requests:
- method: GET
path:
- "{{BaseURL}}/.svn/entries"
- "{{BaseURL}}/.svn/prop-base/"
- "{{BaseURL}}/.svn/text-base/"
matchers:
2020-07-02 11:26:21 +00:00
- type: regex
part: body
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