52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
id: wordpress-gdpr-cookie-compliance
|
|
|
|
info:
|
|
name: GDPR Cookie Compliance (CCPA, DSGVO, Cookie Consent) Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/gdpr-cookie-compliance/
|
|
metadata:
|
|
max-request: 1
|
|
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: 4a0a00473045022100a304e23872deeadde738ea7caec8ba00e6c3c8d25d72da3342d5b0c7444f294c022045a88b5f0d23e4be6cf447a196db6501de9068c35f97b9027549b24b03b40f1a:922c64590222798bb761d5b6d8e72950
|