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