2020-09-08 15:31:33 +00:00
|
|
|
id: wordpress-db-backup
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: WordPress DB Backup
|
|
|
|
author: dwisiswant0
|
2020-09-20 12:57:43 +00:00
|
|
|
severity: medium
|
2021-02-05 09:23:55 +00:00
|
|
|
tags: wordpress,backups
|
2020-09-08 15:31:33 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/backup-db/"
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Index of /"
|
|
|
|
- ".sql\">"
|
|
|
|
condition: and
|
|
|
|
part: body
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|