50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: wordpress-woo-checkout-field-editor-pro
|
|
|
|
info:
|
|
name: Checkout Field Editor (Checkout Manager) for WooCommerce Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/woo-checkout-field-editor-pro/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: woo-checkout-field-editor-pro
|
|
wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/woo-checkout-field-editor-pro/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/woo-checkout-field-editor-pro.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: 4a0a00473045022100b2f7354c7406590fa738d12bbc9d6c6a66460579276b54380a589cbdc3420eb3022067196cf23137cf1bfd6f6c74c61a6b3fa158ce0ee8d0e96a66bd188345a3843b:922c64590222798bb761d5b6d8e72950 |