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