2022-12-10 13:52:24 +00:00
|
|
|
id: svn-wc-db
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: SVN wc.db File Exposure
|
2023-03-02 10:05:55 +00:00
|
|
|
author: Hardik-Solanki,R12W4N
|
|
|
|
severity: medium
|
2022-12-10 13:52:24 +00:00
|
|
|
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
|
2023-02-13 10:47:37 +00:00
|
|
|
- https://infosecwriteups.com/indias-aadhar-card-source-code-disclosure-via-exposed-svn-wc-db-c05519ea7761
|
2022-12-12 18:19:02 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-12-12 18:19:02 +00:00
|
|
|
google-query: intitle:"index of" "wc.db"
|
2023-01-05 11:21:19 +00:00
|
|
|
tags: msf,exposure,svn,config,files
|
2022-12-10 13:52:24 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-03-06 07:44:46 +00:00
|
|
|
- method: GET
|
2022-12-10 13:52:24 +00:00
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.svn/wc.db"
|
2023-03-02 10:05:55 +00:00
|
|
|
- "{{BaseURL}}/wc.db"
|
2022-12-10 13:52:24 +00:00
|
|
|
|
2023-03-02 10:05:55 +00:00
|
|
|
stop-at-first-match: true
|
|
|
|
max-size: 10000
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-03-06 07:37:51 +00:00
|
|
|
matchers-condition: and
|
2022-12-10 13:52:24 +00:00
|
|
|
matchers:
|
2023-03-06 07:37:51 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'SQLite format'
|
|
|
|
- 'WCROOT'
|
|
|
|
condition: and
|
|
|
|
|
2022-12-10 13:52:24 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|