49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-sg-cachepress
|
||
|
||
info:
|
||
name: Speed Optimizer – The All-In-One Performance-Boosting Plugin Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/sg-cachepress/
|
||
metadata:
|
||
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: 4a0a004730450221008bdf9604c5d418d06971cfcff1727825615ef4999e8fcc56d23cdf4e7d879cf202207242b6d32a56cb66fdcf518a98f1102a87cd90fac1dc380b4d563432de922597:922c64590222798bb761d5b6d8e72950 |