22 lines
398 B
YAML
22 lines
398 B
YAML
id: wordpress-db-backup
|
|
|
|
info:
|
|
name: WordPress DB Backup
|
|
author: dwisiswant0
|
|
severity: medium
|
|
|
|
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 |