50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: wordpress-happy-elementor-addons
|
|
|
|
info:
|
|
name: Happy Addons for Elementor Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/happy-elementor-addons/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: happy-elementor-addons
|
|
wpscan: https://wpscan.com/plugin/happy-elementor-addons
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/happy-elementor-addons/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/happy-elementor-addons.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: 4b0a00483046022100f7af046992ddbfb7188d121cbd96b4bfcbeb087361be194f5a691341f4e50929022100f6b9c90e4cc0710d3fb91953806208e621be67e69d7a7f8d04406f56450081ef:922c64590222798bb761d5b6d8e72950 |