26 lines
493 B
YAML
26 lines
493 B
YAML
id: wordpress-db-backup-listing
|
|
|
|
info:
|
|
name: WordPress DB Backup
|
|
author: Suman_Kar
|
|
severity: medium
|
|
tags: wordpress,backup
|
|
|
|
requests:
|
|
- 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 |