🔧 Update exposed-svn regexes & request paths

patch-1
dw1 2020-07-02 18:31:10 +07:00
parent 19cbaad130
commit 4a140eaeec
1 changed files with 3 additions and 1 deletions

View File

@ -9,11 +9,13 @@ requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/.svn/entries" - "{{BaseURL}}/.svn/entries"
- "{{BaseURL}}/.svn/prop-base/"
- "{{BaseURL}}/.svn/text-base/"
matchers: matchers:
- type: regex - type: regex
part: body part: body
words: words:
- "(^10\s*dir|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)" - "(^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)"
- type: status - type: status
status: status:
- 200 - 200