52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
id: wordpress-envato-elements
|
||
|
||
info:
|
||
name: Envato Elements – Photos & Elementor Templates Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/envato-elements/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: envato-elements
|
||
wpscan: https://wpscan.com/plugin/envato-elements
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/envato-elements/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/envato-elements.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: 490a00463044022034de675a11456de6d3f5d8524948ca5964a2e5961af54d8af32be812028cbc76022050daeded7be8d4c40d3c6fdcaf6ae65bbfcd08b0ea3e53d5eb425542c36ec9d7:922c64590222798bb761d5b6d8e72950
|