Auto WordPress Plugins Update [Wed Mar 1 04:02:05 UTC 2023] 🤖
parent
5b879490dc
commit
93edc1de57
|
@ -1 +1 @@
|
|||
3.22
|
||||
3.23
|
|
@ -1 +1 @@
|
|||
2.8.1
|
||||
2.8.5
|
|
@ -1 +1 @@
|
|||
5.5.4
|
||||
5.6.0
|
|
@ -1 +1 @@
|
|||
3.0.12
|
||||
3.0.13
|
|
@ -1 +1 @@
|
|||
1.94.0
|
||||
1.95.0
|
|
@ -1 +1 @@
|
|||
15.2.2
|
||||
15.2.3
|
|
@ -1 +1 @@
|
|||
3.0.17
|
||||
3.0.19
|
|
@ -1 +1 @@
|
|||
4.7.0
|
||||
4.7.1
|
|
@ -1 +1 @@
|
|||
4.9.49
|
||||
4.9.50
|
|
@ -1 +1 @@
|
|||
7.4.0
|
||||
7.4.1
|
|
@ -1 +1 @@
|
|||
20.1
|
||||
20.2
|
|
@ -1 +1 @@
|
|||
2.6.1
|
||||
2.6.3
|
|
@ -1 +1 @@
|
|||
1.8.0.1
|
||||
1.8.0.2
|
|
@ -0,0 +1 @@
|
|||
0.9.83
|
|
@ -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:
|
||||
|
|
|
@ -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.]+)'
|
Loading…
Reference in New Issue