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