2023-03-01 04:02:05 +00:00
|
|
|
|
id: wordpress-wpvivid-backuprestore
|
|
|
|
|
|
|
|
|
|
info:
|
|
|
|
|
name: Migration, Backup, Staging – WPvivid Detection
|
|
|
|
|
author: ricardomaia
|
|
|
|
|
severity: info
|
|
|
|
|
reference:
|
|
|
|
|
- https://wordpress.org/plugins/wpvivid-backuprestore/
|
|
|
|
|
metadata:
|
2023-11-03 10:59:12 +00:00
|
|
|
|
max-request: 1
|
2023-03-01 04:02:05 +00:00
|
|
|
|
plugin_namespace: wpvivid-backuprestore
|
|
|
|
|
wpscan: https://wpscan.com/plugin/wpvivid-backuprestore
|
|
|
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
|
http:
|
2023-03-01 04:02:05 +00:00
|
|
|
|
- method: GET
|
|
|
|
|
path:
|
|
|
|
|
- "{{BaseURL}}/wp-content/plugins/wpvivid-backuprestore/readme.txt"
|
|
|
|
|
|
|
|
|
|
payloads:
|
|
|
|
|
last_version: helpers/wordpress/plugins/wpvivid-backuprestore.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.]+)'
|
2023-11-03 15:51:18 +00:00
|
|
|
|
|
|
|
|
|
# digest: 4b0a00483046022100bb5bd231dc66c9069ded62b9ad1085ee0acb43586b8e62b64ff51f9baaef8032022100b973b2424200d410331c003da0fb9781ed953074bf578b56105f1904b28472f1:922c64590222798bb761d5b6d8e72950
|