Skip to content

Ultimate Addons for Elementor (Formerly Elementor Header & Footer Builder) Detection

ID: wordpress-header-footer-elementor

Severity: info

Author: ricardomaia

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

id: wordpress-header-footer-elementor
info:
name: Ultimate Addons for Elementor (Formerly Elementor Header & Footer Builder) Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/header-footer-elementor/
metadata:
plugin_namespace: header-footer-elementor
wpscan: https://wpscan.com/plugin/header-footer-elementor
tags: tech,wordpress,wp-plugin,top-100,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/header-footer-elementor/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/header-footer-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: 490a0046304402204a75a22da2aaf4d4025563707e36b59f43eb4f88ba7db94132e5314a3548bd4802203c57a2bd0d618aec92da9ff43081a770be1a8bb94aab6f48c1139d806857fcd1: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/header-footer-elementor.yaml"

View on Github