Auto WordPress Plugins Update [Tue Jun 20 04:02:15 UTC 2023] 🤖

patch-1
GitHub Action 2023-06-20 04:02:15 +00:00
parent e008ea232b
commit 3358360e45
8 changed files with 56 additions and 6 deletions

View File

@ -0,0 +1 @@
2.0.25

View File

@ -1 +1 @@
2.1.0
2.2.0

View File

@ -1 +1 @@
2.4.3
2.4.4

View File

@ -1 +1 @@
3.13.4
3.14.0

View File

@ -1 +1 @@
4.4.1.2
4.4.1.3

View File

@ -1 +1 @@
2.3.2
2.3.3

View File

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