From 9a62683e6f0364c9ef671baa5a76f054eb769472 Mon Sep 17 00:00:00 2001 From: Hardik Solanki <49536512+HardikSolanki96@users.noreply.github.com> Date: Sat, 10 Dec 2022 13:52:24 +0000 Subject: [PATCH] Create svn-wc-db.yaml --- exposures/configs/svn-wc-db.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 exposures/configs/svn-wc-db.yaml diff --git a/exposures/configs/svn-wc-db.yaml b/exposures/configs/svn-wc-db.yaml new file mode 100644 index 0000000000..63268dbaf9 --- /dev/null +++ b/exposures/configs/svn-wc-db.yaml @@ -0,0 +1,31 @@ +id: svn-wc-db + +info: + name: SVN wc.db File Exposure + author: Hardik-Solanki + severity: medium + metadata: + verified: true + google-query: intitle:"index of" "wc.db" + 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 + tags: exposure,svn,config + +requests: + - method: GET + path: + - "{{BaseURL}}/.svn/wc.db" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'SQLite format' + - 'WCROOT' + condition: and + + - type: status + status: + - 200