49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
id: wordpress-mailchimp-for-woocommerce
|
|
|
|
info:
|
|
name: Mailchimp for WooCommerce Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/mailchimp-for-woocommerce/
|
|
metadata:
|
|
plugin_namespace: mailchimp-for-woocommerce
|
|
wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/mailchimp-for-woocommerce/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/mailchimp-for-woocommerce.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: 4b0a00483046022100904ef79cc05e8fe2dbfce3889dfe9b5657eeca356a202cab02d11477b02add7b022100aca57b8152384d1609f2f81d06801e85fec129e55fb47c73f2538e888f8c0a86:922c64590222798bb761d5b6d8e72950 |