From 86e10fff7cd13f38f632994cb4da5880ef239881 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 24 Nov 2023 04:15:26 +0000 Subject: [PATCH] Auto WordPress Plugins Update [Fri Nov 24 04:15:26 UTC 2023] :robot: --- helpers/wordpress/plugins/fluentform.txt | 2 +- helpers/wordpress/plugins/gutenberg.txt | 2 +- helpers/wordpress/plugins/hostinger.txt | 2 +- .../plugins/one-click-demo-import.txt | 2 +- helpers/wordpress/plugins/post-smtp.txt | 2 +- .../wordpress/plugins/shortcodes-ultimate.txt | 2 +- .../plugins/shortpixel-image-optimiser.txt | 2 +- helpers/wordpress/plugins/templately.txt | 1 + helpers/wordpress/plugins/updraftplus.txt | 2 +- .../wordpress/plugins/templately.yaml | 49 +++++++++++++++++++ 10 files changed, 58 insertions(+), 8 deletions(-) create mode 100644 helpers/wordpress/plugins/templately.txt create mode 100644 technologies/wordpress/plugins/templately.yaml diff --git a/helpers/wordpress/plugins/fluentform.txt b/helpers/wordpress/plugins/fluentform.txt index 00d9e414cc4..ed95ef7767a 100644 --- a/helpers/wordpress/plugins/fluentform.txt +++ b/helpers/wordpress/plugins/fluentform.txt @@ -1 +1 @@ -5.1.4 \ No newline at end of file +5.1.5 \ No newline at end of file diff --git a/helpers/wordpress/plugins/gutenberg.txt b/helpers/wordpress/plugins/gutenberg.txt index d6b3e6e065f..7cae2028873 100644 --- a/helpers/wordpress/plugins/gutenberg.txt +++ b/helpers/wordpress/plugins/gutenberg.txt @@ -1 +1 @@ -17.1.1 \ No newline at end of file +17.1.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/hostinger.txt b/helpers/wordpress/plugins/hostinger.txt index ee672d89ab3..70b02ffc1b6 100644 --- a/helpers/wordpress/plugins/hostinger.txt +++ b/helpers/wordpress/plugins/hostinger.txt @@ -1 +1 @@ -1.9.1 \ No newline at end of file +1.9.4 \ No newline at end of file diff --git a/helpers/wordpress/plugins/one-click-demo-import.txt b/helpers/wordpress/plugins/one-click-demo-import.txt index 6ebad148881..a4f52a5dbb5 100644 --- a/helpers/wordpress/plugins/one-click-demo-import.txt +++ b/helpers/wordpress/plugins/one-click-demo-import.txt @@ -1 +1 @@ -3.1.2 \ No newline at end of file +3.2.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/post-smtp.txt b/helpers/wordpress/plugins/post-smtp.txt index 0409c163851..7f04bb11e3f 100644 --- a/helpers/wordpress/plugins/post-smtp.txt +++ b/helpers/wordpress/plugins/post-smtp.txt @@ -1 +1 @@ -2.8.4 \ No newline at end of file +2.8.5 \ No newline at end of file diff --git a/helpers/wordpress/plugins/shortcodes-ultimate.txt b/helpers/wordpress/plugins/shortcodes-ultimate.txt index e2b3d6a8a38..4122521804f 100644 --- a/helpers/wordpress/plugins/shortcodes-ultimate.txt +++ b/helpers/wordpress/plugins/shortcodes-ultimate.txt @@ -1 +1 @@ -5.13.3 \ No newline at end of file +7.0.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/shortpixel-image-optimiser.txt b/helpers/wordpress/plugins/shortpixel-image-optimiser.txt index d41f08f1f3c..9af9a6a81c7 100644 --- a/helpers/wordpress/plugins/shortpixel-image-optimiser.txt +++ b/helpers/wordpress/plugins/shortpixel-image-optimiser.txt @@ -1 +1 @@ -5.5.1 \ No newline at end of file +5.5.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/templately.txt b/helpers/wordpress/plugins/templately.txt new file mode 100644 index 00000000000..44c20126352 --- /dev/null +++ b/helpers/wordpress/plugins/templately.txt @@ -0,0 +1 @@ +N/A \ No newline at end of file diff --git a/helpers/wordpress/plugins/updraftplus.txt b/helpers/wordpress/plugins/updraftplus.txt index 23323212561..73847f8f630 100644 --- a/helpers/wordpress/plugins/updraftplus.txt +++ b/helpers/wordpress/plugins/updraftplus.txt @@ -1 +1 @@ -1.23.12 \ No newline at end of file +1.23.13 \ No newline at end of file diff --git a/technologies/wordpress/plugins/templately.yaml b/technologies/wordpress/plugins/templately.yaml new file mode 100644 index 00000000000..8fe4357b674 --- /dev/null +++ b/technologies/wordpress/plugins/templately.yaml @@ -0,0 +1,49 @@ +id: wordpress-templately + +info: + name: Templately – Gutenberg & Elementor Template Library' 5000+ Free & Pro Ready Templates & Cloud! Detection + author: ricardomaia + severity: info + reference: + - https://wordpress.org/plugins/templately/ + metadata: + plugin_namespace: templately + wpscan: https://wpscan.com/plugin/templately + tags: tech,wordpress,wp-plugin,top-200 + +requests: + - method: GET + + path: + - "{{BaseURL}}/wp-content/plugins/templately/readme.txt" + + payloads: + last_version: helpers/wordpress/plugins/templately.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.]+)'