52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
id: wordpress-siteorigin-panels
|
|
|
|
info:
|
|
name: Page Builder by SiteOrigin Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/siteorigin-panels/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: siteorigin-panels
|
|
wpscan: https://wpscan.com/plugin/siteorigin-panels
|
|
tags: tech,wordpress,wp-plugin,top-100,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/siteorigin-panels/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/siteorigin-panels.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: 490a0046304402207354fea3ba78ab76213e1c99702a6fcbf65f7e68b8645acb3eb6a8d5bb81517502205400e8652d37acdaac15f260f98ecd52ba8863fa10cac3f896288f5af649f75d:922c64590222798bb761d5b6d8e72950
|