49 lines
1.3 KiB
YAML
49 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:
|
|
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: 490a004630440220234a35f154a34f0833b3ad28eab4c8e4091562a7d32f9794646b812caec1e61802206fae4b4d5806c993d1e7786c2d2ff1f4251ade6a2ca58a85759b3923cb3fd72a:922c64590222798bb761d5b6d8e72950 |