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