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: 4b0a004830460221008feed2b7950f6c993b5ad57cbf88ba5c90fb7079b393f1c63015068fe6eb0b5c022100f176c115baddf72c30947d1a0f9dac1c43c6870d673f32a6de4e875906fa7f62:922c64590222798bb761d5b6d8e72950 |