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