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