Merge pull request #6842 from projectdiscovery/fix-svn-fp

Update svn-wc-db.yaml
patch-1
Dhiyaneshwaran 2023-03-06 13:20:23 +05:30 committed by GitHub
commit 9972b937b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -14,14 +14,22 @@ info:
tags: msf,exposure,svn,config,files
requests:
- method: HEAD
- method: GET
path:
- "{{BaseURL}}/.svn/wc.db"
- "{{BaseURL}}/wc.db"
stop-at-first-match: true
max-size: 10000
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'SQLite format'
- 'WCROOT'
condition: and
- type: status
status:
- 200