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

28 lines
592 B
YAML
Raw Normal View History

id: exposed-svn
info:
name: Exposed SVN Directory
2021-06-09 12:20:56 +00:00
author: udit_thakkur,dwisiswant0
severity: medium
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"