49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
id: wordpress-sticky-header-effects-for-elementor
|
|
|
|
info:
|
|
name: Sticky Header Effects for Elementor Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/sticky-header-effects-for-elementor/
|
|
metadata:
|
|
plugin_namespace: sticky-header-effects-for-elementor
|
|
wpscan: https://wpscan.com/plugin/sticky-header-effects-for-elementor
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/sticky-header-effects-for-elementor/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/sticky-header-effects-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: 4a0a00473045022100b5e0ae300ca6a3ca0c732302fb39d7d0e50d8de05fbb95aea6bdaf61c5f8e67c022026f47267a0e9af957f20a3cfc652280dfac62ef0f3f80c4e5a1337a156a24059:922c64590222798bb761d5b6d8e72950 |