Auto WordPress Plugins Update [Wed Mar 1 04:02:05 UTC 2023] 🤖

patch-1
GitHub Action 2023-03-01 04:02:05 +00:00
parent 5b879490dc
commit 93edc1de57
16 changed files with 64 additions and 14 deletions

View File

@ -1 +1 @@
2.8.1
2.8.5

View File

@ -1 +1 @@
3.0.12
3.0.13

View File

@ -1 +1 @@
1.94.0
1.95.0

View File

@ -1 +1 @@
15.2.2
15.2.3

View File

@ -1 +1 @@
3.0.17
3.0.19

View File

@ -1 +1 @@
4.7.0
4.7.1

View File

@ -1 +1 @@
4.9.49
4.9.50

View File

@ -1 +1 @@
7.4.0
7.4.1

View File

@ -1 +1 @@
20.1
20.2

View File

@ -1 +1 @@
2.6.1
2.6.3

View File

@ -1 +1 @@
1.8.0.1
1.8.0.2

View File

@ -0,0 +1 @@
0.9.83

View File

@ -1,7 +1,7 @@
id: wordpress-elementskit-lite
info:
name: ElementsKit Elementor Addons and Templates Library Detection
name: ElementsKit Elementor addons Detection
author: ricardomaia
severity: info
reference:

View File

@ -0,0 +1,49 @@
id: wordpress-wpvivid-backuprestore
info:
name: Migration, Backup, Staging WPvivid Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/wpvivid-backuprestore/
metadata:
plugin_namespace: wpvivid-backuprestore
wpscan: https://wpscan.com/plugin/wpvivid-backuprestore
tags: tech,wordpress,wp-plugin,top-200
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/wpvivid-backuprestore/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/wpvivid-backuprestore.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.]+)'