2020-09-08 15:26:52 +00:00
|
|
|
id: wordpress-tmm-db-migrate
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: WordPress ThemeMarkers DB Migration File
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2021-04-06 07:49:32 +00:00
|
|
|
tags: wordpress,wp-plugin,backup
|
2020-09-08 15:26:52 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/uploads/tmm_db_migrate/tmm_db_migrate.zip"
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/zip"
|
|
|
|
part: header
|
2020-09-08 20:20:37 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "[a-z0-9_]+.dat"
|
|
|
|
part: body
|
2020-09-08 15:26:52 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|