Auto WordPress Plugins Update [Thu Aug 31 04:02:10 UTC 2023] 🤖
parent
109a3790d1
commit
51731aba50
|
@ -1 +1 @@
|
||||||
2.4.4
|
2.4.5
|
|
@ -1 +1 @@
|
||||||
2.0.1
|
2.0.2
|
|
@ -1 +1 @@
|
||||||
2.25.23
|
2.25.24
|
|
@ -1 +1 @@
|
||||||
7.9.1
|
7.9.2
|
|
@ -1 +1 @@
|
||||||
1.9.0
|
1.9.1
|
|
@ -1 +1 @@
|
||||||
9.0.23
|
9.0.24
|
|
@ -1 +1 @@
|
||||||
3.8.2
|
3.9.0
|
|
@ -0,0 +1 @@
|
||||||
|
10.5
|
|
@ -1 +1 @@
|
||||||
14.1.5
|
14.1.6
|
|
@ -1 +1 @@
|
||||||
4.13.0
|
4.13.1
|
|
@ -0,0 +1,49 @@
|
||||||
|
id: wordpress-wp-reviews-plugin-for-google
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Widgets for Google Reviews Detection
|
||||||
|
author: ricardomaia
|
||||||
|
severity: info
|
||||||
|
reference:
|
||||||
|
- https://wordpress.org/plugins/wp-reviews-plugin-for-google/
|
||||||
|
metadata:
|
||||||
|
plugin_namespace: wp-reviews-plugin-for-google
|
||||||
|
wpscan: https://wpscan.com/plugin/wp-reviews-plugin-for-google
|
||||||
|
tags: tech,wordpress,wp-plugin,top-200
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/wp-content/plugins/wp-reviews-plugin-for-google/readme.txt"
|
||||||
|
|
||||||
|
payloads:
|
||||||
|
last_version: helpers/wordpress/plugins/wp-reviews-plugin-for-google.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