37 lines
917 B
YAML
37 lines
917 B
YAML
id: wordpress-total-upkeep-backup-download
|
|
|
|
info:
|
|
name: WordPress Total Upkeep Database and Files Backup Download
|
|
author: princechaddha
|
|
severity: high
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/49252
|
|
metadata:
|
|
max-request: 1
|
|
tags: wordpress,wp-plugin,edb
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/boldgrid-backup/cron/restore-info.json"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "application/json"
|
|
part: header
|
|
|
|
- type: word
|
|
words:
|
|
- '"filepath"'
|
|
- '/wp-content/boldgrid_backup_'
|
|
condition: and
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a004730450220740af42e52a68f0d6689e8a42beeed0b3a97aae6409f3ada8410b0de03a612e5022100a5a7de364e6d563966439fb830a1e355ce145bd70d1b17e1704dd01f1911e9b0:922c64590222798bb761d5b6d8e72950
|