nuclei-templates/files/exposed-svn.yaml

23 lines
560 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-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))"
2020-06-27 18:49:52 +00:00
- type: status
status:
- 200