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