39 lines
846 B
YAML
39 lines
846 B
YAML
id: wordpress-tmm-db-migrate
|
|
|
|
info:
|
|
name: WordPress ThemeMarkers DB Migration File
|
|
author: dwisiswant0
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: wordpress,wp-plugin,backup
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/uploads/tmm_db_migrate/tmm_db_migrate.zip"
|
|
|
|
max-size: 1000
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "application/zip"
|
|
part: header
|
|
|
|
- type: regex
|
|
regex:
|
|
- "[a-z0-9_]+.dat"
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: binary
|
|
binary:
|
|
- "504B0304" # zip
|
|
|
|
# digest: 4a0a004730450220784c4949c81d41d015fe88f4c37efe926c1cc3d4b98a0c9a98fa1a297072991e022100cd5f7da1d8d976b9cfecda7d1084d64f5dfcd249b3b6947d424793b0fcb08824:922c64590222798bb761d5b6d8e72950
|