49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-imagify
|
||
|
||
info:
|
||
name: Imagify – Optimize Images & Convert WebP & AVIF | Compress Images Easily Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/imagify/
|
||
metadata:
|
||
plugin_namespace: imagify
|
||
wpscan: https://wpscan.com/plugin/imagify
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/imagify/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/imagify.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: 490a00463044022067b67b5ebb18495492aa6a3ce2499bc7a0f010bed92f0a7ce71e07697e6fc96c02204324aa2efce6c357c2c262a38dbb5300dcdd90aa8e64e672ff7206618009470e:922c64590222798bb761d5b6d8e72950 |