Skip to content

Commit

Permalink
Auto WordPress Plugins Update [Tue Dec 5 04:20:16 UTC 2023] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 5, 2023
1 parent 8a7179b commit e7282ab
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/elementor.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.17.3
3.18.0
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/google-site-kit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.114.0
1.115.0
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/header-footer-elementor.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.20
1.6.21
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/insert-headers-and-footers.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.5
2.1.6
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/newsletter.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.4
8.0.6
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/pretty-link.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.1
3.6.2
1 change: 1 addition & 0 deletions helpers/wordpress/plugins/royal-elementor-addons.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.3.81
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/the-events-calendar.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.8.1
6.2.8.2
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/woocommerce-paypal-payments.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.4.2
49 changes: 49 additions & 0 deletions technologies/wordpress/plugins/royal-elementor-addons.yaml
Original file line number Diff line number Diff line change
@@ -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.]+)'

0 comments on commit e7282ab

Please sign in to comment.