forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto WordPress Plugins Update [Fri Nov 24 04:15:26 UTC 2023] :robot:
- Loading branch information
1 parent
b9fb59c
commit 86e10ff
Showing
10 changed files
with
58 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.1.4 | ||
5.1.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
17.1.1 | ||
17.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.9.1 | ||
1.9.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1.2 | ||
3.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.8.4 | ||
2.8.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.13.3 | ||
7.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.5.1 | ||
5.5.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
N/A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.23.12 | ||
1.23.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
id: wordpress-templately | ||
|
||
info: | ||
name: Templately – Gutenberg & Elementor Template Library' 5000+ Free & Pro Ready Templates & Cloud! Detection | ||
author: ricardomaia | ||
severity: info | ||
reference: | ||
- https://wordpress.org/plugins/templately/ | ||
metadata: | ||
plugin_namespace: templately | ||
wpscan: https://wpscan.com/plugin/templately | ||
tags: tech,wordpress,wp-plugin,top-200 | ||
|
||
requests: | ||
- method: GET | ||
|
||
path: | ||
- "{{BaseURL}}/wp-content/plugins/templately/readme.txt" | ||
|
||
payloads: | ||
last_version: helpers/wordpress/plugins/templately.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.]+)' |