30 lines
651 B
YAML
30 lines
651 B
YAML
id: wordpress-db-backup
|
|
|
|
info:
|
|
name: WordPress DB Backup
|
|
author: dwisiswant0
|
|
severity: medium
|
|
metadata:
|
|
max-request: 1
|
|
tags: wordpress,backups
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4b0a00483046022100f638f9a1eea10c1823c595120039b5558af21a3696d6a11a34dd08fb75a022e20221008eb39a25a052c287f78cbdf5d3c7001a682a1d25233657c61ee3873e81736bfb:922c64590222798bb761d5b6d8e72950
|