SVN wc.db File Exposure
ID: svn-wc-db
Severity: medium
Author: Hardik-Solanki,R12W4N
Tags: msf,exposure,svn,config,files
Description
Section titled “Description”SVN wc.db file is exposed.
YAML Source
Section titled “YAML Source”id: svn-wc-db
info: name: SVN wc.db File Exposure author: Hardik-Solanki,R12W4N severity: medium description: SVN wc.db file is exposed. reference: - https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt - https://github.com/rapid7/metasploit-framework/blob/master//modules/auxiliary/scanner/http/svn_wcdb_scanner.rb - https://infosecwriteups.com/indias-aadhar-card-source-code-disclosure-via-exposed-svn-wc-db-c05519ea7761 classification: cpe: cpe:2.3:a:apache:subversion:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: apache product: subversion google-query: intitle:"index of" "wc.db" tags: msf,exposure,svn,config,files
http: - 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# digest: 4b0a00483046022100be79784876557fa520072954598c4b68fd494a3a04553cc3247137c19dd0b4e6022100df9c3002108cc7079406d00cfc0ff9a98fd46d56d408765feee27087c45b8b02:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposures/files/svn-wc-db.yaml"