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