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:04:51 +00:00
|
|
|
# digest: 490a0046304402204587e99e29d2fefcef7e952720359788562a28937ed12967ffda5c4a9f1c7ca7022039ab65e2a76cd2a3de8819e23e3b2450ed1917ec1571067aec80043f92e3ed1b:922c64590222798bb761d5b6d8e72950
|