2024-06-19 00:19:11 +00:00
|
|
|
id: wordpress-woocommerce-legacy-rest-api
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: WooCommerce Legacy REST API Detection
|
|
|
|
author: ricardomaia
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://wordpress.org/plugins/woocommerce-legacy-rest-api/
|
|
|
|
metadata:
|
|
|
|
plugin_namespace: woocommerce-legacy-rest-api
|
|
|
|
wpscan: https://wpscan.com/plugin/woocommerce-legacy-rest-api
|
|
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/plugins/woocommerce-legacy-rest-api/readme.txt"
|
|
|
|
|
|
|
|
payloads:
|
|
|
|
last_version: helpers/wordpress/plugins/woocommerce-legacy-rest-api.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.]+)'
|
2024-09-17 03:01:23 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100d636c4069f5d44939b6229a5ff402ad1d0ec0e697dba49628c8d093a13d59f7c02202a3a6e70001ede28dd8c577fc1a52f4992f0de5eb5197566c4201f0b047fc229:922c64590222798bb761d5b6d8e72950
|