Auto WordPress Plugins Update [Tue Jun 20 04:02:15 UTC 2023] 🤖
parent
e008ea232b
commit
3358360e45
|
@ -0,0 +1 @@
|
|||
2.0.25
|
|
@ -1 +1 @@
|
|||
2.1.0
|
||||
2.2.0
|
|
@ -1 +1 @@
|
|||
2.4.3
|
||||
2.4.4
|
|
@ -1 +1 @@
|
|||
3.13.4
|
||||
3.14.0
|
|
@ -1 +1 @@
|
|||
8.15
|
||||
8.16
|
|
@ -1 +1 @@
|
|||
4.4.1.2
|
||||
4.4.1.3
|
|
@ -1 +1 @@
|
|||
2.3.2
|
||||
2.3.3
|
|
@ -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.]+)'
|
Loading…
Reference in New Issue