mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Auto WordPress Plugins Update [Wed Jan 11 04:02:18 UTC 2023] 🤖
This commit is contained in:
@@ -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
|
||||
1
helpers/wordpress/plugins/webp-express.txt
Normal file
1
helpers/wordpress/plugins/webp-express.txt
Normal file
@@ -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
|
||||
49
technologies/wordpress/plugins/webp-express.yaml
Normal file
49
technologies/wordpress/plugins/webp-express.yaml
Normal file
@@ -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.]+)'
|
||||
Reference in New Issue
Block a user