50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: wordpress-sg-cachepress
|
||
|
||
info:
|
||
name: Speed Optimizer – The All-In-One WordPress Performance-Boosting Plugin Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/sg-cachepress/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: sg-cachepress
|
||
wpscan: https://wpscan.com/plugin/sg-cachepress
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/sg-cachepress/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/sg-cachepress.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: 4b0a004830460221008b4837113af347f990fa7de9becd0987b37138979149a41f183b0f2b2aaec32302210085f2c4f20e986dc9dacfb9955d35e27f7dd146c222a4a939e18d2363f9b009a5:922c64590222798bb761d5b6d8e72950 |