Skip to content

Commit

Permalink
Auto WordPress Plugins Update [Fri Nov 24 04:15:26 UTC 2023] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 24, 2023
1 parent b9fb59c commit 86e10ff
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/fluentform.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.4
5.1.5
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/gutenberg.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.1.1
17.1.2
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/hostinger.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.1
1.9.4
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/one-click-demo-import.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.0
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/post-smtp.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.4
2.8.5
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/shortcodes-ultimate.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.13.3
7.0.0
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/shortpixel-image-optimiser.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5.1
5.5.2
1 change: 1 addition & 0 deletions helpers/wordpress/plugins/templately.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
N/A
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/updraftplus.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.12
1.23.13
49 changes: 49 additions & 0 deletions technologies/wordpress/plugins/templately.yaml
Original file line number Diff line number Diff line change
@@ -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.]+)'

0 comments on commit 86e10ff

Please sign in to comment.