49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
id: wordpress-gdpr-cookie-compliance
|
||
|
||
info:
|
||
name: GDPR Cookie Compliance – Cookie Banner, Cookie Consent, Cookie Notice – CCPA, DSGVO, RGPD Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/gdpr-cookie-compliance/
|
||
metadata:
|
||
plugin_namespace: gdpr-cookie-compliance
|
||
wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/gdpr-cookie-compliance/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/gdpr-cookie-compliance.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: 4a0a004730450221009db5de12ceac070007ee49f4f348d0ace447025b1b038c60fdaefb6e1bce80d902206c20699f1a4a2e0287afebc6a02de19fb39a3f4e0d743a792ee9a9f6bf96f258:922c64590222798bb761d5b6d8e72950 |