From e7282ab3fa4078ec749528017cb75365804550b6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 5 Dec 2023 04:20:16 +0000 Subject: [PATCH] Auto WordPress Plugins Update [Tue Dec 5 04:20:16 UTC 2023] :robot: --- helpers/wordpress/plugins/elementor.txt | 2 +- helpers/wordpress/plugins/google-site-kit.txt | 2 +- .../plugins/header-footer-elementor.txt | 2 +- .../plugins/insert-headers-and-footers.txt | 2 +- helpers/wordpress/plugins/newsletter.txt | 2 +- helpers/wordpress/plugins/pretty-link.txt | 2 +- .../plugins/royal-elementor-addons.txt | 1 + .../wordpress/plugins/the-events-calendar.txt | 2 +- .../plugins/woocommerce-paypal-payments.txt | 2 +- .../plugins/royal-elementor-addons.yaml | 49 +++++++++++++++++++ 10 files changed, 58 insertions(+), 8 deletions(-) create mode 100644 helpers/wordpress/plugins/royal-elementor-addons.txt create mode 100644 technologies/wordpress/plugins/royal-elementor-addons.yaml diff --git a/helpers/wordpress/plugins/elementor.txt b/helpers/wordpress/plugins/elementor.txt index cd17abcc2fa..ae561550624 100644 --- a/helpers/wordpress/plugins/elementor.txt +++ b/helpers/wordpress/plugins/elementor.txt @@ -1 +1 @@ -3.17.3 \ No newline at end of file +3.18.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/google-site-kit.txt b/helpers/wordpress/plugins/google-site-kit.txt index 16ed9b09d8a..8a7515d6bbd 100644 --- a/helpers/wordpress/plugins/google-site-kit.txt +++ b/helpers/wordpress/plugins/google-site-kit.txt @@ -1 +1 @@ -1.114.0 \ No newline at end of file +1.115.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/header-footer-elementor.txt b/helpers/wordpress/plugins/header-footer-elementor.txt index cfbf4cb8929..d0034147389 100644 --- a/helpers/wordpress/plugins/header-footer-elementor.txt +++ b/helpers/wordpress/plugins/header-footer-elementor.txt @@ -1 +1 @@ -1.6.20 \ No newline at end of file +1.6.21 \ No newline at end of file diff --git a/helpers/wordpress/plugins/insert-headers-and-footers.txt b/helpers/wordpress/plugins/insert-headers-and-footers.txt index c5864dcf3e1..b6da51221fd 100644 --- a/helpers/wordpress/plugins/insert-headers-and-footers.txt +++ b/helpers/wordpress/plugins/insert-headers-and-footers.txt @@ -1 +1 @@ -2.1.5 \ No newline at end of file +2.1.6 \ No newline at end of file diff --git a/helpers/wordpress/plugins/newsletter.txt b/helpers/wordpress/plugins/newsletter.txt index 5c2884992d4..53bfcaac451 100644 --- a/helpers/wordpress/plugins/newsletter.txt +++ b/helpers/wordpress/plugins/newsletter.txt @@ -1 +1 @@ -8.0.4 \ No newline at end of file +8.0.6 \ No newline at end of file diff --git a/helpers/wordpress/plugins/pretty-link.txt b/helpers/wordpress/plugins/pretty-link.txt index d1428a7e96a..77a069e39b8 100644 --- a/helpers/wordpress/plugins/pretty-link.txt +++ b/helpers/wordpress/plugins/pretty-link.txt @@ -1 +1 @@ -3.6.1 \ No newline at end of file +3.6.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/royal-elementor-addons.txt b/helpers/wordpress/plugins/royal-elementor-addons.txt new file mode 100644 index 00000000000..64b17e0b3c1 --- /dev/null +++ b/helpers/wordpress/plugins/royal-elementor-addons.txt @@ -0,0 +1 @@ +1.3.81 \ No newline at end of file diff --git a/helpers/wordpress/plugins/the-events-calendar.txt b/helpers/wordpress/plugins/the-events-calendar.txt index 5dfc2463487..d32473e6822 100644 --- a/helpers/wordpress/plugins/the-events-calendar.txt +++ b/helpers/wordpress/plugins/the-events-calendar.txt @@ -1 +1 @@ -6.2.8.1 \ No newline at end of file +6.2.8.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/woocommerce-paypal-payments.txt b/helpers/wordpress/plugins/woocommerce-paypal-payments.txt index 58073ef8d7f..acdc3f1b0b2 100644 --- a/helpers/wordpress/plugins/woocommerce-paypal-payments.txt +++ b/helpers/wordpress/plugins/woocommerce-paypal-payments.txt @@ -1 +1 @@ -2.4.1 \ No newline at end of file +2.4.2 \ No newline at end of file diff --git a/technologies/wordpress/plugins/royal-elementor-addons.yaml b/technologies/wordpress/plugins/royal-elementor-addons.yaml new file mode 100644 index 00000000000..4846350d533 --- /dev/null +++ b/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -0,0 +1,49 @@ +id: wordpress-royal-elementor-addons + +info: + name: Royal Elementor Addons and Templates Detection + author: ricardomaia + severity: info + reference: + - https://wordpress.org/plugins/royal-elementor-addons/ + metadata: + plugin_namespace: royal-elementor-addons + wpscan: https://wpscan.com/plugin/royal-elementor-addons + tags: tech,wordpress,wp-plugin,top-200 + +requests: + - method: GET + + path: + - "{{BaseURL}}/wp-content/plugins/royal-elementor-addons/readme.txt" + + payloads: + last_version: helpers/wordpress/plugins/royal-elementor-addons.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.]+)'