Skip to content

Premium Addons for Elementor Detection

ID: wordpress-premium-addons-for-elementor

Severity: info

Author: ricardomaia

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

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:
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: 4a0a0047304502201010d84455d85b39045c2e1e81d40f8d46085f4ef26e05b31d38e5001216ca8e022100e457c77e90a744458760e6982d15e18ad1ed3fc882d6c662da7d6526eb2f9d31: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/premium-addons-for-elementor.yaml"

View on Github