Auto WordPress Plugins Update [Wed Jan 11 04:02:18 UTC 2023] 🤖
parent
8883da943d
commit
c19d6b1e1a
|
@ -1 +1 @@
|
|||
3.0.7
|
||||
3.0.8
|
|
@ -1 +1 @@
|
|||
2.3.5
|
||||
2.3.6
|
|
@ -1 +1 @@
|
|||
2.0.5
|
||||
2.0.6
|
|
@ -1 +1 @@
|
|||
11.6
|
||||
11.7
|
|
@ -1 +1 @@
|
|||
5.3.1
|
||||
5.3.2
|
|
@ -1 +1 @@
|
|||
1.6.3
|
||||
1.7.0
|
|
@ -1 +1 @@
|
|||
4.3.1
|
||||
4.4.0
|
|
@ -1 +1 @@
|
|||
3.6.14
|
||||
3.6.15
|
|
@ -1 +1 @@
|
|||
2.0.6
|
||||
2.1.0
|
|
@ -1 +1 @@
|
|||
2.3.1
|
||||
2.3.2
|
|
@ -1 +1 @@
|
|||
2.4.3
|
||||
2.4.4
|
|
@ -1 +1 @@
|
|||
5.6.2
|
||||
5.6.3
|
|
@ -0,0 +1 @@
|
|||
N/A
|
|
@ -1 +1 @@
|
|||
7.2.2
|
||||
7.2.3
|
|
@ -1 +1 @@
|
|||
19.13
|
||||
19.14
|
|
@ -1 +1 @@
|
|||
9.0.14
|
||||
9.0.15
|
|
@ -1 +1 @@
|
|||
1.96
|
||||
1.97
|
|
@ -1 +1 @@
|
|||
13.2.13
|
||||
13.2.14
|
|
@ -0,0 +1,49 @@
|
|||
id: wordpress-webp-express
|
||||
|
||||
info:
|
||||
name: WebP Express Detection
|
||||
author: ricardomaia
|
||||
severity: info
|
||||
reference:
|
||||
- https://wordpress.org/plugins/webp-express/
|
||||
metadata:
|
||||
plugin_namespace: webp-express
|
||||
wpscan: https://wpscan.com/plugin/webp-express
|
||||
tags: tech,wordpress,wp-plugin,top-200
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/webp-express/readme.txt"
|
||||
|
||||
payloads:
|
||||
last_version: helpers/wordpress/plugins/webp-express.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