Auto WordPress Plugins Update [Thu Mar 30 04:02:28 UTC 2023] 🤖
parent
d2d85c91d5
commit
f8719e83a4
|
@ -1 +1 @@
|
|||
1.6.2
|
||||
1.6.3
|
|
@ -1 +1 @@
|
|||
3.0.1
|
||||
3.0.2
|
|
@ -1 +1 @@
|
|||
3.11.5
|
||||
3.12.0
|
|
@ -1 +1 @@
|
|||
7.14.0
|
||||
7.14.1
|
|
@ -1 +1 @@
|
|||
8.13.1
|
||||
8.14.0
|
|
@ -1 +1 @@
|
|||
2.4.1
|
||||
2.4.2
|
|
@ -0,0 +1 @@
|
|||
5.5.6
|
|
@ -1 +1 @@
|
|||
4.3.26
|
||||
4.4.0
|
|
@ -1 +1 @@
|
|||
5.12.9
|
||||
5.12.11
|
|
@ -1 +1 @@
|
|||
5.6.0
|
||||
5.9.0
|
|
@ -0,0 +1,49 @@
|
|||
id: wordpress-host-webfonts-local
|
||||
|
||||
info:
|
||||
name: OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy. Detection
|
||||
author: ricardomaia
|
||||
severity: info
|
||||
reference:
|
||||
- https://wordpress.org/plugins/host-webfonts-local/
|
||||
metadata:
|
||||
plugin_namespace: host-webfonts-local
|
||||
wpscan: https://wpscan.com/plugin/host-webfonts-local
|
||||
tags: tech,wordpress,wp-plugin,top-200
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/host-webfonts-local/readme.txt"
|
||||
|
||||
payloads:
|
||||
last_version: helpers/wordpress/plugins/host-webfonts-local.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.]+)'
|
|
@ -1,7 +1,7 @@
|
|||
id: wordpress-redux-framework
|
||||
|
||||
info:
|
||||
name: Gutenberg Template and Pattern Library & Redux Framework Detection
|
||||
name: Redux Framework Detection
|
||||
author: ricardomaia
|
||||
severity: info
|
||||
reference:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
id: wordpress-tinymce-advanced
|
||||
|
||||
info:
|
||||
name: Advanced Editor Tools (previously TinyMCE Advanced) Detection
|
||||
name: Advanced Editor Tools Detection
|
||||
author: ricardomaia
|
||||
severity: info
|
||||
reference:
|
||||
|
|
Loading…
Reference in New Issue