50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-elementor
|
||
|
||
info:
|
||
name: Elementor Website Builder – More than Just a Page Builder Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/elementor/
|
||
metadata:
|
||
plugin_namespace: elementor
|
||
wpscan: https://wpscan.com/plugin/elementor
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/elementor/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/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: 4a0a00473045022100a5722f1c13a94c19919c4ee94a0719e468e71acde5ee4c7cd27ee3ceb505cf8d022021d17272a5ed5ec012101b880538cb8876603b62556f74ac395bc2193f96b3e3:922c64590222798bb761d5b6d8e72950 |