diff --git a/exposures/files/svn-wc-db.yaml b/exposures/files/svn-wc-db.yaml index 8b83ed7c27..cc477d7c8a 100644 --- a/exposures/files/svn-wc-db.yaml +++ b/exposures/files/svn-wc-db.yaml @@ -2,30 +2,23 @@ id: svn-wc-db info: name: SVN wc.db File Exposure - author: Hardik-Solanki - severity: medium + author: Hardik-Solanki, R12W4N + severity: High 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 metadata: verified: true google-query: intitle:"index of" "wc.db" tags: msf,exposure,svn,config,files requests: - - method: GET + - method: HEAD path: - "{{BaseURL}}/.svn/wc.db" - matchers-condition: and matchers: - - type: word - part: body - words: - - 'SQLite format' - - 'WCROOT' - condition: and - - type: status status: - 200