52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
id: wordpress-woocommerce
|
|
|
|
info:
|
|
name: WooCommerce Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/woocommerce/
|
|
metadata:
|
|
max-request: 1
|
|
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: 4a0a004730450221009759052764e9369d8014b51d1c142e3f89787309b73026250aeba87230870199022030a46bcb1ed2d4853a3af7d472c0f80a9c225c5c2775117f204d17c17daf7e8a:922c64590222798bb761d5b6d8e72950
|