50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: wordpress-wp-optimize
|
||
|
||
info:
|
||
name: WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/wp-optimize/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: wp-optimize
|
||
wpscan: https://wpscan.com/plugin/wp-optimize
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/wp-optimize/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/wp-optimize.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: 4b0a00483046022100e56167aeff9d546c82be246c89c6defd5d52abb4deeabb81fa057210fec7d178022100808bab3c100a86a358fe32090ab43b78edb39558f71a953f38d5a11e4e4041f6:922c64590222798bb761d5b6d8e72950 |