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
|
2024-01-02 15:45:12 +00:00
|
|
|
description: This template checks for exposed database in wordpress.
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: wordpress,backups
|
2020-09-08 15:31:33 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-09-08 15:31:33 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/backup-db/"
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2020-09-08 15:31:33 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Index of /"
|
|
|
|
- ".sql\">"
|
|
|
|
condition: and
|
|
|
|
part: body
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2020-09-08 15:31:33 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2023-10-14 11:27:55 +00:00
|
|
|
- 200
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a00473045022100a0e726174d0ce6710496622d5e177a470329502442f5f433e11ff15131a25b0902205addd5a5f08afd8ec5deb5a81c10c52bbba8da949bf9a4a8bc4a2d16f0b2f9bd:922c64590222798bb761d5b6d8e72950
|