Auto WordPress Plugins Update [Thu May 11 04:02:11 UTC 2023] 🤖
parent
27e95ef56e
commit
f06f67f38d
|
@ -0,0 +1 @@
|
|||
4.12.2
|
|
@ -1 +1 @@
|
|||
3.35
|
||||
3.36
|
|
@ -1 +1 @@
|
|||
2.5.0
|
||||
2.5.1
|
|
@ -1 +1 @@
|
|||
5.2.1
|
||||
5.2.2
|
|
@ -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.]+)'
|
Loading…
Reference in New Issue