Skip to content

Checkout Field Editor (Checkout Manager) for WooCommerce Detection

ID: wordpress-woo-checkout-field-editor-pro

Severity: info

Author: ricardomaia

Tags: tech,wordpress,wp-plugin,top-200

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:
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: 490a004630440220578b673bc7e50246bb0005171b3cc4ce493994c3acc9ed2c0453c18f6b2f8dc202205213754330d45db156e20ab2a249d9ef8f707838919ab8666472fb06b69fe840:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml"

View on Github