commit
9972b937b3
|
@ -14,14 +14,22 @@ info:
|
|||
tags: msf,exposure,svn,config,files
|
||||
|
||||
requests:
|
||||
- method: HEAD
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue