32 lines
806 B
YAML
32 lines
806 B
YAML
id: wordpress-db-backup-listing
|
|
|
|
info:
|
|
name: WordPress DB Backup
|
|
author: Suman_Kar
|
|
severity: medium
|
|
description: WordPress DB Backup plugin exposes db file along with directory listing.
|
|
metadata:
|
|
max-request: 1
|
|
tags: wordpress,backup
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/uploads/database-backups/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Index of /"
|
|
- "wp-content/uploads/database-backups"
|
|
- ".sql"
|
|
condition: and
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100967c96ae7f40bfe5e23bb750c958c7cd00634ffd0d01d90a1efa61d03950871f02210090f475e90681551c671ea217bcdebdd617eba67eae1aabfeae8bb98a7e0a7172:922c64590222798bb761d5b6d8e72950
|