nuclei-templates/http/vulnerabilities/wordpress/wordpress-db-backup.yaml

28 lines
454 B
YAML
Raw Normal View History

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
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: wordpress,backups
2020-09-08 15:31:33 +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