49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-wp-migrate-db
|
||
|
||
info:
|
||
name: WP Migrate Lite – WordPress Migration Made Easy Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/wp-migrate-db/
|
||
metadata:
|
||
plugin_namespace: wp-migrate-db
|
||
wpscan: https://wpscan.com/plugin/wp-migrate-db
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/wp-migrate-db/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/wp-migrate-db.txt
|
||
|
||
extractors:
|
||
- type: regex
|
||
part: body
|
||
internal: true
|
||
name: internal_detected_version
|
||
group: 1
|
||
regex:
|
||
- '(?i)Stable.tag:\s?([\w.]+)'
|
||
|
||
- type: regex
|
||
part: body
|
||
name: detected_version
|
||
group: 1
|
||
regex:
|
||
- '(?i)Stable.tag:\s?([\w.]+)'
|
||
|
||
matchers-condition: or
|
||
matchers:
|
||
- type: dsl
|
||
name: "outdated_version"
|
||
dsl:
|
||
- compare_versions(internal_detected_version, concat("< ", last_version))
|
||
|
||
- type: regex
|
||
part: body
|
||
regex:
|
||
- '(?i)Stable.tag:\s?([\w.]+)'
|
||
# digest: 4b0a00483046022100da033852d2e2176b99865b81bd290504eb8139c3659a524dee4dbf48f099b2f902210092771840e0fc0a6ea9c9aac81c85ae2a0c8aacf678d10b5d393be7e1b10a464e:922c64590222798bb761d5b6d8e72950 |