Auto WordPress Plugins Update [Thu May 11 04:02:11 UTC 2023] 🤖

patch-1
GitHub Action 2023-05-11 04:02:11 +00:00
parent 27e95ef56e
commit f06f67f38d
5 changed files with 53 additions and 3 deletions

View File

@ -0,0 +1 @@
4.12.2

View File

@ -1 +1 @@
3.35
3.36

View File

@ -1 +1 @@
2.5.0
2.5.1

View File

@ -1 +1 @@
5.2.1
5.2.2

View File

@ -0,0 +1,49 @@
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:
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.]+)'