nuclei-templates/exposures/files/svn-wc-db.yaml

32 lines
699 B
YAML
Raw Normal View History

2022-12-10 13:52:24 +00:00
id: svn-wc-db
info:
name: SVN wc.db File Exposure
author: Hardik-Solanki
severity: medium
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
2022-12-12 18:19:02 +00:00
metadata:
verified: true
google-query: intitle:"index of" "wc.db"
tags: exposure,svn,config,files
2022-12-10 13:52:24 +00:00
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